drop gtkcard from openSUSE:Factory

2011-10-28 Thread h_root

Hello community,

FYI: Package gtkcard was dropped from openSUSE:Factory at Fri Oct 28 09:52:19 
CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=gtkcard

Remember to have fun...

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



commit empathy for openSUSE:11.3

2011-10-28 Thread h_root

Hello community,

here is the log from the commit of package empathy for openSUSE:11.3
checked in at Fri Oct 28 13:33:59 CEST 2011.




--- old-versions/11.3/all/empathy/empathy.changes   2010-06-04 
16:38:44.0 +0200
+++ 11.3/empathy/empathy.changes2011-10-28 10:38:20.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 28 08:37:02 UTC 2011 - dims...@opensuse.org
+
+- Add empathy-cve-2011-3635.patch: escape aliased before displaying
+  it in theme_adium_append_message. CVE-2011-3635, bnc#727003.
+
+---

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


New:

  empathy-cve-2011-3635.patch



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.5F1EYp/_old  2011-10-28 13:33:07.0 +0200
+++ /var/tmp/diff_new_pack.5F1EYp/_new  2011-10-28 13:33:07.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package empathy (Version 2.30.1)
+# spec file for package empathy
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   empathy
 Url:http://live.gnome.org/Empathy
 Version:2.30.1
-Release:2
+Release:3.RELEASE2
 # FIXME: 2.29.3 fails a parallel build, but a newer tarball should work since 
the bug got fixed in gnome-doc-utils
 License:GPLv2+
 Summary:Instant Messenger Client for GNOME, based on Telepathy
@@ -30,6 +30,8 @@
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM empathy-clutter-gtk-0.90.patch vu...@opensuse.org -- Use 
clutter-gtk-0.90, will be fixed upstream once upstream does the switch too
 Patch0: empathy-clutter-gtk-0.90.patch
+# PATCH-FIX-UPSTREAM empathy-cve-2011-3635.patch bnc#727003 bgo#662035 
cve-2011-3635 dims...@opensuse.org -- theme_adium_append_message: escape alias 
before displaying it.
+Patch1: empathy-cve-2011-3635.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  enchant-devel
 BuildRequires:  evolution-data-server-devel
@@ -93,6 +95,7 @@
 %setup -q
 translation-update-upstream
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-static \

++ empathy-cve-2011-3635.patch ++
Index: empathy-2.30.1/libempathy-gtk/empathy-theme-adium.c
===
--- empathy-2.30.1.orig/libempathy-gtk/empathy-theme-adium.c
+++ empathy-2.30.1/libempathy-gtk/empathy-theme-adium.c
@@ -431,7 +431,7 @@ theme_adium_append_message (EmpathyChatV
EmpathyThemeAdiumPriv *priv = GET_PRIV (theme);
EmpathyContact*sender;
TpAccount *account;
-   gchar *body_escaped;
+   gchar *body_escaped, *name_escaped;
const gchar   *body;
const gchar   *name;
const gchar   *contact_id;
@@ -594,8 +594,10 @@ theme_adium_append_message (EmpathyChatV
}
 
if (html != NULL) {
+   name_escaped = g_markup_escape_text (name, -1);
+
theme_adium_append_html (theme, func, html, len, body_escaped,
-avatar_filename, name, contact_id,
+avatar_filename, name_escaped, 
contact_id,
 service_name, message_classes-str,
 timestamp);
} else {
@@ -611,6 +613,7 @@ theme_adium_append_message (EmpathyChatV
priv-last_is_backlog = is_backlog;
 
g_free (body_escaped);
+   g_free (name_escaped);
g_string_free (message_classes, TRUE);
 }
 
continue with q...



Remember to have fun...

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



commit empathy for openSUSE:11.4

2011-10-28 Thread h_root

Hello community,

here is the log from the commit of package empathy for openSUSE:11.4
checked in at Fri Oct 28 13:56:34 CEST 2011.




--- old-versions/11.4/all/empathy/empathy.changes   2011-02-13 
17:21:48.0 +0100
+++ 11.4/empathy/empathy.changes2011-10-28 10:42:24.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 28 08:38:58 UTC 2011 - dims...@opensuse.org
+
+- Add empathy-cve-2011-3635.patch: escape aliased before displaying
+  it in theme_adium_append_message. CVE-2011-3635, bnc#727003.
+
+---

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


New:

  empathy-cve-2011-3635.patch



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.DDOz71/_old  2011-10-28 13:34:10.0 +0200
+++ /var/tmp/diff_new_pack.DDOz71/_new  2011-10-28 13:34:10.0 +0200
@@ -19,13 +19,15 @@
 
 Name:   empathy
 Version:2.32.2
-Release:3
+Release:7.RELEASE8
 License:GPLv2+
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 Url:http://live.gnome.org/Empathy
 Group:  Productivity/Networking/Instant Messenger
 Source: %{name}-%{version}.tar.bz2
 Source99:   %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM empathy-cve-2011-3635.patch bnc#727003 bgo#662035 
cve-2011-3635 dims...@opensuse.org -- theme_adium_append_message: escape alias 
before displaying it.
+Patch0: empathy-cve-2011-3635.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  enchant-devel
 BuildRequires:  evolution-data-server-devel
@@ -93,6 +95,7 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 
 %build
 %configure --disable-static \

++ empathy-cve-2011-3635.patch ++
Index: empathy-2.32.2/libempathy-gtk/empathy-theme-adium.c
===
--- empathy-2.32.2.orig/libempathy-gtk/empathy-theme-adium.c
+++ empathy-2.32.2/libempathy-gtk/empathy-theme-adium.c
@@ -436,7 +436,7 @@ theme_adium_append_message (EmpathyChatV
EmpathyThemeAdiumPriv *priv = GET_PRIV (theme);
EmpathyContact*sender;
TpAccount *account;
-   gchar *body_escaped;
+   gchar *body_escaped, *name_escaped;
const gchar   *body;
const gchar   *name;
const gchar   *contact_id;
@@ -599,8 +599,10 @@ theme_adium_append_message (EmpathyChatV
}
 
if (html != NULL) {
+   name_escaped = g_markup_escape_text (name, -1);
+
theme_adium_append_html (theme, func, html, len, body_escaped,
-avatar_filename, name, contact_id,
+avatar_filename, name_escaped, 
contact_id,
 service_name, message_classes-str,
 timestamp, is_backlog);
} else {
@@ -616,6 +618,7 @@ theme_adium_append_message (EmpathyChatV
priv-last_is_backlog = is_backlog;
 
g_free (body_escaped);
+   g_free (name_escaped);
g_string_free (message_classes, TRUE);
 }
 
continue with q...



Remember to have fun...

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



commit unoconv for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package unoconv for openSUSE:Factory checked 
in at 2011-10-25 17:15:47

Comparing /work/SRC/openSUSE:Factory/unoconv (Old)
 and  /work/SRC/openSUSE:Factory/.unoconv.new (New)


Package is unoconv, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/unoconv/unoconv.changes  2011-09-23 
12:49:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.unoconv.new/unoconv.changes 2011-10-28 
15:23:22.0 +0200
@@ -1,0 +2,20 @@
+Thu Oct 20 20:46:12 UTC 2011 - a...@mizerski.pl
+
+- fixed bnc#718115
+
+---
+Thu Oct 20 18:07:55 UTC 2011 - badshah...@gmail.com
+
+- Added licence header in spec file
+- Removed old changelogs from %changelog section in spec file
+
+---
+Wed Oct 19 13:42:43 UTC 2011 - vu...@opensuse.org
+
+- Add unoconv-libreoffice-support.patch: add support for
+  LibreOffice.
+- Add unoconv-output-argument.patch: deprecate --outputpath in
+  favor of --output, that works in a more reasonable way. Taken
+  from git.
+
+---

New:

  unoconv-libreoffice-support.patch
  unoconv-output-argument.patch



Other differences:
--
++ unoconv.spec ++
--- /var/tmp/diff_new_pack.lWjIwD/_old  2011-10-28 15:23:48.0 +0200
+++ /var/tmp/diff_new_pack.lWjIwD/_new  2011-10-28 15:23:48.0 +0200
@@ -15,27 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-Summary:Tool to convert between any document format supported by 
OpenOffice
-
 Name:   unoconv
 Version:0.4
 Release:1
 License:GPL
-Group:  Productivity/File utilities
+Summary:Tool to convert between any document format supported by 
LibreOffice
 Url:http://dag.wieers.com/home-made/unoconv/
+Group:  Productivity/File utilities
 Source: 
http://dag.wieers.com/home-made/unoconv/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM unoconv-0.4-LD_LIBRARY_PATH.patch bnc#657140 
a...@mizerski.pl -- fix LD_LIBRARY_PATH handling. fixed in svn rev9235, so it 
should be in v0.5
 Patch0: %{name}-0.4-LD_LIBRARY_PATH.patch
+# PATCH-FIX-UPSTREAM unoconv-libreoffice-support.patch bnc#725004 
vu...@opensuse.org -- Add support for LibreOffice, taken from git
+Patch1: unoconv-libreoffice-support.patch
+# PATCH-FIX-UPSTREAM unoconv-output-argument.patch bnc#725004 
vu...@opensuse.org -- deprecate --outputpath in favor of --output, that works 
in a more reasonable way, taken from git
+Patch2: unoconv-output-argument.patch
+Requires:   libreoffice-pyuno = 2.0
+Requires:   python = 2.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires:   python = 2.0
-Requires:   OpenOffice_org-pyuno = 2.0
 
 %description
-unoconv converts between any document format that OpenOffice understands.
-It uses OpenOffice's UNO bindings for non-interactive conversion of
+unoconv converts between any document format that LibreOffice understands.
+It uses LibreOffice's UNO bindings for non-interactive conversion of
 documents.
 
 Supported document formats include: Open Document Text (.odt),
@@ -49,15 +50,17 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 
 %install
-%__make DESTDIR=%{buildroot} install
-%__make DESTDIR=%{buildroot} install-links
+make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install-links
 
 %clean
-%__rm -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files
 %defattr(-, root, root, 0755)

++ unoconv-libreoffice-support.patch ++
From 445f4f2b79384d942c0e0cd18231e6f6c81b0528 Mon Sep 17 00:00:00 2001
From: Hans de Graaff h...@winkwaves.com
Date: Wed, 27 Apr 2011 12:49:31 +0200
Subject: [PATCH] Add support for libreoffice.

---
 unoconv |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/unoconv b/unoconv
index 611b3fe..72a026b 100755
--- a/unoconv
+++ b/unoconv
@@ -20,7 +20,8 @@ global convertor, oobin, oobinpath, oolibpath, ooproc
 
 ### The first thing we ought to do is find a suitable OpenOffice installation
 ### with a compatible pyuno library that we can import.
-extrapaths = glob.glob('/usr/lib*/openoffice*/program') + \
+extrapaths = glob.glob('/usr/lib*/libreoffice*/basis*/program') + \
+ glob.glob('/usr/lib*/openoffice*/program') + \
  glob.glob('/usr/lib*/openoffice*/basis*/program') + \
  glob.glob('/usr/lib*/ooo*/program') + \
  glob.glob('/usr/lib*/ooo*/basis*/program') + \
-- 
1.7.5.4
++ unoconv-output-argument.patch ++
From 

commit virtuoso for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package virtuoso for openSUSE:Factory 
checked in at 2011-10-26 15:49:45

Comparing /work/SRC/openSUSE:Factory/virtuoso (Old)
 and  /work/SRC/openSUSE:Factory/.virtuoso.new (New)


Package is virtuoso, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/virtuoso/virtuoso.changes2011-09-29 
12:53:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.virtuoso.new/virtuoso.changes   2011-10-28 
15:25:44.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 17:23:49 UTC 2011 - tittiatc...@gmail.com
+
+- Rename the isql* binaries instead of moving them to the virtuoso
+  directory. This would make it easier for users to find them.
+



Other differences:
--
++ virtuoso.spec ++
--- /var/tmp/diff_new_pack.pWNLCy/_old  2011-10-28 15:26:22.0 +0200
+++ /var/tmp/diff_new_pack.pWNLCy/_new  2011-10-28 15:26:22.0 +0200
@@ -121,17 +121,16 @@
 # Provide useful utilities
 mkdir -p %{buildroot}%{_libdir}/virtuoso
 rm %{buildroot}%{_bindir}/inifile
-rm %{buildroot}%{_bindir}/isql
-rm %{buildroot}%{_bindir}/isqlw
-mv %{buildroot}%{_bindir}/isql-iodbc %{buildroot}%{_libdir}/virtuoso/isql
-mv %{buildroot}%{_bindir}/isqlw-iodbc %{buildroot}%{_libdir}/virtuoso/isqlw
+mv %{buildroot}%{_bindir}/isql  %{buildroot}%{_bindir}/isql-vt
+mv %{buildroot}%{_bindir}/isqlw %{buildroot}%{_bindir}/isqlw-vt
+mv %{buildroot}%{_bindir}/isql-iodbc %{buildroot}%{_bindir}/isql-iodbc-vt
+mv %{buildroot}%{_bindir}/isqlw-iodbc %{buildroot}%{_bindir}/isqlw-iodbc-vt
 
 %files -n virtuoso-server
 %defattr(-,root,root,-)
 %dir %{_libdir}/virtuoso
 %{_bindir}/virtuoso-t
-%{_libdir}/virtuoso/isql
-%{_libdir}/virtuoso/isqlw
+%{_bindir}/isql*
 
 %files -n virtuoso-drivers
 %defattr(-,root,root,-)

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



commit vpnc for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package vpnc for openSUSE:Factory checked in 
at 2011-10-25 17:17:56

Comparing /work/SRC/openSUSE:Factory/vpnc (Old)
 and  /work/SRC/openSUSE:Factory/.vpnc.new (New)


Package is vpnc, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/vpnc/vpnc.changes2011-09-23 
12:50:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.vpnc.new/vpnc.changes   2011-10-28 
15:26:23.0 +0200
@@ -1,0 +2,13 @@
+Mon Oct 24 21:41:51 UTC 2011 - jeng...@medozas.de
+
+- Resolve 'Error: either to is duplicate, or ipid is a
+  garbage.' message when connecting and inability to not be able
+  to send packets due to the gateway route being absent.
+
+---
+Fri Aug 26 14:16:47 UTC 2011 - tittiatc...@gmail.com
+
+- Added patch to change /etc/resolv.conf with the help of netconfig
+  (bnc#712435)
+
+---

New:

  vpnc-ipid.diff
  work-with-netconfig.patch



Other differences:
--
++ vpnc.spec ++
--- /var/tmp/diff_new_pack.n002ZM/_old  2011-10-28 15:26:28.0 +0200
+++ /var/tmp/diff_new_pack.n002ZM/_new  2011-10-28 15:26:28.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   vpnc
@@ -31,6 +30,8 @@
 Source: %{name}-%{version}.tar.bz2
 Patch0: bugfix.diff
 Patch1: vpnc-no-build-dates.patch
+Patch2: work-with-netconfig.patch
+Patch3: vpnc-ipid.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,6 +58,9 @@
 %setup -n %{name}
 %patch0 -p0
 %patch1
+#Patch is not yet working :-(
+#patch2 -p0
+%patch -P 3 -p1
 
 %build
 export CFLAGS=%optflags -fno-strict-aliasing

++ vpnc-ipid.diff ++
From: Jan Engelhardt jeng...@medozas.de
Date: 2011-10-24 23:40:21.603981415 +0200
Upstream: tbd

vpnc-script: filter out more iproute2 fields

vpnc can throw an error message:
Error: either to is duplicate, or ipid is a garbage.

---
 vpnc-script.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: vpnc/vpnc-script.in
===
--- vpnc.orig/vpnc-script.in
+++ vpnc/vpnc-script.in
@@ -116,7 +116,7 @@ destroy_tun_device() {
 
 if [ -n $IPROUTE ]; then
fix_ip_get_output () {
-   sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g'
+   sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g;s/ipid \S\+//g;'
}
 
set_vpngateway_route() {
++ work-with-netconfig.patch ++
--- vpnc-script.in  2009-09-05 19:10:59.0 +0200
+++ vpnc-script.in  2011-08-26 16:11:57.217160278 +0200
@@ -76,9 +76,9 @@
 if [ -x /sbin/resolvconf ]; then # Optional tool on Debian, Ubuntu, Gentoo
MODIFYRESOLVCONF=modify_resolvconf_manager
RESTORERESOLVCONF=restore_resolvconf_manager
-elif [ -x /sbin/modify_resolvconf ]; then # Mandatory tool on Suse earlier 
than 11.1
-   MODIFYRESOLVCONF=modify_resolvconf_suse
-   RESTORERESOLVCONF=restore_resolvconf_suse
+elif [ -x /sbin/netconfig ]; then # Mandatory tool on Suse later than 11.2
+   MODIFYRESOLVCONF=modify_resolvconf_suse_netconfig
+   RESTORERESOLVCONF=restore_resolvconf_suse_netconfig
 else # Generic for any OS
MODIFYRESOLVCONF=modify_resolvconf_generic
RESTORERESOLVCONF=restore_resolvconf_generic
@@ -344,6 +344,25 @@
esac
fi
 }
+# === resolv.conf handling via /sbin/netconfig (Suse 11.1) 
=
+
+# Suse provides a script that modifies resolv.conf. Use it because it will
+# restart/reload all other services that care about it (e.g. lwresd).  
[unclear if this is still true, but probably --mlk]
+
+modify_resolvconf_suse_netconfig()
+{
+   /sbin/netconfig modify -s vpnc -i $TUNDEV -EOF
+   INTERFACE='$TUNDEV'
+   DNSSERVERS='$INTERNAL_IP4_DNS'
+   DNSDOMAIN='$CISCO_DEF_DOMAIN'
+   EOF
+}
+# Restore resolv.conf to old contents on Suse
+restore_resolvconf_suse_netconfig()
+{
+   /sbin/netconfig remove -s vpnc -i $TUNDEV 
+}
+
 # === resolv.conf handling via /sbin/modify_resolvconf (Suse) 
=
 
 # Suse provides a script that modifies resolv.conf. Use it because it will
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit webyast-base-ui for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package webyast-base-ui for openSUSE:Factory 
checked in at 2011-10-25 17:18:10

Comparing /work/SRC/openSUSE:Factory/webyast-base-ui (Old)
 and  /work/SRC/openSUSE:Factory/.webyast-base-ui.new (New)


Package is webyast-base-ui, Maintainer is sch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/webyast-base-ui/webyast-base-ui.changes  
2011-10-19 00:55:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.webyast-base-ui.new/webyast-base-ui.changes 
2011-10-28 15:26:31.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 25 10:38:58 UTC 2011 - sch...@suse.com
+
+- replaced fixed path /usr/src/packages/ by RPM_BUILD_DIR
+- 0.2.66 
+
+---



Other differences:
--
++ webyast-base-ui.spec ++
--- /var/tmp/diff_new_pack.7r9Lxp/_old  2011-10-28 15:26:42.0 +0200
+++ /var/tmp/diff_new_pack.7r9Lxp/_new  2011-10-28 15:26:42.0 +0200
@@ -53,7 +53,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.65
+Version:0.2.66
 Release:0
 Summary:WebYaST - base UI for system management
 Source: www.tar.bz2

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/config/environment.rb 
new/www/config/environment.rb
--- old/www/config/environment.rb   2011-08-03 10:57:29.0 +0200
+++ new/www/config/environment.rb   2011-10-25 12:38:25.0 +0200
@@ -95,8 +95,8 @@
 
   # add extra plugin path - needed during RPM build
   # (webyast-base-ui is already installed in /srv/www/... but plugins are
-  # located in /usr/src/packages/... during build)
-  config.plugin_paths  '/usr/src/packages/BUILD' unless 
ENV['ADD_BUILD_PATH'].nil?
+  # located in /usr/src/packages/... (RPM_BUILD_DIR) during build)
+  config.plugin_paths  ENV['RPM_BUILD_DIR'] unless ENV['ADD_BUILD_PATH'].nil?
 
   # In order to overwrite,exchange images, stylesheets, for special 
vendors there
   # is the directory vendor in the public directory. Each file in the 
public

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



commit webyast-base-ws for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package webyast-base-ws for openSUSE:Factory 
checked in at 2011-10-25 17:18:33

Comparing /work/SRC/openSUSE:Factory/webyast-base-ws (Old)
 and  /work/SRC/openSUSE:Factory/.webyast-base-ws.new (New)


Package is webyast-base-ws, Maintainer is sch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/webyast-base-ws/webyast-base-ws.changes  
2011-09-23 12:50:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.webyast-base-ws.new/webyast-base-ws.changes 
2011-10-28 15:26:45.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 25 10:40:04 UTC 2011 - sch...@suse.com
+
+- replaced fixed path /usr/src/packages/ by RPM_BUILD_DIR
+- 0.2.65 
+
+---



Other differences:
--
++ webyast-base-ws.spec ++
--- /var/tmp/diff_new_pack.hMYLkI/_old  2011-10-28 15:27:01.0 +0200
+++ /var/tmp/diff_new_pack.hMYLkI/_new  2011-10-28 15:27:01.0 +0200
@@ -60,8 +60,8 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.24
-Release:1
+Version:0.2.25
+Release:0
 Summary:WebYaST - base components for rest service
 Source: www.tar.bz2
 Source1:webyastPermissionsService.rb
@@ -112,7 +112,6 @@
 BuildArch:  noarch
 
 %package testsuite
-
 Group:  Productivity/Networking/Web/Utilities
 Requires:   webyast-base-ws = %{version}
 Summary:Testsuite for webyast-base-ws package


++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/config/environment.rb 
new/www/config/environment.rb
--- old/www/config/environment.rb   2011-05-31 09:37:21.0 +0200
+++ new/www/config/environment.rb   2011-10-25 12:40:55.0 +0200
@@ -113,8 +113,8 @@
 
   # add extra plugin path - needed during RPM build
   # (webyast-base-ws is already installed in /srv/www/... but plugins are
-  # located in /usr/src/packages/... during build)
-  config.plugin_paths  '/usr/src/packages/BUILD' unless 
ENV['ADD_BUILD_PATH'].nil?
+  # located in /usr/src/packages/... (RPM_BUILD_DIR) during build)
+  config.plugin_paths  ENV['RPM_BUILD_DIR'] unless ENV['ADD_BUILD_PATH'].nil?
 
   config.after_initialize do
 YastCache.active = config.action_controller.perform_caching 

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



commit weechat for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package weechat for openSUSE:Factory checked 
in at 2011-10-25 17:19:06

Comparing /work/SRC/openSUSE:Factory/weechat (Old)
 and  /work/SRC/openSUSE:Factory/.weechat.new (New)


Package is weechat, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/weechat/weechat.changes  2011-09-23 
12:50:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.weechat.new/weechat.changes 2011-10-28 
15:27:03.0 +0200
@@ -1,0 +2,50 @@
+Sun Oct 23 08:07:47 UTC 2011 - g...@opensuse.org
+
+- removed weechat-remove_build_timestamp.patch and use previous
+  code again to deal with timestamps
+
+---
+Sat Oct 22 22:33:19 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 0.3.6:
+  * mouse support
+  * cursor mode (free movement of cursor on screen)
+  * contexts for keys (default, search, cursor, mouse)
+  * hdata in API (direct access to WeeChat data)
+  * inactive colors for inactive windows and lines in merged
+ buffers
+  * support of merged buffers in /layout, save layout of
+buffers/windows on /upgrade
+  * horizontal scrolling in buffers with free content
+  * split of outgoing IRC messages
+  * options for more chars in bars
+  * bold not used any more for basic colors (if terminal has more
+than 16 colors)
+  * automatic zoom on current window when terminal becomes too
+small for windows
+  * new command /repeat
+  * local variable highlight_regex in buffers
+- added weechat-remove_build_timestamp.patch
+
+---
+Mon May 16 08:24:44 UTC 2011 - g...@opensuse.org
+
+- update to version 0.3.5:
+  * 256 colors support improved (dynamic allocation of colors)
+  * attributes for colors (bold/reverse/underline)
+  * better scroll of input (with long text)
+  * output of /help improved for list of commands and their
+arguments
+  * remember scroll position of buffers in windows
+  * list of buffers in filters
+  * count of messages in hotlist buffers
+  * swap buffers of windows
+  * balance of windows
+  * new API function to set help on plugin/script options
+  * speller options in aspell plugin
+  * option for SSL priorities in IRC servers
+  * color nicks in nicklist and output of /names
+- dropped weechat-0.3.4-fix-array-overflow.patch which has been
+  included upstream
+
+---

Old:

  weechat-0.3.4-fix-array-overflow.patch
  weechat-0.3.4.tar.bz2

New:

  weechat-0.3.6.tar.bz2



Other differences:
--
++ weechat.spec ++
--- /var/tmp/diff_new_pack.qZXoCU/_old  2011-10-28 15:27:48.0 +0200
+++ /var/tmp/diff_new_pack.qZXoCU/_new  2011-10-28 15:27:48.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package weechat
+# spec file for package weechat (Version 0.3.5)
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,24 @@
 
 # norootforbuild
 
-
 Name:   weechat
-Version:0.3.4
-Release:1
+Version:0.3.6
+Release:0
 Summary:Portable, Fast, Light and Extensible Chat Client
 Source: http://www.weechat.org/files/src/weechat-%{version}.tar.bz2
 Source1:weechat.desktop
 Patch1: weechat-0.3.3-fix-strftime.patch
-Patch3: weechat-0.3.4-fix-array-overflow.patch
-Url:http://www.weechat.org
+URL:http://www.weechat.org
 Group:  Productivity/Networking/IRC
 License:GNU General Public License (GPL)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  cmake ncurses-devel perl python-devel
-BuildRequires:  aspell-devel gcc glibc-devel gnutls gnutls-devel ruby
-BuildRequires:  gcc-c++ libstdc++-devel
+BuildRoot:  %{_tmppath}/build-%{name}-%{version}
+BuildRequires:  ncurses-devel perl python-devel cmake
+BuildRequires:  ruby gcc gnutls gnutls-devel glibc-devel aspell-devel
+BuildRequires:  libstdc++-devel gcc-c++
 BuildRequires:  lua-devel ruby-devel
 BuildRequires:  tcl-devel
-BuildRequires:  libgcrypt libgpg-error lzo-devel
-BuildRequires:  libgcrypt-devel libgpg-error-devel
+BuildRequires:  lzo-devel libgpg-error libgcrypt
+BuildRequires:  libgpg-error-devel libgcrypt-devel
 BuildRequires:  autoconf automake libtool pkgconfig
 %if 0%{?suse_version:1}
 BuildRequires:  update-desktop-files
@@ -48,17 +46,9 @@
 plugin-based architecture and is customizable and extensible with scripts in
 several scripting languages.
 
-
-

commit xarchiver for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xarchiver for openSUSE:Factory 
checked in at 2011-10-25 17:19:37

Comparing /work/SRC/openSUSE:Factory/xarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.xarchiver.new (New)


Package is xarchiver, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xarchiver/xarchiver.changes  2011-09-23 
12:50:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.xarchiver.new/xarchiver.changes 2011-10-28 
15:27:57.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct 21 12:42:34 UTC 2011 - g...@opensuse.org
+
+- extended xarchiver-0.5.2+20090319-honor-docdir.patch to
+  prevent the installation of README, ChangeLog etc. under docdir
+- install HTML documentation under /usr/share/xfce4/xarchiver/html
+
+---



Other differences:
--
++ xarchiver.spec ++
--- /var/tmp/diff_new_pack.u7mIBD/_old  2011-10-28 15:28:40.0 +0200
+++ /var/tmp/diff_new_pack.u7mIBD/_new  2011-10-28 15:28:40.0 +0200
@@ -26,6 +26,7 @@
 Group:  Productivity/Archiving/Compression
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}.1
+# PATCH-FIX-OPENSUSE xarchiver-0.5.2+20090319-honor-docdir.patch 
g...@opensuse.org -- Install documentation under docdir and do not install 
README, ChangeLog etc.
 Patch0: xarchiver-0.5.2+20090319-honor-docdir.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -59,7 +60,7 @@
 
 %build
 xdt-autogen
-%configure --docdir=%{_defaultdocdir}/%{name}
+%configure --docdir=%{_datadir}/xfce4/xarchiver/html
 make %{?_smp_mflags}
 
 %install
@@ -86,13 +87,16 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
+%doc AUTHORS COPYING ChangeLog README NEWS
 %{_bindir}/xarchiver
 %{_libexecdir}/thunar-archive-plugin
 %{_datadir}/applications/xarchiver.desktop
 %{_datadir}/icons/*/*/*/*
 %{_datadir}/pixmaps/xarchiver/
 %{_datadir}/pixmaps/xarchiver.png
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xarchiver
+%doc %{_datadir}/xfce4/xarchiver/html/
 %doc %{_mandir}/man1/xarchiver.1*
-%doc %{_defaultdocdir}/%{name}
 
 %changelog

++ xarchiver-0.5.2+20090319-honor-docdir.patch ++
--- /var/tmp/diff_new_pack.u7mIBD/_old  2011-10-28 15:28:40.0 +0200
+++ /var/tmp/diff_new_pack.u7mIBD/_new  2011-10-28 15:28:40.0 +0200
@@ -1,9 +1,48 @@
-diff -ur xarchiver-0.5.2+20090319.orig/doc/Makefile.am 
xarchiver-0.5.2+20090319/doc/Makefile.am
 xarchiver-0.5.2+20090319.orig/doc/Makefile.am  2009-03-19 
11:12:47.0 +0100
-+++ xarchiver-0.5.2+20090319/doc/Makefile.am   2010-12-27 00:13:26.0 
+0100
+Index: xarchiver-0.5.2+20090319/doc/Makefile.am
+===
+--- xarchiver-0.5.2+20090319.orig/doc/Makefile.am
 xarchiver-0.5.2+20090319/doc/Makefile.am
 @@ -1,4 +1,4 @@
 -DOCDIR = $(DESTDIR)$(datadir)/doc/@PACKAGE@
 +DOCDIR = $(DESTDIR)$(docdir)
  HTML_FILES = \
html/ch01.html \
html/ch01s02.html \
+@@ -67,10 +67,4 @@ install-data-local:
+   $(INSTALL_DATA) $(srcdir)/$$file $(DOCDIR)/html/images/$$basefile; \
+ fi \
+   done
+-  $(INSTALL_DATA) $(top_srcdir)/README $(DOCDIR)
+-  $(INSTALL_DATA) $(top_srcdir)/ChangeLog $(DOCDIR)
+-  $(INSTALL_DATA) $(top_srcdir)/NEWS $(DOCDIR)
+-  $(INSTALL_DATA) $(top_srcdir)/COPYING $(DOCDIR)
+-  $(INSTALL_DATA) $(top_srcdir)/AUTHORS $(DOCDIR)
+-  $(INSTALL_DATA) $(top_srcdir)/TODO $(DOCDIR)
+ 
+Index: xarchiver-0.5.2+20090319/src/window.c
+===
+--- xarchiver-0.5.2+20090319.orig/src/window.c
 xarchiver-0.5.2+20090319/src/window.c
+@@ -1955,7 +1955,7 @@ gboolean xa_launch_external_program(gcha
+ 
+ void xa_show_help (GtkMenuItem *menuitem,gpointer user_data)
+ {
+-  gchar *uri = g_strconcat 
(file://,DATADIR,/doc/,PACKAGE,/html/index.html,NULL);
++  gchar *uri = g_strconcat (file://,DOCDIR,/html/index.html,NULL);
+   xa_activate_link (NULL,uri,NULL);
+   g_free (uri);
+ }
+Index: xarchiver-0.5.2+20090319/src/Makefile.am
+===
+--- xarchiver-0.5.2+20090319.orig/src/Makefile.am
 xarchiver-0.5.2+20090319/src/Makefile.am
+@@ -34,7 +34,8 @@ xarchiver_CFLAGS = \
+   @GLIB_CFLAGS@ \
+   -DDATADIR=\$(datadir)\ \
+   -DSRCDIR=\$(top_srcdir)\ \
+-  -DLOCALEDIR=\$(localedir)\
++  -DLOCALEDIR=\$(localedir)\ \
++  -DDOCDIR=\$(docdir)\
+ 
+ xarchiver_LDADD = \
+   $(top_builddir)/src/xdgmime/libxdgmime.la \

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



commit xchat for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xchat for openSUSE:Factory checked 
in at 2011-10-27 11:37:33

Comparing /work/SRC/openSUSE:Factory/xchat (Old)
 and  /work/SRC/openSUSE:Factory/.xchat.new (New)


Package is xchat, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xchat/xchat.changes  2011-09-23 
12:51:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.xchat.new/xchat.changes 2011-10-28 
15:28:41.0 +0200
@@ -1,0 +2,21 @@
+Mon Oct 24 20:22:04 UTC 2011 - badshah...@gmail.com
+
+- Added application icon in various sizes for better appearance on
+  the gnome-shell (bnc#713902, sf#3428147).
+- Added hicolor-icon-theme BuildRequires since new icons are
+  installed in the hicolor-icon-theme directory.
+- Use icon_theme_cache macros in post and postun for newly
+  installed icons.
+
+---
+Sun Oct 23 08:26:43 UTC 2011 - zai...@opensuse.org
+
+- Fixed broken notifications with libnotify:
+  + Add xchat-2.8.8-libnotify07.patch: update for libnotify 0.7.x
+API.
+  + Add xchat-link-against-libnotify.patch: link to libnotify
+instead of dlopen'ing it.
+  + Add libnotify-devel BuildRequires since xchat now links to
+libnotify.
+
+---

New:

  xchat-128.png
  xchat-2.8.8-libnotify07.patch
  xchat-24.png
  xchat-256.png
  xchat-32.png
  xchat-48.png
  xchat-64.png
  xchat-link-against-libnotify.patch
  xchat-scalable.svg



Other differences:
--
++ xchat.spec ++
--- /var/tmp/diff_new_pack.Khhwc7/_old  2011-10-28 15:29:00.0 +0200
+++ /var/tmp/diff_new_pack.Khhwc7/_new  2011-10-28 15:29:00.0 +0200
@@ -15,33 +15,57 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   xchat
-BuildRequires:  dbus-1-glib-devel fdupes gconf2-devel gnome-patch-translation 
gtk2-devel libsexy-devel libxml2-devel openssl-devel python-devel tcl-devel 
update-desktop-files
-License:GPLv2+
-Group:  Productivity/Networking/IRC
-Summary:An IRC Client
 Version:2.8.8
 Release:3
-Source: http://xchat.org/files/source/2.8/%name-%version.tar.bz2
-Patch:  %name-gettext.diff
-Patch1: %name-tabs_outgoing_msg.patch
-Patch2: %name-automake-foreign.diff
-Patch3: %name-susefont.diff
-Patch4: %name-ssl.patch
+License:GPLv2+
+Summary:An IRC Client
+Url:http://xchat.org
+Group:  Productivity/Networking/IRC
+Source0:http://xchat.org/files/source/2.8/%{name}-%{version}.tar.bz2
+# Sources for hicolor icons of required sizes (upstream bug sf#3428147)
+Source1:xchat-24.png
+Source2:xchat-32.png
+Source3:xchat-48.png
+Source4:xchat-64.png
+Source5:xchat-128.png
+Source6:xchat-256.png
+Source7:xchat-scalable.svg
+Patch0: %{name}-gettext.diff
+Patch1: %{name}-tabs_outgoing_msg.patch
+Patch2: %{name}-automake-foreign.diff
+Patch3: %{name}-susefont.diff
+Patch4: %{name}-ssl.patch
 Patch5: browser.patch
 Patch6: xchat-no-versionscript.patch
 Patch7: xchat-desktop-launch.patch
 Patch8: fixme.diff
 Patch9: xchat-2.8.6-not-stupid-149670.patch
 Patch10:%{name}-2.8.6-string-literal.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://xchat.org
-AutoReqProv:on
+# PATCH-FIX-UPSTREAM xchat-2.8.8-libnotify07.patch zai...@opensuse.org -- Fix 
to work with libnotify 0.7, 
http://sourceforge.net/tracker/index.php?func=detailaid=3109838group_id=239atid=100239
+Patch11:xchat-2.8.8-libnotify07.patch
+# PATCH-FIX-UPSTREAM xchat-link-against-libnotify.patch zai...@opensuse.org -- 
Directly link to libnotify, 
http://sourceforge.net/tracker/?func=detailaid=3280223group_id=239atid=100239
+Patch12:xchat-link-against-libnotify.patch
+BuildRequires:  fdupes
+BuildRequires:  gnome-patch-translation
+# BuildRequires for installing hicolor icons
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  libsexy-devel
+BuildRequires:  openssl-devel
+BuildRequires:  python-devel
+BuildRequires:  tcl-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(gconf-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+# BuildRequires because of patch12 -- xchat-link-against-libnotify.patch
+BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(libxml-2.0)
 Requires:   /usr/bin/notify-send
 Recommends: %{name}-lang
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %gconf_schemas_prereq
 
 

commit xfce-utils for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfce-utils for openSUSE:Factory 
checked in at 2011-10-25 17:20:57

Comparing /work/SRC/openSUSE:Factory/xfce-utils (Old)
 and  /work/SRC/openSUSE:Factory/.xfce-utils.new (New)


Package is xfce-utils, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xfce-utils/xfce-utils.changes2011-09-26 
10:21:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce-utils.new/xfce-utils.changes   
2011-10-28 15:29:05.0 +0200
@@ -1,0 +2,18 @@
+Sun Oct 23 11:19:08 UTC 2011 - g...@opensuse.org
+
+- added xfce-utils-adapt-session-script.patch to adapt the upstream
+  session script to openSUSE, SSH-/GPG-agents are already started
+  by /etc/X11/xdm/sys.xsession and xdg-user-dirs-update is already
+  called by /etc/X11/xinit/xinitrc.d/xdg-user-dirs.sh
+
+---
+Thu Oct 20 18:32:20 UTC 2011 - g...@opensuse.org
+
+- install HTML documentation under /usr/share/xfce4/xfce-utils/html
+- install helper script under %{_libexecdir} instead of %{_libdir}
+- disable fdupes temporarily in order to work around bnc#705989
+- added xfce-utils-4.8.3-fix-xfhelp4-invocation.patch in oder to
+  fix the invocation of xfhelp4 with a HTML file commonly used by
+  Xfce components
+
+---

New:

  xfce-utils-4.8.3-fix-xfhelp4-invocation.patch
  xfce-utils-adapt-session-script.patch



Other differences:
--
++ xfce-utils.spec ++
--- /var/tmp/diff_new_pack.TbHVQC/_old  2011-10-28 15:29:07.0 +0200
+++ /var/tmp/diff_new_pack.TbHVQC/_new  2011-10-28 15:29:07.0 +0200
@@ -27,6 +27,10 @@
 Source: xfce-utils-%{version}.tar.bz2
 Source1:xflock4.sh
 Source100:  %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM xfce-utils-4.8.3-fix-xfhelp4-invocation.patch 
g...@opensuse.org -- Fix the invocation of xfhelp4 with a HTML file commonly 
used by Xfce components
+Patch0: xfce-utils-4.8.3-fix-xfhelp4-invocation.patch
+# PATCH-FIX-OPENSUSE xfce-utils-adapt-session-script.patch g...@opensuse.org 
-- Adapt upstream sessions script to openSUSE
+Patch1: xfce-utils-adapt-session-script.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -61,18 +65,19 @@
 
 %lang_package
 %prep
-%setup -q -n xfce-utils-%{version}
+%setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %configure \
---docdir=%{_defaultdocdir}/%{name} \
+--docdir=%{_datadir}/xfce4/xfce-utils \
+--with-helper-path-prefix=%{_libexecdir} \
 --with-vendor-info=openSUSE
 make V=1 %{?_smp_mflags}
 
 %install
 %make_install
-install -p -m 644 ChangeLog README COPYING \
-%{buildroot}%{_defaultdocdir}/%{name}
 install -p -m 755 %{SOURCE1} %{buildroot}%{_bindir}/xflock4
 %suse_update_desktop_file xfce4-about -r X-XFCE X-Xfce-Toplevel
 %suse_update_desktop_file xfrun4 -r X-XFCE X-Xfce-Toplevel
@@ -81,7 +86,8 @@
 chmod +x %{buildroot}%{_sysconfdir}/xdg/xfce4/xinitrc
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 %find_lang xfce-utils
-%fdupes %{buildroot}%{_datadir}
+# temporarily disabled due to bnc#705989
+#%%fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
@@ -99,6 +105,7 @@
 
 %files
 %defattr(-,root,root)
+%doc ChangeLog README COPYING
 %{_bindir}/startxfce4
 %{_bindir}/xfbrowser4
 %{_bindir}/xfce4-about
@@ -107,10 +114,9 @@
 %{_bindir}/xfmountdev4
 %{_bindir}/xfrun4
 %{_bindir}/xfterm4
-# should be libexecdir, upstream uses libdir
-%dir %{_libdir}/xfce4
-%dir %{_libdir}/xfce4/xfconf-migration
-%{_libdir}/xfce4/xfconf-migration/xfconf-migration-4.6.pl
+%dir %{_libexecdir}/xfce4
+%dir %{_libexecdir}/xfce4/xfconf-migration
+%{_libexecdir}/xfce4/xfconf-migration/xfconf-migration-4.6.pl
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.xfce.RunDialog.service
 %{_datadir}/icons/hicolor/48x48/apps/xfce4-logo.png
@@ -121,7 +127,9 @@
 
 %files doc
 %defattr(-,root,root)
-%doc %{_defaultdocdir}/%{name}
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfce-utils
+%doc %{_datadir}/xfce4/xfce-utils/html/
 
 %files lang -f %{name}.lang
 

++ xfce-utils-4.8.3-fix-xfhelp4-invocation.patch ++
Index: xfce-utils-4.8.3/scripts/xfhelp4.in
===
--- xfce-utils-4.8.3.orig/scripts/xfhelp4.in
+++ xfce-utils-4.8.3/scripts/xfhelp4.in
@@ -22,8 +22,14 @@
 
 HELP_DIR=@_docdir_@
 
-if [ ! x$1 = x ]; then
+if [ -n $1 ]; then
+HELP_FILE=
 MODULE=${1%.html}
+case $1 in
+*.html)
+HELP_FILE=$1
+;;
+esac
 else
 MODULE=xfce-utils
 fi
@@ -37,7 +43,7 @@ else
   LC=C
 fi
 
-LC_CLEAN=`echo $LC | sed 's/\(..\)_.*/\1/'`
+LC_CLEAN=${LC%_*}
 

commit xfce4-branding-openSUSE for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfce4-branding-openSUSE for 
openSUSE:Factory checked in at 2011-10-25 17:19:47

Comparing /work/SRC/openSUSE:Factory/xfce4-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-branding-openSUSE.new (New)


Package is xfce4-branding-openSUSE, Maintainer is xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-branding-openSUSE/xfce4-branding-openSUSE.changes
  2011-10-19 13:37:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-branding-openSUSE.new/xfce4-branding-openSUSE.changes
 2011-10-28 15:29:07.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 23 20:43:40 UTC 2011 - g...@opensuse.org
+
+- switch to final xfwm4 branding
+
+---



Other differences:
--
++ xfce4-branding-openSUSE-4.8.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-branding-openSUSE-4.8.0/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
 
new/xfce4-branding-openSUSE-4.8.0/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
--- 
old/xfce4-branding-openSUSE-4.8.0/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
2011-10-10 14:13:20.0 +0200
+++ 
new/xfce4-branding-openSUSE-4.8.0/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
2011-10-23 22:40:31.0 +0200
@@ -2,7 +2,7 @@
 
 channel name=xfwm4 version=1.0
   property name=general type=empty
-property name=theme type=string value=Default/
-property name=title_font type=string value=FifthLeg Bold 12/
+property name=theme type=string value=Kelabu/
+property name=title_font type=string value=Sans Bold 10/
   /property
 /channel

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



commit xfce4-panel for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel for openSUSE:Factory 
checked in at 2011-10-25 17:19:57

Comparing /work/SRC/openSUSE:Factory/xfce4-panel (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel.new (New)


Package is xfce4-panel, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-panel/xfce4-panel.changes  2011-09-23 
12:51:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-panel.new/xfce4-panel.changes 
2011-10-28 15:29:15.0 +0200
@@ -1,0 +2,9 @@
+Thu Oct 20 19:51:15 UTC 2011 - g...@opensuse.org
+
+- install helper binaries into %{_libexecdir}/xfce4-panel
+- install HTML documentation under
+  /usr/share/xfce4/xfce4-panel/html
+- split off -doc subpackage
+- make the file list a bit more explicit
+
+---



Other differences:
--
++ xfce4-panel.spec ++
--- /var/tmp/diff_new_pack.XDmHqp/_old  2011-10-28 15:29:17.0 +0200
+++ /var/tmp/diff_new_pack.XDmHqp/_new  2011-10-28 15:29:17.0 +0200
@@ -41,6 +41,7 @@
 BuildRequires:  pkgconfig(libxfcegui4-1.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  update-desktop-files
+Recommends: %{name}-doc = %{version}
 Requires:   %{name}-branding = %{version}
 Provides:   xfce4-panel-plugins = %{version}
 Obsoletes:  xfce4-panel-plugins  %{version}
@@ -49,6 +50,16 @@
 %description
 xfce4-panel is the panel for the Xfce desktop environment.
 
+%packagedoc
+License:GPLv2+ and LGPLv2.1+
+Group:  Documentation/HTML
+Summary:Documentation for xfce4-panel
+BuildArch:  noarch
+Requires:   %{name} = %{version}
+
+%description doc
+This package contains the documentation for xfce4-panel.
+
 %packagedevel
 License:GPLv2+ and LGPLv2.1+
 Summary:Development Files for xfce4-panel
@@ -98,6 +109,8 @@
 
 %build
 %configure \
+--docdir=%{_datadir}/xfce4/xfce4-panel \
+--with-helper-path-prefix=%{_libexecdir} \
 --disable-static \
 --enable-gtk-doc
 
@@ -105,7 +118,9 @@
 
 %install
 %make_install
-rm -f %{buildroot}%{_libdir}/*.la 
%{buildroot}%{_libdir}/xfce4/panel/plugins/*.la
+rm -f %{buildroot}%{_libdir}/*.la \
+%{buildroot}%{_libdir}/xfce4/panel/plugins/*.la \
+%{buildroot}%{_datadir}/xfce4/xfce4-panel/README.gtkrc-2.0
 mkdir -p %{buildroot}%{_datadir}/xfce4/panel-plugins
 mkdir -p %{buildroot}%{_libdir}/xfce4
 mkdir -p %{buildroot}%{_libdir}/xfce4/panel-plugins
@@ -136,25 +151,45 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS
+%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS docs/README.gtkrc-2.0
 %{_bindir}/xfce4-panel
 %{_bindir}/xfce4-popup-applicationsmenu
 %{_bindir}/xfce4-popup-directorymenu
 %{_bindir}/xfce4-popup-windowmenu
-%{_libdir}/xfce4/panel
+%dir %{_libexecdir}/xfce4
+%dir %{_libexecdir}/xfce4/panel
+%{_libexecdir}/xfce4/panel/migrate
+%{_libexecdir}/xfce4/panel/wrapper
 %dir %{_datadir}/xfce4/panel-plugins
-%{_datadir}/xfce4/panel
+%dir %{_datadir}/xfce4/panel
+%dir %{_datadir}/xfce4/panel/plugins
+%{_datadir}/xfce4/panel/plugins/*.desktop
 %{_datadir}/icons/hicolor/*/apps/xfce4-panel*
 %{_datadir}/applications/panel-*.desktop
-%{_datadir}/doc/xfce4-panel
+%dir %{_libexecdir}/xfce4/panel-plugins
 %dir %{_libdir}/xfce4
 %dir %{_libdir}/xfce4/panel-plugins
-%if %{_libdir} != %{_libexecdir}
-%dir %{_libexecdir}/xfce4
-%dir %{_libexecdir}/xfce4/panel-plugins
-%endif
+%dir %{_libdir}/xfce4/panel
+%dir %{_libdir}/xfce4/panel/plugins
+%{_libdir}/xfce4/panel/plugins/libseparator.so
+%{_libdir}/xfce4/panel/plugins/libclock.so
+%{_libdir}/xfce4/panel/plugins/libwindowmenu.so
+%{_libdir}/xfce4/panel/plugins/libpager.so
+%{_libdir}/xfce4/panel/plugins/libshowdesktop.so
+%{_libdir}/xfce4/panel/plugins/libdirectorymenu.so
+%{_libdir}/xfce4/panel/plugins/libsystray.so
+%{_libdir}/xfce4/panel/plugins/libtasklist.so
+%{_libdir}/xfce4/panel/plugins/libapplicationsmenu.so
+%{_libdir}/xfce4/panel/plugins/libactions.so
+%{_libdir}/xfce4/panel/plugins/liblauncher.so
 %dir %{_sysconfdir}/xdg/xfce4/panel
 
+%files doc
+%defattr(-,root,root)
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfce4-panel
+%doc %{_datadir}/xfce4/xfce4-panel/html/
+
 %files -n libxfce4panel-1_0-3
 %defattr(-,root,root)
 %{_libdir}/libxfce4panel-1.0.so.*

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



commit xfce4-panel-plugin-clipman for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-clipman for 
openSUSE:Factory checked in at 2011-10-25 17:20:10

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-clipman (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-clipman.new (New)


Package is xfce4-panel-plugin-clipman, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-clipman/xfce4-panel-plugin-clipman.changes
2011-10-19 00:55:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-clipman.new/xfce4-panel-plugin-clipman.changes
   2011-10-28 15:29:18.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct 21 11:10:28 UTC 2011 - g...@opensuse.org
+
+- added xfce4-panel-plugin-clipman-1.1.3-use-docdir.patch in order
+  to use docdir correctly
+- install HTML documentation under
+  /usr/share/xfce4/xfce4-clipman-plugin/html
+- package AUTHORS ChangeLog COPYING NEWS README TODO
+
+---

New:

  xfce4-panel-plugin-clipman-1.1.3-use-docdir.patch



Other differences:
--
++ xfce4-panel-plugin-clipman.spec ++
--- /var/tmp/diff_new_pack.YTIxE1/_old  2011-10-28 15:29:25.0 +0200
+++ /var/tmp/diff_new_pack.YTIxE1/_new  2011-10-28 15:29:25.0 +0200
@@ -34,6 +34,8 @@
 Patch2: xfce4-panel-plugin-clipman-1.1.3-catch-null-value.patch
 # PATCH-FIX-UPSTREAM xfce4-panel-plugin-clipman-1.1.3-fix-memory-leak.patch 
g...@opensuse.org -- Fix a memory leak (backported from upstream git)
 Patch3: xfce4-panel-plugin-clipman-1.1.3-fix-memory-leak.patch
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-clipman-1.1.3-use-docdir.patch 
g...@opensuse.org -- Use docdir correctly
+Patch4: xfce4-panel-plugin-clipman-1.1.3-use-docdir.patch
 Group:  System/GUI/XFCE
 BuildRequires:  intltool
 BuildRequires:  fdupes
@@ -78,10 +80,13 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 xdt-autogen
-%configure --disable-static
+%configure \
+--docdir=%{_datadir}/xfce4/xfce4-clipman-plugin \
+--disable-static
 make %{_smp_mflags} V=1
 
 %install
@@ -108,6 +113,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_datadir}/xfce4/panel-plugins/xfce4-clipman-plugin.desktop
 %{_sysconfdir}/xdg/autostart/xfce4-clipman-plugin-autostart.desktop
 %config %{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml
@@ -125,10 +131,8 @@
 
 %files doc
 %defattr(-,root,root)
-%doc %dir %{_datadir}/xfce4/doc
-%doc %dir %{_datadir}/xfce4/doc/*
-%doc %dir %{_datadir}/xfce4/doc/*/images
-%doc %{_datadir}/xfce4/doc/*/*clipman*.html
-%doc %{_datadir}/xfce4/doc/*/images/*clipman*
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfce4-clipman-plugin
+%doc %{_datadir}/xfce4/xfce4-clipman-plugin/html/
 
 %changelog

++ xfce4-panel-plugin-clipman-1.1.3-use-docdir.patch ++
Index: xfce4-clipman-plugin-1.1.3/docs/manual/C/Makefile.am
===
--- xfce4-clipman-plugin-1.1.3.orig/docs/manual/C/Makefile.am
+++ xfce4-clipman-plugin-1.1.3/docs/manual/C/Makefile.am
@@ -10,7 +10,7 @@ SUBDIRS = 
\
images  \
$(NULL)
 
-TARGET_DIR = $(datadir)/xfce4/doc/C
+TARGET_DIR = $(docdir)/html/C
 STYLESHEET = ../xfce-nochunk.xsl
 DOCUMENT = $(PACKAGE).xml
 
Index: xfce4-clipman-plugin-1.1.3/docs/manual/C/images/Makefile.am
===
--- xfce4-clipman-plugin-1.1.3.orig/docs/manual/C/images/Makefile.am
+++ xfce4-clipman-plugin-1.1.3/docs/manual/C/images/Makefile.am
@@ -1,6 +1,6 @@
 NULL = 
 
-imagesdir = $(datadir)/xfce4/doc/C/images
+imagesdir = $(docdir)/html/C/images
 images_DATA =  \
clipman-action-dialog.png   \
clipman-menu.png\
Index: xfce4-clipman-plugin-1.1.3/docs/manual/da/Makefile.am
===
--- xfce4-clipman-plugin-1.1.3.orig/docs/manual/da/Makefile.am
+++ xfce4-clipman-plugin-1.1.3/docs/manual/da/Makefile.am
@@ -10,7 +10,7 @@ SUBDIRS = 
\
images  \
$(NULL)
 
-TARGET_DIR = $(datadir)/xfce4/doc/da
+TARGET_DIR = $(docdir)/html/da
 STYLESHEET = ../xfce-nochunk.xsl
 DOCUMENT = $(PACKAGE).xml
 
Index: xfce4-clipman-plugin-1.1.3/docs/manual/da/images/Makefile.am

commit xfce4-panel-plugin-mailwatch for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-mailwatch for 
openSUSE:Factory checked in at 2011-10-25 17:20:21

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-mailwatch (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-mailwatch.new (New)


Package is xfce4-panel-plugin-mailwatch, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-mailwatch/xfce4-panel-plugin-mailwatch.changes
2011-09-26 10:42:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-mailwatch.new/xfce4-panel-plugin-mailwatch.changes
   2011-10-28 15:29:26.0 +0200
@@ -1,0 +2,9 @@
+Thu Oct 20 21:49:35 UTC 2011 - g...@opensuse.org
+
+- added xfce4-panel-plugin-mailwatch-1.1.0-use-docdir.patch in
+  order to use docdir correctly
+- install HTML documentation below
+  /usr/share/xfce4/xfce4-mailwatch-plugin/html/
+- package AUTHORS ChangeLog COPYING NEWS README TODO
+
+---

New:

  xfce4-panel-plugin-mailwatch-1.1.0-use-docdir.patch



Other differences:
--
++ xfce4-panel-plugin-mailwatch.spec ++
--- /var/tmp/diff_new_pack.w2nynY/_old  2011-10-28 15:29:32.0 +0200
+++ /var/tmp/diff_new_pack.w2nynY/_new  2011-10-28 15:29:32.0 +0200
@@ -32,9 +32,13 @@
 Patch1: xfce4-panel-plugin-mailwatch-1.1.0-fix-build-with-4.7.patch
 # PATCH-FIX-UPSTREAM xfce4-panel-plugin-mailwatch-1.1.0-fix-gnutls-3.0.3.patch 
bxo#7998 g...@opensuse.org -- Fix build with gnutls = 3.0.3, a lowat level of 
0 is the default in gnutls = 2.12.0 and gnutls_transport_set_lowat() has been 
removed in 3.0.3
 Patch2: xfce4-panel-plugin-mailwatch-1.1.0-fix-gnutls-3.0.3.patch
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-mailwatch-1.1.0-use-docdir.patch 
g...@opensuse.org -- Use docdir correctly
+Patch3: xfce4-panel-plugin-mailwatch-1.1.0-use-docdir.patch
 Group:  System/GUI/XFCE
 BuildRequires:  intltool
 BuildRequires:  fdupes
+BuildRequires:  libxslt
+BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  xfce4-dev-tools
@@ -53,11 +57,16 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 xdt-autogen
 export LIBS=-lgcrypt
-%configure --with-pic --disable-static
+%configure \
+--docdir=%{_datadir}/xfce4/xfce4-mailwatch-plugin \
+--enable-maintainer-mode \
+--with-pic \
+--disable-static
 make %{_smp_mflags} V=1
 
 %install
@@ -80,13 +89,12 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfce4-mailwatch-plugin
+%doc %{_datadir}/xfce4/xfce4-mailwatch-plugin/html/
 %{_libexecdir}/xfce4/panel-plugins/xfce4-mailwatch-plugin
 %{_datadir}/icons/hicolor/*/apps/xfce-n*mail.*
 %{_datadir}/xfce4/panel-plugins/mailwatch.desktop
-%doc %dir %{_datadir}/xfce4/doc
-%doc %dir %{_datadir}/xfce4/doc/*
-%doc %dir %{_datadir}/xfce4/doc/*/images
-%doc %{_datadir}/xfce4/doc/*/*mailwatch*.html
-%doc %{_datadir}/xfce4/doc/*/images/*mailwatch*
 
 %changelog

++ xfce4-panel-plugin-mailwatch-1.1.0-use-docdir.patch ++
Index: xfce4-mailwatch-plugin-1.1.0/doc/C/Makefile.am
===
--- xfce4-mailwatch-plugin-1.1.0.orig/doc/C/Makefile.am
+++ xfce4-mailwatch-plugin-1.1.0/doc/C/Makefile.am
@@ -3,10 +3,10 @@ SUBDIRS = \
 
 noinst_DATA = xfce4-mailwatch-plugin.xml
 
-docdir = $(datadir)/xfce4/doc/C
-doc_DATA = xfce4-mailwatch-plugin.html
+cdocdir = $(docdir)/html/C
+cdoc_DATA = xfce4-mailwatch-plugin.html
 
-EXTRA_DIST = $(noinst_DATA) $(doc_DATA)
+EXTRA_DIST = $(noinst_DATA) $(cdoc_DATA)
 
 html: $(srcdir)/xfce4-mailwatch-plugin.xml
xsltproc $(top_srcdir)/doc/xfce-nochunk.xsl \
Index: xfce4-mailwatch-plugin-1.1.0/doc/C/images/Makefile.am
===
--- xfce4-mailwatch-plugin-1.1.0.orig/doc/C/images/Makefile.am
+++ xfce4-mailwatch-plugin-1.1.0/doc/C/images/Makefile.am
@@ -1,5 +1,5 @@
-imagesdir = $(datadir)/xfce4/doc/C/images
-images_DATA = \
+cimagesdir = $(docdir)/html/C/images
+cimages_DATA = \
mailwatch-gmail-settings.png \
mailwatch-imap-advanced.png \
mailwatch-imap-new-folders.png \
@@ -14,4 +14,4 @@ images_DATA = \
mailwatch-pop3-settings.png \
mailwatch-properties.png
 
-EXTRA_DIST = $(images_DATA)
+EXTRA_DIST = $(cimages_DATA)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-power-manager for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfce4-power-manager for 
openSUSE:Factory checked in at 2011-10-25 17:20:31

Comparing /work/SRC/openSUSE:Factory/xfce4-power-manager (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-power-manager.new (New)


Package is xfce4-power-manager, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-power-manager/xfce4-power-manager.changes  
2011-10-21 16:47:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-power-manager.new/xfce4-power-manager.changes 
2011-10-28 15:29:33.0 +0200
@@ -1,0 +2,18 @@
+Mon Oct 24 07:16:03 UTC 2011 - g...@opensuse.org
+
+- added xfce4-power-manager-workaround-xrandr-error.patch which
+  handles X errors when setting brightness via XRANDR gracefully
+  rather than crashing (bnc#718980)
+- added xfce4-power-manager-fix-battery-removal.patch in order to
+  prevent crashes due to xfpm_battery_notify_idle() being called on
+  a battery that has been removed (bnc#707127)
+
+---
+Thu Oct 20 21:09:49 UTC 2011 - g...@opensuse.org
+
+- added xfce4-power-manager-use-docdir.patch in order to use docdir
+  correctly
+- install HTML documentation
+  into /usr/share/xfce4/xfce4-power-manager/html
+
+---

New:

  xfce4-power-manager-1.0.10-use-docdir.patch
  xfce4-power-manager-fix-battery-removal.patch
  xfce4-power-manager-workaround-xrandr-error.patch



Other differences:
--
++ xfce4-power-manager.spec ++
--- /var/tmp/diff_new_pack.mEl6D8/_old  2011-10-28 15:29:46.0 +0200
+++ /var/tmp/diff_new_pack.mEl6D8/_new  2011-10-28 15:29:46.0 +0200
@@ -36,6 +36,12 @@
 Patch3: xfce4-power-manager-1.0.10-fix-broken-icon.patch
 # PATCH-FIX-UPSTREAM 
xfce4-power-manager-1.0.10-fix-saving-brightness-levels.patch bxo#7791 
g...@opensuse.org -- Fix the type of saved brightness levels so they can be 
correctly loaded again
 Patch4: xfce4-power-manager-1.0.10-fix-saving-brightness-levels.patch
+# PATCH-FIX-UPSTREAM xfce4-power-manager-use-docdir.patch g...@opensuse.org -- 
Use docdir correctly
+Patch5: xfce4-power-manager-1.0.10-use-docdir.patch
+# PATCH-FIX-UPSTREAM xfce4-power-manager-workaround-xrandr-error.patch 
bnc#718980 bxo#7999 ti...@suse.de -- Handles X errors when setting brightness 
via XRANDR gracefully rather than crashing
+Patch6: xfce4-power-manager-workaround-xrandr-error.patch
+# PATCH-FIX-UPSTREAM xfce4-power-manager-fix-battery-removal.patch bnc#707127 
bxo#7851 ti...@suse.de -- Prevents crashes due to xfpm_battery_notify_idle() 
being called on a battery that has been removed
+Patch7: xfce4-power-manager-fix-battery-removal.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -47,6 +53,9 @@
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  update-desktop-files
 BuildRequires:  xfconf
+BuildRequires:  xfce4-dev-tools
+BuildRequires:  libxslt
+BuildRequires:  docbook-xsl-stylesheets
 Suggests:   xfce4-panel-plugin-brightness
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -78,9 +87,15 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
 
 %build
-%configure --disable-hal
+xdt-autogen
+%configure \
+--docdir=%{_datadir}/xfce4/xfce4-power-manager \
+--disable-hal
 make %{?_smp_mflags} V=1
 
 %install
@@ -122,7 +137,9 @@
 %{_datadir}/icons/hicolor/*/*/xfpm-*.png
 %{_datadir}/icons/hicolor/scalable/actions/*.svg
 %{_datadir}/icons/hicolor/scalable/status/*.svg
-%doc %{_datadir}/xfce4/doc
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfce4-power-manager
+%doc %{_datadir}/xfce4/xfce4-power-manager/html/
 
 %files -n xfce4-panel-plugin-brightness
 %defattr(-,root,root)

++ xfce4-power-manager-1.0.10-use-docdir.patch ++
Index: xfce4-power-manager-1.0.10/doc/C/Makefile.am
===
--- xfce4-power-manager-1.0.10.orig/doc/C/Makefile.am
+++ xfce4-power-manager-1.0.10/doc/C/Makefile.am
@@ -4,12 +4,12 @@ SUBDIRS = \
 noinst_DATA = \
xfce4-power-manager.xml
 
-docdir=$(datadir)/xfce4/doc/C
+cdocdir=$(docdir)/html/C
 
-doc_DATA= \
+cdoc_DATA= \
xfce4-power-manager.html
 
-EXTRA_DIST = $(noinst_DATA) $(doc_DATA)
+EXTRA_DIST = $(noinst_DATA) $(cdoc_DATA)
 
 if MAINTAINER_MODE
 if HAVE_XSLTPROC
Index: xfce4-power-manager-1.0.10/doc/C/images/Makefile.am
===
--- xfce4-power-manager-1.0.10.orig/doc/C/images/Makefile.am
+++ xfce4-power-manager-1.0.10/doc/C/images/Makefile.am
@@ -1,10 +1,10 @@
-imagesdir = 

commit xfce4-session for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfce4-session for openSUSE:Factory 
checked in at 2011-10-25 17:20:46

Comparing /work/SRC/openSUSE:Factory/xfce4-session (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-session.new (New)


Package is xfce4-session, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-session/xfce4-session.changes  
2011-10-19 00:56:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-session.new/xfce4-session.changes 
2011-10-28 15:29:54.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 21 11:47:24 UTC 2011 - g...@opensuse.org
+
+- install HTML documentation under
+  /usr/share/xfce4/xfce4-session/html
+
+---



Other differences:
--
++ xfce4-session.spec ++
--- /var/tmp/diff_new_pack.WKFvLZ/_old  2011-10-28 15:30:02.0 +0200
+++ /var/tmp/diff_new_pack.WKFvLZ/_new  2011-10-28 15:30:02.0 +0200
@@ -93,7 +93,7 @@
 
 %build
 %configure \
---docdir=%{_defaultdocdir}/%{name} \
+--docdir=%{_datadir}/xfce4/xfce4-session \
 --disable-static \
 --enable-session-screenshots \
 --enable-gnome \
@@ -106,8 +106,6 @@
 %suse_update_desktop_file xfce-session-settings
 %suse_update_desktop_file xfce4-session-logout
 %suse_update_desktop_file xfce4-tips-autostart
-install -p -m 644 AUTHORS BUGS COPYING ChangeLog NEWS README TODO \
-%{buildroot}/%{_defaultdocdir}/%{name}
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 %find_lang %{name}
 rm -f %{buildroot}%{_libdir}/*.la 
%{buildroot}%{_libdir}/xfce4/session/splash-engines/*.la
@@ -132,7 +130,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc %{_defaultdocdir}/%{name}
+%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
 %{_bindir}/xfce4-session
 %{_bindir}/xfce4-session-logout
 %{_bindir}/xfce4-session-settings
@@ -143,7 +141,11 @@
 %{_datadir}/themes/*
 %{_datadir}/applications/*
 %{_datadir}/icons/*/*
-%{_datadir}/xfce4/
+%{_datadir}/xfce4/panel-plugins/xfsm-logout-plugin.desktop
+%{_datadir}/xfce4/tips/
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfce4-session
+%doc %{_datadir}/xfce4/xfce4-session/html/
 
 %files devel
 %defattr(-,root,root)

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



commit xfdesktop for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfdesktop for openSUSE:Factory 
checked in at 2011-10-25 17:21:09

Comparing /work/SRC/openSUSE:Factory/xfdesktop (Old)
 and  /work/SRC/openSUSE:Factory/.xfdesktop.new (New)


Package is xfdesktop, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xfdesktop/xfdesktop.changes  2011-09-23 
12:51:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfdesktop.new/xfdesktop.changes 2011-10-28 
15:30:03.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 21 12:14:17 UTC 2011 - g...@opensuse.org
+
+- install HTML documentation under /usr/share/xfce4/xfdesktop/html
+
+---



Other differences:
--
++ xfdesktop.spec ++
--- /var/tmp/diff_new_pack.WMpPoy/_old  2011-10-28 15:30:14.0 +0200
+++ /var/tmp/diff_new_pack.WMpPoy/_new  2011-10-28 15:30:14.0 +0200
@@ -72,15 +72,13 @@
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing
-%configure --docdir=%{_defaultdocdir}/%{name}
+%configure --docdir=%{_datadir}/xfce4/xfdesktop
 make %{?_smp_mflags} V=1
 
 %install
 %make_install
 install -D -p -m 644 %{SOURCE1} \
 
%{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
-install -p -m 644 README COPYING AUTHORS ChangeLog INSTALL TODO \
-%{buildroot}/%{_defaultdocdir}/%{name}
 %suse_update_desktop_file xfce-backdrop-settings
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 %find_lang %{name}
@@ -102,7 +100,7 @@
 
 %files -f %name.lang
 %defattr(-,root,root)
-%doc %{_defaultdocdir}/%{name}
+%doc README COPYING AUTHORS ChangeLog TODO
 %{_bindir}/xfdesktop
 %{_bindir}/xfdesktop-settings
 %{_datadir}/applications/xfce-backdrop-settings.desktop
@@ -112,6 +110,9 @@
 %{_mandir}/man1/xfdesktop.1.gz
 %{_datadir}/pixmaps/xfdesktop
 %{_datadir}/xfce4/backdrops
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfdesktop
+%doc %{_datadir}/xfce4/xfdesktop/html/
 
 %files branding-upstream
 %defattr(-,root,root)


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



commit xfmpc for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfmpc for openSUSE:Factory checked 
in at 2011-10-25 17:21:21

Comparing /work/SRC/openSUSE:Factory/xfmpc (Old)
 and  /work/SRC/openSUSE:Factory/.xfmpc.new (New)


Package is xfmpc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xfmpc/xfmpc.changes  2011-09-23 
12:51:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfmpc.new/xfmpc.changes 2011-10-28 
15:30:14.0 +0200
@@ -1,0 +2,10 @@
+Sun Oct 23 19:28:23 UTC 2011 - g...@opensuse.org
+
+- update to version 0.2.2
+  - add status-icon to hide Xfmpc and keep it running in the
+background
+  - add a Shortcuts dialog to show existing shortcuts
+  - tweak visual aspects
+  - fix misc bugs
+
+---

Old:

  xfmpc-0.2.1.tar.bz2

New:

  xfmpc-0.2.2.tar.bz2



Other differences:
--
++ xfmpc.spec ++
--- /var/tmp/diff_new_pack.3ASEWT/_old  2011-10-28 15:30:27.0 +0200
+++ /var/tmp/diff_new_pack.3ASEWT/_new  2011-10-28 15:30:27.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   xfmpc
-Version:0.2.1
-Release:6
+Version:0.2.2
+Release:0
 License:GPLv2+
 Summary:Lightweight MPD client for Xfce
 Url:http://goodies.xfce.org/projects/applications/xfmpc/

++ xfmpc-0.2.1.tar.bz2 - xfmpc-0.2.2.tar.bz2 ++
 40821 lines of diff (skipped)


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



commit xfwm4 for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfwm4 for openSUSE:Factory checked 
in at 2011-10-25 17:22:12

Comparing /work/SRC/openSUSE:Factory/xfwm4 (Old)
 and  /work/SRC/openSUSE:Factory/.xfwm4.new (New)


Package is xfwm4, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xfwm4/xfwm4.changes  2011-10-19 
13:41:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfwm4.new/xfwm4.changes 2011-10-28 
15:30:27.0 +0200
@@ -1,0 +2,15 @@
+Tue Oct 25 00:16:20 UTC 2011 - g...@opensuse.org
+
+- tweak Kelabu theme colors
+
+---
+Sun Oct 23 20:43:19 UTC 2011 - g...@opensuse.org
+
+- added Kelabu xfwm4 theme
+
+---
+Thu Oct 20 19:59:00 UTC 2011 - g...@opensuse.org
+
+- install HTML documentation under /usr/share/xfce4/xfwm4/html
+
+---

New:

  COPYING.Kelabu
  Kelabu-xfwm4.tar.bz2



Other differences:
--
++ xfwm4.spec ++
--- /var/tmp/diff_new_pack.EARbUR/_old  2011-10-28 15:30:40.0 +0200
+++ /var/tmp/diff_new_pack.EARbUR/_new  2011-10-28 15:30:40.0 +0200
@@ -29,7 +29,9 @@
 Source2:COPYING.Sonar
 Source3:Gilouche-xfwm4.tar.bz2
 Source4:COPYING.Gilouche
-Source5:xfwm4.xml
+Source5:Kelabu-xfwm4.tar.bz2
+Source6:COPYING.Kelabu
+Source7:xfwm4.xml
 # PATCH-FIX-UPSTREAM xfwm4-4.8.2-fix-resizing.patch bxo#7445 g...@opensuse.org 
-- Ignore size increment if a resize request comes from an application itself 
(backported from upstream git)
 Patch0: xfwm4-4.8.2-fix-resizing.patch
 # PATCH-FIX-UPSTREAM xfwm4-4.8.2-careful-layer-manipulation.patch 
g...@opensuse.org -- Be more careful when allowing applications to manipulate 
the window layer by themselves
@@ -87,25 +89,25 @@
 This package contains the HTML documentation for xfwm4.
 
 %prep
-%setup -q -a1 -a3
+%setup -q -a1 -a3 -a5
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+cp %{SOURCE2} %{SOURCE4} %{SOURCE6} .
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing
 %configure \
 --enable-gen-doc \
---docdir=%{_defaultdocdir}/%{name}-doc \
+--docdir=%{_datadir}/xfce4/xfwm4 \
 --enable-compositor
 make %{?_smp_mflags} V=1
 
 %install
 %make_install
-find Gilouche Sonar -depth -print | cpio -pvd %{buildroot}%{_datadir}/themes
-install -D -p -m 644 %{SOURCE5} \
+find Gilouche Kelabu Sonar -depth -print | cpio -pvd 
%{buildroot}%{_datadir}/themes
+install -D -p -m 644 %{SOURCE7} \
 %{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
-mv %{buildroot}%{_defaultdocdir}/%{name}-doc/html .
 %suse_update_desktop_file xfce-wm-settings
 %suse_update_desktop_file xfce-wmtweaks-settings
 %suse_update_desktop_file xfce-workspaces-settings
@@ -130,6 +132,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
+%doc example.gtkrc-2.0 README COPYING* AUTHORS COMPOSITOR ChangeLog TODO
 %{_bindir}/xfwm4
 %{_bindir}/xfwm4-settings
 %{_bindir}/xfwm4-tweaks-settings
@@ -151,6 +154,8 @@
 
 %files doc
 %defattr(-,root,root)
-%doc example.gtkrc-2.0 README COPYING* AUTHORS COMPOSITOR ChangeLog TODO html/
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfwm4
+%doc %{_datadir}/xfce4/xfwm4/html/
 
 %changelog

++ COPYING.Kelabu ++
openSUSE Kelabu xfwm4 theme

(c) 2011 Guido Berhoerster g...@opensuse.org

The openSUSE Kelabu xfwm4 theme is derived from the Gilouche Metacity themes
and made avaliable under the same license terms as the original work (see below
for the full license text).

Gilouche:

(c) 2006-2008 Novell

Themes were created by:
Aaron Bockover
Emil Jacobs
Garrett LeSage gles...@novell.com
Jakub Steiner jim...@novell.com


GNU GENERAL PUBLIC LICENSE
   Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it.  (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.)  You can apply it to
your programs, too.

  When we 

commit xmms2 for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xmms2 for openSUSE:Factory checked 
in at 2011-10-27 14:42:38

Comparing /work/SRC/openSUSE:Factory/xmms2 (Old)
 and  /work/SRC/openSUSE:Factory/.xmms2.new (New)


Package is xmms2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xmms2/xmms2.changes  2011-09-23 
12:51:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmms2.new/xmms2.changes 2011-10-28 
15:30:44.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 27 11:03:55 UTC 2011 - idon...@suse.com
+
+- Disable parallel build, it randomly hangs 
+
+---

New:

  xmms2-disable-parallel-build.patch



Other differences:
--
++ xmms2.spec ++
--- /var/tmp/diff_new_pack.qRwIYl/_old  2011-10-28 15:30:59.0 +0200
+++ /var/tmp/diff_new_pack.qRwIYl/_new  2011-10-28 15:30:59.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xmms2 (Version 0.7)
+# spec file for package xmms2
 #
-# 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
@@ -64,6 +64,8 @@
 Patch13:xmms2-pkgconfig.patch
 Patch14:%name-0.7-fixwarnings.patch
 Patch15:%name-0.7-ld_fix.patch
+# PATCH-FIX-OPENSUSE xmms2-disable-parallel-build.patch idoen...@suse.de -- 
Disable parallel build
+Patch16:%name-disable-parallel-build.patch
 Url:http://wiki.xmms2.xmms.se/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %name-plugin-base
@@ -809,6 +811,8 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16
+
 # This header doesn't need to be executable
 chmod -x src/include/xmmsclient/xmmsclient++/dict.h
 # Clean up paths in wafadmin

++ xmms2-disable-parallel-build.patch ++
--- wafadmin/Runner.py  2010-02-19 18:43:54.0 +0100
+++ wafadmin/Runner.py.fixed2011-10-27 12:55:49.665131634 +0200
@@ -217,3 +217,95 @@
#print loop
assert (self.count == 0 or self.stop)
 
+class Serial(object):
+
+   def __init__(self, bld, j=1):
+   self.manager = bld.task_manager
+   self.outstanding = []
+
+   # progress bar
+   self.total = self.manager.total()
+   self.processed = 0
+   self.error = 0
+
+   self.switchflag = 1 # postpone
+   
+   self.consumers = None
+
+   # warning, this one is recursive ..
+   def get_next(self):
+   if self.outstanding:
+   t = self.outstanding.pop(0)
+   self.processed += 1
+   return t
+
+   # handle case where only one wscript exist
+   # that only install files
+   if not self.manager.groups:
+   return None
+
+   (_, self.outstanding) = self.manager.get_next_set()
+   if not self.outstanding: return None
+
+   return self.get_next()
+
+   def postpone(self, tsk):
+   self.processed -= 1
+   self.switchflag *= -1
+   # this actually shuffle the list
+   if self.switchflag0: self.outstanding.insert(0, tsk)
+   else: self.outstanding.append(tsk)
+
+   def start(self):
+   debug('runner: Serial start called')
+   while 1:
+   # get next Task
+   tsk = self.get_next()
+   if tsk is None: break
+
+   if Logs.verbose: debug('runner: retrieving %r' % tsk)
+
+   st = tsk.runnable_status()
+   if st == ASK_LATER:
+   debug('runner: postponing %r' % tsk)
+   self.postpone(tsk)
+   continue
+
+   #continue
+   if st == SKIP_ME:
+   tsk.hasrun = SKIPPED
+   self.manager.add_finished(tsk)
+   continue
+
+   tsk.position = (self.processed, self.total)
+
+   # display the command that we are about to run
+   tsk.generator.bld.printout(tsk.display())
+
+   # run the command
+   if tsk.__class__.stat: ret = tsk.__class__.stat(tsk)
+   else: ret = tsk.run()
+   self.manager.add_finished(tsk)
+
+   # non-zero 

commit xorg-x11-doc for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-doc for openSUSE:Factory 
checked in at 2011-10-25 17:22:54

Comparing /work/SRC/openSUSE:Factory/xorg-x11-doc (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-doc.new (New)


Package is xorg-x11-doc, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-doc/xorg-x11-doc.changes
2011-09-23 12:52:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-doc.new/xorg-x11-doc.changes   
2011-10-28 15:31:00.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 19 14:05:14 UTC 2011 - idon...@suse.com
+
+- Add xmlto dependency to fix bnc#698117
+- Cleanup spec file
+
+---



Other differences:
--
++ xorg-x11-doc.spec ++
--- /var/tmp/diff_new_pack.pdrOTL/_old  2011-10-28 15:31:38.0 +0200
+++ /var/tmp/diff_new_pack.pdrOTL/_new  2011-10-28 15:31:38.0 +0200
@@ -15,53 +15,43 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
+%define rversion 1.6
 
 Name:   xorg-x11-doc
-BuildRequires:  docbook-utils pkgconfig xorg-x11-util-devel
-Url:http://xorg.freedesktop.org/
 Version:7.6
 Release:9
 License:MIT
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Summary:X
+Url:http://xorg.freedesktop.org/
 Group:  Documentation/Other
-Summary:X.Org documentation
 Source: xorg-docs-1.6.tar.bz2
+BuildRequires:  docbook-utils
+# For xmlto txt support
+BuildRequires:  lynx
+BuildRequires:  pkgconfig
+BuildRequires:  xmlto
+BuildRequires:  xorg-x11-util-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 X.Org documentation in compressed PostScript format.
 
-
-
 %prep
-%setup -T -c %{name}
-for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done
+%setup -q -n xorg-docs-%{rversion}
 
 %build
-for dir in $(ls */configure.ac); do
-  pushd $(dirname $dir)
-autoreconf -fi
-./configure CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing \
---prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir} \
---disable-txt --enable-pdf --disable-ps --enable-html
-make
-  popd
-done
+%configure CFLAGS=%{optflags} -fno-strict-aliasing
+make
 
 %install
-for dir in $(ls */configure.ac); do
-  pushd $(dirname $dir); make install DESTDIR=$RPM_BUILD_ROOT; popd
-done
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%makeinstall
 
 %files
 %defattr(-,root,root)
 %doc %{_mandir}/man7/*
-%doc /usr/share/doc/xorg-docs/
+%doc %{_datadir}/doc/xorg-docs/
 # contained in server package
 %exclude %{_mandir}/man7/Xsecurity.*
 %exclude %{_mandir}/man7/X.*

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



commit yast2-audit-laf for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-audit-laf for openSUSE:Factory 
checked in at 2011-10-26 15:50:40

Comparing /work/SRC/openSUSE:Factory/yast2-audit-laf (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-audit-laf.new (New)


Package is yast2-audit-laf, Maintainer is g...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-audit-laf/yast2-audit-laf.changes  
2011-10-04 17:59:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-audit-laf.new/yast2-audit-laf.changes 
2011-10-28 15:31:48.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 26 10:29:17 CEST 2011 - g...@suse.de
+
+- Fixed typos in help text (bnc #702654)
+- 2.21.2
+
+---

Old:

  yast2-audit-laf-2.21.1.tar.bz2

New:

  yast2-audit-laf-2.21.2.tar.bz2



Other differences:
--
++ yast2-audit-laf.spec ++
--- /var/tmp/diff_new_pack.By3hQS/_old  2011-10-28 15:31:54.0 +0200
+++ /var/tmp/diff_new_pack.By3hQS/_new  2011-10-28 15:31:54.0 +0200
@@ -19,13 +19,12 @@
 
 
 Name:   yast2-audit-laf
-Version:2.21.1
+Version:2.21.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-audit-laf-%{version}.tar.bz2
 
-Prefix: /usr
 
 Group:  System/YaST
 License:GPL-2.0
@@ -33,7 +32,7 @@
 Requires:   yast2 = 2.21.22
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
 
-BuildArch:  noarch
+BuildArchitectures:noarch
 
 Summary:YaST2 - Configuration of Linux Auditing (LAF)
 
@@ -45,27 +44,28 @@
 %setup -n yast2-audit-laf-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
+[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -78,11 +78,9 @@
 /usr/share/YaST2/clients/audit-laf_*.ycp
 %dir /usr/share/YaST2/modules
 /usr/share/YaST2/modules/AuditLaf.*
-%dir %{prefix}/share/applications/YaST2
-%{prefix}/share/applications/YaST2/audit-laf.desktop
+%dir %{_prefix}/share/applications/YaST2
+%{_prefix}/share/applications/YaST2/audit-laf.desktop
 %dir /usr/share/YaST2/scrconf
 /usr/share/YaST2/scrconf/auditd.scr
-%doc %{prefix}/share/doc/packages/yast2-audit-laf
+%doc %{_prefix}/share/doc/packages/yast2-audit-laf
 /usr/share/YaST2/schema/autoyast/rnc/audit-laf.rnc
-
-%changelog

++ yast2-audit-laf-2.21.1.tar.bz2 - yast2-audit-laf-2.21.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-audit-laf-2.21.1/VERSION 
new/yast2-audit-laf-2.21.2/VERSION
--- old/yast2-audit-laf-2.21.1/VERSION  2011-10-04 12:50:58.0 +0200
+++ new/yast2-audit-laf-2.21.2/VERSION  2011-10-26 10:30:49.0 +0200
@@ -1 +1 @@
-2.21.1
+2.21.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-audit-laf-2.21.1/configure 
new/yast2-audit-laf-2.21.2/configure
--- old/yast2-audit-laf-2.21.1/configure2011-10-04 12:52:18.0 
+0200
+++ new/yast2-audit-laf-2.21.2/configure2011-10-26 10:33:09.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-audit-laf 2.21.1.
+# Generated by GNU Autoconf 2.68 for yast2-audit-laf 2.21.2.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-audit-laf'
 PACKAGE_TARNAME='yast2-audit-laf'
-PACKAGE_VERSION='2.21.1'
-PACKAGE_STRING='yast2-audit-laf 2.21.1'
+PACKAGE_VERSION='2.21.2'
+PACKAGE_STRING='yast2-audit-laf 2.21.2'
 

commit yast2-devtools for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2011-10-25 17:23:26

Comparing /work/SRC/openSUSE:Factory/yast2-devtools (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-devtools.new (New)


Package is yast2-devtools, Maintainer is mvid...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes
2011-10-19 00:56:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes   
2011-10-28 15:31:57.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 25 12:14:21 UTC 2011 - lsle...@suse.cz
+
+- fixed oscsubmit to not submit *.rej and *.orig files left after
+  failed merging
+- 2.21.6
+
+---

Old:

  yast2-devtools-2.21.5.tar.bz2

New:

  yast2-devtools-2.21.6.tar.bz2



Other differences:
--
++ yast2-devtools.spec ++
--- /var/tmp/diff_new_pack.AaT2Bl/_old  2011-10-28 15:32:22.0 +0200
+++ /var/tmp/diff_new_pack.AaT2Bl/_new  2011-10-28 15:32:22.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   yast2-devtools
-Version:2.21.5
+Version:2.21.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-devtools-2.21.5.tar.bz2 - yast2-devtools-2.21.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.21.5/Makefile.am 
new/yast2-devtools-2.21.6/Makefile.am
--- old/yast2-devtools-2.21.5/Makefile.am   2011-09-27 11:21:58.0 
+0200
+++ new/yast2-devtools-2.21.6/Makefile.am   2011-10-25 14:27:24.0 
+0200
@@ -198,4 +198,4 @@
test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo
 #  test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo make-pox
 # No ./SUBDIRS file found - assuming default: All direct subdirs with 
Makefile.am
-SUBDIRS = devtools docbook doxygen scrdoc y2logview yast2 ycpdoc ydoc 
+SUBDIRS = devtools docbook doxygen scrdoc yast2 ycpdoc ydoc y2logview 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.21.5/Makefile.in 
new/yast2-devtools-2.21.6/Makefile.in
--- old/yast2-devtools-2.21.5/Makefile.in   2011-09-27 11:22:07.0 
+0200
+++ new/yast2-devtools-2.21.6/Makefile.in   2011-10-25 14:27:30.0 
+0200
@@ -343,7 +343,7 @@
 TAGVERSION = $(Y2TOOL) tagversion
 #  test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo make-pox
 # No ./SUBDIRS file found - assuming default: All direct subdirs with 
Makefile.am
-SUBDIRS = devtools docbook doxygen scrdoc y2logview yast2 ycpdoc ydoc 
+SUBDIRS = devtools docbook doxygen scrdoc yast2 ycpdoc ydoc y2logview 
 all: all-recursive
 
 .SUFFIXES:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.21.5/VERSION 
new/yast2-devtools-2.21.6/VERSION
--- old/yast2-devtools-2.21.5/VERSION   2011-10-04 15:14:32.0 +0200
+++ new/yast2-devtools-2.21.6/VERSION   2011-10-25 14:15:23.0 +0200
@@ -1 +1 @@
-2.21.5
+2.21.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.21.5/configure 
new/yast2-devtools-2.21.6/configure
--- old/yast2-devtools-2.21.5/configure 2011-09-27 11:22:05.0 +0200
+++ new/yast2-devtools-2.21.6/configure 2011-10-25 14:27:29.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-devtools 2.21.2.
+# Generated by GNU Autoconf 2.68 for yast2-devtools 2.21.6.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -709,8 +709,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-devtools'
 PACKAGE_TARNAME='yast2-devtools'
-PACKAGE_VERSION='2.21.2'
-PACKAGE_STRING='yast2-devtools 2.21.2'
+PACKAGE_VERSION='2.21.6'
+PACKAGE_STRING='yast2-devtools 2.21.6'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1498,7 +1498,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-devtools 2.21.2 to adapt to many kinds of 
systems.
+\`configure' configures yast2-devtools 2.21.6 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1569,7 +1569,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-devtools 2.21.2:;;
+ short | recursive ) echo Configuration of yast2-devtools 2.21.6:;;
esac
   cat \_ACEOF
 
@@ -1682,7 +1682,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat 

commit yast2-fcoe-client for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-fcoe-client for 
openSUSE:Factory checked in at 2011-10-27 14:36:36

Comparing /work/SRC/openSUSE:Factory/yast2-fcoe-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-fcoe-client.new (New)


Package is yast2-fcoe-client, Maintainer is g...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-fcoe-client/yast2-fcoe-client.changes  
2011-10-21 16:47:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-fcoe-client.new/yast2-fcoe-client.changes 
2011-10-28 15:32:30.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct 27 13:41:55 CEST 2011 - g...@suse.de
+
+- Don't enable service start at boot during installation (is
+  enabled at the end), improve warning message
+- V 2.21.12 
+
+---

Old:

  yast2-fcoe-client-2.21.11.tar.bz2

New:

  yast2-fcoe-client-2.21.12.tar.bz2



Other differences:
--
++ yast2-fcoe-client.spec ++
--- /var/tmp/diff_new_pack.tKFn5W/_old  2011-10-28 15:32:33.0 +0200
+++ /var/tmp/diff_new_pack.tKFn5W/_new  2011-10-28 15:32:33.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   yast2-fcoe-client
-Version:2.21.11
+Version:2.21.12
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-fcoe-client-2.21.11.tar.bz2 - yast2-fcoe-client-2.21.12.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-fcoe-client-2.21.11/VERSION 
new/yast2-fcoe-client-2.21.12/VERSION
--- old/yast2-fcoe-client-2.21.11/VERSION   2011-10-20 14:44:24.0 
+0200
+++ new/yast2-fcoe-client-2.21.12/VERSION   2011-10-27 13:41:43.0 
+0200
@@ -1 +1 @@
-2.21.11
+2.21.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-fcoe-client-2.21.11/configure 
new/yast2-fcoe-client-2.21.12/configure
--- old/yast2-fcoe-client-2.21.11/configure 2011-10-20 14:48:35.0 
+0200
+++ new/yast2-fcoe-client-2.21.12/configure 2011-10-27 13:43:13.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-fcoe-client 2.21.11.
+# Generated by GNU Autoconf 2.68 for yast2-fcoe-client 2.21.12.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-fcoe-client'
 PACKAGE_TARNAME='yast2-fcoe-client'
-PACKAGE_VERSION='2.21.11'
-PACKAGE_STRING='yast2-fcoe-client 2.21.11'
+PACKAGE_VERSION='2.21.12'
+PACKAGE_STRING='yast2-fcoe-client 2.21.12'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1229,7 +1229,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-fcoe-client 2.21.11 to adapt to many kinds of 
systems.
+\`configure' configures yast2-fcoe-client 2.21.12 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1301,7 +1301,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-fcoe-client 2.21.11:;;
+ short | recursive ) echo Configuration of yast2-fcoe-client 2.21.12:;;
esac
   cat \_ACEOF
 
@@ -1381,7 +1381,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-fcoe-client configure 2.21.11
+yast2-fcoe-client configure 2.21.12
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1398,7 +1398,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-fcoe-client $as_me 2.21.11, which was
+It was created by yast2-fcoe-client $as_me 2.21.12, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2328,7 +2328,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-fcoe-client'
- VERSION='2.21.11'
+ VERSION='2.21.12'
 
 
 cat confdefs.h _ACEOF
@@ -2450,7 +2450,7 @@
 
 
 
-VERSION=2.21.11
+VERSION=2.21.12
 RPMNAME=yast2-fcoe-client
 MAINTAINER=Gabriele Mohr g...@suse.de
 
@@ -3380,7 +3380,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-fcoe-client $as_me 2.21.11, which was
+This file was extended by yast2-fcoe-client $as_me 2.21.12, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3433,7 +3433,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo 

commit yast2-iscsi-client for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-iscsi-client for 
openSUSE:Factory checked in at 2011-10-27 14:03:55

Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new (New)


Package is yast2-iscsi-client, Maintainer is f...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes
2011-10-21 16:48:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-client.new/yast2-iscsi-client.changes   
2011-10-28 15:32:50.0 +0200
@@ -1,0 +2,12 @@
+Thu Oct 27 11:41:58 CEST 2011 - f...@suse.de
+
+- 2.21.8
+- adapt to changed name of start scripts open-iscsi - iscsid 
+  (bnc#661401)
+
+---
+Wed Oct 26 15:26:38 CEST 2011 - f...@suse.de
+
+- adapt to changed output of iscsi_offload script (bnc#725833)
+
+---

Old:

  yast2-iscsi-client-2.21.7.tar.bz2

New:

  yast2-iscsi-client-2.21.8.tar.bz2



Other differences:
--
++ yast2-iscsi-client.spec ++
--- /var/tmp/diff_new_pack.IyTtiN/_old  2011-10-28 15:32:58.0 +0200
+++ /var/tmp/diff_new_pack.IyTtiN/_new  2011-10-28 15:32:58.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-iscsi-client
-Version:2.21.7
+Version:2.21.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-iscsi-client-2.21.7.tar.bz2
+Source0:yast2-iscsi-client-2.21.8.tar.bz2
 
 Prefix: /usr
 
@@ -47,7 +47,7 @@
 client.
 
 %prep
-%setup -n yast2-iscsi-client-2.21.7
+%setup -n yast2-iscsi-client-2.21.8
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-iscsi-client-2.21.7.tar.bz2 - yast2-iscsi-client-2.21.8.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-2.21.7/VERSION 
new/yast2-iscsi-client-2.21.8/VERSION
--- old/yast2-iscsi-client-2.21.7/VERSION   2011-10-20 15:06:03.0 
+0200
+++ new/yast2-iscsi-client-2.21.8/VERSION   2011-10-27 12:18:00.0 
+0200
@@ -1 +1 @@
-2.21.7
+2.21.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-2.21.7/src/IscsiClientLib.ycp 
new/yast2-iscsi-client-2.21.8/src/IscsiClientLib.ycp
--- old/yast2-iscsi-client-2.21.7/src/IscsiClientLib.ycp2011-10-20 
15:05:25.0 +0200
+++ new/yast2-iscsi-client-2.21.8/src/IscsiClientLib.ycp2011-10-27 
12:48:43.0 +0200
@@ -18,7 +18,7 @@
 mapstring,string iface_file = $[];
 liststring iface_eth = []; 
 
-// status of rcopen-iscsi service
+// status of rciscsid service
 boolean serviceStatus = false;
 // main configuration file (/etc/iscsi/iscsid.conf)
 mapstring, any config = $[];
@@ -95,20 +95,20 @@
 
 // get accessor for service status
 global boolean GetStartService() {
- boolean status = Service::Enabled(open-iscsi);
- y2milestone(Status of open-iscsi %1, status);
+ boolean status = Service::Enabled(iscsid);
+ y2milestone(Status of iscsid %1, status);
  return status;
 }
 
 // set accessor for service status
 global void SetStartService(boolean status) {
- y2milestone(Set status of open-iscsi to %1, status);
+ y2milestone(Set status of iscsid to %1, status);
  if (status == true) {
-Service::Enable(boot.open-iscsi);
-Service::Enable(open-iscsi);
+Service::Enable(boot.iscsid-early);
+Service::Enable(iscsid);
  } else {
-Service::Disable(boot.open-iscsi);
-Service::Disable(open-iscsi);
+Service::Disable(boot.iscsid-early);
+Service::Disable(iscsid);
  }
 }
 
@@ -330,7 +330,7 @@
   y2milestone(Initiatorname %1 written, initiatorname);
  }
  // reload service when initiatorname is changed to re-read new value 
(bnc#482429)
- Service::Reload(open-iscsi);
+ Service::Reload(iscsid);
  return ret;
 }
 
@@ -518,7 +518,7 @@
 }
 
 
-// get status of open-iscsi
+// get status of iscsid
 global boolean getServiceStatus(){
  boolean ret = true;
  if (Stage::initial()){
@@ -527,15 +527,15 @@
   startIScsid();
 
  } else {
-  if (Service::Status(open-iscsi) == 0) serviceStatus=true;
+  if (Service::Status(iscsid) == 0) serviceStatus=true;
   y2milestone(Service status = %1, serviceStatus);
   // if not enabled, start it manually
-  if (!serviceStatus) Service::Start(open-iscsi);
+  if (!serviceStatus) Service::Start(iscsid);
  }
  return ret;
 }
 
-// set startup status of open-iscsi
+// set startup status of iscsid
 global boolean setServiceStatus(){
  boolean ret = true;
 // if disabled and no connected targets - stop it
@@ -544,10 +544,10 @@
 readSessions();
 if (size(sessions)==0) {
   

commit yast2-storage for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2011-10-27 19:34:53

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is yast2-storage, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2011-10-21 16:48:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2011-10-28 15:33:26.0 +0200
@@ -1,0 +2,13 @@
+Tue Oct 25 16:08:52 CEST 2011 - f...@suse.de
+
+- version 2.21.11
+- add function IsDeviceOnNetwork to be used by Network module
+  (bnc#726057)
+  
+---
+Mon Oct 24 14:11:58 CEST 2011 - f...@suse.de
+
+- fix missing proposal for /home (bnc#725577)
+- detect new transport type FcoE (bnc#726057)
+
+---

Old:

  yast2-storage-2.21.10.tar.bz2

New:

  yast2-storage-2.21.11.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.EHiDKu/_old  2011-10-28 15:33:34.0 +0200
+++ /var/tmp/diff_new_pack.EHiDKu/_new  2011-10-28 15:33:34.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-storage
-Version:2.21.10
+Version:2.21.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-storage-2.21.10.tar.bz2
+Source0:yast2-storage-2.21.11.tar.bz2
 
 Prefix: /usr
 
@@ -31,7 +31,7 @@
 License:GPL-2.0+
 BuildRequires:  blocxx-devel boost-devel gcc-c++ libxcrypt-devel openssl-devel 
sablot swig
 BuildRequires:  docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer 
sgml-skel update-desktop-files
-BuildRequires:  libstorage-devel = 2.21.4 yast2 = 2.19.4 yast2-core-devel = 
2.18.1 yast2-devtools
+BuildRequires:  libstorage-devel = 2.21.11 yast2 = 2.19.4 yast2-core-devel 
= 2.18.1 yast2-devtools
 BuildRequires:  yast2-perl-bindings yast2-testsuite = 2.19.0
 Requires:   yast2-perl-bindings perl = %{perl_version}
 Requires:   yast2-core = 2.18.3 yast2 = 2.19.4 yast2-libyui = 2.18.7
@@ -55,7 +55,7 @@
 devices during installation and on an installed system.
 
 %prep
-%setup -n yast2-storage-2.21.10
+%setup -n yast2-storage-2.21.11
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-storage-2.21.10.tar.bz2 - yast2-storage-2.21.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.21.10/VERSION 
new/yast2-storage-2.21.11/VERSION
--- old/yast2-storage-2.21.10/VERSION   2011-10-20 17:39:44.0 +0200
+++ new/yast2-storage-2.21.11/VERSION   2011-10-24 16:14:57.0 +0200
@@ -1 +1 @@
-2.21.10
+2.21.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.21.10/storage/src/include/ep-hd.ycp 
new/yast2-storage-2.21.11/storage/src/include/ep-hd.ycp
--- old/yast2-storage-2.21.10/storage/src/include/ep-hd.ycp 2011-10-17 
13:00:30.0 +0200
+++ new/yast2-storage-2.21.11/storage/src/include/ep-hd.ycp 2011-10-24 
14:15:54.0 +0200
@@ -209,7 +209,9 @@
fields = (listsymbol) merge(fields, [ `heading_md, `raid_type, 
`chunk_size, `parity_algorithm ]);
}
 
-   if (contains([ `CT_DISK ], ctype)  target_map[device, 
transport]:`unknown == `fc)
+   if (contains([ `CT_DISK ], ctype)  
+  (target_map[device, transport]:`unknown == `fc ||
+   target_map[device, transport]:`unknown == `fcoe ))
{
fields = (listsymbol) merge(fields, [`heading_fc, `fc_wwpn, 
`fc_port_id, `fc_fcp_lun ]);
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-2.21.10/storage/src/modules/Storage.ycp 
new/yast2-storage-2.21.11/storage/src/modules/Storage.ycp
--- old/yast2-storage-2.21.10/storage/src/modules/Storage.ycp   2011-10-05 
18:09:43.0 +0200
+++ new/yast2-storage-2.21.11/storage/src/modules/Storage.ycp   2011-10-26 
00:27:52.0 +0200
@@ -19,7 +19,7 @@
  * wurde versucht intelligent zu gestallten und ist im einzelen bei den
  * entspechenden Funktionen n�her erkl�rt.
  *
- * $Id: Storage.ycp 66275 2011-10-05 16:09:42Z fehr $
+ * $Id: Storage.ycp 66586 2011-10-25 22:27:50Z fehr $
  */
 {
   module Storage;
@@ -232,7 +232,8 @@
LibStorage::SAS() : `sas,
LibStorage::SATA() : `sata,
LibStorage::SPI() : `spi,
-   LibStorage::USB() : `usb
+   LibStorage::USB() : `usb,
+   LibStorage::FCOE() : `fcoe
  ]
  ];
 
@@ 

commit yast2-vm for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2011-10-25 17:25:54

Comparing /work/SRC/openSUSE:Factory/yast2-vm (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-vm.new (New)


Package is yast2-vm, Maintainer is carn...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes2011-10-03 
09:27:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes   2011-10-28 
15:34:52.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 25 10:02:24 UTC 2011 - lsle...@suse.cz
+
+- fixed translation of button labels (bnc#723657)
+- 2.21.4
+
+---

Old:

  yast2-vm-2.21.3.tar.bz2

New:

  yast2-vm-2.21.4.tar.bz2



Other differences:
--
++ yast2-vm.spec ++
--- /var/tmp/diff_new_pack.qGoyQY/_old  2011-10-28 15:35:01.0 +0200
+++ /var/tmp/diff_new_pack.qGoyQY/_new  2011-10-28 15:35:01.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   yast2-vm
-Version:2.21.3
+Version:2.21.4
 Release:0
 License:GPL
 Group:  System/YaST

++ yast2-vm-2.21.3.tar.bz2 - yast2-vm-2.21.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.3/VERSION new/yast2-vm-2.21.4/VERSION
--- old/yast2-vm-2.21.3/VERSION 2011-09-29 14:11:34.0 +0200
+++ new/yast2-vm-2.21.4/VERSION 2011-10-25 13:18:54.0 +0200
@@ -1 +1 @@
-2.21.3
+2.21.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.3/configure 
new/yast2-vm-2.21.4/configure
--- old/yast2-vm-2.21.3/configure   2011-09-29 14:03:40.0 +0200
+++ new/yast2-vm-2.21.4/configure   2011-10-25 13:20:13.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-vm 2.21.2.
+# Generated by GNU Autoconf 2.68 for yast2-vm 2.21.4.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-vm'
 PACKAGE_TARNAME='yast2-vm'
-PACKAGE_VERSION='2.21.2'
-PACKAGE_STRING='yast2-vm 2.21.2'
+PACKAGE_VERSION='2.21.4'
+PACKAGE_STRING='yast2-vm 2.21.4'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1229,7 +1229,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-vm 2.21.2 to adapt to many kinds of systems.
+\`configure' configures yast2-vm 2.21.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1300,7 +1300,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-vm 2.21.2:;;
+ short | recursive ) echo Configuration of yast2-vm 2.21.4:;;
esac
   cat \_ACEOF
 
@@ -1380,7 +1380,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-vm configure 2.21.2
+yast2-vm configure 2.21.4
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1397,7 +1397,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-vm $as_me 2.21.2, which was
+It was created by yast2-vm $as_me 2.21.4, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2327,7 +2327,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-vm'
- VERSION='2.21.2'
+ VERSION='2.21.4'
 
 
 cat confdefs.h _ACEOF
@@ -2449,7 +2449,7 @@
 
 
 
-VERSION=2.21.2
+VERSION=2.21.4
 RPMNAME=yast2-vm
 MAINTAINER=Ladislav Slezak lsle...@suse.cz, Li Dongyang 
lidongy...@novell.com
 
@@ -3386,7 +3386,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-vm $as_me 2.21.2, which was
+This file was extended by yast2-vm $as_me 2.21.4, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3439,7 +3439,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-vm config.status 2.21.2
+yast2-vm config.status 2.21.4
 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-vm-2.21.3/configure.in 
new/yast2-vm-2.21.4/configure.in
--- old/yast2-vm-2.21.3/configure.in2011-09-29 

commit NetworkManager-kde4 for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-kde4 for 
openSUSE:12.1 checked in at 2011-10-27 14:25:28

Comparing /work/SRC/openSUSE:12.1/NetworkManager-kde4 (Old)
 and  /work/SRC/openSUSE:12.1/.NetworkManager-kde4.new (New)


Package is NetworkManager-kde4, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/NetworkManager-kde4/NetworkManager-kde4.changes 
2011-10-24 12:26:13.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.NetworkManager-kde4.new/NetworkManager-kde4.changes
2011-10-28 15:35:33.0 +0200
@@ -1,0 +2,17 @@
+Thu Oct 27 09:28:14 UTC 2011 - idon...@suse.com
+
+- Update to git snapshot 20111027
+  * Fix kde#283017
+
+---
+Mon Oct 24 10:12:53 UTC 2011 - tittiatc...@gmail.com
+
+- Update to git snapshot 20111024
+  * Prevent crash when stopping NM
+  * Make signal strength show in system tray also for Mobile 
+broadband connections
+  * Enable autoconnect by default for WIFI connections
+  * Several bugfixes
+- Updated translations
+
+---
@@ -11 +28 @@
-  * Prevent two crashes because of dangling points (bko#254070)
+  * Prevent two crashes because of dangling points (kde#254070)
@@ -14 +31 @@
-(bko#190342)
+(kde#190342)
@@ -16 +33 @@
-(bko#281962,#282085)
+(kde#281962,#282085)
@@ -18 +35 @@
-(NM 0.9 only) (bko#282282)
+(NM 0.9 only) (kde#282282)
@@ -20 +37 @@
-(NM 0.9 only) (bko#249319)
+(NM 0.9 only) (kde#249319)
@@ -25 +42 @@
-(bko#271766)
+(kde#271766)
@@ -162 +179 @@
-change in Solid Network Manager backend. (bko#238325)
+change in Solid Network Manager backend. (kde#238325)
@@ -227 +244 @@
-running. (bko#219420)
+running. (kde#219420)
@@ -239 +256 @@
-  * Fix crash with connections that have gone away (bko#237360)
+  * Fix crash with connections that have gone away (kde#237360)
@@ -251 +268 @@
-  * make sure there's an active interface (bko#233488)
+  * make sure there's an active interface (kde#233488)
@@ -334 +351 @@
-connections (bko#201993)
+connections (kde#201993)
@@ -341,2 +358,2 @@
-  * Fix GSM network type not stored/restored (bko#207454)
-  * Fix OpenVPN HMAC key type store/restore (bko#205894,bnc#501829)
+  * Fix GSM network type not stored/restored (kde#207454)
+  * Fix OpenVPN HMAC key type store/restore (kde#205894,bnc#501829)



Other differences:
--
++ NetworkManager-kde4.spec ++
--- /var/tmp/diff_new_pack.7ppin3/_old  2011-10-28 15:35:36.0 +0200
+++ /var/tmp/diff_new_pack.7ppin3/_new  2011-10-28 15:35:36.0 +0200
@@ -21,14 +21,14 @@
 Url:http://quickgit.kde.org/?p=networkmanagement.git
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  mobile-broadband-provider-info
+BuildRequires:  git
 %if 0%{?suse_version} = 1210
 BuildRequires:  NetworkManager-devel = 0.9.0
-BuildRequires:  git
 BuildRequires:  openconnect-devel
 %else
 BuildRequires:  NetworkManager-devel  0.8.5
 %endif
-Version:0.9.1git20110925
+Version:0.9.1git20111027
 Release:1
 License:LGPL v2 or later
 Summary:NetworkManager client for KDE 4
@@ -167,6 +167,8 @@
 %setup -q -n networkmanagement
 %if 0%{?suse_version} = 1210
 git checkout nm09
+%else
+git checkout nm08
 %endif
 tar -xjf %{SOURCE1}
 echo find_package(Msgfmt REQUIRED)  CMakeLists.txt
@@ -226,6 +228,7 @@
 %{_kde4_modulesdir}/solid_networkmanager09.so
 %{_kde4_servicesdir}/solidbackends/solid_networkmanager09.desktop
 %{_kde4_servicetypesdir}/solidnetworkmanagernm09.desktop
+%{_kde4_appsdir}/desktoptheme/default/icons/network2.svgz
 %endif
 
 %files devel

++ networkmanagement.tar.bz2 ++
 61275 lines of diff (skipped)

++ networkmanager-po.tar.bz2 ++
 321000 lines of diff (skipped)

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



commit aaa_base for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:12.1 checked 
in at 2011-10-26 15:18:05

Comparing /work/SRC/openSUSE:12.1/aaa_base (Old)
 and  /work/SRC/openSUSE:12.1/.aaa_base.new (New)


Package is aaa_base, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/aaa_base/aaa_base.changes   2011-10-25 
15:45:57.0 +0200
+++ /work/SRC/openSUSE:12.1/.aaa_base.new/aaa_base.changes  2011-10-28 
15:35:43.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 17:21:53 UTC 2011 - wer...@suse.de
+
+- Enable direxpand patch of the bash (bnc#725657)
+
+---



Other differences:
--
++ aaa_base.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/profile.d/complete.bash 
new/aaa_base/files/etc/profile.d/complete.bash
--- old/aaa_base/files/etc/profile.d/complete.bash  2011-10-21 
14:27:50.0 +0200
+++ new/aaa_base/files/etc/profile.d/complete.bash  2011-10-25 
19:20:42.0 +0200
@@ -12,6 +12,11 @@
 _file=-o nospace -o dirnames
 _nosp=-o nospace
 
+#
+# bnc#725657
+#
+shopt -s direxpand 2 /dev/null || true
+
 # Escape file and directory names, add slash to directories if needed.
 # Escaping could be done by the option 'filenames' but this fails
 # e.g. on variable expansion like $HOTAB

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



commit amavisd-new for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package amavisd-new for openSUSE:12.1 
checked in at 2011-10-27 13:47:15

Comparing /work/SRC/openSUSE:12.1/amavisd-new (Old)
 and  /work/SRC/openSUSE:12.1/.amavisd-new.new (New)


Package is amavisd-new, Maintainer is vark...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/amavisd-new/amavisd-new.changes 2011-10-24 
12:27:09.0 +0200
+++ /work/SRC/openSUSE:12.1/.amavisd-new.new/amavisd-new.changes
2011-10-28 15:35:48.0 +0200
@@ -1,0 +2,10 @@
+Wed Oct 26 08:58:10 UTC 2011 - w...@rosenauer.org
+
+- obsolete amavisd-milter package
+
+---
+Thu Oct 13 13:11:20 UTC 2011 - vark...@suse.com
+
+- Integrate amavisd-milter 
+
+---

New:

  amavisd-milter.tar.bz2



Other differences:
--
++ amavisd-new.spec ++
--- /var/tmp/diff_new_pack.iAigwy/_old  2011-10-28 15:35:48.0 +0200
+++ /var/tmp/diff_new_pack.iAigwy/_new  2011-10-28 15:35:48.0 +0200
@@ -31,7 +31,6 @@
 Requires:   perl-Convert-TNEF perl-Archive-Zip perl-Net-Server 
perl-spamassassin
 Requires:   perl-BerkeleyDB perl-Mail-DKIM
 Requires:   smtp_daemon
-Requires:   amavisd-milter
 %if 0%{?suse_version}  1120
 Requires:   lha
 %endif
@@ -42,13 +41,16 @@
 Recommends: perl-Authen-SASL
 Recommends: perl-Mail-ClamAV
 Recommends: %{name}-docs = %{version}
+Provides:   amavisd-milter = 1.5.0
+Obsoletes:  amavisd-milter = 1.5.0
 PreReq: coreutils net-tools sed pwdutils
 PreReq: %insserv_prereq
 PreReq: util-linux
 Source0:amavisd-new.tar.bz2
 Source1:sysconfig.amavis
 Source2:rc.amavis
-Source5:amavisd-new-rpmlintrc
+Source3:amavisd-new-rpmlintrc
+Source4:amavisd-milter.tar.bz2
 Patch1: activate_virus_scanner.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define avspool/var/spool/amavis
@@ -65,11 +67,10 @@
 following MTAs:
 
 - postfix
-
 - sendmail (sendmail-milter)
-
 - exim
 
+
 %package docs
 Summary:Documentation for the High-Performance E-Mail Virus Scanner
 Group:  Documentation/Other
@@ -84,11 +85,13 @@
 This package contains the documentation and Relase-Notes.
 
 %prep
-%setup -q
+%setup -q -a 4
 %patch1
-for i in $(ls amavisd*); do
+for i in $(find -maxdepth 1 -name amavisd* | sed s#./##); do
+if [[ $i == *patch ]] ; then continue; fi
 if [[ $i == *patch ]] ; then continue; fi
 if [[ $i == *spec ]] ; then continue; fi
+if [[ $i == amavisd-milter ]] ; then continue; fi
 sed -i s|\$daemon_user  = 'vscan';|\$daemon_user  = '%{avuser}';|g; \
 s|\$daemon_group = 'vscan';|\$daemon_group = '%{avgroup}';|g; \
 s|^# \$MYHOME =.*|\$MYHOME = '%{avspool}';|g; \
@@ -97,9 +100,14 @@
 s|/var/amavis/amavisd.sock|%{avspool}/amavisd.sock|g; \
 s|/var/run/clamav/clamd|/var/lib/clamav/clamd-socket|g $i
 done
+
 # ---
 
 %build
+cd amavisd-milter
+%configure --localstatedir=/var/spool/amavis
+make
+
 # ---
 
 %install
@@ -123,6 +131,8 @@
 ln -s ../../etc/init.d/amavis $RPM_BUILD_ROOT/%{_sbindir}/rcamavis
 install -m 644 LDAP.schema 
$RPM_BUILD_ROOT/etc/openldap/schema/amavisd-new.schema
 install -m 644 JpegTester.pm $RPM_BUILD_ROOT/%{perl_vendorlib}/JpegTester.pm
+cd amavisd-milter
+make install DESTDIR=$RPM_BUILD_ROOT
 
 %pre
 /usr/sbin/groupadd -r %{avgroup} 2 /dev/null || :
@@ -178,12 +188,13 @@
 %dir %{avquarantine}
 
 %files docs
-%defattr(-,root,root)
+%defattr(0644,root,root,0755)
 %doc RELEASE_NOTES
 %doc README_FILES
 %doc test-messages
 %doc amavisd.conf-*
 %doc MANIFEST TODO 
 %doc test-messages
+%doc %{_mandir}/man8/amavisd-milter*
 
 %changelog

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



commit apparmor for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:12.1 checked 
in at 2011-10-27 11:03:10

Comparing /work/SRC/openSUSE:12.1/apparmor (Old)
 and  /work/SRC/openSUSE:12.1/.apparmor.new (New)


Package is apparmor, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/apparmor/apparmor.changes   2011-10-24 
12:27:34.0 +0200
+++ /work/SRC/openSUSE:12.1/.apparmor.new/apparmor.changes  2011-10-28 
15:35:51.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 26 20:48:16 UTC 2011 - opens...@cboltz.de
+
+- allow loading the libraries for samba vfs objects (bnc#725967)
+
+---

New:

  apparmor-samba-vfs-objects.diff



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.TEVPUU/_old  2011-10-28 15:35:51.0 +0200
+++ /var/tmp/diff_new_pack.TEVPUU/_new  2011-10-28 15:35:51.0 +0200
@@ -62,6 +62,9 @@
 # include autogenerated profile sniplet for samba shares (bnc#688040)
 Patch2: apparmor-samba-include-permissions-for-shares.diff
 
+# allow samba vfs objects (bnc#725967)
+Patch3: apparmor-samba-vfs-objects.diff
+
 # split a long string in AppArmor.pm. Not accepted upstream because they want 
a solution without hardcoded width.
 Patch5: apparmor-utils-string-split
 
@@ -409,6 +412,7 @@
 %patch -p0
 %patch1 -p1
 %patch2 -p0
+%patch3 -p0
 %patch5 -p1
 #%patch10 -p1 # disabled, see above
 #%patch11 -p1 # disabled, see above


++ apparmor-samba-vfs-objects.diff ++
Allow loading the libraries used for Samba vfs objects = ...

References: https://bugzilla.novell.com/show_bug.cgi?id=725967

Signed-off-by: Christian Boltz appar...@cboltz.de


=== modified file 'profiles/apparmor.d/usr.sbin.smbd'
--- profiles/apparmor.d/usr.sbin.smbd   2011-08-27 18:50:42 +
+++ profiles/apparmor.d/usr.sbin.smbd   2011-10-26 20:43:13 +
@@ -24,6 +24,7 @@
   /etc/printcap r,
   /proc/*/mounts r,
   /proc/sys/kernel/core_pattern r,
+  /usr/lib64/samba/vfs/*.so mr,
   /usr/sbin/smbd mr,
   /etc/samba/* rwk,
   /var/cache/samba/** rwk,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit arista for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package arista for openSUSE:12.1 checked in 
at 2011-10-27 20:22:38

Comparing /work/SRC/openSUSE:12.1/arista (Old)
 and  /work/SRC/openSUSE:12.1/.arista.new (New)


Package is arista, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/arista/arista.changes   2011-10-24 
12:27:42.0 +0200
+++ /work/SRC/openSUSE:12.1/.arista.new/arista.changes  2011-10-28 
15:35:53.0 +0200
@@ -1,0 +2,12 @@
+Tue Oct 25 19:49:28 UTC 2011 - co...@suse.com
+
+- fix a FIXME - hal is gone, python-gudev is there
+  + Drop hal and dbus-1-python BuildRequires and add python-gudev
+in place.
+
+---
+Sat Sep 17 12:13:30 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---



Other differences:
--
++ arista.spec ++
--- /var/tmp/diff_new_pack.L3wW0B/_old  2011-10-28 15:35:58.0 +0200
+++ /var/tmp/diff_new_pack.L3wW0B/_new  2011-10-28 15:35:58.0 +0200
@@ -20,7 +20,6 @@
 Name:   arista
 Version:0.9.7
 Release:1
-# FIXME: when python-gudev enters Factory, replace the dbus-1-python + hal 
Requires with a python-gudev Requires
 License:LGPL-2.1+
 Summary:Preset-based transcoder for the GNOME Desktop
 Url:http://www.transcoder.org/
@@ -34,12 +33,11 @@
 # For directory ownership
 BuildRequires:  python-nautilus
 BuildRequires:  update-desktop-files
-Requires:   dbus-1-python
 Requires:   gstreamer-0_10-plugins-bad
 Requires:   gstreamer-0_10-plugins-base
 Requires:   gstreamer-0_10-plugins-good
 Requires:   gstreamer-0_10-plugins-ugly
-Requires:   hal
+Requires:   python-gudev
 %if 0%{?suse_version} = 1130
 # For gconf
 Requires:   python-gnome
@@ -117,9 +115,6 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}/arista/
 
-%clean
-rm -rf %{buildroot}
-
 %if 0%{?suse_version}  1130
 
 %post

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



commit arpwatch-ethercodes for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:12.1 checked in at 2011-10-27 11:03:19

Comparing /work/SRC/openSUSE:12.1/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:12.1/.arpwatch-ethercodes.new (New)


Package is arpwatch-ethercodes, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/arpwatch-ethercodes/arpwatch-ethercodes.changes 
2011-10-25 15:47:57.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes
2011-10-28 15:35:59.0 +0200
@@ -2 +2 @@
-Tue Oct 25 07:40:06 CEST 2011 - autobu...@suse.de
+Thu Oct 27 06:40:05 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-25
+- automated update on 2011-10-27



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.pYWDxH/_old  2011-10-28 15:35:59.0 +0200
+++ /var/tmp/diff_new_pack.pYWDxH/_new  2011-10-28 15:35:59.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.25
+Version:2011.10.27
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.pYWDxH/_old  2011-10-28 15:36:00.0 +0200
+++ /var/tmp/diff_new_pack.pYWDxH/_new  2011-10-28 15:36:00.0 +0200
@@ -63552,11 +63552,11 @@
TAIWAN R.O.C.
TAIWAN, REPUBLIC OF CHINA
 
-00-30-11   (hex)   HMS FIELDBUS SYSTEMS AB
-003011 (base 16)   HMS FIELDBUS SYSTEMS AB
-   PILEFELTSGATAN 93-95
-   30250 HALMSSTAD
-   SWEDEN
+00-30-11   (hex)   HMS Industrial Networks   
+003011 (base 16)   HMS Industrial Networks   
+   P O Box 4126
+   HALMSTAD
+   SE-300 04
SWEDEN
 
 00-30-12   (hex)   DIGITAL ENGINEERING LTD.
@@ -86210,6 +86210,13 @@
Leyburn North Yorkshire DL8 5NS
UNITED KINGDOM
 
+48-D5-4C   (hex)   Jeda Networks
+48D54C (base 16)   Jeda Networks
+   2618 San Miguel Drive
+   Suite # 408
+   Newport Beach Ca. 92660
+   UNITED STATES
+
 48-D8-FE   (hex)   ClarIDy Solutions, Inc.
 48D8FE (base 16)   ClarIDy Solutions, Inc.
7F, No.9, ParkAvenue II Rd., Hsinchu Science 
Park, 
@@ -87060,6 +87067,12 @@
S�nderborg  DK-6400
DENMARK
 
+58-66-BA   (hex)   Hangzhou H3C Technologies Co., Limited
+5866BA (base 16)   Hangzhou H3C Technologies Co., Limited
+   310 Liuhe Road, Zhijiang Science Park
+   Hangzhou Zhejiang,  310053
+   CHINA
+
 58-67-1A   (hex)   BARNESNOBLE.COM
 58671A (base 16)   BARNESNOBLE.COM
400 HAMILTON AVENUE
@@ -88666,6 +88679,12 @@
LYON  69004
FRANCE
 
+6C-E9-07   (hex)   Nokia Corporation
+6CE907 (base 16)   Nokia Corporation
+   Yrttipellontie 6
+   Oulu Ou 90230
+   FINLAND
+
 6C-F0-49   (hex)   GIGA-BYTE TECHNOLOGY CO.,LTD.
 6CF049 (base 16)   GIGA-BYTE TECHNOLOGY CO.,LTD.
No.215,Nan-Ping Road,
@@ -90693,6 +90712,12 @@
Kyoto  601-8468
JAPAN
 
+8C-0C-A3   (hex)   Amper
+8C0CA3 (base 16)   Amper
+   Marconi 3, PTM
+   Tres Cantos Madrid 28760
+   SPAIN
+
 8C-11-CB   (hex)   ABUS Security-Center GmbH  Co. KG
 8C11CB (base 16)   ABUS Security-Center GmbH  Co. KG
Linker Kreuthweg 5
@@ -91406,6 +91431,12 @@
Shanghai   201613 
CHINA
 
+94-3A-F0   (hex)   Nokia Corporation
+943AF0 (base 16)   Nokia Corporation
+   Yrttipellontie 6
+

commit bash for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package bash for openSUSE:12.1 checked in at 
2011-10-26 15:20:39

Comparing /work/SRC/openSUSE:12.1/bash (Old)
 and  /work/SRC/openSUSE:12.1/.bash.new (New)


Package is bash, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/bash/bash.changes   2011-10-24 12:29:09.0 
+0200
+++ /work/SRC/openSUSE:12.1/.bash.new/bash.changes  2011-10-28 
15:36:05.0 +0200
@@ -1,0 +2,11 @@
+Tue Oct 25 17:11:23 UTC 2011 - wer...@suse.de
+
+- Add direxpand patch from upstream (bnc#725657)
+
+---
+Fri Oct  7 15:01:42 UTC 2011 - wer...@suse.de
+
+- Add patch from upstream mailing list to avoid memory leak by
+  reassigning associative array variable
+
+---



Other differences:
--
++ bash-4.2-patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/bash-4.2-patches/bash-4.2-assoc-reassign-memleak.patch 
new/bash-4.2-patches/bash-4.2-assoc-reassign-memleak.patch
--- old/bash-4.2-patches/bash-4.2-assoc-reassign-memleak.patch  1970-01-01 
01:00:00.0 +0100
+++ new/bash-4.2-patches/bash-4.2-assoc-reassign-memleak.patch  2011-10-07 
17:00:28.0 +0200
@@ -0,0 +1,14 @@
+*** ../bash-4.2-patched/assoc.c2009-08-05 20:19:40.0 -0400
+--- assoc.c2011-10-04 20:23:07.0 -0400
+***
+*** 78,81 
+--- 78,86 
+if (b == 0)
+  return -1;
++   /* If we are overwriting an existing element's value, we're not going to
++  use the key.  Nothing in the array assignment code path frees the key
++  string, so we can free it here to avoid a memory leak. */
++   if (b-key != key)
++ free (key);
+FREE (b-data);
+b-data = value ? savestring (value) : (char *)0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.2-patches/bash-4.2-pwd.patch 
new/bash-4.2-patches/bash-4.2-pwd.patch
--- old/bash-4.2-patches/bash-4.2-pwd.patch 1970-01-01 01:00:00.0 
+0100
+++ new/bash-4.2-patches/bash-4.2-pwd.patch 2011-10-25 19:04:39.0 
+0200
@@ -0,0 +1,394 @@
+*** ../bash-4.2-patched/bashline.c 2011-01-16 15:32:47.0 -0500
+--- bashline.c 2011-07-08 16:30:01.0 -0400
+***
+*** 122,125 
+--- 122,128 
+  static int bash_push_line __P((void));
+  
++ static rl_icppfunc_t *save_directory_hook __P((void));
++ static void reset_directory_hook __P((rl_icppfunc_t *));
++ 
+  static void cleanup_expansion_error __P((void));
+  static void maybe_make_readline_line __P((char *));
+***
+*** 244,251 
+--- 249,262 
+  int dircomplete_spelling = 0;
+  
++ /* Expand directory names during word/filename completion. */
++ int dircomplete_expand = 0;
++ 
+  static char *bash_completer_word_break_characters =  \t\n\'@=;|(:;
+  static char *bash_nohostname_word_break_characters =  \t\n\'=;|(:;
+  /* )) */
+  
++ static const char *default_filename_quote_characters =  
\t\n\\\'@=;|()#$`?*[!:{~;  /*}*/
++ static char *custom_filename_quote_characters = 0;
++ 
+  static rl_hook_func_t *old_rl_startup_hook = (rl_hook_func_t *)NULL;
+  
+***
+*** 502,506 
+/* Tell the completer that we might want to follow symbolic links or
+   do other expansion on directory names. */
+!   rl_directory_rewrite_hook = bash_directory_completion_hook;
+  
+rl_filename_rewrite_hook = bash_filename_rewrite_hook;
+--- 513,517 
+/* Tell the completer that we might want to follow symbolic links or
+   do other expansion on directory names. */
+!   set_directory_hook ();
+  
+rl_filename_rewrite_hook = bash_filename_rewrite_hook;
+***
+*** 530,534 
+  
+/* characters that need to be quoted when appearing in filenames. */
+!   rl_filename_quote_characters =  \t\n\\\'@=;|()#$`?*[!:{~;/*}*/
+  
+rl_filename_quoting_function = bash_quote_filename;
+--- 541,545 
+  
+/* characters that need to be quoted when appearing in filenames. */
+!   rl_filename_quote_characters = default_filename_quote_characters;
+  
+rl_filename_quoting_function = bash_quote_filename;
+***
+*** 565,570 
+rl_attempted_completion_function = attempt_shell_completion;
+rl_completion_entry_function = NULL;
+-   rl_directory_rewrite_hook = bash_directory_completion_hook;
+rl_ignore_some_completions_function = filename_completion_ignore;
+  }
+  
+--- 588,595 
+rl_attempted_completion_function = attempt_shell_completion;
+rl_completion_entry_function = NULL;
+rl_ignore_some_completions_function = 

commit bind for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package bind for openSUSE:12.1 checked in at 
2011-10-26 15:21:10

Comparing /work/SRC/openSUSE:12.1/bind (Old)
 and  /work/SRC/openSUSE:12.1/.bind.new (New)


Package is bind, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/bind/bind.changes   2011-10-24 12:29:24.0 
+0200
+++ /work/SRC/openSUSE:12.1/.bind.new/bind.changes  2011-10-28 
15:36:07.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 26 11:14:43 CEST 2011 - u...@suse.de
+
+- on a 64bit system a chrooted bind failed to start if 32bit
+  libs were installed (bnc#716745)
+
+---



Other differences:
--
++ vendor-files.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/init/named new/vendor-files/init/named
--- old/vendor-files/init/named 2011-09-16 15:48:10.0 +0200
+++ new/vendor-files/init/named 2011-10-26 11:14:22.0 +0200
@@ -221,7 +221,8 @@
 if [ -d /lib/engines ]; then
 mkdir -p ${CHROOT_PREFIX}/lib
 cp -r /lib/engines ${CHROOT_PREFIX}/lib/
-elif [ -d /lib64/engines ]; then
+fi
+if [ -d /lib64/engines ]; then
 mkdir -p ${CHROOT_PREFIX}/lib64
 cp -r /lib64/engines ${CHROOT_PREFIX}/lib64/
 fi

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



commit bluedevil for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package bluedevil for openSUSE:12.1 checked 
in at 2011-10-27 19:31:27

Comparing /work/SRC/openSUSE:12.1/bluedevil (Old)
 and  /work/SRC/openSUSE:12.1/.bluedevil.new (New)


Package is bluedevil, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/bluedevil/bluedevil.changes 2011-10-24 
12:30:02.0 +0200
+++ /work/SRC/openSUSE:12.1/.bluedevil.new/bluedevil.changes2011-10-28 
15:36:08.0 +0200
@@ -1,0 +2,17 @@
+Thu Oct 27 09:40:03 UTC 2011 - wstephen...@suse.com
+
+- Update to 1.2.2:
+  * Fix crash in wizard if scanned devices disappear
+(kde#280908, kde#270064)
+  * Fix crash in wizard if no default BT adaptor (kde#281420)
+  * Fix crash upon removing USB BT adaptor (kde#282280)
+  * Fix crash when different BT client software starts a session
+(kde#269814)
+  * Fix crash when scanned BT device changes externally during
+editing (kde#272230)
+  * Don't report uninformative errors from obex
+(kde#274772, kde#273144)
+- Fix crash when browsing device contents with obexftp
+  (bnc#725962, kde#284717)
+
+---

Old:

  bluedevil-1.2.1.tar.bz2

New:

  bluedevil-1.2.2.tar.bz2
  bluedevil-dont-install-headers.diff
  bluedevil-obexsession-iterators.diff



Other differences:
--
++ bluedevil.spec ++
--- /var/tmp/diff_new_pack.Mowd2n/_old  2011-10-28 15:36:08.0 +0200
+++ /var/tmp/diff_new_pack.Mowd2n/_new  2011-10-28 15:36:08.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   bluedevil
-Version:1.2.1
+Version:1.2.2
 Release:1
 Summary:Bluetooth Manager for KDE
 License:GPLv2+
@@ -29,6 +29,8 @@
 #Source0:
ftp://ftp.kde.org/pub/kde/stable/bluedevil/%{version}/src/%{name}-%{version}.tar.bz2
 Source1:preferences-system-bluetooth.png
 Patch0: typo2.diff
+Patch1: bluedevil-dont-install-headers.diff
+Patch2: bluedevil-obexsession-iterators.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  libbluedevil-devel
@@ -57,6 +59,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %cmake_kde4 -d build
@@ -96,7 +100,7 @@
 %{_kde4_appsdir}/bluedevilwizard/
 %{_kde4_bindir}/bluedevil-*
 %{_kde4_iconsdir}/hicolor/64x64/apps/preferences-system-bluetooth.png
-%{_kde4_includedir}/actionplugin.h
+#%{_kde4_includedir}/actionplugin.h
 %{_kde4_libdir}/libbluedevilaction.so
 %{_kde4_libexecdir}/bluedevil-*
 %{_kde4_modulesdir}/bluedevil*.so

++ bluedevil-1.2.1.tar.bz2 - bluedevil-1.2.2.tar.bz2 ++
 19562 lines of diff (skipped)

++ bluedevil-dont-install-headers.diff ++
Index: bluedevil-1.2.2/src/actionplugins/CMakeLists.txt
===
--- bluedevil-1.2.2.orig/src/actionplugins/CMakeLists.txt
+++ bluedevil-1.2.2/src/actionplugins/CMakeLists.txt
@@ -10,4 +10,4 @@ target_link_libraries(bluedevilaction ${
 
 install(TARGETS bluedevilaction ${INSTALL_TARGETS_DEFAULT_ARGS})
 install(FILES actionplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})
-install(FILES actionplugin.h DESTINATION include/)
+#install(FILES actionplugin.h DESTINATION include/)
++ bluedevil-obexsession-iterators.diff ++
diff --git a/src/daemon/obexftpkded/ObexFtpDaemon.cpp 
b/src/daemon/obexftpkded/ObexFtpDaemon.cpp
index ce7e675..3d97d40 100644
--- a/src/daemon/obexftpkded/ObexFtpDaemon.cpp
+++ b/src/daemon/obexftpkded/ObexFtpDaemon.cpp
@@ -337,17 +337,20 @@ void ObexFtpDaemon::SessionConnected(QDBusObjectPath path)
 void ObexFtpDaemon::SessionClosed(QDBusObjectPath path)
 {
 kDebug();
-QHashQString, ObexSession*::const_iterator i = 
d-m_sessionMap.constBegin();
+QHashQString, ObexSession*::iterator i = d-m_sessionMap.begin();
 while (i != d-m_sessionMap.constEnd()) {
 //If the session is connected, so not 0
 if (i.value()-path() == path.path()) {
 kDebug()  Removing :   i.key();
 emit sessionClosed(i.key());
-d-m_sessionMap.remove(i.key());
-delete i.value();
+   // hang on, if this is a const_iterator then is it valid after it 
is removed
+   ObexSession * closedSession  = i.value();
+i = d-m_sessionMap.erase(i);
+delete closedSession;
 return;
-}
-++i;
+} else {
+++i;
+   }
 }
 
 kDebug()  Attempt to remove a nto existing session;

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



commit branding-openSUSE for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for openSUSE:12.1 
checked in at 2011-10-27 13:47:42

Comparing /work/SRC/openSUSE:12.1/branding-openSUSE (Old)
 and  /work/SRC/openSUSE:12.1/.branding-openSUSE.new (New)


Package is branding-openSUSE, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/branding-openSUSE/branding-openSUSE.changes 
2011-10-24 12:30:47.0 +0200
+++ /work/SRC/openSUSE:12.1/.branding-openSUSE.new/branding-openSUSE.changes
2011-10-28 15:36:14.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 27 09:55:20 UTC 2011 - co...@suse.com
+
+- fix one colour code for yast
+
+---



Other differences:
--
++ openSUSE.tar.gz ++
/work/SRC/openSUSE:12.1/branding-openSUSE/openSUSE.tar.gz 
/work/SRC/openSUSE:12.1/.branding-openSUSE.new/openSUSE.tar.gz differ: char 5, 
line 1

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



commit bundle-lang-common for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package bundle-lang-common for openSUSE:12.1 
checked in at 2011-10-27 20:18:20

Comparing /work/SRC/openSUSE:12.1/bundle-lang-common (Old)
 and  /work/SRC/openSUSE:12.1/.bundle-lang-common.new (New)


Package is bundle-lang-common, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/bundle-lang-common/bundle-lang-common.changes   
2011-10-25 15:48:07.0 +0200
+++ /work/SRC/openSUSE:12.1/.bundle-lang-common.new/bundle-lang-common.changes  
2011-10-28 15:36:17.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 27 17:52:26 UTC 2011 - co...@suse.com
+
+- update package list
+
+---
--- /work/SRC/openSUSE:12.1/bundle-lang-common/bundle-lang-gnome-extras.changes 
2011-10-24 12:30:56.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.bundle-lang-common.new/bundle-lang-gnome-extras.changes
2011-10-28 15:36:17.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct 27 17:52:26 UTC 2011 - co...@suse.com
+
+- update package list
+
+---
+Tue Oct 25 07:22:34 UTC 2011 - co...@suse.com
+
+- update package list
+
+---
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change



Other differences:
--
bundle-lang-gnome-extras.spec: same change
bundle-lang-gnome.spec: same change
++ bundle-lang-kde.spec ++
--- /var/tmp/diff_new_pack.jqru1R/_old  2011-10-28 15:36:18.0 +0200
+++ /var/tmp/diff_new_pack.jqru1R/_new  2011-10-28 15:36:18.0 +0200
@@ -25,7 +25,6 @@
 BuildRequires:  libgpod-lang
 BuildRequires:  kwebkitpart-lang
 BuildRequires:  ktorrent-lang
-BuildRequires:  kpackagekit-lang
 BuildRequires:  kdebase4-openSUSE-lang
 BuildRequires:  k3b-lang
 BuildRequires:  ggz-client-libs-lang
@@ -81,8 +80,6 @@
 Provides:   locale(k3b:en)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
 Provides:   locale(kdebase4-openSUSE:en)
-Provides:   kpackagekit-lang = %(rpm -q --queryformat '%{VERSION}' 
kpackagekit-lang)
-Provides:   locale(kpackagekit:en)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   locale(ktorrent:en)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
@@ -123,8 +120,6 @@
 Provides:   locale(k3b:de)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
 Provides:   locale(kdebase4-openSUSE:de)
-Provides:   kpackagekit-lang = %(rpm -q --queryformat '%{VERSION}' 
kpackagekit-lang)
-Provides:   locale(kpackagekit:de)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   locale(ktorrent:de)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
@@ -165,8 +160,6 @@
 Provides:   locale(k3b:es)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
 Provides:   locale(kdebase4-openSUSE:es)
-Provides:   kpackagekit-lang = %(rpm -q --queryformat '%{VERSION}' 
kpackagekit-lang)
-Provides:   locale(kpackagekit:es)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   locale(ktorrent:es)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
@@ -207,8 +200,6 @@
 Provides:   locale(k3b:it)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
 Provides:   locale(kdebase4-openSUSE:it)
-Provides:   kpackagekit-lang = %(rpm -q --queryformat '%{VERSION}' 
kpackagekit-lang)
-Provides:   locale(kpackagekit:it)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   locale(ktorrent:it)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
@@ -249,8 +240,6 @@
 Provides:   locale(k3b:fr)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
 Provides:   locale(kdebase4-openSUSE:fr)
-Provides:   kpackagekit-lang = %(rpm -q --queryformat '%{VERSION}' 
kpackagekit-lang)
-Provides:   locale(kpackagekit:fr)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   locale(ktorrent:fr)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
@@ -291,8 +280,6 @@
 Provides:   locale(k3b:ja)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 

commit cobbler for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package cobbler for openSUSE:12.1 checked in 
at 2011-10-26 15:21:27

Comparing /work/SRC/openSUSE:12.1/cobbler (Old)
 and  /work/SRC/openSUSE:12.1/.cobbler.new (New)


Package is cobbler, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/cobbler/cobbler.changes 2011-10-24 
12:33:12.0 +0200
+++ /work/SRC/openSUSE:12.1/.cobbler.new/cobbler.changes2011-10-28 
15:36:27.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 26 14:15:24 CEST 2011 - u...@suse.de
+
+- virtual machines autostart on boot fixed
+
+---

New:

  virt-auto-boot.diff



Other differences:
--
++ cobbler.spec ++
--- /var/tmp/diff_new_pack.q2tfvM/_old  2011-10-28 15:36:27.0 +0200
+++ /var/tmp/diff_new_pack.q2tfvM/_new  2011-10-28 15:36:27.0 +0200
@@ -32,6 +32,7 @@
 Patch2:  cobbler_web_config.diff
 Patch13: users_patch.diff
 Patch14: setup_py.diff
+Patch15: virt-auto-boot.diff
 
 Group: Applications/System
 Requires: python = 2.3
@@ -122,6 +123,7 @@
 %endif
 %patch13
 %patch14
+%patch15 -p1
 mv vendor-files/cobbler.1.gz docs
 
 %build

++ virt-auto-boot.diff ++
diff --git a/koan/qcreate.py b/koan/qcreate.py
index beab3fa..1116b19 100755
--- a/koan/qcreate.py
+++ b/koan/qcreate.py
@@ -158,6 +158,7 @@ def start_install(name=None,
 guest.set_name(name)
 guest.set_memory(ram)
 guest.set_vcpus(vcpus)
+guest.set_autostart(virt_auto_boot)
 # for KVM, we actually can't disable this, since it's the only
 # console it has other than SDL
 guest.set_graphics(vnc)
diff --git a/koan/xencreate.py b/koan/xencreate.py
index b86c2ff..2228d69 100755
--- a/koan/xencreate.py
+++ b/koan/xencreate.py
@@ -113,6 +113,7 @@ def start_install(name=None,
 guest.set_name(name)
 guest.set_memory(ram)
 guest.set_vcpus(vcpus)
+guest.set_autostart(virt_auto_boot)
 
 if not no_gfx:
 guest.set_graphics(vnc)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit courier-authlib for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package courier-authlib for openSUSE:12.1 
checked in at 2011-10-27 11:03:40

Comparing /work/SRC/openSUSE:12.1/courier-authlib (Old)
 and  /work/SRC/openSUSE:12.1/.courier-authlib.new (New)


Package is courier-authlib, Maintainer is hvo...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/courier-authlib/courier-authlib.changes 
2011-10-24 12:33:38.0 +0200
+++ /work/SRC/openSUSE:12.1/.courier-authlib.new/courier-authlib.changes
2011-10-28 15:36:31.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 26 20:03:53 UTC 2011 - ch...@computersalat.de
+
+- fix init script
+  * add ldap mysql to Should-Start/Stop
+
+---



Other differences:
--
++ courier-authdaemon.init ++
--- /var/tmp/diff_new_pack.An4e7p/_old  2011-10-28 15:36:31.0 +0200
+++ /var/tmp/diff_new_pack.An4e7p/_new  2011-10-28 15:36:31.0 +0200
@@ -11,9 +11,9 @@
 ### BEGIN INIT INFO
 # Provides:  courier-authdaemon
 # Required-Start:$syslog $remote_fs
-# Should-Start:
+# Should-Start:  ldap mysql
 # Required-Stop: $syslog $remote_fs
-# Should-Stop:   courier-imap courier-imap-ssl courier-pop courier-pop-ssl
+# Should-Stop:   courier-imap courier-imap-ssl courier-pop courier-pop-ssl 
ldap mysql
 # Default-Start: 3 5
 # Default-Stop:  0 1 2 6
 # Short-Description: Courier-IMAP Authentication server

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



commit cryptsetup for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package cryptsetup for openSUSE:12.1 checked 
in at 2011-10-27 19:32:16

Comparing /work/SRC/openSUSE:12.1/cryptsetup (Old)
 and  /work/SRC/openSUSE:12.1/.cryptsetup.new (New)


Package is cryptsetup, Maintainer is lnus...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/cryptsetup/cryptsetup.changes   2011-10-24 
12:34:05.0 +0200
+++ /work/SRC/openSUSE:12.1/.cryptsetup.new/cryptsetup.changes  2011-10-28 
15:36:37.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct 27 15:53:20 UTC 2011 - lnus...@suse.de
+
+- on update convert noauto to nofail and turn on fsck (bnc#724113)
+
+---
+Mon Oct 10 00:18:10 UTC 2011 - je...@suse.com
+
+- cryptsetup-boot: Rescan LVM volumes after opening crypto (bnc#722916).
+
+---

Old:

  boot.crypto-0_201105271519.tar.bz2

New:

  boot.crypto-0_201110101134.tar.bz2



Other differences:
--
++ cryptsetup.spec ++
--- /var/tmp/diff_new_pack.a1T5bT/_old  2011-10-28 15:36:40.0 +0200
+++ /var/tmp/diff_new_pack.a1T5bT/_new  2011-10-28 15:36:40.0 +0200
@@ -27,7 +27,7 @@
 # hashalot version
 %define haver 0.3 
 # boot.crypto version
-%define bcver 0_201105271519
+%define bcver 0_201110101134
 License:GPLv2+
 Group:  System/Base
 Version:1.3.1
@@ -56,6 +56,7 @@
 # we need losetup
 Requires:   util-linux
 PreReq: %fillup_prereq %insserv_prereq
+PreReq: coreutils diffutils
 
 %description
 cryptsetup is used to conveniently set up dm-crypt based device-mapper
@@ -166,6 +167,23 @@
%{fillup_and_insserv -fY boot.crypto}
 fi
 %{fillup_and_insserv boot.crypto-early}
+#
+# convert noauto to nofail and turn on fsck (bnc#724113)
+#
+marker=/var/adm/crypsetup.fstab.noauto_converted
+if [ $FIRST_ARG -gt 1 -a ! -e $marker ]; then
+   echo updating /etc/fstab ... 
+   tmpfstab=/etc/fstab.cryptsetup.$$
+   sed -e '/^\/dev\/mapper\/cr_.*,noauto\s/{s/,noauto\(\s\)/,nofail\1/;s/ 
0 0$/ 0 2/}'  /etc/fstab  $tmpfstab
+   if diff -u0 /etc/fstab $tmpfstab; then
+   echo no change
+   rm -f $tmpfstab
+$marker
+   else
+   cp $tmpfstab $marker
+   mv $tmpfstab /etc/fstab
+   fi
+fi
 
 %postun
 [ -x /sbin/mkinitrd_setup ]  mkinitrd_setup

++ boot.crypto-0_201105271519.tar.bz2 - boot.crypto-0_201110101134.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boot.crypto-0_201105271519/mkinitrd/boot-luks.sh 
new/boot.crypto-0_201110101134/mkinitrd/boot-luks.sh
--- old/boot.crypto-0_201105271519/mkinitrd/boot-luks.sh2011-05-27 
15:19:38.0 +0200
+++ new/boot.crypto-0_201110101134/mkinitrd/boot-luks.sh2011-10-10 
11:34:41.0 +0200
@@ -140,4 +140,13 @@
wait_for_events
 fi
 
+# Encrypted volume groups mounted by label or uuid will not
+# get recognized otherwise (bnc#722916)
+case $root in
+/dev/disk/by-label/*|/dev/disk/by-uuid/*)
+   vgscan
+   vgchange -a y
+   ;;
+esac
+
 splash_restore


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



commit csync2 for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package csync2 for openSUSE:12.1 checked in 
at 2011-10-26 15:22:21

Comparing /work/SRC/openSUSE:12.1/csync2 (Old)
 and  /work/SRC/openSUSE:12.1/.csync2.new (New)


Package is csync2, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/csync2/csync2.changes   2011-10-24 
12:34:09.0 +0200
+++ /work/SRC/openSUSE:12.1/.csync2.new/csync2.changes  2011-10-28 
15:36:42.0 +0200
@@ -1,0 +2,15 @@
+Wed Oct 26 09:19:16 UTC 2011 - tser...@suse.com
+
+- Remove explicit lib dependencies from spec file
+
+---
+Tue Sep 20 12:41:40 UTC 2011 - tser...@suse.com
+
+- Add csync2-rm-ssl-cert helper script (bnc#709811)
+
+---
+Sun Sep 18 00:06:31 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

New:

  csync2-rm-ssl-cert



Other differences:
--
++ csync2.spec ++
--- /var/tmp/diff_new_pack.JuJKBL/_old  2011-10-28 15:36:43.0 +0200
+++ /var/tmp/diff_new_pack.JuJKBL/_new  2011-10-28 15:36:43.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package csync2 (Version 1.34)
+# spec file for package csync2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,13 @@
 
 Name:   csync2
 Version:1.34
-Release:1
+Release:2
 Group:  Productivity/Clustering/HA
 License:GPLv2+ ; LGPLv2.1+
 Url:http://oss.linbit.com/csync2/
 Source0:http://oss.linbit.com/csync2/%{name}-%{version}.tar.gz
 Source1:csync2-README.quickstart
+Source2:csync2-rm-ssl-cert
 Patch0: csync2-fix-xinetd.patch
 Patch1: fix-missing-sentinels.diff
 %if 0%{?suse_version}  1120
@@ -34,7 +35,7 @@
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): openssl 
-Requires:   xinetd libgnutls26 libgnutls-extra26 gnutls sqlite2 librsync 
libtasn1-3
+Requires:   xinetd gnutls sqlite2 
 BuildRequires:  bison flex libgnutls-devel libgnutls-extra-devel librsync 
libtasn1-devel sqlite2-devel
 
 %description
@@ -44,12 +45,6 @@
 detect conflicts. It is expedient for HA-clusters, HPC-clusters, COWs
 and server farms.
 
-
-
-Authors:
-
-Clifford Wolf cliff...@clifford.at
-
 %prep
 %setup -q
 %patch0 -p1 -b .fix-xinetd
@@ -64,17 +59,14 @@
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 mkdir -p %{buildroot}%{_var}/lib/csync2
 install -p -D -m 644 csync2.xinetd %{buildroot}%{_sysconfdir}/xinetd.d/csync2
+install -p -m 755 %{SOURCE2} %{buildroot}%{_sbindir}/csync2-rm-ssl-cert
 # We need these empty files to be able to %%ghost them
 touch %{buildroot}%{_sysconfdir}/csync2/csync2_ssl_key.pem
 touch %{buildroot}%{_sysconfdir}/csync2/csync2_ssl_cert.pem
 
-%clean
-rm -rf %{buildroot}
-
 %post
 umask 077
 if [ ! -f %{_sysconfdir}/csync2/csync2_ssl_key.pem ]; then
@@ -112,6 +104,7 @@
 %ghost %config %{_sysconfdir}/csync2/csync2_ssl_cert.pem
 %{_sbindir}/csync2
 %{_sbindir}/csync2-compare
+%{_sbindir}/csync2-rm-ssl-cert
 %{_mandir}/man1/csync2.1*
 %dir %{_var}/lib/csync2/
 

++ csync2-README.quickstart ++
--- /var/tmp/diff_new_pack.JuJKBL/_old  2011-10-28 15:36:43.0 +0200
+++ /var/tmp/diff_new_pack.JuJKBL/_new  2011-10-28 15:36:43.0 +0200
@@ -29,6 +29,13 @@
   /etc/csync2/csync2_ssl_key.pem
   /etc/csync2/csync2_ssl_cert.pem
 
+Note that the common name (CN) in each node's SSL certificate must be the
+same, or the SSL connection will fail.  If you ever replace a node, and its
+SSL key changes, existing nodes will still have a cached copy of the old key,
+and the connection will fail.  To remove the old key from an existing node's
+cache, run the following command on each existing node:
+  csync2-rm-ssl-cert replaced-hostname
+
 The csync2 service is disabled by default. To start it on both your hosts :
   chkconfig csync2 on
   chkconfig --level 345 xinetd on

++ csync2-rm-ssl-cert ++
#!/bin/bash

if [ $# -eq 0 -o $1 = -h ]; then
cat END

Remove a peer's SSL certificate from csync2's local database.  Use this after
replacing a peer node (or regenerating its SSL certificate).

Usage: $0 [-h] hostname

Options:
-h  Display this usage information

END
exit 0
fi

DBFILE=/var/lib/csync2/$(hostname).db
if [ ! -f $DBFILE ]; then
echo 

commit ddskk for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package ddskk for openSUSE:12.1 checked in 
at 2011-10-27 11:04:09

Comparing /work/SRC/openSUSE:12.1/ddskk (Old)
 and  /work/SRC/openSUSE:12.1/.ddskk.new (New)


Package is ddskk, Maintainer is lzw...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/ddskk/ddskk.changes 2011-10-24 12:34:32.0 
+0200
+++ /work/SRC/openSUSE:12.1/.ddskk.new/ddskk.changes2011-10-28 
15:36:49.0 +0200
@@ -1,0 +2,12 @@
+Wed Oct 26 17:56:57 UTC 2011 - ft...@geeko.jp
+
+- fix bnc#724242 - skk-autoloads.el is newer than byte-compiled file 
+
+---
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---



Other differences:
--
++ ddskk.spec ++
--- /var/tmp/diff_new_pack.QmBs7U/_old  2011-10-28 15:36:52.0 +0200
+++ /var/tmp/diff_new_pack.QmBs7U/_new  2011-10-28 15:36:52.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ddskk (Version 20050123)
+# spec file for package ddskk
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   ddskk
@@ -28,7 +27,6 @@
 License:GPL v2 or later
 Group:  Productivity/Editors/Emacs
 Requires:   emacs, apel, skkdic
-AutoReqProv:on
 Provides:   locale(emacs:ja)
 Version:20050123
 Release:267
@@ -68,14 +66,6 @@
 method for Emacs. ddskk (Daredevil SKK) is a version of SKK that is
 aggressively developed.
 
-
-
-Authors:
-
-NAKAJIMA Mikio minak...@osaka.email.ne.jp
-Tsukamoto Tetsuo  cz...@remus.dti.ne.jp
-Masahiko Sato masah...@kuis.kyoto-u.ac.jp
-
 %if %use_xemacs
 
 %package -n ddskk-xemacs
@@ -90,13 +80,6 @@
 method for XEmacs. ddskk ('Daredevil SKK') is a version of SKK which is
 aggressively developed.
 
-
-
-Authors:
-
-NAKAJIMA Mikio minak...@osaka.email.ne.jp
-Tsukamoto Tetsuo  cz...@remus.dti.ne.jp
-Masahiko Sato masah...@kuis.kyoto-u.ac.jp
 %endif
 
 %package -n skkdic
@@ -110,14 +93,6 @@
 %description -n skkdic
 main dictionary for SKK
 
-
-
-Authors:
-
-NAKAJIMA Mikio minak...@osaka.email.ne.jp
-Tsukamoto Tetsuo  cz...@remus.dti.ne.jp
-Masahiko Sato masah...@kuis.kyoto-u.ac.jp
-
 %package -n skkdic-extra
 License:GPL v2 or later
 Group:  System/I18n/Japanese
@@ -127,14 +102,6 @@
 %description -n skkdic-extra
 optional, additional dictionaries for SKK
 
-
-
-Authors:
-
-NAKAJIMA Mikio minak...@osaka.email.ne.jp
-Tsukamoto Tetsuo  cz...@remus.dti.ne.jp
-Masahiko Sato masah...@kuis.kyoto-u.ac.jp
-
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
@@ -158,7 +125,7 @@
  SKK_INFODIR=$RPM_BUILD_ROOT/usr/share/info \
  APEL_SPECIFIC_LISPDIR=$RPM_BUILD_ROOT%emacs_sitelisp_dir/apel \
  SKK_LISPDIR=$RPM_BUILD_ROOT%emacs_package_dir \
- EMACS=emacs
+ EMACS=emacs %{?_smp_mflags}
 
 %install
 export LANG=ja_JP.UTF-8
@@ -190,7 +157,7 @@
  APEL_SPECIFIC_LISPDIR=$RPM_BUILD_ROOT%xemacs_package_dir/lisp/apel \
  SKK_LISPDIR=$RPM_BUILD_ROOT%xemacs_package_dir/lisp/skk \
  PACKAGEDIR=$RPM_BUILD_ROOT%xemacs_package_dir \
- EMACS=xemacs
+ EMACS=xemacs %{?_smp_mflags}
 make PREFIX=$RPM_BUILD_ROOT/usr \
  SKK_DATADIR=$RPM_BUILD_ROOT/usr/share/skk \
  SKK_INFODIR=$RPM_BUILD_ROOT%xemacs_package_dir/info \
@@ -216,15 +183,17 @@
 done
 %endif
 # remove buildroot in .el files:
-for i in $(find $RPM_BUILD_ROOT -name *.el)
-do
-perl -pi -e s|$RPM_BUILD_ROOT|| $i
-# touch the .elc files again because they are still up to date:
-if -f ${i}c
-then
-touch ${i}c
-fi
-done
+# for i in $(find $RPM_BUILD_ROOT -name *.el)
+# do
+# perl -pi -e s|$RPM_BUILD_ROOT|| $i
+# # touch the .elc files again because they are still up to date:
+# if -f ${i}c
+# then
+# touch ${i}c
+# fi
+# done
+perl -pi -e s|$RPM_BUILD_ROOT|| 
$RPM_BUILD_ROOT%{emacs_package_dir}/skk-setup.el
+
 rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
 rm -f $RPM_BUILD_ROOT/%{xemacs_package_dir}/info/dir 
 
@@ -240,8 +209,6 @@
 %install_info --delete --info-dir=%{_infodir} %{_infodir}/${i}.info.gz
 done
 
-%clean
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog* READMEs


















-- 
To 

commit desktop-translations for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package desktop-translations for 
openSUSE:12.1 checked in at 2011-10-26 15:42:52

Comparing /work/SRC/openSUSE:12.1/desktop-translations (Old)
 and  /work/SRC/openSUSE:12.1/.desktop-translations.new (New)


Package is desktop-translations, Maintainer is k...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/desktop-translations/desktop-translations.changes   
2011-10-24 12:34:40.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.desktop-translations.new/desktop-translations.changes  
2011-10-28 15:36:53.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 26 13:06:31 UTC 2011 - k...@suse.de
+
+- Update translations.
+
+---



Other differences:
--
++ desktop-translations.tar.bz2 ++
/work/SRC/openSUSE:12.1/desktop-translations/desktop-translations.tar.bz2 
/work/SRC/openSUSE:12.1/.desktop-translations.new/desktop-translations.tar.bz2 
differ: char 11, line 1

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



commit epydoc for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package epydoc for openSUSE:12.1 checked in 
at 2011-10-26 15:53:29

Comparing /work/SRC/openSUSE:12.1/epydoc (Old)
 and  /work/SRC/openSUSE:12.1/.epydoc.new (New)


Package is epydoc, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/epydoc/epydoc.changes   2011-10-24 
12:37:43.0 +0200
+++ /work/SRC/openSUSE:12.1/.epydoc.new/epydoc.changes  2011-10-28 
15:37:14.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 21 17:17:01 UTC 2011 - eug...@nobilis.org.ru
+
+- Fix 578920 bug ('Text' object has no attribute 'data')
+  Thanks Götz Waschk
+
+---

New:

  epydoc_restructuredtext_Bug_578920.patch



Other differences:
--
++ epydoc.spec ++
--- /var/tmp/diff_new_pack.1b6OqM/_old  2011-10-28 15:37:14.0 +0200
+++ /var/tmp/diff_new_pack.1b6OqM/_new  2011-10-28 15:37:14.0 +0200
@@ -23,6 +23,7 @@
 Version:3.0.1
 Release:52
 Source0:%{name}-%{version}.tar.bz2
+Patch1: epydoc_restructuredtext_Bug_578920.patch
 License:BSD 3-clause (or similar)
 Group:  Development/Tools/Doc Generators
 Url:http://epydoc.sourceforge.net/
@@ -42,6 +43,7 @@
 
 %prep
 %setup
+%patch1 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS 

++ epydoc_restructuredtext_Bug_578920.patch ++
diff -p -up epydoc-3.0.1/epydoc/markup/restructuredtext.py.orig 
epydoc-3.0.1/epydoc/markup/restructuredtext.py
--- epydoc-3.0.1/epydoc/markup/restructuredtext.py.orig 2011-02-17 
12:03:39.0 +0100
+++ epydoc-3.0.1/epydoc/markup/restructuredtext.py  2011-02-17 
12:05:02.0 +0100
@@ -304,10 +304,10 @@ class _SummaryExtractor(NodeVisitor):
 # Extract the first sentence.
 for child in node:
 if isinstance(child, docutils.nodes.Text):
-m = self._SUMMARY_RE.match(child.data)
+m = self._SUMMARY_RE.match(child)
 if m:
 summary_pieces.append(docutils.nodes.Text(m.group(1)))
-other = child.data[m.end():]
+other = child[m.end():]
 if other and not other.isspace():
 self.other_docs = True
 break

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



commit filezilla for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package filezilla for openSUSE:12.1 checked 
in at 2011-10-27 14:21:00

Comparing /work/SRC/openSUSE:12.1/filezilla (Old)
 and  /work/SRC/openSUSE:12.1/.filezilla.new (New)


Package is filezilla, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/filezilla/filezilla.changes 2011-10-24 
12:38:32.0 +0200
+++ /work/SRC/openSUSE:12.1/.filezilla.new/filezilla.changes2011-10-28 
15:37:27.0 +0200
@@ -1,0 +2,83 @@
+Wed Oct 26 16:30:07 UTC 2011 - fi...@opensuse.org
+
+- Update to 3.5.1. Changes since 3.4.0:
+3.5.1 (2011-08-28)
+
+- Add support for another rate variant of MVS style directory listings
+
+3.5.1-rc1 (2011-08-21)
+
++ Add menu item to hide toolbar
+- Don't save server list in kiosk mode 2
+- Fix for predefined sites not appearing in all circumstances
+- Fix typo in build script in detection of SQLite3
+- Fix character set conversion in desktop notification code
+- Merged upstream PuTTY changes for compatibility with PuTTY 0.61
+- Updated built-in TinyXML
+
+3.5.0 (2011-05-22)
+
+- Don't create queue.xml anymore if it does not exist
+- Several fixes to build system and environment
+
+3.5.0-rc2 (2011-05-15)
+
++ Added experimental setting to strip file revision upon download from VMS 
servers. Set Strip VMS revisions to 1 in FileZilla.xml to enable
+- The string coalescer benchmark debug option no longer crashes if 
benchmarking an empty string coalescer
+
+3.5.0-rc1 (2011-05-08)
+
++ The transfer queue is now stored in an SQLite database.
+- Fixed crash during shutdown of FileZilla
+- Clearing the queue when it was not yet fully populated no longer causes 
a crash
+- If using ask login type for a site and no username is given, the initial 
focus is now on the user box in the login dialog
+
+---
+Fri Apr 29 01:27:45 UTC 2011 - p...@novell.com
+
+- Update to 3.4.0. Changes since 3.3.4.1:
+3.3.5-rc1 (2010-11-07)
+
++ FTP over TLS certificate store is now host-specific
++ MSW: Large-DPI awareness
++ Improved SFTP transfer speeds
++ FTP over TLS should prefer ciphers with longer key sizes
++ Add context menu entry to re-queue all files on the successful and
+  failed queue tabs
+- Resuming of uploads was not working correctly in all cases
+- Correct remaining time calculation in queue
+- Do not show welcome dialog in kiosk mode 2
+- Do not offer option to permanently accept certificate in kiosk mode 2
+- Fix sorting by size in filelists with directory sort behavior set to
+  inline
+- Directly save settings after importing from file
+
+3.3.5.1 (2010-11-21)
+
+- Permanently trusting certificates had no effect until FileZilla was
+  restarted
+- Fix downloading of symbolic links to files
+
+3.4.0-beta1 (2011-01-09)
+
++ Added option to force use of insecure plain FTP to Site Manager
++ Kiosk mode option can now also be read from FileZilla.xml, with
+  fzdefaults.xml having priority if setting exists in both files
+- Fix memory leak in directory cache
+- Compatibility with obscure DOS servers using forward slashes as path
+  delimiter
+- Improve text wrapping engine
+
+3.4.0-rc1 (2011-03-20)
+
++ Add checkbox to settings dialog to not save passwords
++ Add timestamp columns to successful and failed queue tabs showing
+  when the transfers completed or failed
+- Fixed infinite loop in TinyXML when loading settings from corrupt
+  XML documents
+- Parsing MDTM reply now takes seconds into account
+- Compatibility with MVS listing containing PO-E type entries
+- Fix Resizing issues with manual transfers dialog
+
+
+---

Old:

  FileZilla_3.3.4.1_src.tar.bz2
  filezilla-3.3.4.1.de.po
  filezilla-rpmlintrc

New:

  FileZilla_3.5.1_src.tar.bz2
  filezilla-gnutls3-fix.patch



Other differences:
--
++ filezilla.spec ++
--- /var/tmp/diff_new_pack.jtjVZT/_old  2011-10-28 15:37:27.0 +0200
+++ /var/tmp/diff_new_pack.jtjVZT/_new  2011-10-28 15:37:27.0 +0200
@@ -15,30 +15,40 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   filezilla
-BuildRequires:  fdupes flac-devel gcc-c++ gtk2-devel id3lib-devel 
libvorbis-devel
-BuildRequires:  cppunit gnutls-devel libidn-devel update-desktop-files 
wxWidgets-wxcontainer-devel
-BuildRequires:  dbus-1-devel tinyxml-devel xdg-utils
-PreReq: update-desktop-files
-Summary:A GUI FTP and SFTP Client

commit gcc46 for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package gcc46 for openSUSE:12.1 checked in 
at 2011-10-27 14:24:30

Comparing /work/SRC/openSUSE:12.1/gcc46 (Old)
 and  /work/SRC/openSUSE:12.1/.gcc46.new (New)


Package is gcc46, Maintainer is rguent...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/gcc46/cross-arm-gcc-icecream-backend.changes
2011-10-24 15:52:19.0 +0200
+++ /work/SRC/openSUSE:12.1/.gcc46.new/cross-arm-gcc-icecream-backend.changes   
2011-10-28 15:37:38.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 26 13:29:40 UTC 2011 - rguent...@suse.com
+
+- Update to GCC 4.6.2 release.
+
+---
cross-hppa-gcc-icecream-backend.changes: same change
cross-i386-gcc-icecream-backend.changes: same change
cross-ia64-gcc-icecream-backend.changes: same change
cross-ppc-gcc-icecream-backend.changes: same change
cross-ppc64-gcc-icecream-backend.changes: same change
cross-s390-gcc-icecream-backend.changes: same change
cross-s390x-gcc-icecream-backend.changes: same change
cross-x86_64-gcc-icecream-backend.changes: same change
gcc46-testresults.changes: same change
gcc46.changes: same change
libffi46.changes: same change
libgcj46.changes: same change

Old:

  gcc-4.6.1-20111012.tar.bz2

New:

  gcc-4.6.2-20111026.tar.bz2



Other differences:
--
++ cross-arm-gcc-icecream-backend.spec ++
--- /var/tmp/diff_new_pack.tqqKLe/_old  2011-10-28 15:37:45.0 +0200
+++ /var/tmp/diff_new_pack.tqqKLe/_new  2011-10-28 15:37:45.0 +0200
@@ -46,7 +46,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:4.6.1_20111012
+Version:4.6.2_20111026
 Release:1
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)

cross-hppa-gcc-icecream-backend.spec: same change
cross-i386-gcc-icecream-backend.spec: same change
cross-ia64-gcc-icecream-backend.spec: same change
cross-ppc-gcc-icecream-backend.spec: same change
cross-ppc64-gcc-icecream-backend.spec: same change
cross-s390-gcc-icecream-backend.spec: same change
cross-s390x-gcc-icecream-backend.spec: same change
cross-x86_64-gcc-icecream-backend.spec: same change
gcc46-testresults.spec: same change
gcc46.spec: same change
libffi46.spec: same change
libgcj46.spec: same change

++ gcc-4.6.1-20111012.tar.bz2 - gcc-4.6.2-20111026.tar.bz2 ++
/work/SRC/openSUSE:12.1/gcc46/gcc-4.6.1-20111012.tar.bz2 
/work/SRC/openSUSE:12.1/.gcc46.new/gcc-4.6.2-20111026.tar.bz2 differ: char 11, 
line 1

++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.tqqKLe/_old  2011-10-28 15:37:46.0 +0200
+++ /var/tmp/diff_new_pack.tqqKLe/_new  2011-10-28 15:37:46.0 +0200
@@ -139,7 +139,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:  http://gcc.gnu.org/
-Version: 4.6.1_20111012
+Version: 4.6.2_20111026
 Release:  1
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)

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



commit ghostscript-cjk for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package ghostscript-cjk for openSUSE:12.1 
checked in at 2011-10-26 15:43:55

Comparing /work/SRC/openSUSE:12.1/ghostscript-cjk (Old)
 and  /work/SRC/openSUSE:12.1/.ghostscript-cjk.new (New)


Package is ghostscript-cjk, Maintainer is dmzh...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/ghostscript-cjk/ghostscript-cjk.changes 
2011-10-24 12:43:52.0 +0200
+++ /work/SRC/openSUSE:12.1/.ghostscript-cjk.new/ghostscript-cjk.changes
2011-10-28 15:37:50.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 14:35:40 CEST 2011 - ti...@suse.de
+
+- fix the path of cifdmap to /etc/ghostscript/* (bnc#725946)
+
+---



Other differences:
--
++ ghostscript-cjk.spec ++
--- /var/tmp/diff_new_pack.EugQBl/_old  2011-10-28 15:37:51.0 +0200
+++ /var/tmp/diff_new_pack.EugQBl/_new  2011-10-28 15:37:51.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ghostscript-cjk (Version 20050315)
+# spec file for package ghostscript-cjk
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ ghostscript-cjk-config ++
--- /var/tmp/diff_new_pack.EugQBl/_old  2011-10-28 15:37:51.0 +0200
+++ /var/tmp/diff_new_pack.EugQBl/_new  2011-10-28 15:37:51.0 +0200
@@ -659,7 +659,7 @@
 ##
 sub update_cidfmap {
 
-  for my $cidfmap_dir (glob (/usr/share/ghostscript/[0-9]*/lib)) {
+  for my $cidfmap_dir (glob (/etc/ghostscript/[0-9]*)) {
 if (-e $cidfmap_dir) {
   my $file = $cidfmap_dir/cidfmap;
   my $cidfmap_user = ;

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



commit gnome-session for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package gnome-session for openSUSE:12.1 
checked in at 2011-10-26 15:24:05

Comparing /work/SRC/openSUSE:12.1/gnome-session (Old)
 and  /work/SRC/openSUSE:12.1/.gnome-session.new (New)


Package is gnome-session, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1/gnome-session/gnome-session.changes 2011-10-25 
15:55:39.0 +0200
+++ /work/SRC/openSUSE:12.1/.gnome-session.new/gnome-session.changes
2011-10-28 15:38:15.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 25 19:40:14 UTC 2011 - vu...@opensuse.org
+
+- Update gnome-session-blacklist-hardware.patch: fix regexp for
+  Intel 830-865 hardware blacklisting. Fix bnc#722903.
+
+---



Other differences:
--
++ gnome-session-blacklist-hardware.patch ++
--- /var/tmp/diff_new_pack.Pb1Tjo/_old  2011-10-28 15:38:15.0 +0200
+++ /var/tmp/diff_new_pack.Pb1Tjo/_new  2011-10-28 15:38:15.0 +0200
@@ -229,3 +229,28 @@
 -- 
 1.7.7
 
+From b7db5c55424a3ce0b0c4d24cb02862402a70ff29 Mon Sep 17 00:00:00 2001
+From: Vincent Untz vu...@gnome.org
+Date: Tue, 25 Oct 2011 21:37:36 +0200
+Subject: [PATCH] data: Fix regexp for Intel 830-865 hardware blacklisting
+
+---
+ data/hardware-compatibility |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/data/hardware-compatibility b/data/hardware-compatibility
+index ddbfe07..5adc072 100644
+--- a/data/hardware-compatibility
 b/data/hardware-compatibility
+@@ -13,7 +13,7 @@
+ ##
+ 
+ # Intel 830-865
+--Intel(R) 8[[:digit:]]{2,2}[^[:digit:]]
++-Intel\(R\) 8[[:digit:]]{2,2}[^[:digit:]]
+ 
+ # Old Mesa software GL renderer
+ -software rasterizer
+-- 
+1.7.7
+


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



commit gnumeric for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package gnumeric for openSUSE:12.1 checked 
in at 2011-10-26 15:25:30

Comparing /work/SRC/openSUSE:12.1/gnumeric (Old)
 and  /work/SRC/openSUSE:12.1/.gnumeric.new (New)


Package is gnumeric, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1/gnumeric/gnumeric.changes   2011-10-24 
12:47:07.0 +0200
+++ /work/SRC/openSUSE:12.1/.gnumeric.new/gnumeric.changes  2011-10-28 
15:38:17.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct 25 18:24:25 UTC 2011 - vu...@opensuse.org
+
+- Use a more generic hack in %setup to remove incomplete
+  translations created by translation-update-upstream. Should fix
+  build breakages created when translation-update-upstream is
+  updated and adds new translations.
+
+---



Other differences:
--
++ gnumeric.spec ++
--- /var/tmp/diff_new_pack.924JHV/_old  2011-10-28 15:38:19.0 +0200
+++ /var/tmp/diff_new_pack.924JHV/_new  2011-10-28 15:38:19.0 +0200
@@ -95,24 +95,14 @@
 %setup -q
 translation-update-upstream
 translation-update-upstream po-functions gnumeric-functions
-# translation-update-upstream provides incomplete upstream translations
-# from the upstream git. Remove them until upstream provides a fix. See
-# po/LINGUAS for more.
-if test -f po-functions/id.po ; then
-   echo \id\ locale removal in gnumeric.spec is obsolete. Please remove 
it.
-else
-   sed -i '/^id$/d' po/LINGUAS
-fi
-if test -f po-functions/pa.po ; then
-   echo \pa\ locale removal in gnumeric.spec is obsolete. Please remove 
it.
-else
-   sed -i '/^pa$/d' po/LINGUAS
-fi
-if test -f po-functions/zh_HK.po ; then
-   echo \zh_HK\ locale removal in gnumeric.spec is obsolete. Please 
remove it.
-else
-   sed -i '/^zh_HK$/d' po/LINGUAS
-fi
+# remove incomplete translations caused by translation-update-upstream (global 
LINGUAS file, two domains)
+for LNG in po/*.po ; do
+LNG=`basename ${LNG%%.po}`
+if ! test -f po-functions/$LNG.po ; then
+echo Removing incomplete $LNG from LINGUAS.
+sed -i /^$LNG\$/d po/LINGUAS
+fi
+done
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing

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



commit go-go-gtk for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package go-go-gtk for openSUSE:12.1 checked 
in at 2011-10-27 12:12:31

Comparing /work/SRC/openSUSE:12.1/go-go-gtk (Old)
 and  /work/SRC/openSUSE:12.1/.go-go-gtk.new (New)


Package is go-go-gtk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/go-go-gtk/go-go-gtk.changes 2011-10-24 
12:47:10.0 +0200
+++ /work/SRC/openSUSE:12.1/.go-go-gtk.new/go-go-gtk.changes2011-10-28 
15:38:19.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 19 17:43:31 UTC 2011 - sasc...@gmx.de
+
+- Update to 18/10/2011 git version:
+  * support GtkMenuPositionFunc, GtkImage
+
+---

Old:

  go-gtk-0.0.0+git20110921.tar.bz2
  rpmlintrc

New:

  go-gtk-0.0.0+git20111019.tar.bz2



Other differences:
--
++ go-go-gtk.spec ++
--- /var/tmp/diff_new_pack.nCnVC2/_old  2011-10-28 15:38:19.0 +0200
+++ /var/tmp/diff_new_pack.nCnVC2/_new  2011-10-28 15:38:19.0 +0200
@@ -2,7 +2,7 @@
 # spec file for package go-go-gtk
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c), 2011, Sascha Peilicke sasc...@gmx.de
+# Copyright (c) 2011, Sascha Peilicke sasc...@gmx.de
 #
 # 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:   go-go-gtk
-Version:0.0.0+git20110921
-Release:1
+Version:0.0.0+git20111019
+Release:0
+License:BSD ; LGPL-2.0+
 Summary:Go bindings for GTK
-Group:  Development/Languages/Other
-License:BSD ; LGPLv2+
 Url:http://github.com/mattn/go-gtk
+Group:  Development/Languages/Other
 Source0:go-gtk-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
-BuildRequires:  gtk2-devel
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1140
 BuildRequires:  gtksourceview-devel
 %else
@@ -42,9 +42,8 @@
 %endif
 %endif
 %endif
-BuildRequires:  pango-devel
+BuildRequires:  pkgconfig(pango)
 %{go_provides}
-%{go_requires}
 %{go_disable_brp_strip_static_archive}
 
 %description
@@ -58,9 +57,6 @@
 %install
 %{go_make_install}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc README.md TODO example data

++ go-gtk-0.0.0+git20110921.tar.bz2 - go-gtk-0.0.0+git20111019.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/go-gtk/.test new/go-gtk/.test
--- old/go-gtk/.test1970-01-01 01:00:00.0 +0100
+++ new/go-gtk/.test2011-10-19 18:23:01.0 +0200
@@ -0,0 +1 @@
+make example
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/go-gtk/gtk/gtk.go new/go-gtk/gtk/gtk.go
--- old/go-gtk/gtk/gtk.go   2011-10-06 15:28:52.0 +0200
+++ new/go-gtk/gtk/gtk.go   2011-10-19 18:23:01.0 +0200
@@ -3061,10 +3061,7 @@
return int(C.gtk_tree_model_get_n_columns(v.TreeModel))
 }
 func (v *GtkTreeModel) GetIter(iter *GtkTreeIter, path *GtkTreePath) bool {
-   var path_ C.GtkTreePath
-   ret := gboolean2bool(C._gtk_tree_model_get_iter(v.TreeModel, 
iter.TreeIter, unsafe.Pointer(path_)))
-   path.TreePath = path_
-   return ret
+   return gboolean2bool(C._gtk_tree_model_get_iter(v.TreeModel, 
iter.TreeIter, unsafe.Pointer(path.TreePath)))
 }
 func (v *GtkTreeModel) GetIterFromString(iter *GtkTreeIter, path_string 
string) bool {
ptr := C.CString(path_string)

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



commit grub2 for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:12.1 checked in 
at 2011-10-27 13:49:09

Comparing /work/SRC/openSUSE:12.1/grub2 (Old)
 and  /work/SRC/openSUSE:12.1/.grub2.new (New)


Package is grub2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/grub2/grub2.changes 2011-10-25 16:00:51.0 
+0200
+++ /work/SRC/openSUSE:12.1/.grub2.new/grub2.changes2011-10-28 
15:38:23.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 27 08:16:58 UTC 2011 - a...@suse.de
+
+- efibootmgr only exists on x86-64 and ia64.
+
+---



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.yQFv3Y/_old  2011-10-28 15:38:23.0 +0200
+++ /var/tmp/diff_new_pack.yQFv3Y/_new  2011-10-28 15:38:23.0 +0200
@@ -90,7 +90,10 @@
 
 Summary:GRUB2 for EFI systems
 Group:  System/Boot
+%ifarch ia64 x86_64
+#Package is available on ia64 and x86_64 only and not necessarily needed
 Requires:   efibootmgr
+%endif
 Requires:   grub2
 
 %description efi


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



commit hydrogen for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package hydrogen for openSUSE:12.1 checked 
in at 2011-10-26 20:16:41

Comparing /work/SRC/openSUSE:12.1/hydrogen (Old)
 and  /work/SRC/openSUSE:12.1/.hydrogen.new (New)


Package is hydrogen, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/hydrogen/hydrogen.changes   2011-10-24 
12:52:09.0 +0200
+++ /work/SRC/openSUSE:12.1/.hydrogen.new/hydrogen.changes  2011-10-28 
15:38:41.0 +0200
@@ -1,0 +2,18 @@
+Tue Oct 25 14:29:14 UTC 2011 - co...@suse.com
+
+- fix another link into %buildroot
+
+---
+Fri Oct 14 14:23:05 UTC 2011 - davejpla...@gmail.com
+
+- Changed build to release due to the default debug build being
+  sluggish.
+
+---
+Tue Oct 11 14:37:43 UTC 2011 - davejpla...@gmail.com
+
+- Gave libhydrogen-core.so a SONAME and fixed the = 11.4 build 
+  which needed Qt webkit to have QtXmlPatterns with
+  BuildRequires: pkgconfig(QtXmlPatterns)
+
+---



Other differences:
--
++ hydrogen.spec ++
--- /var/tmp/diff_new_pack.NrqiyJ/_old  2011-10-28 15:38:42.0 +0200
+++ /var/tmp/diff_new_pack.NrqiyJ/_new  2011-10-28 15:38:42.0 +0200
@@ -25,9 +25,33 @@
 %define librubberband 0
 
 Name:   hydrogen
-BuildRequires:  alsa-devel doxygen flac-devel libjack-devel liblrdf-devel 
libqt4-devel libsndfile-devel
+BuildRequires:  alsa-devel doxygen flac-devel libjack-devel liblrdf-devel 
libqt4-devel libsndfile-devel util-linux
 BuildRequires:  ladspa ladspa-devel lash-devel libarchive-devel 
libraptor-devel portaudio-devel zlib-devel
 BuildRequires:  cmake fdupes gcc-c++ help2man hicolor-icon-theme pkg-config 
rsync subversion update-desktop-files
+BuildRequires:  pkgconfig(Qt3Support)
+BuildRequires:  pkgconfig(QtCLucene)
+BuildRequires:  pkgconfig(QtCore)
+BuildRequires:  pkgconfig(QtDBus)
+BuildRequires:  pkgconfig(QtDeclarative)
+BuildRequires:  pkgconfig(QtDesigner)
+BuildRequires:  pkgconfig(QtDesignerComponents)
+BuildRequires:  pkgconfig(QtGui)
+BuildRequires:  pkgconfig(QtHelp)
+BuildRequires:  pkgconfig(QtMultimedia)
+BuildRequires:  pkgconfig(QtNetwork)
+BuildRequires:  pkgconfig(QtOpenGL)
+BuildRequires:  pkgconfig(QtScript)
+BuildRequires:  pkgconfig(QtScriptTools)
+BuildRequires:  pkgconfig(QtSql)
+BuildRequires:  pkgconfig(QtSvg)
+BuildRequires:  pkgconfig(QtTest)
+BuildRequires:  pkgconfig(QtUiTools)
+BuildRequires:  pkgconfig(QtXml)
+BuildRequires:  pkgconfig(QtXmlPatterns)
+
+#%%if 0%%{?suse_version} = 1140
+#BuildRequires:  libqt4-devel-doc-data
+#%%endif
 #pkgconfig(ladspa-1.13)
 %if 0%{?librubberband} == 1
 BuildRequires:  librubberband-devel
@@ -105,10 +129,11 @@
 %build
 
 mkdir -p Build  pushd Build
-cmake ../ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
+cmake -L ../ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
-DCMAKE_LIBRARY_ARCHITECTURE:STRING=%{_arch} \
-DCMAKE_CXX_FLAGS:STRING=%{optflags} -ggdb \
-DCMAKE_C_FLAGS:STRING=%{optflags} -ggdb \
+   -DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=on \
-DWANT_SHARED:BOOL=on \
-DWANT_LIBARCHIVE:BOOL=on \
@@ -119,7 +144,7 @@
-DCMAKE_CURRENT_LIBRARY_DIR:PATH=%{_lib} \
-Dcoreversion:STRING=%{soversion} \
-Dsoage:STRING=%{soage} \
-   -Dsorevision:STRING=%{sorevision}
+   -Dsorevision:STRING=%{sorevision} \
 
 # For some reason cmake won't produce a correct soname with only the version 
so this is a hack to fix it.
 pushd src/core/CMakeFiles/hydrogen-core.dir  \
@@ -133,17 +158,18 @@
 
 make %{?_smp_mflags}
 
-# LD_LIBRARY_PATH=%%{_libdir}/mpi/gcc/openmpi/%%{_lib} LD_RUN_PATH=%%{_libdir}
+# LD_LIBRARY_PATH=%%{_libdir}/mpi/gcc/openmpi/%%{_lib}
+# LD_RUN_PATH=%%{_libdir}
 
 popd
 
 %install
 
-export QTDIR=%{_libdir}/qt4/
+#export QTDIR=%%{_libdir}/qt4/
 pushd Build
 %makeinstall VERBOSE_MAKEFILE=1
-
-cd %{buildroot}%{_libdir}  ln -s 
%{buildroot}%{_libdir}/libhydrogen-core.so.0.0.0 libhydrogen-core.so.0
+# libhydrogen-core's internal SONAME = libhydrogen-core.so.0 so we provide a 
link.
+cd %{buildroot}%{_libdir}  ln -s libhydrogen-core.so.0.0.0 
libhydrogen-core.so.0
 popd
 
 # Install the man pages created by help2man
@@ -151,7 +177,7 @@
 install -pm 0644 %{S:1} %{S:2} %{buildroot}%{_mandir}/man1/
 
 # temporary link i18n files from usr/share/hydrogen/data/i18n to 
_datadir/locale for find_lang to find.
-ln -s %{buildroot}%{_datadir}/hydrogen/data/i18n %{buildroot}%{_datadir}/locale
+ln -s %{_datadir}/hydrogen/data/i18n %{buildroot}%{_datadir}/locale
 %find_lang %{name} %{name}.lang --without-kde --with-qt 

commit kde3-amarok for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package kde3-amarok for openSUSE:12.1 
checked in at 2011-10-27 11:06:43

Comparing /work/SRC/openSUSE:12.1/kde3-amarok (Old)
 and  /work/SRC/openSUSE:12.1/.kde3-amarok.new (New)


Package is kde3-amarok, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/kde3-amarok/kde3-amarok.changes 2011-10-24 
12:54:42.0 +0200
+++ /work/SRC/openSUSE:12.1/.kde3-amarok.new/kde3-amarok.changes
2011-10-28 15:39:02.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 26 13:43:22 UTC 2011 - co...@suse.com
+
+- yauap is long gone
+
+---



Other differences:
--
++ kde3-amarok.spec ++
--- /var/tmp/diff_new_pack.9c6wJB/_old  2011-10-28 15:39:03.0 +0200
+++ /var/tmp/diff_new_pack.9c6wJB/_new  2011-10-28 15:39:03.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kde3-amarok (Version 1.4.10)
+# spec file for package kde3-amarok
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 BuildRequires:  SDL-devel curl-devel kdebase3-devel
 BuildRequires:  kdemultimedia3-devel libtunepimp-devel libvisual-devel
 BuildRequires:  ruby-devel sqlite-devel taglib-devel xine-devel xine-lib
-BuildRequires:  gstreamer010-plugins-base-devel fdupes
+BuildRequires:  fdupes gstreamer010-plugins-base-devel
 BuildRequires:  libgpod-devel
 BuildRequires:  libnjb-devel
 BuildRequires:  libmtp-devel
@@ -68,7 +68,6 @@
 Patch28:10_queuemedia.patch
 Patch29:amarok-wiki-utf-fix.patch
  
-
 %description
 Amarok is a media player for all kinds of media. This includes MP3, Ogg
 Vorbis, audio CDs, podcasts and streams. Play lists can be stored in
@@ -131,8 +130,8 @@
 this plugin.
 
 
-%lang_package
 
+%lang_package
 %prep
 %setup -q -n amarok-%version
 %patch1 -p1
@@ -171,7 +170,9 @@
--without-included-sqlite \
--with-gstreamer10 \
--with-xine \
+%if 0
--with-yauap \
+%endif
--disable-final \
--disable-debug
 
@@ -187,7 +188,7 @@
 rm -rf $RPM_BUILD_ROOT/opt/kde3/share/locale/xx
 %find_lang amarok
 cp %{S:1} $RPM_BUILD_ROOT/opt/kde3/share/services
-cp %{S:2} $RPM_BUILD_ROOT/opt/kde3/share/services
+#cp %{S:2} $RPM_BUILD_ROOT/opt/kde3/share/services
 %if %suse_version  1110
 mkdir -p $RPM_BUILD_ROOT/usr/share/kde4/services/
 cp $RPM_BUILD_ROOT/opt/kde3/share/services/amarok*.protocol 
$RPM_BUILD_ROOT/usr/share/kde4/services/
@@ -251,7 +252,6 @@
 %dir /opt/kde3/share/locale/tg
 %dir /opt/kde3/share/locale/tg/LC_MESSAGES
 
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog README AUTHORS COPYING 
@@ -324,11 +324,13 @@
 %defattr(-,root,root)
 /opt/kde3/bin/amarok_libvisual
 
+%if 0
+
 %files yauap
 %defattr(-,root,root)
 /opt/kde3/%_lib/kde3/libamarok_yauap-engine_plugin.*
 /opt/kde3/share/services/amarok_yauap-engine_plugin.desktop
 /opt/kde3/share/services/amarok_yauap-mp3_install.desktop
-
+%endif
 
 %changelog

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



commit kdebase4-runtime for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-runtime for openSUSE:12.1 
checked in at 2011-10-26 15:26:02

Comparing /work/SRC/openSUSE:12.1/kdebase4-runtime (Old)
 and  /work/SRC/openSUSE:12.1/.kdebase4-runtime.new (New)


Package is kdebase4-runtime, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1/kdebase4-runtime/kdebase4-runtime.changes   
2011-10-24 12:56:35.0 +0200
+++ /work/SRC/openSUSE:12.1/.kdebase4-runtime.new/kdebase4-runtime.changes  
2011-10-28 15:39:06.0 +0200
@@ -1,0 +2,13 @@
+Tue Oct 25 11:03:58 UTC 2011 - wstephen...@suse.com
+
+- Cherrypicked patches from 4.7 branch for Nepomuk
+  - React if the Virtuoso server exits unexpectedly, don't spam to
+stderr (bko#263730
+  - Fix crash in NepomukServiceStub when indexing removable media
+(bko#284602)
+  - Fix queries of files on removable media (bko#284529)
+  - Improve reliability of Nepomuk start after crash (bko#263730)
+  - Fix memory leak of dbus events (bko#226676)
+  - Improve reliability of reindexing changed files
+
+---

New:

  07438391-kderuntime-nepomuk-47branch-reindexing.diff
  0f511184-kderuntime-nepomuk-47branch-memleak.diff
  1b66b02e-kderuntime-nepomuk-47branch-partialurls.diff
  348d7cbf-kderuntime-nepomuk-47branch-regexp.diff
  ab58993a-kderuntime-nepomuk-47branch-nullpointercrash.diff
  cc5cf57c-kderuntime-nepomuk-47branch-robust-restart.diff



Other differences:
--
++ kdebase4-runtime.spec ++
--- /var/tmp/diff_new_pack.sGeHt5/_old  2011-10-28 15:39:09.0 +0200
+++ /var/tmp/diff_new_pack.sGeHt5/_new  2011-10-28 15:39:09.0 +0200
@@ -42,6 +42,12 @@
 Patch15:kdesu-symbol-lookup-workaround.diff
 Patch16:phonon-always-forget.diff
 Patch17:desktop-files.diff
+Patch18:348d7cbf-kderuntime-nepomuk-47branch-regexp.diff
+Patch19:1b66b02e-kderuntime-nepomuk-47branch-partialurls.diff
+Patch20:ab58993a-kderuntime-nepomuk-47branch-nullpointercrash.diff
+Patch21:0f511184-kderuntime-nepomuk-47branch-memleak.diff
+Patch22:07438391-kderuntime-nepomuk-47branch-reindexing.diff
+Patch23:cc5cf57c-kderuntime-nepomuk-47branch-robust-restart.diff
 BuildRequires:  NetworkManager-devel
 BuildRequires:  QtZeitgeist-devel
 BuildRequires:  bluez-devel
@@ -167,6 +173,12 @@
 %patch15
 %patch16
 %patch17
+%patch18 -p1
+%patch19 -p1
+%patch20 -p1
+%patch21 -p1
+%patch22 -p1
+%patch23 -p1
 
 %build
   %cmake_kde4 -d build -- -DKDE4_ENABLE_FPIE=1

++ 07438391-kderuntime-nepomuk-47branch-reindexing.diff ++
commit 074383916dfdfb2cd5cf2b5dd269715229465366
Author: Sebastian Trueg tr...@kde.org
Date:   Mon Oct 24 20:48:07 2011 +0200

Always re-index files on close after write events.

This is required since mmapped files do not create modification events
while being written.

diff --git a/nepomuk/services/filewatch/nepomukfilewatch.cpp 
b/nepomuk/services/filewatch/nepomukfilewatch.cpp
index 41d7de7..1ec2db3 100644
--- a/nepomuk/services/filewatch/nepomukfilewatch.cpp
+++ b/nepomuk/services/filewatch/nepomukfilewatch.cpp
@@ -97,13 +97,9 @@ namespace {
 
 //Only watch the strigi index folders for file creation and change.
 if( Nepomuk::StrigiServiceConfig::self()-shouldFolderBeIndexed( path 
) ) {
-modes |= KInotify::EventCreate;
-modes |= KInotify::EventModify;
 modes |= KInotify::EventCloseWrite;
 }
 else {
-modes = (~KInotify::EventCreate);
-modes = (~KInotify::EventModify);
 modes = (~KInotify::EventCloseWrite);
 }
 
@@ -150,10 +146,6 @@ Nepomuk::FileWatch::FileWatch( QObject* parent, const 
QListQVariant )
  this, SLOT( slotFileMoved( QString, QString ) ) );
 connect( m_dirWatch, SIGNAL( deleted( QString, bool ) ),
  this, SLOT( slotFileDeleted( QString, bool ) ) );
-connect( m_dirWatch, SIGNAL( created( QString ) ),
- this, SLOT( slotFileCreated( QString ) ) );
-connect( m_dirWatch, SIGNAL( modified( QString ) ),
- this, SLOT( slotFileModified( QString ) ) );
 connect( m_dirWatch, SIGNAL( closedWrite( QString ) ),
  this, SLOT( slotFileClosedAfterWrite( QString ) ) );
 connect( m_dirWatch, SIGNAL( watchUserLimitReached() ),
@@ -200,7 +192,7 @@ void Nepomuk::FileWatch::watchFolder( const QString path )
 #ifdef BUILD_KINOTIFY
 if ( m_dirWatch  !m_dirWatch-watchingPath( path ) )
 m_dirWatch-addWatch( path,
-  KInotify::WatchEvents( 

commit kernel-firmware for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:12.1 
checked in at 2011-10-26 15:26:17

Comparing /work/SRC/openSUSE:12.1/kernel-firmware (Old)
 and  /work/SRC/openSUSE:12.1/.kernel-firmware.new (New)


Package is kernel-firmware, Maintainer is gre...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/kernel-firmware/kernel-firmware.changes 
2011-10-24 15:52:24.0 +0200
+++ /work/SRC/openSUSE:12.1/.kernel-firmware.new/kernel-firmware.changes
2011-10-28 17:09:58.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 12:27:17 UTC 2011 - co...@suse.com
+
+- update from git, ftp.kernel.org is stil down. Some smaller updates
+
+---

Old:

  linux-firmware-20110731.tar.bz2

New:

  linux-firmware-20111025git.tar.bz2



Other differences:
--
++ kernel-firmware.spec ++
--- /var/tmp/diff_new_pack.9pA1W3/_old  2011-10-28 17:09:59.0 +0200
+++ /var/tmp/diff_new_pack.9pA1W3/_new  2011-10-28 17:09:59.0 +0200
@@ -19,13 +19,14 @@
 
 Name:   kernel-firmware
 BuildRequires:  fdupes kernel-default
-Version:20110731
+Version:20111025git
 Release:7
 Summary:Linux kernel firmware files
 License:Distributable in unmodified form; GPL v2 only; GPL v2 or 
later; X11/MIT
 Group:  System/Kernel
 Url:ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/
-Source0:
ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/linux-firmware-%{version}.tar.bz2
+# currently down Source0:
ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/
+Source0:linux-firmware-%{version}.tar.bz2
 Source1:firmware.sh
 Source2:qlogic.tar.bz2
 Source3:iwlwifi-4965-1.ucode



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



commit kernel-source for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:12.1 
checked in at 2011-10-26 15:30:45

Comparing /work/SRC/openSUSE:12.1/kernel-source (Old)
 and  /work/SRC/openSUSE:12.1/.kernel-source.new (New)


Package is kernel-source, Maintainer is 
kernel-maintain...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:12.1/kernel-source/kernel-debug.changes  2011-10-24 
14:05:58.0 +0200
+++ /work/SRC/openSUSE:12.1/.kernel-source.new/kernel-debug.changes 
2011-10-28 17:10:00.0 +0200
@@ -1,0 +2,26 @@
+Tue Oct 25 19:33:27 CEST 2011 - oher...@suse.de
+
+- tty deadlock in kernel-xen, xenconsole (bnc#726333).
+- commit 68289aa
+
+---
+Tue Oct 25 19:24:17 CEST 2011 - e...@suse.de
+
+-  patches.suse/SUSE-bootsplash: remove DEBUG macro which was
+ left in the code by accident.
+- commit a56ba15
+
+---
+Mon Oct 24 18:28:04 CEST 2011 - je...@suse.com
+
+- Update to 3.1-final.
+- commit ec0449c
+
+---
+Mon Oct 24 15:04:34 CEST 2011 - oher...@suse.de
+
+- patches.suse/staging-hv-pata_piix-ignore-disks.patch:
+Update comments in code and reduce patch size
+- commit 8913d07
+
+---
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-pae.changes: same change
kernel-ppc64.changes: same change
kernel-s390.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-trace.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change

Old:

  linux-3.1-rc10.tar.bz2

New:

  linux-3.1.tar.bz2



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.xX8QBG/_old  2011-10-28 17:10:12.0 +0200
+++ /var/tmp/diff_new_pack.xX8QBG/_new  2011-10-28 17:10:12.0 +0200
@@ -17,8 +17,8 @@
 
 # norootforbuild
 
-%define srcversion 3.1-rc10
-%define patchversion 3.1.0-rc10
+%define srcversion 3.1
+%define patchversion 3.1.0
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -55,7 +55,7 @@
 
 Name:   kernel-debug
 Summary:A Debug Version of the Kernel
-Version:3.1.rc10
+Version:3.1.0
 Release:0
 License:GPL v2 only
 Group:  System/Kernel

kernel-default.spec: same change
kernel-desktop.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.xX8QBG/_old  2011-10-28 17:10:12.0 +0200
+++ /var/tmp/diff_new_pack.xX8QBG/_new  2011-10-28 17:10:12.0 +0200
@@ -17,14 +17,14 @@
 
 # norootforbuild
 
-%define patchversion 3.1.0-rc10
+%define patchversion 3.1.0
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
 
 Name:   kernel-docs
 Summary:Kernel Documentation
-Version:3.1.rc10
+Version:3.1.0
 Release:0
 BuildRequires:  docbook-toys docbook-utils ghostscript_any libjpeg-devel 
texlive transfig xmlto xorg-x11-devel
 BuildRequires:  kernel-source%variant

++ kernel-ec2.spec ++
--- /var/tmp/diff_new_pack.xX8QBG/_old  2011-10-28 17:10:12.0 +0200
+++ /var/tmp/diff_new_pack.xX8QBG/_new  2011-10-28 17:10:12.0 +0200
@@ -17,8 +17,8 @@
 
 # norootforbuild
 
-%define srcversion 3.1-rc10
-%define patchversion 3.1.0-rc10
+%define srcversion 3.1
+%define patchversion 3.1.0
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -55,7 +55,7 @@
 
 Name:   kernel-ec2
 Summary:The Amazon EC2 Xen Kernel
-Version:3.1.rc10
+Version:3.1.0
 Release:0
 License:GPL v2 only
 Group:  System/Kernel

kernel-pae.spec: same change
kernel-ppc64.spec: same change
kernel-s390.spec: same change
++ kernel-source.spec ++
--- /var/tmp/diff_new_pack.xX8QBG/_old  2011-10-28 17:10:12.0 +0200
+++ /var/tmp/diff_new_pack.xX8QBG/_new  2011-10-28 17:10:12.0 +0200
@@ -18,8 +18,8 @@
 # norootforbuild
 # icecream 0
 
-%define srcversion 3.1-rc10
-%define patchversion 3.1.0-rc10
+%define srcversion 3.1
+%define patchversion 3.1.0
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -29,7 +29,7 @@
 
 Name:   kernel-source
 Summary:The Linux Kernel Sources
-Version:3.1.rc10
+Version:3.1.0
 Release:0
 License:GPL v2 only
 Group:  Development/Sources

++ kernel-syms.spec ++
--- /var/tmp/diff_new_pack.xX8QBG/_old  2011-10-28 17:10:12.0 +0200
+++ /var/tmp/diff_new_pack.xX8QBG/_new  2011-10-28 

commit kiwi-config-openSUSE for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:12.1 checked in at 2011-10-27 11:15:49

Comparing /work/SRC/openSUSE:12.1/kiwi-config-openSUSE (Old)
 and  /work/SRC/openSUSE:12.1/.kiwi-config-openSUSE.new (New)


Package is kiwi-config-openSUSE, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/kiwi-config-openSUSE/kiwi-config-openSUSE.changes   
2011-10-24 12:57:54.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes  
2011-10-28 17:10:19.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct 27 08:40:52 UTC 2011 - co...@suse.com
+
+- previous fix was not the problem, so give it another try (bnc#726120)
+
+---
+Tue Oct 25 08:41:43 UTC 2011 - co...@suse.com
+
+- also write out CONSOLE_ENCODING (bnc#726120)
+
+---

Old:

  boot.langset

New:

  langset.service



Other differences:
--
++ kiwi-config-openSUSE.spec ++
--- /var/tmp/diff_new_pack.4IyKSk/_old  2011-10-28 17:10:20.0 +0200
+++ /var/tmp/diff_new_pack.4IyKSk/_new  2011-10-28 17:10:20.0 +0200
@@ -38,7 +38,7 @@
 Source10:   README
 Source11:   correct_live_for_reboot
 Source12:   correct_live_install
-Source16:   boot.langset
+Source16:   langset.service
 Source17:   99-ignore-live-usb.fdi
 Source19:   config-firstboot.patch
 Source20:   geturls.xsl
@@ -150,7 +150,7 @@
   install -D -m 644 %{SOURCE8} etc/sysconfig/network/ifcfg-eth0
   cp -a $localedir etc/langset
   install -m 755 %{SOURCE23} etc/langset.sh
-  install -D -m 755 %{SOURCE16} etc/init.d/boot.langset
+  install -D -m 755 %{SOURCE16} lib/systemd/system/langset.service
   install -D -m 755 %{SOURCE11} usr/bin/correct_live_for_reboot
   install -D -m 755 %{SOURCE12} usr/bin/correct_live_install
   install -D -m 644 %{SOURCE2} etc/YaST2/policy.patch


++ config.sh ++
--- /var/tmp/diff_new_pack.4IyKSk/_old  2011-10-28 17:10:20.0 +0200
+++ /var/tmp/diff_new_pack.4IyKSk/_new  2011-10-28 17:10:20.0 +0200
@@ -45,12 +45,11 @@
 chkconfig sshd off
 chkconfig cron off
 
-# enable create_xconf
-chkconfig boot.langset on
 # disable for now chkconfig boot.compcache on
 chkconfig boot.ldconfig off
 
 ln -s '/etc/systemd/system/clicfs.service' 
'/etc/systemd/system/multi-user.target.wants/clicfs.service'
+ln -s '/lib/systemd/system/langset.service' 
'/lib/systemd/system/sysinit.target.wants/langset.service'
 cd /
 
 patch -p0  /etc/YaST2/liveinstall.patch


++ correct_live_for_reboot ++
--- /var/tmp/diff_new_pack.4IyKSk/_old  2011-10-28 17:10:20.0 +0200
+++ /var/tmp/diff_new_pack.4IyKSk/_new  2011-10-28 17:10:20.0 +0200
@@ -11,10 +11,11 @@
 chkconfig sshd on
 chkconfig cron on
 chkconfig boot.ldconfig on
-chkconfig boot.langset off
 if test -e /etc/init.d/boot.compcache; then
chkconfig boot.compcache off
 fi
+rm /etc/systemd/system/multi-user.target.wants/clicfs.service 
/lib/systemd/system/sysinit.target.wants/langset.service
+
 
 :  /var/run/utmp
 

++ correct_live_install ++
--- /var/tmp/diff_new_pack.4IyKSk/_old  2011-10-28 17:10:20.0 +0200
+++ /var/tmp/diff_new_pack.4IyKSk/_new  2011-10-28 17:10:20.0 +0200
@@ -32,7 +32,8 @@
 rm -rf /etc/langset/
 grep -v ^perl /etc/init.d/boot.local  /etc/init.d/boot.local.1  mv 
/etc/init.d/boot.local.1 /etc/init.d/boot.local
 chmod 0755 /etc/init.d/boot.local
-rm /etc/init.d/boot.langset
+rm -f '/etc/systemd/system/clicfs.service' 
'/etc/systemd/system/multi-user.target.wants/clicfs.service'
+rm -f '/lib/systemd/system/langset.service' 
'/lib/systemd/system/sysinit.target.wants/langset.service'
 
 cd /
 # patch -R -p0  /etc/YaST2/policy.patch

++ getcountrydata.ycp ++
--- /var/tmp/diff_new_pack.4IyKSk/_old  2011-10-28 17:10:20.0 +0200
+++ /var/tmp/diff_new_pack.4IyKSk/_new  2011-10-28 17:10:20.0 +0200
@@ -20,6 +20,9 @@
// does not really set keyboard, only fills some data
Keyboard::SetKeyboard (kbd);
 
+   // set language for encoding
+WFM::SetLanguage (fqlanguage);
+
string yast_kbd = kbd + , + Keyboard::kb_model;
 
list consolefont=consolefonts[fqlanguage]:consolefonts[lang]:[];
@@ -29,6 +32,7 @@
string magic   = consolefont[3]:;
string timezone= timezonemap[lang]:;
 
+   string encoding= WFM::GetEncoding();
string contents = sformat (RC_LANG: %1
 CONSOLE_FONT: %2
 CONSOLE_SCREENMAP: %3
@@ -41,6 +45,7 @@
fqlanguage, font, screenMap, unicodeMap, magic,
   

commit kiwi for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:12.1 checked in at 
2011-10-27 19:32:43

Comparing /work/SRC/openSUSE:12.1/kiwi (Old)
 and  /work/SRC/openSUSE:12.1/.kiwi.new (New)


Package is kiwi, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/kiwi/kiwi.changes   2011-10-24 12:57:53.0 
+0200
+++ /work/SRC/openSUSE:12.1/.kiwi.new/kiwi.changes  2011-10-28 
17:10:16.0 +0200
@@ -1,0 +2,200 @@
+Thu Oct 27 15:26:53 CEST 2011 - m...@suse.de
+  
+- v4.98.10 released
+  
+---
+Thu Oct 27 15:24:38 CEST 2011 - m...@suse.de
+  
+- removed __checkNameValid() checker function and make sure
+  that an arch string as part of the name attribute doesn't
+  cause any trouble (bnc #716992)
+  
+---
+Thu Oct 27 12:38:58 CEST 2011 - m...@suse.de
+  
+- v4.98.9 released
+  
+---
+Thu Oct 27 12:38:14 CEST 2011 - m...@suse.de
+  
+- arch check in __checkNameValid is too restrictive
+  
+---
+Thu Oct 27 12:15:40 CEST 2011 - m...@suse.de
+  
+- v4.98.8 released
+  
+---
+Thu Oct 27 12:07:41 CEST 2011 - m...@suse.de
+  
+- fixed quoting of parameters in config.isoclient
+  
+---
+Thu Oct 27 11:47:49 CEST 2011 - m...@suse.de
+  
+- DB: update documentation
+  
+  Date:   Thu Oct 27 05:19:20 2011 -0400
+  
+  change URL in spec file to point to the new homw of the source, github vs. 
berlios
+  
+  Date:   Thu Oct 27 05:13:15 2011 -0400
+  
+  generated html doc
+  
+---
+Thu Oct 27 10:59:10 CEST 2011 - m...@suse.de
+  
+- reverted commit 620e4e65d05b257e4fc8c6017908e6ba9f75e28e
+  this was a parted bug which is now fixed
+  
+  Date:   Wed Oct 26 16:28:46 2011 -0400
+  
+  add section about cross platform build, expand the introductory section of 
chapter 4
+  
+---
+Wed Oct 26 21:58:07 CEST 2011 - m...@suse.de
+  
+- v4.98.7 released
+  
+---
+Wed Oct 26 21:55:05 CEST 2011 - m...@suse.de
+  
+- fixed appliance name escaping. One can use any string for
+  the displayname attribute which is now properly escaped
+  via perl's quotemeta(). Along with this change the image
+  name attribute must match the pattern [a-zA-Z0-9_\-\.]
+  and is not allowed to have the architecture string
+  as part of the name (bnc #716992)
+  
+---
+Wed Oct 26 15:57:19 CEST 2011 - m...@suse.de
+  
+- v4.98.6 released
+  
+---
+Wed Oct 26 15:55:32 CEST 2011 - m...@suse.de
+  
+- libcrc32 module depends on crc32c, but it does not state this dependency
+  explicitely (modules.dep does not contain this information). Since KIWI
+  relies od modules.dep to clean up unused modules in the initrd, this can
+  break module loading. This patch ensures that the module is kept in the
+  initrd and not purged.
+  
+---
+Wed Oct 26 15:38:59 CEST 2011 - m...@suse.de
+  
+- revert back to parted hex id's, this reverts commits:
+  47f8bf758861a3d8cdbc2c188024f423e6ee45db
+  47f8bf758861a3d8cdbc2c188024f423e6ee45db
+  
+---
+Wed Oct 26 14:47:02 CEST 2011 - m...@suse.de
+  
+- v4.98.5 released
+  
+---
+Wed Oct 26 14:44:39 CEST 2011 - m...@suse.de
+  
+- fixed creation of XML diff in log file
+  
+---
+Wed Oct 26 12:49:23 CEST 2011 - m...@suse.de
+  
+- fixed parted flag setup in KIWILinuxRC code, 12.1 and upstream
+  parted doesn't support the hex id's like 'set type 0x..'
+  
+---
+Wed Oct 26 12:38:34 CEST 2011 - m...@suse.de
+  
+- fixed KIWIXMLInfo unit test due to last --info changes
+  
+---
+Wed Oct 26 11:22:25 CEST 2011 - m...@suse.de
+  
+- call createURLList() only on demand. Also provide accessor
+  methods for xml-{urllist} and xml-{urlhash}, don't access
+  these object data directly anymore. createURLList() was called
+  in the KIWIXML constructor but changes to the XML might happen
+  at a later point in time. So it makes sense to build the final
+  URL list when access 

commit lightdm for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package lightdm for openSUSE:12.1 checked in 
at 2011-10-26 15:31:09

Comparing /work/SRC/openSUSE:12.1/lightdm (Old)
 and  /work/SRC/openSUSE:12.1/.lightdm.new (New)


Package is lightdm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/lightdm/lightdm.changes 2011-10-24 
13:05:41.0 +0200
+++ /work/SRC/openSUSE:12.1/.lightdm.new/lightdm.changes2011-10-28 
17:10:52.0 +0200
@@ -1,0 +2,17 @@
+Wed Oct 26 09:47:23 UTC 2011 - g...@opensuse.org
+
+- update to version 1.0.4
+  - fix --enable-gtk-greeter=yes not working
+  - fix X sessions with arguments in Exec not working
+  - use previous session for automatic login or if greeter does not
+request one
+  - correct ownership of ~/.Xauthority if upgrading from buggy
+version of LightDM that had it root owned
+  - set default resolution of VNC to 1024x768, add settings for
+width, height, depth into lightdm.conf
+  - AppArmor profile: Fix broken gnome-keyring and dbus/gwibber,
+and quiesce annoying kernel audit messages for privileges that
+we definitively do not want to grant
+  - set LOGNAME environment variable
+
+---

Old:

  lightdm-1.0.3.tar.gz

New:

  lightdm-1.0.4.tar.gz



Other differences:
--
++ lightdm.spec ++
--- /var/tmp/diff_new_pack.fI1E4e/_old  2011-10-28 17:10:53.0 +0200
+++ /var/tmp/diff_new_pack.fI1E4e/_new  2011-10-28 17:10:53.0 +0200
@@ -23,7 +23,7 @@
 %define qt_lib  lib%{qt_libname}-0
 
 Name:   lightdm
-Version:1.0.3
+Version:1.0.4
 Release:1
 Summary:Lightweight, Cross-desktop Display Manager
 Group:  System/X11/Displaymanagers

++ lightdm-1.0.3.tar.gz - lightdm-1.0.4.tar.gz ++
 23579 lines of diff (skipped)

++ lightdm-default-configuration.patch ++
--- /var/tmp/diff_new_pack.fI1E4e/_old  2011-10-28 17:10:53.0 +0200
+++ /var/tmp/diff_new_pack.fI1E4e/_new  2011-10-28 17:10:53.0 +0200
@@ -1,5 +1,5 @@
 # HG changeset patch
-# Parent 080ce97fa0f70bce82d41bc5ce308982a24f522a
+# Parent a5fbc3e2645c335d3936ca62c61b7555468f4da7
 openSUSE-specific default configuration
 
 diff --git a/data/lightdm.conf b/data/lightdm.conf
@@ -42,7 +42,7 @@
 diff --git a/data/users.conf b/data/users.conf
 --- a/data/users.conf
 +++ b/data/users.conf
-@@ -6,6 +6,6 @@
+@@ -9,6 +9,6 @@
  # hidden-shells = Shells that indicate a user cannot login
  #
  [UserAccounts]

++ lightdm-desktop-session-env-pam.patch ++
--- /var/tmp/diff_new_pack.fI1E4e/_old  2011-10-28 17:10:53.0 +0200
+++ /var/tmp/diff_new_pack.fI1E4e/_new  2011-10-28 17:10:53.0 +0200
@@ -1,11 +1,11 @@
 # HG changeset patch
-# Parent db97db2821c84b9a5d51c4c42f3e69ae6f45ca10
+# Parent cd6e0c1fd5632551b248be13bfebae8cd621114b
 pass a DESKTOP_SESSION environment variable with the name of the selected 
session into the PAM environment
 
 diff --git a/src/display.c b/src/display.c
 --- a/src/display.c
 +++ b/src/display.c
-@@ -465,6 +465,8 @@ create_session (Display *display, PAMSes
+@@ -490,6 +490,8 @@ create_session (Display *display, PAMSes
  session_set_authentication (session, authentication);
  session_set_command (session, command);
  g_free (command);
@@ -88,7 +88,7 @@
  void
  session_set_command (Session *session, const gchar *command)
  {
-@@ -273,7 +291,7 @@ session_real_start (Session *session)
+@@ -277,7 +295,7 @@ session_real_start (Session *session)
  process_set_command (PROCESS (session), absolute_command);
  g_free (absolute_command);
  

++ lightdm-set-gdmflexiserver-envvar.patch ++
--- /var/tmp/diff_new_pack.fI1E4e/_old  2011-10-28 17:10:53.0 +0200
+++ /var/tmp/diff_new_pack.fI1E4e/_new  2011-10-28 17:10:53.0 +0200
@@ -1,19 +1,19 @@
 # HG changeset patch
-# Parent 4efa36a96678139f52531e2309798ccad731be02
+# Parent ba843deea04ac9f614338045d71e362fd92127bc
 set the GDMFLEXISERVER environment variable for the gdmflexiserver wrapper
 
 diff --git a/src/session.c b/src/session.c
 --- a/src/session.c
 +++ b/src/session.c
-@@ -272,6 +272,7 @@ session_start (Session *session)
- session_set_env (session, USERNAME, user_get_name (user)); // FIXME: Is 
this required?
+@@ -274,6 +274,7 @@ session_start (Session *session)
+ session_set_env (session, LOGNAME, user_get_name (user));
  session_set_env (session, HOME, user_get_home_directory (user));
  session_set_env (session, SHELL, user_get_shell (user));
 +session_set_env (session, GDMFLEXISERVER, PKGLIBEXEC_DIR 
/gdmflexiserver);
  
- return SESSION_GET_CLASS (session)-start (session);
- }
-@@ -451,7 +452,7 @@ session_run (Process 

commit libstorage for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:12.1 checked 
in at 2011-10-27 19:32:58

Comparing /work/SRC/openSUSE:12.1/libstorage (Old)
 and  /work/SRC/openSUSE:12.1/.libstorage.new (New)


Package is libstorage, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/libstorage/libstorage.changes   2011-10-24 
13:04:57.0 +0200
+++ /work/SRC/openSUSE:12.1/.libstorage.new/libstorage.changes  2011-10-28 
17:10:48.0 +0200
@@ -1,0 +2,18 @@
+Wed Oct 26 13:17:43 CEST 2011 - f...@suse.de
+
+- 2.21.12
+- make /dev/md/ names known to libstorage if present (bnc#726319)
+- do not set fsck flag to zero for encrypted volumes (bnc#726414)
+
+---
+Tue Oct 25 16:08:52 CEST 2011 - f...@suse.de
+
+- 2.21.11
+- changes to support new function IsDeviceOnNetwork in ycp
+
+---
+Mon Oct 24 14:11:58 CEST 2011 - f...@suse.de
+
+- detect new transport type FcoE (bnc#726057)
+
+---

Old:

  libstorage-2.21.10.tar.bz2

New:

  libstorage-2.21.12.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.1ON3jq/_old  2011-10-28 17:10:48.0 +0200
+++ /var/tmp/diff_new_pack.1ON3jq/_new  2011-10-28 17:10:48.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   libstorage
-Version:2.21.10
+Version:2.21.12
 Release:0
 License:GPL
 Group:  System/Libraries

++ libstorage-2.21.10.tar.bz2 - libstorage-2.21.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.21.10/VERSION 
new/libstorage-2.21.12/VERSION
--- old/libstorage-2.21.10/VERSION  2011-10-20 17:57:35.0 +0200
+++ new/libstorage-2.21.12/VERSION  2011-10-27 13:35:05.0 +0200
@@ -1 +1 @@
-2.21.10
+2.21.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.21.10/bindings/python/libstorage.py 
new/libstorage-2.21.12/bindings/python/libstorage.py
--- old/libstorage-2.21.10/bindings/python/libstorage.py2011-09-13 
18:43:34.0 +0200
+++ new/libstorage-2.21.12/bindings/python/libstorage.py2011-10-25 
17:55:14.0 +0200
@@ -191,6 +191,7 @@
 SATA = _libstorage.SATA
 SPI = _libstorage.SPI
 USB = _libstorage.USB
+FCOE = _libstorage.FCOE
 IMSM_UNDECIDED = _libstorage.IMSM_UNDECIDED
 IMSM_DMRAID = _libstorage.IMSM_DMRAID
 IMSM_MDADM = _libstorage.IMSM_MDADM
@@ -1169,6 +1170,9 @@
 __swig_setmethods__[vdevice] = _libstorage.ContVolInfo_vdevice_set
 __swig_getmethods__[vdevice] = _libstorage.ContVolInfo_vdevice_get
 if _newclass:vdevice = _swig_property(_libstorage.ContVolInfo_vdevice_get, 
_libstorage.ContVolInfo_vdevice_set)
+__swig_setmethods__[num] = _libstorage.ContVolInfo_num_set
+__swig_getmethods__[num] = _libstorage.ContVolInfo_num_get
+if _newclass:num = _swig_property(_libstorage.ContVolInfo_num_get, 
_libstorage.ContVolInfo_num_set)
 __swig_destroy__ = _libstorage.delete_ContVolInfo
 __del__ = lambda self : None;
 ContVolInfo_swigregister = _libstorage.ContVolInfo_swigregister
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.21.10/bindings/ruby/storage_wrap.cxx 
new/libstorage-2.21.12/bindings/ruby/storage_wrap.cxx
--- old/libstorage-2.21.10/bindings/ruby/storage_wrap.cxx   2011-09-14 
11:52:11.0 +0200
+++ new/libstorage-2.21.12/bindings/ruby/storage_wrap.cxx   2011-10-25 
17:56:02.0 +0200
@@ -17558,6 +17558,59 @@
 }
 
 
+SWIGINTERN VALUE
+_wrap_ContVolInfo_num_set(int argc, VALUE *argv, VALUE self) {
+  storage::ContVolInfo *arg1 = (storage::ContVolInfo *) 0 ;
+  int arg2 ;
+  void *argp1 = 0 ;
+  int res1 = 0 ;
+  int val2 ;
+  int ecode2 = 0 ;
+  
+  if ((argc  1) || (argc  1)) {
+rb_raise(rb_eArgError, wrong # of arguments(%d for 1),argc); SWIG_fail;
+  }
+  res1 = SWIG_ConvertPtr(self, argp1,SWIGTYPE_p_storage__ContVolInfo, 0 |  0 
);
+  if (!SWIG_IsOK(res1)) {
+SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( , 
storage::ContVolInfo *,num, 1, self )); 
+  }
+  arg1 = reinterpret_cast storage::ContVolInfo * (argp1);
+  ecode2 = SWIG_AsVal_int(argv[0], val2);
+  if (!SWIG_IsOK(ecode2)) {
+SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( , 
int,num, 2, argv[0] ));
+  } 
+  arg2 = static_cast int (val2);
+  if (arg1) (arg1)-num = arg2;
+  return Qnil;
+fail:
+  return Qnil;
+}
+
+
+SWIGINTERN VALUE
+_wrap_ContVolInfo_num_get(int argc, VALUE *argv, VALUE self) {
+  

commit monit for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package monit for openSUSE:12.1 checked in 
at 2011-10-26 15:31:33

Comparing /work/SRC/openSUSE:12.1/monit (Old)
 and  /work/SRC/openSUSE:12.1/.monit.new (New)


Package is monit, Maintainer is lmue...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/monit/monit.changes 2011-10-24 13:07:57.0 
+0200
+++ /work/SRC/openSUSE:12.1/.monit.new/monit.changes2011-10-28 
17:11:03.0 +0200
@@ -1,0 +2,46 @@
+Tue Oct 25 22:08:47 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 5.3.1:
+  * log the particular connection attempt failure in debug mode when the retry
+is enabled
+  * Monit can deliver events and status to independent M/Monit instances if
+multiple mmonit URLs are set
+  * fixed: the ICMP echo (ping) test may report false positive error if the
+machine where Monit is running has heavy ICMP traffic generated by other
+applications
+  * fixed: the file content match test will be performed even on the existing
+content when Monit starts; the last position is saved to the statefile, so
+monit won't generate alert after restart; note that when you start the
+monit 5.3.1 the first time, it can do actions for content match which was
+handled by previous monit version already as the previous monit versions
+didn't saved the position
+  * make the monitoring state persistent for manual mode services
+  * display the memory usage total % in the status overview; the memory usage
+in kB displayed the total already, so the percentage didn't match
+  * fix the HTML overview page alignment in the Internet Explorer
+  * fix sporadic SSL routines:func(169):reason(161) errors
+  * if MySQL protocol test failed, report the correct MySQL error code
+
+- changes from 5.3.0:
+  * new 'check program' statement added: allows to check the exit status of an
+external program or script from Monit
+  * added crontab style support for individual services; you can now specify
+when an individual service should run its checks (or not run)
+  * connection retry option added: allows to retry a network connection in the
+same testing cycle before reporting an error
+  * detailed protocol connection errors are now included in alerts
+  * the HTML overview page displays the CPU and memory total now (including
+children), so real service related usage is displayed also for services
+which spawn worker processes, such as Apache or Spamassassin
+  * HTML view improvements
+  * fix MySQL protocol test: MySQL 5.5.12 returns new error code in the case of
+authentication failure
+  * the stacktrace logging on error is disabled in -v (verbose) mode as it was
+too verbose for common service debugging tasks, it can be enabled using -vv
+option
+  * improve how fast Monit check if a program was started or stopped
+  * fix the monitoring state presentation during service restart which
+temporarily displayed Not monitored, whereas the monitoring was enabled
+  * the data collected is updated only if the check was not skipped
+
+---

Old:

  monit-5.2.5.tar.bz2

New:

  monit-5.3.1.tar.bz2



Other differences:
--
++ monit.spec ++
--- /var/tmp/diff_new_pack.pfVCgm/_old  2011-10-28 17:11:06.0 +0200
+++ /var/tmp/diff_new_pack.pfVCgm/_new  2011-10-28 17:11:06.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   monit
-Version:5.2.5
+Version:5.3.1
 Release:1
 Summary:Service Manager and Monitor System
 # http://mmonit.com/monit/dist/monit-%{version}.tar.gz
@@ -51,16 +51,6 @@
 checksum changes, or size changes. You can even use monit to monitor
 remote hosts: monit can ping a remote host and check port connections.
 
-
-
-
-Authors:
-
-Jan-Henrik Haukeland hauk at tildeslash dot com
-Martin Pala martin.pala at iol dot cz
-Rory Toma rory at digeo dot com
-Christian Hopp chopp at iei dot tu-clausthal dot de
-
 %package doc
 License:GNU General Public License (GPL)
 Summary:Service Manager and Monitor System (Documentation and Examples)
@@ -90,18 +80,14 @@
 find doc/ -type f -size 0 -exec %__rm {} \;
 
 %build
-#autoreconf -fiv
 export CFLAGS=%{optflags} -fno-strict-aliasing
 %configure \
--with-ssl-lib-dir=%{_libdir}
 
-%__make %{?jobs:-j%{jobs}}
+%__make %{?_smp_flags}
 
 %install
-%__make \
-   BINDIR=%{buildroot}%{_bindir} \
-   MANDIR=%{buildroot}%{_mandir}/man1 \
-   install
+%__make DESTDIR=%{buildroot} install
 
 %__install -d \
%{buildroot}/etc/init.d \
@@ -150,12 +136,12 @@
 
 %__install -d %{buildroot}%{_docdir}/%{name}
 doc.main.lst
-for f in COPYING LICENSE; do
+for f in 

commit package-translations for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:12.1 checked in at 2011-10-27 14:26:26

Comparing /work/SRC/openSUSE:12.1/package-translations (Old)
 and  /work/SRC/openSUSE:12.1/.package-translations.new (New)


Package is package-translations, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/package-translations/package-translations.changes   
2011-10-25 16:47:27.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.package-translations.new/package-translations.changes  
2011-10-28 17:11:38.0 +0200
@@ -2 +2 @@
-Tue Oct 25 13:46:30 CEST 2011 - co...@suse.com
+Thu Oct 27 13:46:34 CEST 2011 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2011-10-25
+- automated update on 2011-10-27



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-ja.mo and new/mo/package-translations-ja.mo 
differ
Files old/mo/package-translations-ru.mo and new/mo/package-translations-ru.mo 
differ

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



commit parted for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package parted for openSUSE:12.1 checked in 
at 2011-10-27 13:51:22

Comparing /work/SRC/openSUSE:12.1/parted (Old)
 and  /work/SRC/openSUSE:12.1/.parted.new (New)


Package is parted, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/parted/parted.changes   2011-10-24 
13:14:37.0 +0200
+++ /work/SRC/openSUSE:12.1/.parted.new/parted.changes  2011-10-28 
17:11:44.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 26 17:22:16 UTC 2011 - pu...@suse.com
+
+- improve loop support, fix geometry reporting on loopback devices:
+  parted-improve-loop-support.patch (bnc#726603)
+
+---

New:

  parted-improve-loop-support.patch



Other differences:
--
++ parted.spec ++
--- /var/tmp/diff_new_pack.FxCsmh/_old  2011-10-28 17:11:44.0 +0200
+++ /var/tmp/diff_new_pack.FxCsmh/_new  2011-10-28 17:11:44.0 +0200
@@ -42,6 +42,7 @@
 Patch13:parted-2.4-ncursesw6.patch
 Patch14:parted-gpt-sync-mbr-label.patch
 Patch15:parted-use-ext-range.patch
+Patch16:parted-improve-loop-support.patch
 Requires:   /sbin/udevadm
 BuildRequires:  check-devel
 BuildRequires:  device-mapper-devel = 1.02.33
@@ -107,6 +108,7 @@
 %patch13
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 %build
 export CFLAGS=%{optflags} `ncursesw6-config --cflags`

++ parted-improve-loop-support.patch ++
Index: parted-2.4/NEWS
===
--- parted-2.4.orig/NEWS
+++ parted-2.4/NEWS
@@ -2,6 +2,10 @@ GNU parted NEWS
 
 * Noteworthy changes in release 2.4 (2011-05-18) [stable]
 
+** New features
+
+  parted has improved support for partitionable loopback devices
+
 ** Bug fixes
 
   parted no longer allows the modification of certain in-use partitions.
Index: parted-2.4/include/parted/device.h
===
--- parted-2.4.orig/include/parted/device.h
+++ parted-2.4/include/parted/device.h
@@ -48,7 +48,8 @@ typedef enum {
 PED_DEVICE_SDMMC= 14,
 PED_DEVICE_VIRTBLK  = 15,
 PED_DEVICE_AOE  = 16,
-PED_DEVICE_MD   = 17
+PED_DEVICE_MD   = 17,
+PED_DEVICE_LOOP = 18
 } PedDeviceType;
 
 typedef struct _PedDevice PedDevice;
Index: parted-2.4/libparted/arch/linux.c
===
--- parted-2.4.orig/libparted/arch/linux.c
+++ parted-2.4/libparted/arch/linux.c
@@ -586,7 +586,7 @@ _device_probe_type (PedDevice* dev)
 } else if (_is_virtblk_major(dev_major)) {
 dev-type = PED_DEVICE_VIRTBLK;
 } else if (dev_major == LOOP_MAJOR) {
-dev-type = PED_DEVICE_FILE;
+dev-type = PED_DEVICE_LOOP;
 } else if (dev_major == MD_MAJOR) {
 dev-type = PED_DEVICE_MD;
 } else {
@@ -1376,6 +1376,11 @@ linux_new (const char* path)
 goto error_free_arch_specific;
 break;
 
+case PED_DEVICE_LOOP:
+if (!init_generic (dev, _(Loopback device)))
+goto error_free_arch_specific;
+break;
+
 case PED_DEVICE_DM:
 {
   char* type;
@@ -2411,6 +2416,61 @@ _blkpg_remove_partition (PedDisk* disk,
 BLKPG_DEL_PARTITION);
 }
 
+/* Read the integer from /sys/block/DEV_BASE/ENTRY and set *VAL
+   to that value, where DEV_BASE is the last component of DEV-path.
+   Upon success, return true.  Otherwise, return false. */
+static bool
+_sysfs_int_entry_from_dev(PedDevice const* dev, const char *entry, int *val)
+{
+charpath[128];
+int r = snprintf(path, sizeof(path), /sys/block/%s/%s,
+last_component(dev-path), entry);
+if (r  0 || r = sizeof(path))
+return false;
+
+FILE *fp = fopen(path, r);
+if (!fp)
+return false;
+
+bool ok = fscanf(fp, %d, val) == 1;
+fclose(fp);
+
+return ok;
+}
+
+/* Return the maximum number of partitions that the loopback device can hold.
+   First, check the loop-module-exported max_part parameter (since linux-3.0).
+   If that is not available, fall back to checking ext_range, which seems to
+   have (for some reason) different semantics compared to other devices;
+   specifically, ext_range = 1 means that the loopback device does
+   not support partitions.  */
+static unsigned int
+_loop_get_partition_range(PedDevice const* dev)
+{
+int max_part;
+boolok = false;
+
+/* 

commit pcmciautils for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package pcmciautils for openSUSE:12.1 
checked in at 2011-10-26 15:31:58

Comparing /work/SRC/openSUSE:12.1/pcmciautils (Old)
 and  /work/SRC/openSUSE:12.1/.pcmciautils.new (New)


Package is pcmciautils, Maintainer is g...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/pcmciautils/pcmciautils.changes 2011-10-24 
13:14:46.0 +0200
+++ /work/SRC/openSUSE:12.1/.pcmciautils.new/pcmciautils.changes
2011-10-28 17:11:47.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 15:53:21 CEST 2011 - r...@suse.de
+
+- null termination of the pccardctl_opts added (bnc#567197)
+
+---

New:

  pcmciautils_fix1.diff



Other differences:
--
++ pcmciautils.spec ++
--- /var/tmp/diff_new_pack.hvo9lu/_old  2011-10-28 17:11:47.0 +0200
+++ /var/tmp/diff_new_pack.hvo9lu/_new  2011-10-28 17:11:47.0 +0200
@@ -39,6 +39,7 @@
 AutoReqProv:on
 Source: pcmciautils-%{version}.tar.bz2
 Patch1: pcmciautils_config.opts.202500.diff
+Patch2: pcmciautils_fix1.diff
 Source1:suse-files.tar.bz2
 Source2:cis-files.tar.bz2
 
@@ -62,6 +63,7 @@
 %patch1
 %setup -n pcmciautils-%{version} -T -D -a 1
 %setup -n pcmciautils-%{version} -T -D -a 2
+%patch2 -p1
 
 %build
 make all DEF_CFLAGS=$RPM_OPT_FLAGS STRIPCMD=true

++ pcmciautils_fix1.diff ++
--- pcmciautils-017/src/pccardctl.c 2011/10/25 13:52:48 1.1
+++ pcmciautils-017/src/pccardctl.c 2011/10/25 13:53:06
@@ -394,6 +394,7 @@
{ .name=verbose,  .has_arg=no_argument,   .flag=NULL, 
.val='v'},
 // { .name=socket,   .has_arg=required_argument, .flag=NULL, 
.val='s'},
 // { .name=socketdir,.has_arg=required_argument, .flag=NULL, 
.val='d'},
+   { NULL, 0, NULL, 0},
 };
 
 static void lspcmcia_socket_available_resources(unsigned long socket_no, char 
*which) {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Catalyst-Manual for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Catalyst-Manual for 
openSUSE:12.1 checked in at 2011-10-27 11:18:23

Comparing /work/SRC/openSUSE:12.1/perl-Catalyst-Manual (Old)
 and  /work/SRC/openSUSE:12.1/.perl-Catalyst-Manual.new (New)


Package is perl-Catalyst-Manual, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/perl-Catalyst-Manual/perl-Catalyst-Manual.changes   
2011-10-24 13:15:08.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.perl-Catalyst-Manual.new/perl-Catalyst-Manual.changes  
2011-10-28 17:11:58.0 +0200
@@ -1,0 +2,44 @@
+Tue Oct 25 20:38:20 UTC 2011 - tabra...@novell.com
+
+- updated to 5.9002
+  - Tutorial
+- Switch to 'catalyst' vs. 'root' user in VM
+- Add notes about X Windows installation
+- Misc small adjustments
+
+- updated to 5.9001
+  - Tutorial
+- Migrate Tutorial to use of a downloadable Virtual Machine
+- Switch tutorial to Catalyst::Plugin::StatusMessage (vs. flash
+  and query parameters)
+- Switch to use of local::lib
+- Add next chapter links (RT #31164)
+- Test all the tutorial code and make sure it's all working
+- Lots of other Tutorial cleanup
+- Update to Catalyst 5.9 and latest versions of all modules
+- Clean up RT ticket queue (#68379, 68377, 68376, etc.)
+  - Other misc fixes/changes
+
+- updated to 5.9000
+  - Copy editing to make more sense in deployment documentation.
+
+- updated to 5.8901
+  - Added Catalyst::Manual::Deployment containing the documentation
+which used to bin in Catalyst::Engine::*, updated for the new
+PSGI engine
+
+- updated to 5.8008
+  - Tutorial chapter 3
+- Remove note about hacking tests to require MyApp so that MyApp-path_to
+  works. Application components should compile independently, and
+  therefore explain this and show configuring components from the
+  app class
+  - Tutorial appendix
+- Fix confusing mix of singular and plural table names in the MySQL
+  section to be plural, as per the rest of the tutorial
+  - Cookbook
+- Remove suggestion to generate RSS feeds using Template Toolkit.
+  This is a horrible idea, and it's very very easy to generate an
+  invalid feed
+
+---

Old:

  Catalyst-Manual-5.8007.tar.gz

New:

  Catalyst-Manual-5.9002.tar.gz



Other differences:
--
++ perl-Catalyst-Manual.spec ++
--- /var/tmp/diff_new_pack.lMgmnE/_old  2011-10-28 17:11:58.0 +0200
+++ /var/tmp/diff_new_pack.lMgmnE/_new  2011-10-28 17:11:58.0 +0200
@@ -18,18 +18,51 @@
 
 
 Name:   perl-Catalyst-Manual
-Version:5.8007
+Version:5.9002
 Release:1
 License:GPL+ or Artistic
 %define cpan_name Catalyst-Manual
 Summary:The Catalyst developer's manual
 Url:http://search.cpan.org/dist/Catalyst-Manual/
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/H/HK/HKCLARK/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.42
+BuildRequires:  perl(Test::More)
+#BuildRequires: perl(Carp)
+#BuildRequires: perl(Config)
+#BuildRequires: perl(CPAN)
+#BuildRequires: perl(CPANPLUS::Backend)
+#BuildRequires: perl(Cwd)
+#BuildRequires: perl(ExtUtils::Manifest)
+#BuildRequires: perl(ExtUtils::MM_Cygwin)
+#BuildRequires: perl(ExtUtils::MM_Unix)
+#BuildRequires: perl(ExtUtils::MM_Win32)
+#BuildRequires: perl(Fcntl)
+#BuildRequires: perl(File::Basename)
+#BuildRequires: perl(File::Find)
+#BuildRequires: perl(FileHandle)
+#BuildRequires: perl(File::Path)
+#BuildRequires: perl(File::Spec)
+#BuildRequires: perl(FindBin)
+#BuildRequires: perl(inc::Module::Install) = 0.87
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::AutoInstall)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::AuthorRequires)
+#BuildRequires: perl(Module::Install::AuthorTests)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Net::FTP)
+#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(Socket)
+#BuildRequires: perl(Test::Pod) = 1.14
+#BuildRequires: perl(Test::Pod::Coverage) = 1.04
+#BuildRequires: perl(vars)
+#BuildRequires: perl(YAML::Tiny)
 %{perl_requires}
 
 %description
@@ -50,9 +83,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README TODO

++ Catalyst-Manual-5.8007.tar.gz - 

commit perl-Carp-Always for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Carp-Always for openSUSE:12.1 
checked in at 2011-10-27 11:17:47

Comparing /work/SRC/openSUSE:12.1/perl-Carp-Always (Old)
 and  /work/SRC/openSUSE:12.1/.perl-Carp-Always.new (New)


Package is perl-Carp-Always, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/perl-Carp-Always/perl-Carp-Always.changes   
2011-10-24 13:15:07.0 +0200
+++ /work/SRC/openSUSE:12.1/.perl-Carp-Always.new/perl-Carp-Always.changes  
2011-10-28 17:11:56.0 +0200
@@ -1,0 +2,11 @@
+Tue Oct 25 18:13:51 UTC 2011 - tabra...@novell.com
+
+- updated to 0.10
+  * fix typo in POD RT#68793 (also reported by Kai Moonbourn)
+  * Carp:Always ate part of errors like 'foo at bar' RT#57385
+(fix borrowed from Carp::Always::Color)
+  * deal with non-string exceptions (borrowed from Carp:Always:Color
+as well)
+
+
+---

Old:

  Carp-Always-0.09.tar.bz2

New:

  Carp-Always-0.10.tar.gz



Other differences:
--
++ perl-Carp-Always.spec ++
--- /var/tmp/diff_new_pack.QhHp1C/_old  2011-10-28 17:11:57.0 +0200
+++ /var/tmp/diff_new_pack.QhHp1C/_new  2011-10-28 17:11:57.0 +0200
@@ -18,27 +18,27 @@
 
 
 Name:   perl-Carp-Always
-Version:0.09
+Version:0.10
 Release:1
 License:GPL+ or Artistic
 %define cpan_name Carp-Always
 Summary:Warns and dies noisily with stack backtraces
 Url:http://search.cpan.org/dist/Carp-Always/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/F/FE/FERREIRA/Carp-Always-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Test::Base)
-BuildRequires:  perl(Test::Pod) = 1.18
-BuildRequires:  perl(Test::Pod::Coverage) = 1.04
+Source: 
http://www.cpan.org/authors/id/F/FE/FERREIRA/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+#BuildRequires: perl(Test::Base)
 Requires:   perl(Carp)
-Requires:   perl(Test::Base)
-Requires:   perl(Test::Pod) = 1.18
-Requires:   perl(Test::Pod::Coverage) = 1.04
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
+Requires:   perl(Test::More)
+Recommends: perl(Test::Base)
+Recommends: perl(Test::Pod)
+Recommends: perl(Test::Pod::Coverage)
 %{perl_requires}
 
 %description
@@ -65,10 +65,7 @@
 '$SIG{__WARN__}' and '$SIG{__DIE__}' to emit the stack backtraces.
 
 Oh, by the way, 'carp' and 'croak' when requiring/using the 'Carp' module
-are also made verbose, behaving like 'cloak' and 'confess', respectively.
-
-EXPORT
-Nothing at all is exported.
+are also made verbose, behaving like 'cluck' and 'confess', respectively.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -85,11 +82,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

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



commit pinentry for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package pinentry for openSUSE:12.1 checked 
in at 2011-10-26 15:32:12

Comparing /work/SRC/openSUSE:12.1/pinentry (Old)
 and  /work/SRC/openSUSE:12.1/.pinentry.new (New)


Package is pinentry, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/pinentry/pinentry.changes   2011-10-24 
13:19:39.0 +0200
+++ /work/SRC/openSUSE:12.1/.pinentry.new/pinentry.changes  2011-10-28 
17:13:22.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 21 14:08:20 CEST 2011 - ti...@suse.de
+
+- fix pinentry-qt4 not to allow triggering IM (bnc#725471)
+
+---

New:

  qt4-disable-inputmethod-for-passwords.diff



Other differences:
--
++ pinentry.spec ++
--- /var/tmp/diff_new_pack.FWRyaF/_old  2011-10-28 17:13:27.0 +0200
+++ /var/tmp/diff_new_pack.FWRyaF/_new  2011-10-28 17:13:27.0 +0200
@@ -34,6 +34,8 @@
 Patch4: pinentry-0.8.1-allow_paste_qt4.patch
 # PATCH-FIX-UPSTREAM allow paste for pinentry-gtk-2 (bnc#690514)
 Patch5: pinentry-0.8.1-allow_paste_gtk2.patch
+# PATCH-FIX-SUSE fix qt4 password entry not to allow IM (bnc#725471)
+Patch6: qt4-disable-inputmethod-for-passwords.diff
 BuildRequires:  cmake
 BuildRequires:  libcap-devel
 BuildRequires:  libdrm-devel
@@ -105,6 +107,7 @@
 %patch3
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 cp /usr/share/gettext/config.rpath .

++ qt4-disable-inputmethod-for-passwords.diff ++
--- a/qt4/qsecurelineedit.cpp
+++ b/qt4/qsecurelineedit.cpp
@@ -2690,7 +2690,7 @@
 q-setCursor(Qt::IBeamCursor);
 #endif
 q-setFocusPolicy(Qt::StrongFocus);
-q-setAttribute(Qt::WA_InputMethodEnabled);
+q-setAttribute(Qt::WA_InputMethodEnabled, false);
 //   Specifies that this widget can use more, but is able to survive on
 //   less, horizontal space; and is fixed vertically.
 q-setSizePolicy(QSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed, 
QSizePolicy::LineEdit));
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit plasma-addons for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package plasma-addons for openSUSE:12.1 
checked in at 2011-10-27 19:59:57

Comparing /work/SRC/openSUSE:12.1/plasma-addons (Old)
 and  /work/SRC/openSUSE:12.1/.plasma-addons.new (New)


Package is plasma-addons, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1/plasma-addons/plasma-addons.changes 2011-10-24 
13:19:44.0 +0200
+++ /work/SRC/openSUSE:12.1/.plasma-addons.new/plasma-addons.changes
2011-10-28 17:13:30.0 +0200
@@ -1,0 +2,14 @@
+Thu Oct 27 12:30:56 UTC 2011 - idon...@suse.com
+
+- Remove redundant COPTING file bnc#726121 
+
+---
+Mon Oct 24 11:44:47 UTC 2011 - sasc...@gmx.de
+
+- Moved contacts, events and lancelot plasmoids into new 'akonadi' and
+  'lancelot' subpackages. Removes dependency on kdepim4 / akonadi from
+  the base package
+- Set license to SPDX style (GPL-2.0+)
+- Removed outdated %clean section
+
+---



Other differences:
--
++ plasma-addons.spec ++
--- /var/tmp/diff_new_pack.xCypUI/_old  2011-10-28 17:13:31.0 +0200
+++ /var/tmp/diff_new_pack.xCypUI/_new  2011-10-28 17:13:31.0 +0200
@@ -19,8 +19,8 @@
 
 Name:   plasma-addons
 Version:4.7.2
-Release:1
-License:GPLv2+
+Release:0
+License:GPL-2.0+
 Summary:Additional Plasma Widgets
 Url:http://www.kde.org/
 Group:  System/GUI/KDE
@@ -38,7 +38,8 @@
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  marble-devel
 BuildRequires:  python-qt4-devel
-Requires:   kdepim4-runtime
+Recommends: plasma-addons-akonadi
+Recommends: plasma-addons-lancelot
 Recommends: plasma-addons-marble
 Provides:   extragear-plasma = 4.0.80
 Obsoletes:  extragear-plasma  4.0.80
@@ -54,17 +55,16 @@
 Requires(post): shared-mime-info
 Requires(postun):   shared-mime-info
 %kde4_runtime_requires
-%kde4_pimlibs_requires
-%kde4_akonadi_requires
 
 %description
 Additional plasmoids from upstream for use on the KDE workspace
 
 %package devel
-License:GPLv2+
 Summary:Development files for %{name}
 Group:  Development/Libraries/KDE
 Requires:   plasma-addons = %{version}
+Requires:   plasma-addons-akonadi = %{version}
+Requires:   plasma-addons-lancelot = %{version}
 Provides:   kde4-plasma-addons-devel = 4.2.96
 Obsoletes:  kde4-plasma-addons-devel  4.2.96
 
@@ -72,8 +72,29 @@
 Development files and headers needed to build software
 using %{name}
 
+%package akonadi
+Summary:Additional Plasmoids Depending on Akonadi
+Group:  System/GUI/KDE
+Requires:   kdepim4-runtime
+%kde4_pimlibs_requires
+%kde4_akonadi_requires
+%kde4_runtime_requires
+
+%description akonadi
+Additional plasmoids from upstream that require Akonadi
+
+%package lancelot
+Summary:Additional Lancelot Launcher Plasmoid
+Group:  System/GUI/KDE
+Requires:   kdepim4-runtime
+%kde4_pimlibs_requires
+%kde4_akonadi_requires
+%kde4_runtime_requires
+
+%description lancelot
+Additional launcher plasmoid from upstream that requires Akonadi
+
 %package marble
-License:GPLv2+
 Summary:Additional Plasmoids Depending on Marble
 Group:  System/GUI/KDE
 Requires:   marble = %{version}
@@ -90,6 +111,10 @@
 %patch1
 %patch2
 
+# Remove reduntant COPYING file bnc#726121
+# Christian Weilbach duns...@web.de agreed to license this under GPLv2+
+rm applets/incomingmsg/COPYING
+
 %build
   %cmake_kde4 -d build
   %make_jobs
@@ -109,13 +134,18 @@
 /sbin/ldconfig
 %{_kde4_bindir}/update-mime-database %{_datadir}/mime  /dev/null || :
 
+%post   akonadi -p /sbin/ldconfig
+
+%postun akonadi -p /sbin/ldconfig
+
+%post   lancelot -p /sbin/ldconfig
+
+%postun lancelot -p /sbin/ldconfig
+
 %post   marble -p /sbin/ldconfig
 
 %postun marble -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files devel
 %defattr(-,root,root)
 %dir %{_includedir}/lancelot-datamodels
@@ -128,6 +158,29 @@
 %{_kde4_libdir}/librtm.so
 %{_kde4_appsdir}/cmake/modules/FindLancelot*
 
+%files akonadi
+%defattr(-,root,root)
+%doc COPYING
+%{_kde4_modulesdir}/kcm_plasma_runner_events.so
+%{_kde4_modulesdir}/krunner_contacts.so
+%{_kde4_modulesdir}/plasma_runner_events.so
+%{_kde4_servicesdir}/plasma-runner-contacts.desktop
+%{_kde4_servicesdir}/plasma-runner-events*.desktop
+
+%files lancelot
+%defattr(-,root,root)
+%doc COPYING
+%{_kde4_appsdir}/lancelot
+%{_kde4_bindir}/lancelot
+%{_kde4_modulesdir}/plasma_applet_lancelot*.so
+%{_kde4_libdir}/liblancelot.so.*
+%{_kde4_libdir}/liblancelot-datamodels.so.*
+%{_kde4_iconsdir}/*/*/apps/lancelot*.png

commit polkit-default-privs for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:12.1 checked in at 2011-10-26 15:32:36

Comparing /work/SRC/openSUSE:12.1/polkit-default-privs (Old)
 and  /work/SRC/openSUSE:12.1/.polkit-default-privs.new (New)


Package is polkit-default-privs, Maintainer is lnus...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/polkit-default-privs/polkit-default-privs.changes   
2011-10-24 13:19:54.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.polkit-default-privs.new/polkit-default-privs.changes  
2011-10-28 17:13:33.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 26 12:04:03 UTC 2011 - lnus...@suse.de
+
+- set org.freedesktop.accounts.change-own-user-data to yes (bnc#676638)
+
+---



Other differences:
--
++ polkit-default-privs-12.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-12.1/polkit-default-privs.standard 
new/polkit-default-privs-12.1/polkit-default-privs.standard
--- old/polkit-default-privs-12.1/polkit-default-privs.standard 2011-08-23 
09:33:36.0 +0200
+++ new/polkit-default-privs-12.1/polkit-default-privs.standard 2011-10-26 
14:03:39.0 +0200
@@ -314,6 +314,6 @@
 # account services (bnc#676638)
 org.freedesktop.accounts.user-administrationauth_admin_keep
 org.freedesktop.accounts.set-login-option   auth_admin
-org.freedesktop.accounts.change-own-user-data   auth_admin
+org.freedesktop.accounts.change-own-user-data   yes
 
 ###

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



commit puppet for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package puppet for openSUSE:12.1 checked in 
at 2011-10-26 15:32:47

Comparing /work/SRC/openSUSE:12.1/puppet (Old)
 and  /work/SRC/openSUSE:12.1/.puppet.new (New)


Package is puppet, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/puppet/puppet.changes   2011-10-24 
13:20:31.0 +0200
+++ /work/SRC/openSUSE:12.1/.puppet.new/puppet.changes  2011-10-28 
17:13:44.0 +0200
@@ -1,0 +2,16 @@
+Tue Oct 25 13:56:49 UTC 2011 - vci...@suse.com
+
+- update to 2.7.6
+  Security Fixes
+CVE-2011-3872 (AltNames vulnerability)
+  Features and Enhancements
+User/group management on Windows
+Better file support on Windows
+Support plaintext password in Windows
+  Bug Fixes
+Recognize more duplicate resources
+Allow multi-line exec resources
+Remove unnecessary deprecation warning in puppet resource
+Update pluginsync to only load ruby files.
+
+---

Old:

  puppet-2.7.4.tar.gz

New:

  puppet-2.7.6.tar.gz



Other differences:
--
++ puppet.spec ++
--- /var/tmp/diff_new_pack.rxc26M/_old  2011-10-28 17:13:44.0 +0200
+++ /var/tmp/diff_new_pack.rxc26M/_new  2011-10-28 17:13:44.0 +0200
@@ -20,7 +20,7 @@
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:   puppet
-Version:2.7.4
+Version:2.7.6
 Release:1
 License:Apache-2.0
 Group:  Productivity/Networking/System
@@ -93,9 +93,6 @@
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 cp %{S:3} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.puppet
 cp %{S:4} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.puppetmasterd
-#chmod a+x 
$RPM_BUILD_ROOT/%{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet/external/nagios.rb
-#chmod a+x 
$RPM_BUILD_ROOT/%{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet/network/http_server/mongrel.rb
-#chmod a+x 
$RPM_BUILD_ROOT/%{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet/relationship.rb
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++ puppet-2.7.4.tar.gz - puppet-2.7.6.tar.gz ++
 15188 lines of diff (skipped)

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



commit qca-sasl for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package qca-sasl for openSUSE:12.1 checked 
in at 2011-10-25 17:35:03

Comparing /work/SRC/openSUSE:12.1/qca-sasl (Old)
 and  /work/SRC/openSUSE:12.1/.qca-sasl.new (New)


Package is qca-sasl, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1/qca-sasl/qca-sasl.changes   2011-10-24 
13:22:56.0 +0200
+++ /work/SRC/openSUSE:12.1/.qca-sasl.new/qca-sasl.changes  2011-10-28 
19:08:45.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 14:40:26 UTC 2011 - co...@suse.com
+
+- fix build in factory
+
+---



Other differences:
--
++ qca-sasl.spec ++
--- /var/tmp/diff_new_pack.6J2dOX/_old  2011-10-28 19:08:46.0 +0200
+++ /var/tmp/diff_new_pack.6J2dOX/_new  2011-10-28 19:08:46.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package qca-sasl (Version 1.0)
+# spec file for package qca-sasl
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,19 +26,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://delta.affinix.com/qca/
 Version:1.0
-Release:221
+Release:0
 Source: %name-%version.tar.bz2
 
 %description
 This package provides a SASL plug-in for the generic Qt cryptographic
 architecture using Cyrus SASL 2.
 
-
-
-Authors:
-
-Justin Karneges jus...@affinix.com
-
 %prep
 %setup -q
 
@@ -47,7 +41,7 @@
 make
 
 %install
-make install INSTALL_ROOT=$RPM_BUILD_ROOT/usr/lib/qt3/%_lib/usr/
+make install INSTALL_ROOT=$RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)

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



commit rakudo for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package rakudo for openSUSE:12.1 checked in 
at 2011-10-25 21:41:02

Comparing /work/SRC/openSUSE:12.1/rakudo (Old)
 and  /work/SRC/openSUSE:12.1/.rakudo.new (New)


Package is rakudo, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/rakudo/rakudo.changes   2011-10-24 
13:23:29.0 +0200
+++ /work/SRC/openSUSE:12.1/.rakudo.new/rakudo.changes  2011-10-28 
19:08:49.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct 21 19:36:05 CEST 2011 - m...@suse.de
+
+- update to 2011.10 version
+  * switch to new object model branch
+  * much faster, both in startup and execution
+  * native types on various operators
+
+---

Old:

  rakudo-2011.07.tar.gz
  rakudo.diff

New:

  rakudo-2011.10.tar.gz



Other differences:
--
++ rakudo.spec ++
--- /var/tmp/diff_new_pack.zPjyrh/_old  2011-10-28 19:08:50.0 +0200
+++ /var/tmp/diff_new_pack.zPjyrh/_new  2011-10-28 19:08:50.0 +0200
@@ -18,16 +18,16 @@
 
 
 Name:   rakudo
-Version:2011.07
+Version:2011.10
 Release:1
 Summary:Perl 6 implemenation that runs on Parrot
 License:Artistic 2.0
 Group:  Development/Languages/Other
 Url:http://rakudo.org/
-Source: rakudo-%{version}.tar.gz
-Patch:  rakudo.diff
-BuildRequires:  parrot-devel
+Source0:rakudo-%{version}.tar.gz
+BuildRequires:  parrot-devel nqp
 Provides:   perl6 = %{version}-%{release}
+Requires:   nqp
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -36,12 +36,12 @@
 
 %prep
 %setup -q
-%patch
 
 %build
-perl Configure.pl
+perl Configure.pl --with-nqp=/usr/bin/nqp
 make
-make test
+# currently hangs on 32bit platforms :(
+#make test
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -51,7 +51,7 @@
 install -d $RPM_BUILD_ROOT$PARROT_DIR/dynext
 install dynext/* $RPM_BUILD_ROOT$PARROT_DIR/dynext
 rm -f $RPM_BUILD_ROOT$PARROT_DIR/dynext/IGNORE
-install installable_perl6 $RPM_BUILD_ROOT%{_bindir}/perl6
+install perl6 $RPM_BUILD_ROOT%{_bindir}/perl6
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++ rakudo-2011.07.tar.gz - rakudo-2011.10.tar.gz ++
 98898 lines of diff (skipped)

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



commit release-notes-openSUSE for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package release-notes-openSUSE for 
openSUSE:12.1 checked in at 2011-10-27 19:34:07

Comparing /work/SRC/openSUSE:12.1/release-notes-openSUSE (Old)
 and  /work/SRC/openSUSE:12.1/.release-notes-openSUSE.new (New)


Package is release-notes-openSUSE, Maintainer is k...@suse.com

Changes:

--- 
/work/SRC/openSUSE:12.1/release-notes-openSUSE/release-notes-openSUSE.changes   
2011-10-24 13:23:56.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.release-notes-openSUSE.new/release-notes-openSUSE.changes
  2011-10-28 19:08:52.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct 27 14:38:42 UTC 2011 - k...@suse.de
+
+- 12.1.3:
+* Enhance GNOME 3 snippet (bnc#725805); Initializing Graphics with KMS
+  (Kernel Mode Setting).
+* New entries: CUPS 1.5 (bnc#726178), System Shutdown with systemd
+  (bnc#726387).
+* Ship 505 or better translated languages.
+
+---

Old:

  release-notes-opensuse-12.1.2.tar.bz2

New:

  release-notes-opensuse-12.1.3.tar.bz2



Other differences:
--
++ release-notes-openSUSE.spec ++
--- /var/tmp/diff_new_pack.JWXlvU/_old  2011-10-28 19:08:52.0 +0200
+++ /var/tmp/diff_new_pack.JWXlvU/_new  2011-10-28 19:08:52.0 +0200
@@ -25,7 +25,7 @@
 Summary:Most Important Changes for This openSUSE Release
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:12.1.2
+Version:12.1.3
 Release:1
 Provides:   release-notes = %{version}
 Source0:release-notes-opensuse-%{version}.tar.bz2

++ release-notes-opensuse-12.1.2.tar.bz2 - 
release-notes-opensuse-12.1.3.tar.bz2 ++
 8906 lines of diff (skipped)

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



commit scribus for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package scribus for openSUSE:12.1 checked in 
at 2011-10-26 15:45:31

Comparing /work/SRC/openSUSE:12.1/scribus (Old)
 and  /work/SRC/openSUSE:12.1/.scribus.new (New)


Package is scribus, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1/scribus/scribus.changes 2011-10-24 
13:25:53.0 +0200
+++ /work/SRC/openSUSE:12.1/.scribus.new/scribus.changes2011-10-28 
19:09:10.0 +0200
@@ -1,0 +2,14 @@
+Wed Oct 26 08:11:42 UTC 2011 - co...@suse.com
+
+- merged KDF again
+
+---
+Wed Oct 19 04:57:23 UTC 2011 - mrd...@opensuse.org
+
+-updated to 1.4.0.rc6
+-last RC before 1.4.0 final
+ +documentation updates, bug fixes and translation updates
+ +http://scribus.net/svn/Scribus/branches/Version135/Scribus/ChangeLog
+  for versioned changelog
+ 
+---

Old:

  scribus-1.4.0.rc5.tar.bz2

New:

  scribus-1.4.0.rc6.tar.bz2



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.U5oLMs/_old  2011-10-28 19:09:11.0 +0200
+++ /var/tmp/diff_new_pack.U5oLMs/_new  2011-10-28 19:09:11.0 +0200
@@ -19,8 +19,8 @@
 
 
 Name:   scribus
-Version:1.4.0.rc5
-Release:5
+Version:1.4.0.rc6
+Release:0
 License:GPL
 Summary:Open Source Page Layout and Desktop Publishing (DTP)
 Url:http://www.scribus.net/
@@ -30,17 +30,20 @@
 
 BuildRequires:  aspell-devel
 BuildRequires:  boost-devel
+BuildRequires:  cairo-devel
 BuildRequires:  cmake = 2.6.0
 BuildRequires:  cups-devel
 BuildRequires:  fontconfig-devel
 BuildRequires:  libQtWebKit-devel
 BuildRequires:  libpodofo-devel
 BuildRequires:  libqt4-devel = 4.6.0
+BuildRequires:  libtiff-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(libxml-2.0)
 
 %if 0%{?suse_version}
 Requires:   ghostscript-library
@@ -93,7 +96,6 @@
   %if %{_lib} == lib64
   -DWANT_LIB64=1 \
   %endif
-  -DDOCDIR:PATH=%{_docdir} \
   -DWANT_CAIRO=1 \
   -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
   -DCMAKE_SKIP_RPATH=TRUE \
@@ -104,20 +106,15 @@
 %install
 
 cd build
-%make_install
-
-mkdir -p %{buildroot}%{_datadir}/pixmaps
-mkdir -p %{buildroot}%{_datadir}/applications
-mkdir -p %{buildroot}%{_datadir}/doc/packages/scribus
-
-ln -s %{buildroot}%{_datadir}/scribus/icons/scribus.png 
%{buildroot}%{_datadir}/pixmaps/scribus.png 
-
-ln -s %{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop  
%{buildroot}%{_datadir}/applications/vnd.scribus.desktop
+ make install \
+ DESTDIR=%{buildroot}
 
 %if 0%{?suse_version}
 %suse_update_desktop_file -i 
%{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop Office 
WordProcessor
 %endif
 
+#update the mime database
+
 %post
 if [ -f /usr/bin/update-mime-database ]; then
   /usr/bin/update-mime-database /usr/share/mime  /dev/null
@@ -128,27 +125,21 @@
   /usr/bin/update-mime-database /usr/share/mime  /dev/null
 fi
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-, root, root)
-%{_docdir}/scribus
 %{_bindir}/scribus
 %{_mandir}/man?/*.*
 %{_mandir}/*/man?/*.*
 %{_libdir}/scribus
 %{_datadir}/mime/packages/scribus.xml
 %{_datadir}/scribus
-%doc %{_datadir}/doc/scribus
+%{_datadir}/doc/scribus
 # This should be owned by filesystem or man, but there are only scribus files:
 %lang(pl) %dir %{_mandir}/pl
 %lang(pl) %{_mandir}/pl/man1
 %dir %{_datadir}/mimelnk
 %dir %{_datadir}/mimelnk/application
 %{_datadir}/mimelnk/application/vnd.scribus.desktop
-%{_datadir}/applications/vnd.scribus.desktop
-%{_datadir}/pixmaps/scribus.png 
 
 %files devel
 %defattr(-, root, root)

++ scribus-1.4.0.rc5.tar.bz2 - scribus-1.4.0.rc6.tar.bz2 ++
/work/SRC/openSUSE:12.1/scribus/scribus-1.4.0.rc5.tar.bz2 
/work/SRC/openSUSE:12.1/.scribus.new/scribus-1.4.0.rc6.tar.bz2 differ: char 11, 
line 1

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



commit smartmontools for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package smartmontools for openSUSE:12.1 
checked in at 2011-10-26 15:46:00

Comparing /work/SRC/openSUSE:12.1/smartmontools (Old)
 and  /work/SRC/openSUSE:12.1/.smartmontools.new (New)


Package is smartmontools, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/smartmontools/smartmontools.changes 2011-10-25 
17:10:22.0 +0200
+++ /work/SRC/openSUSE:12.1/.smartmontools.new/smartmontools.changes
2011-10-28 19:09:15.0 +0200
@@ -4 +4 @@
-- Upgrade to version 5.42:
+- Upgrade to version 5.42 (bnc#725631):
@@ -14 +14 @@
-- Fixed race condition lock location.
+- Fixed pid file location (bnc#714647).



Other differences:
--
++ smartmontools-var-lock-subsys.patch ++
--- /var/tmp/diff_new_pack.knLnt9/_old  2011-10-28 19:09:16.0 +0200
+++ /var/tmp/diff_new_pack.knLnt9/_new  2011-10-28 19:09:16.0 +0200
@@ -7,7 +7,7 @@
  
  prog=smartd
 -pidfile=/var/lock/subsys/smartd
-+pidfile=/var/lock/smartd
++pidfile=/var/run/smartd.pid
  config=/etc/smartd.conf
  
  start()

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



commit soprano for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package soprano for openSUSE:12.1 checked in 
at 2011-10-27 12:13:29

Comparing /work/SRC/openSUSE:12.1/soprano (Old)
 and  /work/SRC/openSUSE:12.1/.soprano.new (New)


Package is soprano, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1/soprano/soprano-backend-sesame.changes  
2011-10-24 13:26:36.0 +0200
+++ /work/SRC/openSUSE:12.1/.soprano.new/soprano-backend-sesame.changes 
2011-10-28 19:09:17.0 +0200
@@ -1,0 +2,28 @@
+Wed Oct 26 19:36:58 UTC 2011 - asterios.dra...@gmail.com
+
+- Fix package licenses (bnc#726055).
+
+---
+Tue Oct 25 20:17:24 UTC 2011 - wstephen...@suse.com
+
+- Add patch from 2.7 branch to allow clients to react in case of 
+  an unexpected Virtuoso server termination
+
+---
+Sat Oct 22 19:05:28 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 2.7.2:
+  * Reverted a change which was introduced in 2.7.1 to use a separate
+QDBusConnection for the DBusExportModel. It made things worse.
+  * Fixed a crash in NRLModel caused by a non-mutex-protected hash.
+  * Fixed the Virtuoso backend's option forcedstart. Now the backend waits
+for the running instance to be shut down before trying to start a new one.
+  From 2.7.1:
+  * Lowered the min Raptor version to 2.0.0 since it was only a runtime
+dependancy for KDE.
+- Spec file updates:
+  * Changes based on spec-cleaner run.
+  * Changed License: to LGPL-2.0+.
+  * Removed boost-devel and raptor from BuildRequires: (not needed).
+
+---
soprano-backend-virtuoso.changes: same change
soprano.changes: same change

Old:

  soprano-2.7.0.tar.bz2

New:

  2_7_BRANCH.diff
  soprano-2.7.2.tar.bz2



Other differences:
--
++ soprano-backend-sesame.spec ++
--- /var/tmp/diff_new_pack.j82198/_old  2011-10-28 19:09:17.0 +0200
+++ /var/tmp/diff_new_pack.j82198/_new  2011-10-28 19:09:17.0 +0200
@@ -18,18 +18,17 @@
 
 
 Name:   soprano-backend-sesame
-Url:http://soprano.sourceforge.net/
-License:LGPLv2+
-Group:  System/Libraries
 Summary:Sesame backend for Soprano
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+License:LGPL-2.1+
 # COMMON1-BEGIN
 # COMMON1-BEGIN
-Version:2.7.0
+Version:2.7.2
 Release:1
-Source0:
http://sourceforge.net/projects/soprano/files/Soprano/%{version}/soprano-%{version}.tar.bz2
+Url:http://soprano.sourceforge.net/
+Group:  System/Libraries
+Source0:
http://downloads.sourceforge.net/soprano/soprano-%{version}.tar.bz2
 Source100:  baselibs.conf
-BuildRequires:  boost-devel
+Patch0: 2_7_BRANCH.diff
 BuildRequires:  clucene-core-devel
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -38,7 +37,6 @@
 BuildRequires:  libraptor-devel
 BuildRequires:  librasqal-devel
 BuildRequires:  libredland-devel
-BuildRequires:  raptor
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -46,10 +44,11 @@
 # COMMON1-END
 BuildRequires:  java-devel
 BuildRequires:  libsoprano-devel
-Requires:   libsoprano4 = %{version}
 Requires:   java
+Requires:   libsoprano4 = %{version}
 Provides:   soprano_backend = %{version}
 Provides:   backend-sesame2 = %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package provides a Sesame based backend for Soprano.
@@ -58,12 +57,13 @@
 # COMMON2-BEGIN
 # COMMON2-BEGIN
 %setup -q -n soprano-%{version}
+%patch0 -p1
 # COMMON2-END
 # COMMON2-END
 
 %build
 export JAVA_HOME=%{_jvmdir}/java
-%cmake_kde4 -d build -- -DCMAKE_SKIP_RPATH=OFF -DBUILD_SESAME_BACKEND=ON
+%cmake_kde4 -d build -- -DCMAKE_SKIP_RPATH=OFF -DBUILD_SESAME2_BACKEND=ON
 %make_jobs
 
 %install
@@ -83,7 +83,7 @@
 
 %files
 %defattr(-,root,root,-)
-%{_datadir}/soprano/sesame2
+%{_datadir}/soprano/sesame2/
 %{_libdir}/soprano/libsoprano_sesame2backend.so
 %{_datadir}/soprano/plugins/sesame2backend.desktop
 

++ soprano-backend-virtuoso.spec ++
--- /var/tmp/diff_new_pack.j82198/_old  2011-10-28 19:09:17.0 +0200
+++ /var/tmp/diff_new_pack.j82198/_new  2011-10-28 19:09:17.0 +0200
@@ -18,18 +18,17 @@
 
 
 Name:   soprano-backend-virtuoso
-Url:http://soprano.sourceforge.net/
-License:LGPLv2+
-Group:  System/Libraries
 Summary:Virtuoso backend for Soprano
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+License:GPL-2.0+
 # COMMON1-BEGIN
 # COMMON1-BEGIN
-Version:2.7.0
+Version:2.7.2
 Release:

commit sqlite3 for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package sqlite3 for openSUSE:12.1 checked in 
at 2011-10-27 19:34:22

Comparing /work/SRC/openSUSE:12.1/sqlite3 (Old)
 and  /work/SRC/openSUSE:12.1/.sqlite3.new (New)


Package is sqlite3, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/sqlite3/sqlite3.changes 2011-10-24 
13:26:47.0 +0200
+++ /work/SRC/openSUSE:12.1/.sqlite3.new/sqlite3.changes2011-10-28 
19:09:19.0 +0200
@@ -1,0 +2,24 @@
+Fri Oct  7 11:26:43 UTC 2011 - m...@suse.com
+
+- New version 3.8:
+  * Orders of magnitude performance improvement for CREATE INDEX on
+very large tables.
+  * Improved the windows VFS to better defend against interference
+from anti-virus software.
+  * Improved query plan optimization when the DISTINCT keyword is
+present.
+  * Allow more system calls to be overridden in the unix VFS - to
+provide better support for chromium sandboxes.
+  * Increase the default size of a lookahead cache line from 100 to
+128 bytes.
+  * Enhancements to the test_quota.c module so that it can track
+preexisting files.
+  * Bug fix: Virtual tables now handle IS NOT NULL constraints
+correctly.
+  * Bug fixes: Correctly handle nested correlated subqueries used
+with indices in a WHERE clause.
+
+- Re-integrate the Tcl bidings as a subpackage, now that it is
+  easier to build both out of a single tarball.
+
+---

Old:

  sqlite-autoconf-3070701.tar.gz

New:

  sqlite-autoconf-3070800.tar.gz



Other differences:
--
++ sqlite3.spec ++
--- /var/tmp/diff_new_pack.jaAM3F/_old  2011-10-28 19:09:19.0 +0200
+++ /var/tmp/diff_new_pack.jaAM3F/_new  2011-10-28 19:09:19.0 +0200
@@ -15,9 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%define tarversion %{expand:%(IFS=.; a=%{version}; printf %d%02d%02d%02d 
$a)}
 #
 %if 0%{?suse_version} = 1100
 # The package naming scheme changed starting with openSUSE 11.0
@@ -27,7 +25,7 @@
 %endif
 
 Name:   sqlite3
-BuildRequires:  pkg-config readline-devel
+BuildRequires:  pkg-config readline-devel tcl-devel
 %if %{?suse_version:1}%{?!suse_version:0}
 BuildRequires:  update-desktop-files
 %endif
@@ -35,8 +33,10 @@
 Group:  Productivity/Databases/Servers
 Summary:Embeddable SQL Database Engine
 Url:http://www.sqlite.org/
-Version:3.7.7.1
+Version:3.7.8
 Release:1
+# %(IFS=.; a=%{version}; printf %d%02d%02d%02d $a)
+%define tarversion 3070800
 # bug437293
 %ifarch ppc64
 Obsoletes:  sqlite-64bit
@@ -63,12 +63,6 @@
 SQLite can be used via the sqlite command line tool or via any
 application that supports the Qt database plug-ins.
 
-
-
-Authors:
-
-D. Richard Hipp d...@hwaci.com
-
 %if %newscheme
 
 %package -n libsqlite3-0
@@ -91,12 +85,6 @@
 SQLite can be used via the sqlite command line tool or via any
 application that supports the Qt database plug-ins.
 
-
-
-Authors:
-
-D. Richard Hipp d...@hwaci.com
-
 %endif
 
 %package devel
@@ -119,11 +107,18 @@
 SQLite can be used via the sqlite command-line tool or via any
 application which supports the Qt database plug-ins.
 
+%package tcl
+License:Public Domain, Freeware
+Group:  Development/Libraries/Tcl
+Summary:Tcl binding for SQLite
 
+%description tcl
+This package contains laguage bindings from the Tcl programming
+language SQLite.
 
-Authors:
-
-D. Richard Hipp d...@hwaci.com
+SQLite is a C library that implements an embeddable SQL database
+engine. Programs that link with the SQLite library can have SQL
+database access without running a separate RDBMS process.
 
 %prep
 %setup -q -n sqlite-autoconf-%tarversion
@@ -132,14 +127,17 @@
 export CFLAGS=-DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_USE_URI
 %configure --disable-static
 make
+cd tea
+export CFLAGS=-I..
+export LDFLAGS=-L../.libs
+%configure --with-tcl=%_libdir --with-system-sqlite
 
 %install
 make install DESTDIR=%buildroot
 rm %buildroot/%_libdir/*.la
+cd tea
+make install DESTDIR=%buildroot libdir=%tcl_archdir
 
-%clean
-  rm -rf %buildroot
-#
 %if %newscheme
 
 %post -n libsqlite3-0 -p /sbin/ldconfig
@@ -170,4 +168,9 @@
 %_libdir/libsqlite*.so
 %_libdir/pkgconfig/sqlite3.pc
 
+%files tcl
+%defattr(-,root,root)
+%tcl_archdir
+%doc %_mandir/mann/*
+
 %changelog

++ sqlite-autoconf-3070701.tar.gz - sqlite-autoconf-3070800.tar.gz ++
 11259 lines of diff (skipped)

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



commit sysstat for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package sysstat for openSUSE:12.1 checked in 
at 2011-10-27 13:53:38

Comparing /work/SRC/openSUSE:12.1/sysstat (Old)
 and  /work/SRC/openSUSE:12.1/.sysstat.new (New)


Package is sysstat, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/sysstat/sysstat.changes 2011-10-24 
13:27:45.0 +0200
+++ /work/SRC/openSUSE:12.1/.sysstat.new/sysstat.changes2011-10-28 
19:09:25.0 +0200
@@ -1,0 +2,12 @@
+Thu Oct 27 07:12:57 UTC 2011 - pu...@suse.com
+
+- Generate the reports before midnight and simplify the cron file
+  (bnc#720609) 
+
+---
+Wed Oct 26 13:59:26 UTC 2011 - lnus...@suse.de
+
+- don't enable sysstat by default (bnc#725791)
+- don't use /var/lock (bnc#725785)
+
+---



Other differences:
--
++ sysstat.spec ++
--- /var/tmp/diff_new_pack.Ptbyal/_old  2011-10-28 19:09:25.0 +0200
+++ /var/tmp/diff_new_pack.Ptbyal/_new  2011-10-28 19:09:25.0 +0200
@@ -125,7 +125,7 @@
 [ $1 -gt 0 ] || rm -f %{_localstatedir}/log/sa/*
 
 %post
-%{fillup_and_insserv -y boot.sysstat}
+%{fillup_and_insserv boot.sysstat}
 %service_add_post syststat.service
 
 %postun

++ sysstat-8.1.6-sa1sa2lock.diff ++
--- /var/tmp/diff_new_pack.Ptbyal/_old  2011-10-28 19:09:25.0 +0200
+++ /var/tmp/diff_new_pack.Ptbyal/_new  2011-10-28 19:09:25.0 +0200
@@ -11,8 +11,8 @@
  ENDIR=@SA_LIB_DIR@
  cd ${ENDIR}
 +
-+LOCKFILE=/var/lock/sa/sadc.LOCK
-+mkdir -p /var/lock/sa
++LOCKFILE=/var/run/sysstat/sadc.LOCK
++mkdir -p /var/run/sysstat
 +lockfile -r2 -30 $LOCKFILE 2/dev/null
 +trap /bin/rm -f $LOCKFILE EXIT
 +
@@ -38,8 +38,8 @@
  [ -f $DFILE ] || exit 0
  cd ${ENDIR}
 +
-+LOCKFILE=/var/lock/sa/sadc.LOCK
-+mkdir -p /var/lock/sa
++LOCKFILE=/var/run/sysstat/sadc.LOCK
++mkdir -p /var/run/sysstat
 +if ! lockfile -r6 -600 $LOCKFILE 2/dev/null; then
 +  if test `find $LOCKFILE -mmin +180 2/dev/null`; then
 +rm -f $LOCKFILE

++ sysstat.cron.suse ++
--- /var/tmp/diff_new_pack.Ptbyal/_old  2011-10-28 19:09:25.0 +0200
+++ /var/tmp/diff_new_pack.Ptbyal/_new  2011-10-28 19:09:25.0 +0200
@@ -1,10 +1,7 @@
 # crontab for sysstat
 
 # Activity reports every 10 minutes everyday
-5-55/10 * * * * root [ -x /usr/lib/sa/sa1 ]  exec /usr/lib/sa/sa1 -S ALL 1 1
-
-# Additional run at 23:59 to rotate the statistics file
-59 23 * * * root [ -x /usr/lib/sa/sa1 ]  exec /usr/lib/sa/sa1 -S ALL 60 2
+*/10 * * * * root [ -x /usr/lib/sa/sa1 ]  exec /usr/lib/sa/sa1 -S ALL 1 1
 
 # Update reports every 6 hours
-0 */6 * * * root [ -x /usr/lib/sa/sa2 ]  exec /usr/lib/sa/sa2 -A
+55 5,11,17,23 * * * root [ -x /usr/lib/sa/sa2 ]  exec /usr/lib/sa/sa2 -A

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



commit systemd for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:12.1 checked in 
at 2011-10-27 19:34:49

Comparing /work/SRC/openSUSE:12.1/systemd (Old)
 and  /work/SRC/openSUSE:12.1/.systemd.new (New)


Package is systemd, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/systemd/systemd-gtk.changes 2011-10-24 
13:27:47.0 +0200
+++ /work/SRC/openSUSE:12.1/.systemd.new/systemd-gtk.changes2011-10-28 
19:09:25.0 +0200
@@ -1,0 +2,17 @@
+Thu Oct 27 13:39:03 UTC 2011 - fcro...@suse.com
+
+- Add no-tmpfs-fsck.patch: don't try to fsck tmpfs mountpoint
+  (bnc#726791).
+
+---
+Wed Oct 19 13:18:54 UTC 2011 - fcro...@suse.com
+
+- Add avoid-random-seed-cycle.patch: fix dependency cycle between
+  cryptsetup and random-seed-load (bnc#721666).
+- Add crash-isolating.patch: fix crash when isolating a service.
+- Fix bootsplash being killed too early.
+- Fix some manpages not being redirected properly.
+- Add storage-after-cryptsetup.service to restart lvm after
+  cryptsetup. Fixes lvm on top of LUKS (bnc#724238).
+
+---
systemd.changes: same change

New:

  avoid-random-seed-cycle.patch
  crash-isolating.patch
  no-tmpfs-fsck.patch
  storage-after-cryptsetup.service



Other differences:
--
++ systemd.spec ++
--- /var/tmp/diff_new_pack.XOfXUC/_old  2011-10-28 19:09:25.0 +0200
+++ /var/tmp/diff_new_pack.XOfXUC/_new  2011-10-28 19:09:25.0 +0200
@@ -61,6 +61,7 @@
 Source8:bootsplash-startup.service
 Source9:bootsplash-quit.service
 Source10:   bootsplash-shutdown.service
+Source11:   storage-after-cryptsetup.service
 Patch1: 0001-Add-bootsplash-handling-for-password-dialogs.patch
 # handle SUSE specific kbd settings
 Patch6: 0001-handle-disable_caplock-and-compose_table-and-kbd_rat.patch
@@ -72,11 +73,14 @@
 Patch16:modules_on_boot.patch
 Patch17:private_tmp_crash.patch
 Patch18:systemctl-completion-fix.patch
+Patch19:avoid-random-seed-cycle.patch
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
 # in the patch. Any patches added here without a very good reason to make
 # an exception will be silently removed with the next version update.
+Patch20:crash-isolating.patch
+Patch21:no-tmpfs-fsck.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -129,6 +133,9 @@
 %patch16 -p1
 %patch17 -p1
 %patch18 -p1
+%patch19 -p1
+%patch20 -p1
+%patch21 -p1
 
 %build
 autoreconf -fiv
@@ -147,6 +154,9 @@
 %install
 %makeinstall
 
+#fix manpages
+sed -i -e 's,^\(\.so \)\(.*\.\)\([0-9]\),\1man\3/\2\3,g' 
%{buildroot}/%{_mandir}/*/*
+
 #workaround for 716939
 chmod 644 %{buildroot}%{_bindir}/systemd-analyze
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
@@ -157,11 +167,12 @@
 # do not install, code has been fixed, might be useful in the future
 #install -m755 %{S:5} %{buildroot}/lib/systemd/system-generators
 install -m755 %{S:7} %{buildroot}/lib/systemd/
-install -m644 %{S:8} %{S:9} %{S:10} %{buildroot}/lib/systemd/system/
+install -m644 %{S:8} %{S:9} %{S:10} %{S:11} %{buildroot}/lib/systemd/system/
 ln -s ../bootsplash-startup.service 
%{buildroot}/lib/systemd/system/basic.target.wants/
 ln -s ../bootsplash-quit.service 
%{buildroot}/lib/systemd/system/multi-user.target.wants/
 ln -s ../bootsplash-shutdown.service 
%{buildroot}/lib/systemd/system/shutdown.target.wants/
 ln -s ../bootsplash-shutdown.service 
%{buildroot}/lib/systemd/system/reboot.target.wants/
+ln -s ../storage-after-cryptsetup.service 
%{buildroot}/lib/systemd/system/local-fs.target.wants/
 ln -s ../bin/systemd %{buildroot}/sbin/init
 ln -s ../bin/systemctl %{buildroot}/sbin/reboot
 ln -s ../bin/systemctl %{buildroot}/sbin/halt

++ avoid-random-seed-cycle.patch ++

Devices with random keys (swap), should not be ordered before local-fs.target,
as this creates a cycle with systemd-load-random-seed.service (and also it
does not make sense, a swap device is not a local-fs).
---
 src/cryptsetup-generator.c |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/cryptsetup-generator.c b/src/cryptsetup-generator.c
index 6f3aa78..a48b7a4 100644
--- a/src/cryptsetup-generator.c
+++ b/src/cryptsetup-generator.c
@@ -112,8 +112,7 @@ static int create_disk(
 DefaultDependencies=no\n
 BindTo=%s dev-mapper-%%i.device\n
 After=systemd-readahead-collect.service 
systemd-readahead-replay.service %s\n
-Before=umount.target\n
-Before=local-fs.target\n,
+

commit timezone for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:12.1 checked 
in at 2011-10-26 15:49:39

Comparing /work/SRC/openSUSE:12.1/timezone (Old)
 and  /work/SRC/openSUSE:12.1/.timezone.new (New)


Package is timezone, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/timezone/timezone-java.changes  2011-10-25 
17:14:16.0 +0200
+++ /work/SRC/openSUSE:12.1/.timezone.new/timezone-java.changes 2011-10-28 
19:11:17.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 17:49:32 CEST 2011 - dmuel...@suse.de
+
+- fix build failure of timezone-java
+
+---
timezone.changes: same change



Other differences:
--
++ timezone-java.spec ++
--- /var/tmp/diff_new_pack.5DbNnI/_old  2011-10-28 19:11:17.0 +0200
+++ /var/tmp/diff_new_pack.5DbNnI/_new  2011-10-28 19:11:17.0 +0200
@@ -50,7 +50,7 @@
 
 
 %prep
-%setup -c
+%setup -c  -a 1
 # COMMON-PREP-BEGIN
 # COMMON-PREP-BEGIN
 %patch0

++ timezone-java.spec.in ++
--- /var/tmp/diff_new_pack.5DbNnI/_old  2011-10-28 19:11:17.0 +0200
+++ /var/tmp/diff_new_pack.5DbNnI/_new  2011-10-28 19:11:17.0 +0200
@@ -38,7 +38,7 @@
 
 
 %prep
-%setup -c
+%setup -c  -a 1
 # COMMON-PREP-BEGIN
 # COMMON-PREP-END
 

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



commit unoconv for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package unoconv for openSUSE:12.1 checked in 
at 2011-10-25 17:15:50

Comparing /work/SRC/openSUSE:12.1/unoconv (Old)
 and  /work/SRC/openSUSE:12.1/.unoconv.new (New)


Package is unoconv, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/unoconv/unoconv.changes 2011-10-24 
13:31:17.0 +0200
+++ /work/SRC/openSUSE:12.1/.unoconv.new/unoconv.changes2011-10-28 
19:11:25.0 +0200
@@ -1,0 +2,20 @@
+Thu Oct 20 20:46:12 UTC 2011 - a...@mizerski.pl
+
+- fixed bnc#718115
+
+---
+Thu Oct 20 18:07:55 UTC 2011 - badshah...@gmail.com
+
+- Added licence header in spec file
+- Removed old changelogs from %changelog section in spec file
+
+---
+Wed Oct 19 13:42:43 UTC 2011 - vu...@opensuse.org
+
+- Add unoconv-libreoffice-support.patch: add support for
+  LibreOffice.
+- Add unoconv-output-argument.patch: deprecate --outputpath in
+  favor of --output, that works in a more reasonable way. Taken
+  from git.
+
+---

New:

  unoconv-libreoffice-support.patch
  unoconv-output-argument.patch



Other differences:
--
++ unoconv.spec ++
--- /var/tmp/diff_new_pack.TBzTwa/_old  2011-10-28 19:11:25.0 +0200
+++ /var/tmp/diff_new_pack.TBzTwa/_new  2011-10-28 19:11:25.0 +0200
@@ -15,27 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-Summary:Tool to convert between any document format supported by 
OpenOffice
-
 Name:   unoconv
 Version:0.4
 Release:1
 License:GPL
-Group:  Productivity/File utilities
+Summary:Tool to convert between any document format supported by 
LibreOffice
 Url:http://dag.wieers.com/home-made/unoconv/
+Group:  Productivity/File utilities
 Source: 
http://dag.wieers.com/home-made/unoconv/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM unoconv-0.4-LD_LIBRARY_PATH.patch bnc#657140 
a...@mizerski.pl -- fix LD_LIBRARY_PATH handling. fixed in svn rev9235, so it 
should be in v0.5
 Patch0: %{name}-0.4-LD_LIBRARY_PATH.patch
+# PATCH-FIX-UPSTREAM unoconv-libreoffice-support.patch bnc#725004 
vu...@opensuse.org -- Add support for LibreOffice, taken from git
+Patch1: unoconv-libreoffice-support.patch
+# PATCH-FIX-UPSTREAM unoconv-output-argument.patch bnc#725004 
vu...@opensuse.org -- deprecate --outputpath in favor of --output, that works 
in a more reasonable way, taken from git
+Patch2: unoconv-output-argument.patch
+Requires:   libreoffice-pyuno = 2.0
+Requires:   python = 2.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires:   python = 2.0
-Requires:   OpenOffice_org-pyuno = 2.0
 
 %description
-unoconv converts between any document format that OpenOffice understands.
-It uses OpenOffice's UNO bindings for non-interactive conversion of
+unoconv converts between any document format that LibreOffice understands.
+It uses LibreOffice's UNO bindings for non-interactive conversion of
 documents.
 
 Supported document formats include: Open Document Text (.odt),
@@ -49,15 +50,17 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 
 %install
-%__make DESTDIR=%{buildroot} install
-%__make DESTDIR=%{buildroot} install-links
+make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install-links
 
 %clean
-%__rm -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files
 %defattr(-, root, root, 0755)

++ unoconv-libreoffice-support.patch ++
From 445f4f2b79384d942c0e0cd18231e6f6c81b0528 Mon Sep 17 00:00:00 2001
From: Hans de Graaff h...@winkwaves.com
Date: Wed, 27 Apr 2011 12:49:31 +0200
Subject: [PATCH] Add support for libreoffice.

---
 unoconv |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/unoconv b/unoconv
index 611b3fe..72a026b 100755
--- a/unoconv
+++ b/unoconv
@@ -20,7 +20,8 @@ global convertor, oobin, oobinpath, oolibpath, ooproc
 
 ### The first thing we ought to do is find a suitable OpenOffice installation
 ### with a compatible pyuno library that we can import.
-extrapaths = glob.glob('/usr/lib*/openoffice*/program') + \
+extrapaths = glob.glob('/usr/lib*/libreoffice*/basis*/program') + \
+ glob.glob('/usr/lib*/openoffice*/program') + \
  glob.glob('/usr/lib*/openoffice*/basis*/program') + \
  glob.glob('/usr/lib*/ooo*/program') + \
  glob.glob('/usr/lib*/ooo*/basis*/program') + \
-- 
1.7.5.4
++ unoconv-output-argument.patch ++
From 

commit virtuoso for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package virtuoso for openSUSE:12.1 checked 
in at 2011-10-26 15:49:51

Comparing /work/SRC/openSUSE:12.1/virtuoso (Old)
 and  /work/SRC/openSUSE:12.1/.virtuoso.new (New)


Package is virtuoso, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/virtuoso/virtuoso.changes   2011-10-24 
13:32:15.0 +0200
+++ /work/SRC/openSUSE:12.1/.virtuoso.new/virtuoso.changes  2011-10-28 
19:11:30.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 17:23:49 UTC 2011 - tittiatc...@gmail.com
+
+- Rename the isql* binaries instead of moving them to the virtuoso
+  directory. This would make it easier for users to find them.
+



Other differences:
--
++ virtuoso.spec ++
--- /var/tmp/diff_new_pack.3cHX0L/_old  2011-10-28 19:11:32.0 +0200
+++ /var/tmp/diff_new_pack.3cHX0L/_new  2011-10-28 19:11:32.0 +0200
@@ -121,17 +121,16 @@
 # Provide useful utilities
 mkdir -p %{buildroot}%{_libdir}/virtuoso
 rm %{buildroot}%{_bindir}/inifile
-rm %{buildroot}%{_bindir}/isql
-rm %{buildroot}%{_bindir}/isqlw
-mv %{buildroot}%{_bindir}/isql-iodbc %{buildroot}%{_libdir}/virtuoso/isql
-mv %{buildroot}%{_bindir}/isqlw-iodbc %{buildroot}%{_libdir}/virtuoso/isqlw
+mv %{buildroot}%{_bindir}/isql  %{buildroot}%{_bindir}/isql-vt
+mv %{buildroot}%{_bindir}/isqlw %{buildroot}%{_bindir}/isqlw-vt
+mv %{buildroot}%{_bindir}/isql-iodbc %{buildroot}%{_bindir}/isql-iodbc-vt
+mv %{buildroot}%{_bindir}/isqlw-iodbc %{buildroot}%{_bindir}/isqlw-iodbc-vt
 
 %files -n virtuoso-server
 %defattr(-,root,root,-)
 %dir %{_libdir}/virtuoso
 %{_bindir}/virtuoso-t
-%{_libdir}/virtuoso/isql
-%{_libdir}/virtuoso/isqlw
+%{_bindir}/isql*
 
 %files -n virtuoso-drivers
 %defattr(-,root,root,-)

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



commit vpnc for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package vpnc for openSUSE:12.1 checked in at 
2011-10-25 17:18:01

Comparing /work/SRC/openSUSE:12.1/vpnc (Old)
 and  /work/SRC/openSUSE:12.1/.vpnc.new (New)


Package is vpnc, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/vpnc/vpnc.changes   2011-10-24 13:32:19.0 
+0200
+++ /work/SRC/openSUSE:12.1/.vpnc.new/vpnc.changes  2011-10-28 
19:11:33.0 +0200
@@ -1,0 +2,13 @@
+Mon Oct 24 21:41:51 UTC 2011 - jeng...@medozas.de
+
+- Resolve 'Error: either to is duplicate, or ipid is a
+  garbage.' message when connecting and inability to not be able
+  to send packets due to the gateway route being absent.
+
+---
+Fri Aug 26 14:16:47 UTC 2011 - tittiatc...@gmail.com
+
+- Added patch to change /etc/resolv.conf with the help of netconfig
+  (bnc#712435)
+
+---

New:

  vpnc-ipid.diff
  work-with-netconfig.patch



Other differences:
--
++ vpnc.spec ++
--- /var/tmp/diff_new_pack.50SdNm/_old  2011-10-28 19:11:33.0 +0200
+++ /var/tmp/diff_new_pack.50SdNm/_new  2011-10-28 19:11:33.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   vpnc
@@ -31,6 +30,8 @@
 Source: %{name}-%{version}.tar.bz2
 Patch0: bugfix.diff
 Patch1: vpnc-no-build-dates.patch
+Patch2: work-with-netconfig.patch
+Patch3: vpnc-ipid.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,6 +58,9 @@
 %setup -n %{name}
 %patch0 -p0
 %patch1
+#Patch is not yet working :-(
+#patch2 -p0
+%patch -P 3 -p1
 
 %build
 export CFLAGS=%optflags -fno-strict-aliasing

++ vpnc-ipid.diff ++
From: Jan Engelhardt jeng...@medozas.de
Date: 2011-10-24 23:40:21.603981415 +0200
Upstream: tbd

vpnc-script: filter out more iproute2 fields

vpnc can throw an error message:
Error: either to is duplicate, or ipid is a garbage.

---
 vpnc-script.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: vpnc/vpnc-script.in
===
--- vpnc.orig/vpnc-script.in
+++ vpnc/vpnc-script.in
@@ -116,7 +116,7 @@ destroy_tun_device() {
 
 if [ -n $IPROUTE ]; then
fix_ip_get_output () {
-   sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g'
+   sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g;s/ipid \S\+//g;'
}
 
set_vpngateway_route() {
++ work-with-netconfig.patch ++
--- vpnc-script.in  2009-09-05 19:10:59.0 +0200
+++ vpnc-script.in  2011-08-26 16:11:57.217160278 +0200
@@ -76,9 +76,9 @@
 if [ -x /sbin/resolvconf ]; then # Optional tool on Debian, Ubuntu, Gentoo
MODIFYRESOLVCONF=modify_resolvconf_manager
RESTORERESOLVCONF=restore_resolvconf_manager
-elif [ -x /sbin/modify_resolvconf ]; then # Mandatory tool on Suse earlier 
than 11.1
-   MODIFYRESOLVCONF=modify_resolvconf_suse
-   RESTORERESOLVCONF=restore_resolvconf_suse
+elif [ -x /sbin/netconfig ]; then # Mandatory tool on Suse later than 11.2
+   MODIFYRESOLVCONF=modify_resolvconf_suse_netconfig
+   RESTORERESOLVCONF=restore_resolvconf_suse_netconfig
 else # Generic for any OS
MODIFYRESOLVCONF=modify_resolvconf_generic
RESTORERESOLVCONF=restore_resolvconf_generic
@@ -344,6 +344,25 @@
esac
fi
 }
+# === resolv.conf handling via /sbin/netconfig (Suse 11.1) 
=
+
+# Suse provides a script that modifies resolv.conf. Use it because it will
+# restart/reload all other services that care about it (e.g. lwresd).  
[unclear if this is still true, but probably --mlk]
+
+modify_resolvconf_suse_netconfig()
+{
+   /sbin/netconfig modify -s vpnc -i $TUNDEV -EOF
+   INTERFACE='$TUNDEV'
+   DNSSERVERS='$INTERNAL_IP4_DNS'
+   DNSDOMAIN='$CISCO_DEF_DOMAIN'
+   EOF
+}
+# Restore resolv.conf to old contents on Suse
+restore_resolvconf_suse_netconfig()
+{
+   /sbin/netconfig remove -s vpnc -i $TUNDEV 
+}
+
 # === resolv.conf handling via /sbin/modify_resolvconf (Suse) 
=
 
 # Suse provides a script that modifies resolv.conf. Use it because it will
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit webyast-base-ui for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package webyast-base-ui for openSUSE:12.1 
checked in at 2011-10-25 17:18:16

Comparing /work/SRC/openSUSE:12.1/webyast-base-ui (Old)
 and  /work/SRC/openSUSE:12.1/.webyast-base-ui.new (New)


Package is webyast-base-ui, Maintainer is sch...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/webyast-base-ui/webyast-base-ui.changes 
2011-10-24 13:32:27.0 +0200
+++ /work/SRC/openSUSE:12.1/.webyast-base-ui.new/webyast-base-ui.changes
2011-10-28 19:11:34.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 25 10:38:58 UTC 2011 - sch...@suse.com
+
+- replaced fixed path /usr/src/packages/ by RPM_BUILD_DIR
+- 0.2.66 
+
+---



Other differences:
--
++ webyast-base-ui.spec ++
--- /var/tmp/diff_new_pack.3mczrc/_old  2011-10-28 19:11:35.0 +0200
+++ /var/tmp/diff_new_pack.3mczrc/_new  2011-10-28 19:11:35.0 +0200
@@ -53,7 +53,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.65
+Version:0.2.66
 Release:0
 Summary:WebYaST - base UI for system management
 Source: www.tar.bz2

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/config/environment.rb 
new/www/config/environment.rb
--- old/www/config/environment.rb   2011-08-03 10:57:29.0 +0200
+++ new/www/config/environment.rb   2011-10-25 12:38:25.0 +0200
@@ -95,8 +95,8 @@
 
   # add extra plugin path - needed during RPM build
   # (webyast-base-ui is already installed in /srv/www/... but plugins are
-  # located in /usr/src/packages/... during build)
-  config.plugin_paths  '/usr/src/packages/BUILD' unless 
ENV['ADD_BUILD_PATH'].nil?
+  # located in /usr/src/packages/... (RPM_BUILD_DIR) during build)
+  config.plugin_paths  ENV['RPM_BUILD_DIR'] unless ENV['ADD_BUILD_PATH'].nil?
 
   # In order to overwrite,exchange images, stylesheets, for special 
vendors there
   # is the directory vendor in the public directory. Each file in the 
public

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



commit webyast-base-ws for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package webyast-base-ws for openSUSE:12.1 
checked in at 2011-10-25 17:18:41

Comparing /work/SRC/openSUSE:12.1/webyast-base-ws (Old)
 and  /work/SRC/openSUSE:12.1/.webyast-base-ws.new (New)


Package is webyast-base-ws, Maintainer is sch...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/webyast-base-ws/webyast-base-ws.changes 
2011-10-24 13:32:27.0 +0200
+++ /work/SRC/openSUSE:12.1/.webyast-base-ws.new/webyast-base-ws.changes
2011-10-28 19:11:36.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 25 10:40:04 UTC 2011 - sch...@suse.com
+
+- replaced fixed path /usr/src/packages/ by RPM_BUILD_DIR
+- 0.2.65 
+
+---



Other differences:
--
++ webyast-base-ws.spec ++
--- /var/tmp/diff_new_pack.jcno4b/_old  2011-10-28 19:11:36.0 +0200
+++ /var/tmp/diff_new_pack.jcno4b/_new  2011-10-28 19:11:36.0 +0200
@@ -60,8 +60,8 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.24
-Release:1
+Version:0.2.25
+Release:0
 Summary:WebYaST - base components for rest service
 Source: www.tar.bz2
 Source1:webyastPermissionsService.rb
@@ -112,7 +112,6 @@
 BuildArch:  noarch
 
 %package testsuite
-
 Group:  Productivity/Networking/Web/Utilities
 Requires:   webyast-base-ws = %{version}
 Summary:Testsuite for webyast-base-ws package


++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/config/environment.rb 
new/www/config/environment.rb
--- old/www/config/environment.rb   2011-05-31 09:37:21.0 +0200
+++ new/www/config/environment.rb   2011-10-25 12:40:55.0 +0200
@@ -113,8 +113,8 @@
 
   # add extra plugin path - needed during RPM build
   # (webyast-base-ws is already installed in /srv/www/... but plugins are
-  # located in /usr/src/packages/... during build)
-  config.plugin_paths  '/usr/src/packages/BUILD' unless 
ENV['ADD_BUILD_PATH'].nil?
+  # located in /usr/src/packages/... (RPM_BUILD_DIR) during build)
+  config.plugin_paths  ENV['RPM_BUILD_DIR'] unless ENV['ADD_BUILD_PATH'].nil?
 
   config.after_initialize do
 YastCache.active = config.action_controller.perform_caching 

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



commit weechat for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package weechat for openSUSE:12.1 checked in 
at 2011-10-25 17:19:10

Comparing /work/SRC/openSUSE:12.1/weechat (Old)
 and  /work/SRC/openSUSE:12.1/.weechat.new (New)


Package is weechat, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/weechat/weechat.changes 2011-10-24 
13:32:43.0 +0200
+++ /work/SRC/openSUSE:12.1/.weechat.new/weechat.changes2011-10-28 
19:11:38.0 +0200
@@ -1,0 +2,50 @@
+Sun Oct 23 08:07:47 UTC 2011 - g...@opensuse.org
+
+- removed weechat-remove_build_timestamp.patch and use previous
+  code again to deal with timestamps
+
+---
+Sat Oct 22 22:33:19 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 0.3.6:
+  * mouse support
+  * cursor mode (free movement of cursor on screen)
+  * contexts for keys (default, search, cursor, mouse)
+  * hdata in API (direct access to WeeChat data)
+  * inactive colors for inactive windows and lines in merged
+ buffers
+  * support of merged buffers in /layout, save layout of
+buffers/windows on /upgrade
+  * horizontal scrolling in buffers with free content
+  * split of outgoing IRC messages
+  * options for more chars in bars
+  * bold not used any more for basic colors (if terminal has more
+than 16 colors)
+  * automatic zoom on current window when terminal becomes too
+small for windows
+  * new command /repeat
+  * local variable highlight_regex in buffers
+- added weechat-remove_build_timestamp.patch
+
+---
+Mon May 16 08:24:44 UTC 2011 - g...@opensuse.org
+
+- update to version 0.3.5:
+  * 256 colors support improved (dynamic allocation of colors)
+  * attributes for colors (bold/reverse/underline)
+  * better scroll of input (with long text)
+  * output of /help improved for list of commands and their
+arguments
+  * remember scroll position of buffers in windows
+  * list of buffers in filters
+  * count of messages in hotlist buffers
+  * swap buffers of windows
+  * balance of windows
+  * new API function to set help on plugin/script options
+  * speller options in aspell plugin
+  * option for SSL priorities in IRC servers
+  * color nicks in nicklist and output of /names
+- dropped weechat-0.3.4-fix-array-overflow.patch which has been
+  included upstream
+
+---

Old:

  weechat-0.3.4-fix-array-overflow.patch
  weechat-0.3.4.tar.bz2

New:

  weechat-0.3.6.tar.bz2



Other differences:
--
++ weechat.spec ++
--- /var/tmp/diff_new_pack.JsEZae/_old  2011-10-28 19:11:38.0 +0200
+++ /var/tmp/diff_new_pack.JsEZae/_new  2011-10-28 19:11:38.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package weechat
+# spec file for package weechat (Version 0.3.5)
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,24 @@
 
 # norootforbuild
 
-
 Name:   weechat
-Version:0.3.4
-Release:1
+Version:0.3.6
+Release:0
 Summary:Portable, Fast, Light and Extensible Chat Client
 Source: http://www.weechat.org/files/src/weechat-%{version}.tar.bz2
 Source1:weechat.desktop
 Patch1: weechat-0.3.3-fix-strftime.patch
-Patch3: weechat-0.3.4-fix-array-overflow.patch
-Url:http://www.weechat.org
+URL:http://www.weechat.org
 Group:  Productivity/Networking/IRC
 License:GNU General Public License (GPL)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  cmake ncurses-devel perl python-devel
-BuildRequires:  aspell-devel gcc glibc-devel gnutls gnutls-devel ruby
-BuildRequires:  gcc-c++ libstdc++-devel
+BuildRoot:  %{_tmppath}/build-%{name}-%{version}
+BuildRequires:  ncurses-devel perl python-devel cmake
+BuildRequires:  ruby gcc gnutls gnutls-devel glibc-devel aspell-devel
+BuildRequires:  libstdc++-devel gcc-c++
 BuildRequires:  lua-devel ruby-devel
 BuildRequires:  tcl-devel
-BuildRequires:  libgcrypt libgpg-error lzo-devel
-BuildRequires:  libgcrypt-devel libgpg-error-devel
+BuildRequires:  lzo-devel libgpg-error libgcrypt
+BuildRequires:  libgpg-error-devel libgcrypt-devel
 BuildRequires:  autoconf automake libtool pkgconfig
 %if 0%{?suse_version:1}
 BuildRequires:  update-desktop-files
@@ -48,17 +46,9 @@
 plugin-based architecture and is customizable and extensible with scripts in
 several scripting languages.
 
-
-
-

commit xarchiver for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xarchiver for openSUSE:12.1 checked 
in at 2011-10-25 17:19:41

Comparing /work/SRC/openSUSE:12.1/xarchiver (Old)
 and  /work/SRC/openSUSE:12.1/.xarchiver.new (New)


Package is xarchiver, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1/xarchiver/xarchiver.changes 2011-10-24 
13:33:26.0 +0200
+++ /work/SRC/openSUSE:12.1/.xarchiver.new/xarchiver.changes2011-10-28 
19:11:43.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct 21 12:42:34 UTC 2011 - g...@opensuse.org
+
+- extended xarchiver-0.5.2+20090319-honor-docdir.patch to
+  prevent the installation of README, ChangeLog etc. under docdir
+- install HTML documentation under /usr/share/xfce4/xarchiver/html
+
+---



Other differences:
--
++ xarchiver.spec ++
--- /var/tmp/diff_new_pack.a6Qi3i/_old  2011-10-28 19:11:44.0 +0200
+++ /var/tmp/diff_new_pack.a6Qi3i/_new  2011-10-28 19:11:44.0 +0200
@@ -26,6 +26,7 @@
 Group:  Productivity/Archiving/Compression
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}.1
+# PATCH-FIX-OPENSUSE xarchiver-0.5.2+20090319-honor-docdir.patch 
g...@opensuse.org -- Install documentation under docdir and do not install 
README, ChangeLog etc.
 Patch0: xarchiver-0.5.2+20090319-honor-docdir.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -59,7 +60,7 @@
 
 %build
 xdt-autogen
-%configure --docdir=%{_defaultdocdir}/%{name}
+%configure --docdir=%{_datadir}/xfce4/xarchiver/html
 make %{?_smp_mflags}
 
 %install
@@ -86,13 +87,16 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
+%doc AUTHORS COPYING ChangeLog README NEWS
 %{_bindir}/xarchiver
 %{_libexecdir}/thunar-archive-plugin
 %{_datadir}/applications/xarchiver.desktop
 %{_datadir}/icons/*/*/*/*
 %{_datadir}/pixmaps/xarchiver/
 %{_datadir}/pixmaps/xarchiver.png
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xarchiver
+%doc %{_datadir}/xfce4/xarchiver/html/
 %doc %{_mandir}/man1/xarchiver.1*
-%doc %{_defaultdocdir}/%{name}
 
 %changelog

++ xarchiver-0.5.2+20090319-honor-docdir.patch ++
--- /var/tmp/diff_new_pack.a6Qi3i/_old  2011-10-28 19:11:44.0 +0200
+++ /var/tmp/diff_new_pack.a6Qi3i/_new  2011-10-28 19:11:44.0 +0200
@@ -1,9 +1,48 @@
-diff -ur xarchiver-0.5.2+20090319.orig/doc/Makefile.am 
xarchiver-0.5.2+20090319/doc/Makefile.am
 xarchiver-0.5.2+20090319.orig/doc/Makefile.am  2009-03-19 
11:12:47.0 +0100
-+++ xarchiver-0.5.2+20090319/doc/Makefile.am   2010-12-27 00:13:26.0 
+0100
+Index: xarchiver-0.5.2+20090319/doc/Makefile.am
+===
+--- xarchiver-0.5.2+20090319.orig/doc/Makefile.am
 xarchiver-0.5.2+20090319/doc/Makefile.am
 @@ -1,4 +1,4 @@
 -DOCDIR = $(DESTDIR)$(datadir)/doc/@PACKAGE@
 +DOCDIR = $(DESTDIR)$(docdir)
  HTML_FILES = \
html/ch01.html \
html/ch01s02.html \
+@@ -67,10 +67,4 @@ install-data-local:
+   $(INSTALL_DATA) $(srcdir)/$$file $(DOCDIR)/html/images/$$basefile; \
+ fi \
+   done
+-  $(INSTALL_DATA) $(top_srcdir)/README $(DOCDIR)
+-  $(INSTALL_DATA) $(top_srcdir)/ChangeLog $(DOCDIR)
+-  $(INSTALL_DATA) $(top_srcdir)/NEWS $(DOCDIR)
+-  $(INSTALL_DATA) $(top_srcdir)/COPYING $(DOCDIR)
+-  $(INSTALL_DATA) $(top_srcdir)/AUTHORS $(DOCDIR)
+-  $(INSTALL_DATA) $(top_srcdir)/TODO $(DOCDIR)
+ 
+Index: xarchiver-0.5.2+20090319/src/window.c
+===
+--- xarchiver-0.5.2+20090319.orig/src/window.c
 xarchiver-0.5.2+20090319/src/window.c
+@@ -1955,7 +1955,7 @@ gboolean xa_launch_external_program(gcha
+ 
+ void xa_show_help (GtkMenuItem *menuitem,gpointer user_data)
+ {
+-  gchar *uri = g_strconcat 
(file://,DATADIR,/doc/,PACKAGE,/html/index.html,NULL);
++  gchar *uri = g_strconcat (file://,DOCDIR,/html/index.html,NULL);
+   xa_activate_link (NULL,uri,NULL);
+   g_free (uri);
+ }
+Index: xarchiver-0.5.2+20090319/src/Makefile.am
+===
+--- xarchiver-0.5.2+20090319.orig/src/Makefile.am
 xarchiver-0.5.2+20090319/src/Makefile.am
+@@ -34,7 +34,8 @@ xarchiver_CFLAGS = \
+   @GLIB_CFLAGS@ \
+   -DDATADIR=\$(datadir)\ \
+   -DSRCDIR=\$(top_srcdir)\ \
+-  -DLOCALEDIR=\$(localedir)\
++  -DLOCALEDIR=\$(localedir)\ \
++  -DDOCDIR=\$(docdir)\
+ 
+ xarchiver_LDADD = \
+   $(top_builddir)/src/xdgmime/libxdgmime.la \

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



commit xchat for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xchat for openSUSE:12.1 checked in 
at 2011-10-27 11:37:37

Comparing /work/SRC/openSUSE:12.1/xchat (Old)
 and  /work/SRC/openSUSE:12.1/.xchat.new (New)


Package is xchat, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1/xchat/xchat.changes 2011-10-24 13:33:35.0 
+0200
+++ /work/SRC/openSUSE:12.1/.xchat.new/xchat.changes2011-10-28 
19:11:45.0 +0200
@@ -1,0 +2,21 @@
+Mon Oct 24 20:22:04 UTC 2011 - badshah...@gmail.com
+
+- Added application icon in various sizes for better appearance on
+  the gnome-shell (bnc#713902, sf#3428147).
+- Added hicolor-icon-theme BuildRequires since new icons are
+  installed in the hicolor-icon-theme directory.
+- Use icon_theme_cache macros in post and postun for newly
+  installed icons.
+
+---
+Sun Oct 23 08:26:43 UTC 2011 - zai...@opensuse.org
+
+- Fixed broken notifications with libnotify:
+  + Add xchat-2.8.8-libnotify07.patch: update for libnotify 0.7.x
+API.
+  + Add xchat-link-against-libnotify.patch: link to libnotify
+instead of dlopen'ing it.
+  + Add libnotify-devel BuildRequires since xchat now links to
+libnotify.
+
+---

New:

  xchat-128.png
  xchat-2.8.8-libnotify07.patch
  xchat-24.png
  xchat-256.png
  xchat-32.png
  xchat-48.png
  xchat-64.png
  xchat-link-against-libnotify.patch
  xchat-scalable.svg



Other differences:
--
++ xchat.spec ++
--- /var/tmp/diff_new_pack.V0AWEa/_old  2011-10-28 19:11:45.0 +0200
+++ /var/tmp/diff_new_pack.V0AWEa/_new  2011-10-28 19:11:45.0 +0200
@@ -15,33 +15,57 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   xchat
-BuildRequires:  dbus-1-glib-devel fdupes gconf2-devel gnome-patch-translation 
gtk2-devel libsexy-devel libxml2-devel openssl-devel python-devel tcl-devel 
update-desktop-files
-License:GPLv2+
-Group:  Productivity/Networking/IRC
-Summary:An IRC Client
 Version:2.8.8
 Release:3
-Source: http://xchat.org/files/source/2.8/%name-%version.tar.bz2
-Patch:  %name-gettext.diff
-Patch1: %name-tabs_outgoing_msg.patch
-Patch2: %name-automake-foreign.diff
-Patch3: %name-susefont.diff
-Patch4: %name-ssl.patch
+License:GPLv2+
+Summary:An IRC Client
+Url:http://xchat.org
+Group:  Productivity/Networking/IRC
+Source0:http://xchat.org/files/source/2.8/%{name}-%{version}.tar.bz2
+# Sources for hicolor icons of required sizes (upstream bug sf#3428147)
+Source1:xchat-24.png
+Source2:xchat-32.png
+Source3:xchat-48.png
+Source4:xchat-64.png
+Source5:xchat-128.png
+Source6:xchat-256.png
+Source7:xchat-scalable.svg
+Patch0: %{name}-gettext.diff
+Patch1: %{name}-tabs_outgoing_msg.patch
+Patch2: %{name}-automake-foreign.diff
+Patch3: %{name}-susefont.diff
+Patch4: %{name}-ssl.patch
 Patch5: browser.patch
 Patch6: xchat-no-versionscript.patch
 Patch7: xchat-desktop-launch.patch
 Patch8: fixme.diff
 Patch9: xchat-2.8.6-not-stupid-149670.patch
 Patch10:%{name}-2.8.6-string-literal.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://xchat.org
-AutoReqProv:on
+# PATCH-FIX-UPSTREAM xchat-2.8.8-libnotify07.patch zai...@opensuse.org -- Fix 
to work with libnotify 0.7, 
http://sourceforge.net/tracker/index.php?func=detailaid=3109838group_id=239atid=100239
+Patch11:xchat-2.8.8-libnotify07.patch
+# PATCH-FIX-UPSTREAM xchat-link-against-libnotify.patch zai...@opensuse.org -- 
Directly link to libnotify, 
http://sourceforge.net/tracker/?func=detailaid=3280223group_id=239atid=100239
+Patch12:xchat-link-against-libnotify.patch
+BuildRequires:  fdupes
+BuildRequires:  gnome-patch-translation
+# BuildRequires for installing hicolor icons
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  libsexy-devel
+BuildRequires:  openssl-devel
+BuildRequires:  python-devel
+BuildRequires:  tcl-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(gconf-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+# BuildRequires because of patch12 -- xchat-link-against-libnotify.patch
+BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(libxml-2.0)
 Requires:   /usr/bin/notify-send
 Recommends: %{name}-lang
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %gconf_schemas_prereq
 
 %description
@@ -54,8 

commit xfce4-branding-openSUSE for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfce4-branding-openSUSE for 
openSUSE:12.1 checked in at 2011-10-25 17:19:50

Comparing /work/SRC/openSUSE:12.1/xfce4-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:12.1/.xfce4-branding-openSUSE.new (New)


Package is xfce4-branding-openSUSE, Maintainer is xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:12.1/xfce4-branding-openSUSE/xfce4-branding-openSUSE.changes 
2011-10-24 13:34:51.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.xfce4-branding-openSUSE.new/xfce4-branding-openSUSE.changes
2011-10-28 19:11:46.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 23 20:43:40 UTC 2011 - g...@opensuse.org
+
+- switch to final xfwm4 branding
+
+---



Other differences:
--
++ xfce4-branding-openSUSE-4.8.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-branding-openSUSE-4.8.0/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
 
new/xfce4-branding-openSUSE-4.8.0/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
--- 
old/xfce4-branding-openSUSE-4.8.0/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
2011-10-10 14:13:20.0 +0200
+++ 
new/xfce4-branding-openSUSE-4.8.0/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
2011-10-23 22:40:31.0 +0200
@@ -2,7 +2,7 @@
 
 channel name=xfwm4 version=1.0
   property name=general type=empty
-property name=theme type=string value=Default/
-property name=title_font type=string value=FifthLeg Bold 12/
+property name=theme type=string value=Kelabu/
+property name=title_font type=string value=Sans Bold 10/
   /property
 /channel

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



commit xfce4-panel-plugin-clipman for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-clipman for 
openSUSE:12.1 checked in at 2011-10-25 17:20:14

Comparing /work/SRC/openSUSE:12.1/xfce4-panel-plugin-clipman (Old)
 and  /work/SRC/openSUSE:12.1/.xfce4-panel-plugin-clipman.new (New)


Package is xfce4-panel-plugin-clipman, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:12.1/xfce4-panel-plugin-clipman/xfce4-panel-plugin-clipman.changes
   2011-10-24 13:35:01.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.xfce4-panel-plugin-clipman.new/xfce4-panel-plugin-clipman.changes
  2011-10-28 19:11:49.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct 21 11:10:28 UTC 2011 - g...@opensuse.org
+
+- added xfce4-panel-plugin-clipman-1.1.3-use-docdir.patch in order
+  to use docdir correctly
+- install HTML documentation under
+  /usr/share/xfce4/xfce4-clipman-plugin/html
+- package AUTHORS ChangeLog COPYING NEWS README TODO
+
+---

New:

  xfce4-panel-plugin-clipman-1.1.3-use-docdir.patch



Other differences:
--
++ xfce4-panel-plugin-clipman.spec ++
--- /var/tmp/diff_new_pack.CEwH3h/_old  2011-10-28 19:11:49.0 +0200
+++ /var/tmp/diff_new_pack.CEwH3h/_new  2011-10-28 19:11:49.0 +0200
@@ -34,6 +34,8 @@
 Patch2: xfce4-panel-plugin-clipman-1.1.3-catch-null-value.patch
 # PATCH-FIX-UPSTREAM xfce4-panel-plugin-clipman-1.1.3-fix-memory-leak.patch 
g...@opensuse.org -- Fix a memory leak (backported from upstream git)
 Patch3: xfce4-panel-plugin-clipman-1.1.3-fix-memory-leak.patch
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-clipman-1.1.3-use-docdir.patch 
g...@opensuse.org -- Use docdir correctly
+Patch4: xfce4-panel-plugin-clipman-1.1.3-use-docdir.patch
 Group:  System/GUI/XFCE
 BuildRequires:  intltool
 BuildRequires:  fdupes
@@ -78,10 +80,13 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 xdt-autogen
-%configure --disable-static
+%configure \
+--docdir=%{_datadir}/xfce4/xfce4-clipman-plugin \
+--disable-static
 make %{_smp_mflags} V=1
 
 %install
@@ -108,6 +113,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_datadir}/xfce4/panel-plugins/xfce4-clipman-plugin.desktop
 %{_sysconfdir}/xdg/autostart/xfce4-clipman-plugin-autostart.desktop
 %config %{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml
@@ -125,10 +131,8 @@
 
 %files doc
 %defattr(-,root,root)
-%doc %dir %{_datadir}/xfce4/doc
-%doc %dir %{_datadir}/xfce4/doc/*
-%doc %dir %{_datadir}/xfce4/doc/*/images
-%doc %{_datadir}/xfce4/doc/*/*clipman*.html
-%doc %{_datadir}/xfce4/doc/*/images/*clipman*
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfce4-clipman-plugin
+%doc %{_datadir}/xfce4/xfce4-clipman-plugin/html/
 
 %changelog

++ xfce4-panel-plugin-clipman-1.1.3-use-docdir.patch ++
Index: xfce4-clipman-plugin-1.1.3/docs/manual/C/Makefile.am
===
--- xfce4-clipman-plugin-1.1.3.orig/docs/manual/C/Makefile.am
+++ xfce4-clipman-plugin-1.1.3/docs/manual/C/Makefile.am
@@ -10,7 +10,7 @@ SUBDIRS = 
\
images  \
$(NULL)
 
-TARGET_DIR = $(datadir)/xfce4/doc/C
+TARGET_DIR = $(docdir)/html/C
 STYLESHEET = ../xfce-nochunk.xsl
 DOCUMENT = $(PACKAGE).xml
 
Index: xfce4-clipman-plugin-1.1.3/docs/manual/C/images/Makefile.am
===
--- xfce4-clipman-plugin-1.1.3.orig/docs/manual/C/images/Makefile.am
+++ xfce4-clipman-plugin-1.1.3/docs/manual/C/images/Makefile.am
@@ -1,6 +1,6 @@
 NULL = 
 
-imagesdir = $(datadir)/xfce4/doc/C/images
+imagesdir = $(docdir)/html/C/images
 images_DATA =  \
clipman-action-dialog.png   \
clipman-menu.png\
Index: xfce4-clipman-plugin-1.1.3/docs/manual/da/Makefile.am
===
--- xfce4-clipman-plugin-1.1.3.orig/docs/manual/da/Makefile.am
+++ xfce4-clipman-plugin-1.1.3/docs/manual/da/Makefile.am
@@ -10,7 +10,7 @@ SUBDIRS = 
\
images  \
$(NULL)
 
-TARGET_DIR = $(datadir)/xfce4/doc/da
+TARGET_DIR = $(docdir)/html/da
 STYLESHEET = ../xfce-nochunk.xsl
 DOCUMENT = $(PACKAGE).xml
 
Index: xfce4-clipman-plugin-1.1.3/docs/manual/da/images/Makefile.am
===

commit xfce4-panel-plugin-mailwatch for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-mailwatch for 
openSUSE:12.1 checked in at 2011-10-25 17:20:25

Comparing /work/SRC/openSUSE:12.1/xfce4-panel-plugin-mailwatch (Old)
 and  /work/SRC/openSUSE:12.1/.xfce4-panel-plugin-mailwatch.new (New)


Package is xfce4-panel-plugin-mailwatch, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:12.1/xfce4-panel-plugin-mailwatch/xfce4-panel-plugin-mailwatch.changes
   2011-10-24 13:35:05.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.xfce4-panel-plugin-mailwatch.new/xfce4-panel-plugin-mailwatch.changes
  2011-10-28 19:11:50.0 +0200
@@ -1,0 +2,9 @@
+Thu Oct 20 21:49:35 UTC 2011 - g...@opensuse.org
+
+- added xfce4-panel-plugin-mailwatch-1.1.0-use-docdir.patch in
+  order to use docdir correctly
+- install HTML documentation below
+  /usr/share/xfce4/xfce4-mailwatch-plugin/html/
+- package AUTHORS ChangeLog COPYING NEWS README TODO
+
+---

New:

  xfce4-panel-plugin-mailwatch-1.1.0-use-docdir.patch



Other differences:
--
++ xfce4-panel-plugin-mailwatch.spec ++
--- /var/tmp/diff_new_pack.ak4ahG/_old  2011-10-28 19:11:50.0 +0200
+++ /var/tmp/diff_new_pack.ak4ahG/_new  2011-10-28 19:11:50.0 +0200
@@ -32,9 +32,13 @@
 Patch1: xfce4-panel-plugin-mailwatch-1.1.0-fix-build-with-4.7.patch
 # PATCH-FIX-UPSTREAM xfce4-panel-plugin-mailwatch-1.1.0-fix-gnutls-3.0.3.patch 
bxo#7998 g...@opensuse.org -- Fix build with gnutls = 3.0.3, a lowat level of 
0 is the default in gnutls = 2.12.0 and gnutls_transport_set_lowat() has been 
removed in 3.0.3
 Patch2: xfce4-panel-plugin-mailwatch-1.1.0-fix-gnutls-3.0.3.patch
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-mailwatch-1.1.0-use-docdir.patch 
g...@opensuse.org -- Use docdir correctly
+Patch3: xfce4-panel-plugin-mailwatch-1.1.0-use-docdir.patch
 Group:  System/GUI/XFCE
 BuildRequires:  intltool
 BuildRequires:  fdupes
+BuildRequires:  libxslt
+BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  xfce4-dev-tools
@@ -53,11 +57,16 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 xdt-autogen
 export LIBS=-lgcrypt
-%configure --with-pic --disable-static
+%configure \
+--docdir=%{_datadir}/xfce4/xfce4-mailwatch-plugin \
+--enable-maintainer-mode \
+--with-pic \
+--disable-static
 make %{_smp_mflags} V=1
 
 %install
@@ -80,13 +89,12 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfce4-mailwatch-plugin
+%doc %{_datadir}/xfce4/xfce4-mailwatch-plugin/html/
 %{_libexecdir}/xfce4/panel-plugins/xfce4-mailwatch-plugin
 %{_datadir}/icons/hicolor/*/apps/xfce-n*mail.*
 %{_datadir}/xfce4/panel-plugins/mailwatch.desktop
-%doc %dir %{_datadir}/xfce4/doc
-%doc %dir %{_datadir}/xfce4/doc/*
-%doc %dir %{_datadir}/xfce4/doc/*/images
-%doc %{_datadir}/xfce4/doc/*/*mailwatch*.html
-%doc %{_datadir}/xfce4/doc/*/images/*mailwatch*
 
 %changelog

++ xfce4-panel-plugin-mailwatch-1.1.0-use-docdir.patch ++
Index: xfce4-mailwatch-plugin-1.1.0/doc/C/Makefile.am
===
--- xfce4-mailwatch-plugin-1.1.0.orig/doc/C/Makefile.am
+++ xfce4-mailwatch-plugin-1.1.0/doc/C/Makefile.am
@@ -3,10 +3,10 @@ SUBDIRS = \
 
 noinst_DATA = xfce4-mailwatch-plugin.xml
 
-docdir = $(datadir)/xfce4/doc/C
-doc_DATA = xfce4-mailwatch-plugin.html
+cdocdir = $(docdir)/html/C
+cdoc_DATA = xfce4-mailwatch-plugin.html
 
-EXTRA_DIST = $(noinst_DATA) $(doc_DATA)
+EXTRA_DIST = $(noinst_DATA) $(cdoc_DATA)
 
 html: $(srcdir)/xfce4-mailwatch-plugin.xml
xsltproc $(top_srcdir)/doc/xfce-nochunk.xsl \
Index: xfce4-mailwatch-plugin-1.1.0/doc/C/images/Makefile.am
===
--- xfce4-mailwatch-plugin-1.1.0.orig/doc/C/images/Makefile.am
+++ xfce4-mailwatch-plugin-1.1.0/doc/C/images/Makefile.am
@@ -1,5 +1,5 @@
-imagesdir = $(datadir)/xfce4/doc/C/images
-images_DATA = \
+cimagesdir = $(docdir)/html/C/images
+cimages_DATA = \
mailwatch-gmail-settings.png \
mailwatch-imap-advanced.png \
mailwatch-imap-new-folders.png \
@@ -14,4 +14,4 @@ images_DATA = \
mailwatch-pop3-settings.png \
mailwatch-properties.png
 
-EXTRA_DIST = $(images_DATA)
+EXTRA_DIST = $(cimages_DATA)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-power-manager for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfce4-power-manager for 
openSUSE:12.1 checked in at 2011-10-25 17:20:35

Comparing /work/SRC/openSUSE:12.1/xfce4-power-manager (Old)
 and  /work/SRC/openSUSE:12.1/.xfce4-power-manager.new (New)


Package is xfce4-power-manager, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1/xfce4-power-manager/xfce4-power-manager.changes 
2011-10-24 13:35:14.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.xfce4-power-manager.new/xfce4-power-manager.changes
2011-10-28 19:11:51.0 +0200
@@ -1,0 +2,18 @@
+Mon Oct 24 07:16:03 UTC 2011 - g...@opensuse.org
+
+- added xfce4-power-manager-workaround-xrandr-error.patch which
+  handles X errors when setting brightness via XRANDR gracefully
+  rather than crashing (bnc#718980)
+- added xfce4-power-manager-fix-battery-removal.patch in order to
+  prevent crashes due to xfpm_battery_notify_idle() being called on
+  a battery that has been removed (bnc#707127)
+
+---
+Thu Oct 20 21:09:49 UTC 2011 - g...@opensuse.org
+
+- added xfce4-power-manager-use-docdir.patch in order to use docdir
+  correctly
+- install HTML documentation
+  into /usr/share/xfce4/xfce4-power-manager/html
+
+---

New:

  xfce4-power-manager-1.0.10-use-docdir.patch
  xfce4-power-manager-fix-battery-removal.patch
  xfce4-power-manager-workaround-xrandr-error.patch



Other differences:
--
++ xfce4-power-manager.spec ++
--- /var/tmp/diff_new_pack.D0Akxr/_old  2011-10-28 19:11:51.0 +0200
+++ /var/tmp/diff_new_pack.D0Akxr/_new  2011-10-28 19:11:51.0 +0200
@@ -36,6 +36,12 @@
 Patch3: xfce4-power-manager-1.0.10-fix-broken-icon.patch
 # PATCH-FIX-UPSTREAM 
xfce4-power-manager-1.0.10-fix-saving-brightness-levels.patch bxo#7791 
g...@opensuse.org -- Fix the type of saved brightness levels so they can be 
correctly loaded again
 Patch4: xfce4-power-manager-1.0.10-fix-saving-brightness-levels.patch
+# PATCH-FIX-UPSTREAM xfce4-power-manager-use-docdir.patch g...@opensuse.org -- 
Use docdir correctly
+Patch5: xfce4-power-manager-1.0.10-use-docdir.patch
+# PATCH-FIX-UPSTREAM xfce4-power-manager-workaround-xrandr-error.patch 
bnc#718980 bxo#7999 ti...@suse.de -- Handles X errors when setting brightness 
via XRANDR gracefully rather than crashing
+Patch6: xfce4-power-manager-workaround-xrandr-error.patch
+# PATCH-FIX-UPSTREAM xfce4-power-manager-fix-battery-removal.patch bnc#707127 
bxo#7851 ti...@suse.de -- Prevents crashes due to xfpm_battery_notify_idle() 
being called on a battery that has been removed
+Patch7: xfce4-power-manager-fix-battery-removal.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -47,6 +53,9 @@
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  update-desktop-files
 BuildRequires:  xfconf
+BuildRequires:  xfce4-dev-tools
+BuildRequires:  libxslt
+BuildRequires:  docbook-xsl-stylesheets
 Suggests:   xfce4-panel-plugin-brightness
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -78,9 +87,15 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
 
 %build
-%configure --disable-hal
+xdt-autogen
+%configure \
+--docdir=%{_datadir}/xfce4/xfce4-power-manager \
+--disable-hal
 make %{?_smp_mflags} V=1
 
 %install
@@ -122,7 +137,9 @@
 %{_datadir}/icons/hicolor/*/*/xfpm-*.png
 %{_datadir}/icons/hicolor/scalable/actions/*.svg
 %{_datadir}/icons/hicolor/scalable/status/*.svg
-%doc %{_datadir}/xfce4/doc
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfce4-power-manager
+%doc %{_datadir}/xfce4/xfce4-power-manager/html/
 
 %files -n xfce4-panel-plugin-brightness
 %defattr(-,root,root)

++ xfce4-power-manager-1.0.10-use-docdir.patch ++
Index: xfce4-power-manager-1.0.10/doc/C/Makefile.am
===
--- xfce4-power-manager-1.0.10.orig/doc/C/Makefile.am
+++ xfce4-power-manager-1.0.10/doc/C/Makefile.am
@@ -4,12 +4,12 @@ SUBDIRS = \
 noinst_DATA = \
xfce4-power-manager.xml
 
-docdir=$(datadir)/xfce4/doc/C
+cdocdir=$(docdir)/html/C
 
-doc_DATA= \
+cdoc_DATA= \
xfce4-power-manager.html
 
-EXTRA_DIST = $(noinst_DATA) $(doc_DATA)
+EXTRA_DIST = $(noinst_DATA) $(cdoc_DATA)
 
 if MAINTAINER_MODE
 if HAVE_XSLTPROC
Index: xfce4-power-manager-1.0.10/doc/C/images/Makefile.am
===
--- xfce4-power-manager-1.0.10.orig/doc/C/images/Makefile.am
+++ xfce4-power-manager-1.0.10/doc/C/images/Makefile.am
@@ -1,10 +1,10 @@
-imagesdir = 

commit xfce4-screenshooter for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfce4-screenshooter for 
openSUSE:12.1 checked in at 2011-10-25 17:20:42

Comparing /work/SRC/openSUSE:12.1/xfce4-screenshooter (Old)
 and  /work/SRC/openSUSE:12.1/.xfce4-screenshooter.new (New)


Package is xfce4-screenshooter, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/xfce4-screenshooter/xfce4-screenshooter.changes 
2011-10-24 13:35:14.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.xfce4-screenshooter.new/xfce4-screenshooter.changes
2011-10-28 19:11:51.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct 21 14:28:25 UTC 2011 - g...@opensuse.org
+
+- added xfce4-screenshooter-1.8.0-use-docdir.patch in order to
+  allow installation of documentation under docdir
+- install HTML documentation under
+  /usr/share/xfce4/xfce4-screenshooter/html
+
+---

New:

  xfce4-screenshooter-1.8.0-use-docdir.patch



Other differences:
--
++ xfce4-screenshooter.spec ++
--- /var/tmp/diff_new_pack.tYljpH/_old  2011-10-28 19:11:51.0 +0200
+++ /var/tmp/diff_new_pack.tYljpH/_new  2011-10-28 19:11:51.0 +0200
@@ -29,6 +29,8 @@
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM xfce4-screenshooter-fix-libm-underlinking.patch bxo#7985 
g...@opensuse.org -- Link explicitly against libm
 Patch0: xfce4-screenshooter-fix-libm-underlinking.patch
+# PATCH-FIX-UPSTREAM xfce4-screenshooter-1.8.0-use-docdir.patch 
g...@opensuse.org -- Allow installation of documentation under docdir
+Patch1: xfce4-screenshooter-1.8.0-use-docdir.patch
 BuildRequires:  pkgconfig(exo-1)
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
@@ -36,8 +38,6 @@
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  xfce4-dev-tools
-BuildRequires:  libxslt
-BuildRequires:  xml2po
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  fdupes
@@ -82,12 +82,12 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 xdt-autogen
 %configure \
---enable-xsltproc \
---enable-xml2po
+--docdir=%{_datadir}/xfce4/xfce4-screenshooter
 make %{?_smp_mflags} V=1
 
 %install
@@ -112,6 +112,7 @@
 
 %files
 %defattr(-,root,root,-)
+%doc COPYING NEWS README TODO
 %doc %{_mandir}/man1/xfce4-screenshooter.1*
 %{_bindir}/xfce4-screenshooter
 %{_datadir}/icons/hicolor/48x48/apps/applets-screenshooter.png
@@ -127,8 +128,9 @@
 
 %files doc
 %defattr(-,root,root,-)
-%doc COPYING NEWS README TODO
-%doc %{_datadir}/xfce4/doc
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfce4-screenshooter
+%doc %{_datadir}/xfce4/xfce4-screenshooter/html/
 
 %files lang -f %{name}.lang
 

++ xfce4-screenshooter-1.8.0-use-docdir.patch ++
Index: xfce4-screenshooter-1.8.0/Makefile.am
===
--- xfce4-screenshooter-1.8.0.orig/Makefile.am
+++ xfce4-screenshooter-1.8.0/Makefile.am
@@ -193,7 +193,7 @@ noinst_DATA = \
docs/manual/zh_CN/xfce4-screenshooter.xml
 
 # Asturian documentation
-astdocdir = $(datadir)/xfce4/doc/ast
+astdocdir = $(docdir)/html/ast
 astdoc_DATA = docs/manual/ast/xfce4-screenshooter.html
 if MAINTAINER_MODE
 if ENABLE_XSLTPROC
@@ -202,7 +202,7 @@ docs/manual/ast/xfce4-screenshooter.html
 endif
 endif
 
-astimagesdir = $(datadir)/xfce4/doc/ast/images
+astimagesdir = $(docdir)/html/ast/images
 astimages_DATA = \
docs/manual/ast/images/xfce4-screenshooter-dialog1.png \
docs/manual/ast/images/xfce4-screenshooter-dialog2.png \
@@ -211,7 +211,7 @@ astimages_DATA = \
 
 
 # C documentation
-cdocdir = $(datadir)/xfce4/doc/C
+cdocdir = $(docdir)/html/C
 cdoc_DATA = docs/manual/C/xfce4-screenshooter.html
 if MAINTAINER_MODE
 if ENABLE_XSLTPROC
@@ -220,7 +220,7 @@ docs/manual/C/xfce4-screenshooter.html:
 endif
 endif
 
-cimagesdir = $(datadir)/xfce4/doc/C/images
+cimagesdir = $(docdir)/html/C/images
 cimages_DATA = \
docs/manual/C/images/xfce4-screenshooter-dialog1.png \
docs/manual/C/images/xfce4-screenshooter-dialog2.png \
@@ -229,7 +229,7 @@ cimages_DATA = \
 
 
 # Catalan documentation
-cadocdir = $(datadir)/xfce4/doc/ca
+cadocdir = $(docdir)/html/ca
 cadoc_DATA = docs/manual/ca/xfce4-screenshooter.html
 if MAINTAINER_MODE
 if ENABLE_XSLTPROC
@@ -238,7 +238,7 @@ docs/manual/ca/xfce4-screenshooter.html:
 endif
 endif
 
-caimagesdir = $(datadir)/xfce4/doc/ca/images
+caimagesdir = $(docdir)/html/ca/images
 caimages_DATA = \
docs/manual/ca/images/xfce4-screenshooter-dialog1.png \
docs/manual/ca/images/xfce4-screenshooter-dialog2.png \
@@ -247,7 +247,7 @@ caimages_DATA = \
 
 
 # Danish documentation
-dadocdir = $(datadir)/xfce4/doc/da
+dadocdir = 

commit xfwm4 for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfwm4 for openSUSE:12.1 checked in 
at 2011-10-25 17:22:15

Comparing /work/SRC/openSUSE:12.1/xfwm4 (Old)
 and  /work/SRC/openSUSE:12.1/.xfwm4.new (New)


Package is xfwm4, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1/xfwm4/xfwm4.changes 2011-10-24 13:35:27.0 
+0200
+++ /work/SRC/openSUSE:12.1/.xfwm4.new/xfwm4.changes2011-10-28 
19:11:53.0 +0200
@@ -1,0 +2,15 @@
+Tue Oct 25 00:16:20 UTC 2011 - g...@opensuse.org
+
+- tweak Kelabu theme colors
+
+---
+Sun Oct 23 20:43:19 UTC 2011 - g...@opensuse.org
+
+- added Kelabu xfwm4 theme
+
+---
+Thu Oct 20 19:59:00 UTC 2011 - g...@opensuse.org
+
+- install HTML documentation under /usr/share/xfce4/xfwm4/html
+
+---

New:

  COPYING.Kelabu
  Kelabu-xfwm4.tar.bz2



Other differences:
--
++ xfwm4.spec ++
--- /var/tmp/diff_new_pack.hmdDO5/_old  2011-10-28 19:11:53.0 +0200
+++ /var/tmp/diff_new_pack.hmdDO5/_new  2011-10-28 19:11:53.0 +0200
@@ -29,7 +29,9 @@
 Source2:COPYING.Sonar
 Source3:Gilouche-xfwm4.tar.bz2
 Source4:COPYING.Gilouche
-Source5:xfwm4.xml
+Source5:Kelabu-xfwm4.tar.bz2
+Source6:COPYING.Kelabu
+Source7:xfwm4.xml
 # PATCH-FIX-UPSTREAM xfwm4-4.8.2-fix-resizing.patch bxo#7445 g...@opensuse.org 
-- Ignore size increment if a resize request comes from an application itself 
(backported from upstream git)
 Patch0: xfwm4-4.8.2-fix-resizing.patch
 # PATCH-FIX-UPSTREAM xfwm4-4.8.2-careful-layer-manipulation.patch 
g...@opensuse.org -- Be more careful when allowing applications to manipulate 
the window layer by themselves
@@ -87,25 +89,25 @@
 This package contains the HTML documentation for xfwm4.
 
 %prep
-%setup -q -a1 -a3
+%setup -q -a1 -a3 -a5
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+cp %{SOURCE2} %{SOURCE4} %{SOURCE6} .
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing
 %configure \
 --enable-gen-doc \
---docdir=%{_defaultdocdir}/%{name}-doc \
+--docdir=%{_datadir}/xfce4/xfwm4 \
 --enable-compositor
 make %{?_smp_mflags} V=1
 
 %install
 %make_install
-find Gilouche Sonar -depth -print | cpio -pvd %{buildroot}%{_datadir}/themes
-install -D -p -m 644 %{SOURCE5} \
+find Gilouche Kelabu Sonar -depth -print | cpio -pvd 
%{buildroot}%{_datadir}/themes
+install -D -p -m 644 %{SOURCE7} \
 %{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
-mv %{buildroot}%{_defaultdocdir}/%{name}-doc/html .
 %suse_update_desktop_file xfce-wm-settings
 %suse_update_desktop_file xfce-wmtweaks-settings
 %suse_update_desktop_file xfce-workspaces-settings
@@ -130,6 +132,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
+%doc example.gtkrc-2.0 README COPYING* AUTHORS COMPOSITOR ChangeLog TODO
 %{_bindir}/xfwm4
 %{_bindir}/xfwm4-settings
 %{_bindir}/xfwm4-tweaks-settings
@@ -151,6 +154,8 @@
 
 %files doc
 %defattr(-,root,root)
-%doc example.gtkrc-2.0 README COPYING* AUTHORS COMPOSITOR ChangeLog TODO html/
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfwm4
+%doc %{_datadir}/xfce4/xfwm4/html/
 
 %changelog

++ COPYING.Kelabu ++
openSUSE Kelabu xfwm4 theme

(c) 2011 Guido Berhoerster g...@opensuse.org

The openSUSE Kelabu xfwm4 theme is derived from the Gilouche Metacity themes
and made avaliable under the same license terms as the original work (see below
for the full license text).

Gilouche:

(c) 2006-2008 Novell

Themes were created by:
Aaron Bockover
Emil Jacobs
Garrett LeSage gles...@novell.com
Jakub Steiner jim...@novell.com


GNU GENERAL PUBLIC LICENSE
   Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it.  (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.)  You can apply it to
your programs, too.

  When we speak of free 

commit xfdesktop for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfdesktop for openSUSE:12.1 checked 
in at 2011-10-25 17:21:13

Comparing /work/SRC/openSUSE:12.1/xfdesktop (Old)
 and  /work/SRC/openSUSE:12.1/.xfdesktop.new (New)


Package is xfdesktop, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/xfdesktop/xfdesktop.changes 2011-10-24 
13:35:17.0 +0200
+++ /work/SRC/openSUSE:12.1/.xfdesktop.new/xfdesktop.changes2011-10-28 
19:11:52.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 21 12:14:17 UTC 2011 - g...@opensuse.org
+
+- install HTML documentation under /usr/share/xfce4/xfdesktop/html
+
+---



Other differences:
--
++ xfdesktop.spec ++
--- /var/tmp/diff_new_pack.AB0bfe/_old  2011-10-28 19:11:52.0 +0200
+++ /var/tmp/diff_new_pack.AB0bfe/_new  2011-10-28 19:11:52.0 +0200
@@ -72,15 +72,13 @@
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing
-%configure --docdir=%{_defaultdocdir}/%{name}
+%configure --docdir=%{_datadir}/xfce4/xfdesktop
 make %{?_smp_mflags} V=1
 
 %install
 %make_install
 install -D -p -m 644 %{SOURCE1} \
 
%{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
-install -p -m 644 README COPYING AUTHORS ChangeLog INSTALL TODO \
-%{buildroot}/%{_defaultdocdir}/%{name}
 %suse_update_desktop_file xfce-backdrop-settings
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 %find_lang %{name}
@@ -102,7 +100,7 @@
 
 %files -f %name.lang
 %defattr(-,root,root)
-%doc %{_defaultdocdir}/%{name}
+%doc README COPYING AUTHORS ChangeLog TODO
 %{_bindir}/xfdesktop
 %{_bindir}/xfdesktop-settings
 %{_datadir}/applications/xfce-backdrop-settings.desktop
@@ -112,6 +110,9 @@
 %{_mandir}/man1/xfdesktop.1.gz
 %{_datadir}/pixmaps/xfdesktop
 %{_datadir}/xfce4/backdrops
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfdesktop
+%doc %{_datadir}/xfce4/xfdesktop/html/
 
 %files branding-upstream
 %defattr(-,root,root)


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



commit xfmpc for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfmpc for openSUSE:12.1 checked in 
at 2011-10-25 17:21:24

Comparing /work/SRC/openSUSE:12.1/xfmpc (Old)
 and  /work/SRC/openSUSE:12.1/.xfmpc.new (New)


Package is xfmpc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/xfmpc/xfmpc.changes 2011-10-24 13:35:21.0 
+0200
+++ /work/SRC/openSUSE:12.1/.xfmpc.new/xfmpc.changes2011-10-28 
19:11:52.0 +0200
@@ -1,0 +2,10 @@
+Sun Oct 23 19:28:23 UTC 2011 - g...@opensuse.org
+
+- update to version 0.2.2
+  - add status-icon to hide Xfmpc and keep it running in the
+background
+  - add a Shortcuts dialog to show existing shortcuts
+  - tweak visual aspects
+  - fix misc bugs
+
+---

Old:

  xfmpc-0.2.1.tar.bz2

New:

  xfmpc-0.2.2.tar.bz2



Other differences:
--
++ xfmpc.spec ++
--- /var/tmp/diff_new_pack.gDRNY4/_old  2011-10-28 19:11:52.0 +0200
+++ /var/tmp/diff_new_pack.gDRNY4/_new  2011-10-28 19:11:52.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   xfmpc
-Version:0.2.1
-Release:6
+Version:0.2.2
+Release:0
 License:GPLv2+
 Summary:Lightweight MPD client for Xfce
 Url:http://goodies.xfce.org/projects/applications/xfmpc/

++ xfmpc-0.2.1.tar.bz2 - xfmpc-0.2.2.tar.bz2 ++
 40821 lines of diff (skipped)


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



commit xfce4-session for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfce4-session for openSUSE:12.1 
checked in at 2011-10-25 17:20:50

Comparing /work/SRC/openSUSE:12.1/xfce4-session (Old)
 and  /work/SRC/openSUSE:12.1/.xfce4-session.new (New)


Package is xfce4-session, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1/xfce4-session/xfce4-session.changes 2011-10-24 
13:35:15.0 +0200
+++ /work/SRC/openSUSE:12.1/.xfce4-session.new/xfce4-session.changes
2011-10-28 19:11:51.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 21 11:47:24 UTC 2011 - g...@opensuse.org
+
+- install HTML documentation under
+  /usr/share/xfce4/xfce4-session/html
+
+---



Other differences:
--
++ xfce4-session.spec ++
--- /var/tmp/diff_new_pack.WQzchB/_old  2011-10-28 19:11:52.0 +0200
+++ /var/tmp/diff_new_pack.WQzchB/_new  2011-10-28 19:11:52.0 +0200
@@ -93,7 +93,7 @@
 
 %build
 %configure \
---docdir=%{_defaultdocdir}/%{name} \
+--docdir=%{_datadir}/xfce4/xfce4-session \
 --disable-static \
 --enable-session-screenshots \
 --enable-gnome \
@@ -106,8 +106,6 @@
 %suse_update_desktop_file xfce-session-settings
 %suse_update_desktop_file xfce4-session-logout
 %suse_update_desktop_file xfce4-tips-autostart
-install -p -m 644 AUTHORS BUGS COPYING ChangeLog NEWS README TODO \
-%{buildroot}/%{_defaultdocdir}/%{name}
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 %find_lang %{name}
 rm -f %{buildroot}%{_libdir}/*.la 
%{buildroot}%{_libdir}/xfce4/session/splash-engines/*.la
@@ -132,7 +130,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc %{_defaultdocdir}/%{name}
+%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
 %{_bindir}/xfce4-session
 %{_bindir}/xfce4-session-logout
 %{_bindir}/xfce4-session-settings
@@ -143,7 +141,11 @@
 %{_datadir}/themes/*
 %{_datadir}/applications/*
 %{_datadir}/icons/*/*
-%{_datadir}/xfce4/
+%{_datadir}/xfce4/panel-plugins/xfsm-logout-plugin.desktop
+%{_datadir}/xfce4/tips/
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfce4-session
+%doc %{_datadir}/xfce4/xfce4-session/html/
 
 %files devel
 %defattr(-,root,root)

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



  1   2   >