commit ModemManager for openSUSE:11.4

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package ModemManager for openSUSE:11.4
checked in at Fri Apr 29 17:33:24 CEST 2011.




--- old-versions/11.4/all/ModemManager/ModemManager.changes 2011-02-13 
17:59:33.0 +0100
+++ 11.4/ModemManager/ModemManager.changes  2011-04-29 06:09:22.0 
+0200
@@ -1,0 +2,6 @@
+Wed Apr 27 16:03:21 UTC 2011 - bi...@opensuse.org
+
+- Add mm-dismiss-spam-log.patch, dismiss the spam log of Huawei.
+  (bnc#674331, swampid#40503).
+
+---

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


New:

  mm-dismiss-spam-log.patch



Other differences:
--
++ ModemManager.spec ++
--- /var/tmp/diff_new_pack.ynobbw/_old  2011-04-29 17:33:03.0 +0200
+++ /var/tmp/diff_new_pack.ynobbw/_new  2011-04-29 17:33:03.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   ModemManager
 Version:0.4
-Release:4
+Release:8.
 License:LGPLv2.1+
 Summary:DBus interface for modem handling
 Url:http://cgit.freedesktop.org/ModemManager/ModemManager
@@ -29,6 +29,8 @@
 Patch0: ModemManager-fix-new-glib.patch
 # PATCH-FIX-UPSTREAM ModemManager-polkit-deprecated.patch bgo#628105 
vu...@opensuse.org -- Fix build with polkit >= 0.97
 Patch1: ModemManager-polkit-deprecated.patch
+# PATCH-FIX-UPSTREAM mm-dismiss-spam-log.patch bnc#674331 bi...@opensuse.org 
-- Dismiss the spam log of Huawei.
+Patch2: mm-dismiss-spam-log.patch
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
@@ -52,6 +54,7 @@
 %if 0%{?suse_version} >= 1140
 %patch1 -p1
 %endif
+%patch2 -p1
 
 %build
 pppddir=`ls -1d %{_libdir}/pppd/2*`

++ mm-dismiss-spam-log.patch ++
Index: ModemManager-0.4/plugins/mm-modem-huawei-gsm.c
===
--- ModemManager-0.4.orig/plugins/mm-modem-huawei-gsm.c
+++ ModemManager-0.4/plugins/mm-modem-huawei-gsm.c
@@ -27,6 +27,7 @@
 #include "mm-callback-info.h"
 #include "mm-at-serial-port.h"
 #include "mm-serial-parsers.h"
+#include "mm-options.h"
 
 static void modem_init (MMModem *modem_class);
 static void modem_gsm_network_init (MMModemGsmNetwork *gsm_network_class);
@@ -530,8 +531,10 @@ handle_status_change (MMAtSerialPort *po
 
 str = g_match_info_fetch (match_info, 1);
 if (sscanf (str, "%x,%x,%x,%x,%x,%x,%x", &n1, &n2, &n3, &n4, &n5, &n6, 
&n7)) {
-g_debug ("Duration: %d Up: %d Kbps Down: %d Kbps Total: %d Total: 
%d\n",
- n1, n2 * 8 / 1000, n3  * 8 / 1000, n4 / 1024, n5 / 1024);
+   if (mm_options_debug ()) {
+   g_debug ("Duration: %d Up: %d Kbps Down: %d Kbps Total: 
%d Total: %d\n",
+   n1, n2 * 8 / 1000, n3  * 8 / 1000, n4 / 
1024, n5 / 1024);
+   }
 }
 g_free (str);
 }





Remember to have fun...

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



commit cups for openSUSE:11.4

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package cups for openSUSE:11.4
checked in at Fri Apr 29 17:33:19 CEST 2011.




--- old-versions/11.4/all/cups/cups.changes 2011-02-10 12:13:19.0 
+0100
+++ 11.4/cups/cups.changes  2011-04-28 17:56:32.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 28 17:55:16 CEST 2011 - jsm...@suse.de
+
+- cups-1.4.4-set_default_RIPCache_128m.patch enlarges
+  the CUPS upstream default RIPCache from 8m to 128m
+  to avoid various kind of printout failures
+  (STR #3535, and Novell/openSUSE Bugzilla bnc#628233).
+
+---

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


New:

  cups-1.4.4-set_default_RIPCache_128m.patch



Other differences:
--
++ cups.spec ++
--- /var/tmp/diff_new_pack.vz8XIw/_old  2011-04-29 17:32:54.0 +0200
+++ /var/tmp/diff_new_pack.vz8XIw/_new  2011-04-29 17:32:54.0 +0200
@@ -38,7 +38,7 @@
 # URL for Source0: 
http://ftp.easysw.com/pub/cups/1.4.6/cups-1.4.6-source.tar.bz2
 # MD5 sum for Source0 on http://www.cups.org/software.php 
de8fb5a29c36554925c0c6a6e2c0dae1
 Version:1.4.6
-Release:2
+Release:7.
 Source0:cups-%{version}-source.tar.bz2
 # Require the exact matching version-release of the cups-libs sub-package 
because
 # non-matching CUPS libraries may let CUPS software crash (e.g. segfault)
@@ -109,6 +109,10 @@
 # Patch105 reverts changes by CUPS STR #3461 as band-aid workaround
 # to avoid https://bugzilla.novell.com/show_bug.cgi?id=617026 for now:
 Patch105:   cups-1.4.4-str3461-1.4.reverted.patch
+# Patch106 enlarges the CUPS upstream default RIPCache from 8m to 128m
+# to avoid various kind of printout failures
+# see https://bugzilla.novell.com/show_bug.cgi?id=628233
+Patch106:   cups-1.4.4-set_default_RIPCache_128m.patch
 # Install into this non-root directory (required when norootforbuild is used):
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -230,6 +234,8 @@
 # Patch105 reverts changes by CUPS STR #3461 as band-aid workaround
 # to avoid https://bugzilla.novell.com/show_bug.cgi?id=617026 for now:
 %patch105 -p1
+# Patch106 enlarges the CUPS upstream default RIPCache from 8m to 128m:
+%patch106
 
 %build
 # Disable SILENT run of make so that make runs verbose as usual:



++ cups-1.4.4-set_default_RIPCache_128m.patch ++
--- scheduler/conf.c.orig   2010-09-15 12:37:30.0 +0200
+++ scheduler/conf.c2010-04-23 20:56:34.0 +0200
@@ -540,7 +540,7 @@ cupsdReadConfiguration(void)
 
   cupsdClearString(&DefaultPaperSize);
 
-  cupsdSetString(&RIPCache, "8m");
+  cupsdSetString(&RIPCache, "128m");
 
   cupsdSetString(&TempDir, NULL);
 
--- scheduler/cupsfilter.c.orig 2010-03-31 00:07:33.0 +0200
+++ scheduler/cupsfilter.c  2010-09-15 12:39:14.0 +0200
@@ -1218,7 +1218,7 @@ read_cupsd_conf(const char *filename) /*
   else
 set_string(&FontPath, CUPS_FONTPATH);
 
-  set_string(&RIPCache, "8m");
+  set_string(&RIPCache, "128m");
 
   if ((temp = getenv("CUPS_SERVERBIN")) != NULL)
 set_string(&ServerBin, temp);
--- doc/help/ref-cupsd-conf.html.in.orig2010-04-23 20:56:34.0 
+0200
+++ doc/help/ref-cupsd-conf.html.in 2010-09-15 12:45:44.0 +0200
@@ -2646,7 +2646,7 @@ appear inside a Examples
 
 
-RIPCache 8m
+RIPCache 128m
 RIPCache 1g
 RIPCache 2048k
 
@@ -2657,8 +2657,9 @@ RIPCache 2048k
 memory cache used by Raster Image Processor ("RIP") filters such
 as imagetoraster and pstoraster. The
 size can be suffixed with a "k" for kilobytes, "m" for megabytes,
-or "g" for gigabytes. The default cache size is "8m", or 8
-megabytes.
+or "g" for gigabytes. The default cache size is "128m", or 128
+megabytes (compare http://www.cups.org/str.php?L3535";>
+CUPS STR 3535).
 
 
 CUPS 1.1.16RootCertDuration






Remember to have fun...

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



commit seamonkey for openSUSE:11.4

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package seamonkey for openSUSE:11.4
checked in at Fri Apr 29 17:32:53 CEST 2011.




--- old-versions/11.4/UPDATES/all/seamonkey/seamonkey.changes   2011-03-23 
07:45:39.0 +0100
+++ 11.4/seamonkey/seamonkey.changes2011-04-29 07:14:39.0 +0200
@@ -1,0 +2,20 @@
+Fri Apr 22 16:01:12 UTC 2011 - pce...@novell.com
+
+- fixed hunspell patch
+
+---
+Thu Apr 21 20:39:18 UTC 2011 - w...@rosenauer.org
+
+- security update to version 2.0.14 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0072
+CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+  * MFSA 2011-13/CVE-2011-0065/CVE-2011-0066/CVE-2011-0073
+Multiple dangling pointer vulnerabilities
+  * MFSA 2011-14/CVE-2011-0067 (bmo#527935)
+Information stealing via form history
+  * MFSA 2011-18/CVE-2011-1202 (bmo#640339)
+XSLT generate-id() function heap address leak
+
+---

calling whatdependson for 11.4-i586


Old:

  l10n-2.0.13.tar.bz2
  seamonkey-2.0.13-source.tar.bz2

New:

  l10n-2.0.14.tar.bz2
  seamonkey-2.0.14-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.KCKhN5/_old  2011-04-29 17:32:40.0 +0200
+++ /var/tmp/diff_new_pack.KCKhN5/_new  2011-04-29 17:32:40.0 +0200
@@ -27,9 +27,9 @@
 %if %suse_version > 1100
 BuildRequires:  nss-shared-helper-devel
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Provides:   web_browser
-Version:2.0.13
+Version:2.0.14
 Release:0.
 Summary:The successor of the Mozilla Application Suite
 Url:http://www.mozilla.org/projects/seamonkey
@@ -62,7 +62,7 @@
 Obsoletes:  seamonkey-mail <= 2.0
 Provides:   seamonkey-spellchecker = %{version}
 Obsoletes:  seamonkey-spellchecker <= 2.0
-%define releasedate 2011032000
+%define releasedate 2011042000
 %define progname %{name}
 %define prefix /usr
 %define progdir %_libdir/%{progname}
@@ -89,7 +89,7 @@
 
 
 %package irc
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:IRC for SeaMonkey
 Group:  Productivity/Networking/IRC
 PreReq: %{name} = %{version}
@@ -99,7 +99,7 @@
 
 
 %package venkman
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:The SeaMonkey JavaScript Debugger
 Group:  Development/Tools/Debuggers
 PreReq: %{name} = %{version}
@@ -109,7 +109,7 @@
 
 
 %package dom-inspector
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:The SeaMonkey DOM Inspector
 Group:  Development/Tools/Navigators
 PreReq: %{name} = %{version}
@@ -121,7 +121,7 @@
 
 
 %package translations-common
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Common translations for SeaMonkey
 Provides:   
locale(%{name}:ca;cs;de;es_AR;es_ES;;fr;hu;it;ja;nb_NO;nl;pl;pt_PT;ru;sv_SE)
 Group:  System/Localization
@@ -133,7 +133,7 @@
 
 
 %package translations-other
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Extra translations for SeaMonkey
 Provides:   locale(%{name}:be;gl;ka;lt;sk;tr)
 Group:  System/Localization
@@ -153,9 +153,6 @@
 %patch5 -p1
 %patch6 -p1
 %patch9 -p1
-pushd extensions
-%patch10
-popd
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
@@ -164,6 +161,8 @@
 %patch1 -p1
 %patch7 -p1
 %patch8 -p1
+# global patches
+%patch10 -p1
 
 %build
 export SUSE_ASNEEDED=0

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.KCKhN5/_old  2011-04-29 17:32:40.0 +0200
+++ /var/tmp/diff_new_pack.KCKhN5/_new  2011-04-29 17:32:40.0 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH="releases/comm-1.9.1"
-RELEASE_TAG="SEAMONKEY_2_0_13_RELEASE"
-VERSION="2.0.13"
+RELEASE_TAG="SEAMONKEY_2_0_14_RELEASE"
+VERSION="2.0.14"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.0.13.tar.bz2 -> l10n-2.0.14.tar.bz2 ++
old-versions/11.4/UPDATES/all/seamonkey/l10n-2.0.13.tar.bz2 
11.4/seamonkey/l10n-2.0.14.tar.bz2 differ: char 11, line 1

++ mozilla-system-hunspell.patch.bz2 ++
 772 lines (skipped)
 between 
old-versions/11.4/UPDATES/all/seamonkey/mozilla-system-hunspell.patch.bz2
 and 11.4/seamonkey/mozilla-system-hunspell.patch.bz2

++ seamonkey-2.0.13-source.tar.bz2 -> seamonkey-2.0.14-source.tar.bz2 ++
old-versions/11.4/UPDATES/all/seamonkey/seamonkey-2.0.13-source.tar.bz2 
11.4/seamonk

commit NetworkManager for openSUSE:11.4

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager for openSUSE:11.4
checked in at Fri Apr 29 17:32:43 CEST 2011.




--- old-versions/11.4/all/NetworkManager/NetworkManager.changes 2011-02-21 
11:38:57.0 +0100
+++ 11.4/NetworkManager/NetworkManager.changes  2011-04-29 08:02:07.0 
+0200
@@ -1,0 +2,7 @@
+Wed Apr 27 07:40:47 UTC 2011 - bi...@opensuse.org
+
+- Add nm-dismiss-keyfile-spam.patch to dismiss spam log(bnc#681072).
+- Add nm-suppress-user-proxy-error-msg.patch, suppress
+  the user_proxy_init() errors(bnc#687001,swampid#40478).
+
+---

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


New:

  nm-dismiss-keyfile-spam.patch
  nm-suppress-user-proxy-error-msg.patch



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.tRa1Us/_old  2011-04-29 17:32:18.0 +0200
+++ /var/tmp/diff_new_pack.tRa1Us/_new  2011-04-29 17:32:18.0 +0200
@@ -20,7 +20,7 @@
 Name:   NetworkManager
 Url:http://www.gnome.org/projects/NetworkManager/
 Version:0.8.2
-Release:15.
+Release:15.
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-devel dbus-1-glib-devel gtk-doc intltool iptables 
libgcrypt-devel libgudev-1_0-devel libiw-devel libnl-devel libtool 
libuuid-devel mozilla-nss-devel polkit-devel ppp-devel 
translation-update-upstream wireless-tools
@@ -45,6 +45,10 @@
 Patch4: nm-stop-touching-hosts.patch
 # PATCH-FIX-UPSTREAM nm-destory-crash.patch bnc#673627 bi...@opensuse.org -- 
Fix crash when NM exit.
 Patch5: nm-destory-crash.patch
+# PATCH-FIX-UPSTREAM nm-suppress-user-proxy-error-msg.patch bnc#687001 
bi...@opensuse.org -- Suppress the user_proxy_init() errors.
+Patch6: nm-suppress-user-proxy-error-msg.patch
+# PATCH-FIX-UPSTREAM nm-dismiss-keyfile-spam.patch bnc#681072 
bi...@opensuse.org -- Dismiss the keyfile's spam log.
+Patch7: nm-dismiss-keyfile-spam.patch
 Requires:   %{name}-glib = %{version}
 Requires:   dhcp-client
 Requires:   iproute2
@@ -119,6 +123,8 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
 translation-update-upstream
 
 %build

++ nm-dismiss-keyfile-spam.patch ++
Index: NetworkManager-0.8.2/system-settings/plugins/keyfile/plugin.c
===
--- NetworkManager-0.8.2.orig/system-settings/plugins/keyfile/plugin.c
+++ NetworkManager-0.8.2/system-settings/plugins/keyfile/plugin.c
@@ -212,7 +212,6 @@ dir_changed (GFileMonitor *monitor,
break;
case G_FILE_MONITOR_EVENT_CREATED:
case G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT:
-   PLUGIN_PRINT (KEYFILE_PLUGIN_NAME, "updating %s", name);
 
if (connection) {
/* Update */
@@ -230,6 +229,8 @@ dir_changed (GFileMonitor *monitor,
remove_connection (SC_PLUGIN_KEYFILE (config), 
connection, name);
}
} else {
+   PLUGIN_PRINT (KEYFILE_PLUGIN_NAME, "updating %s", name);
+
/* New */
connection = nm_keyfile_connection_new (name, &error);
if (connection) {
++ nm-suppress-user-proxy-error-msg.patch ++
Index: NetworkManager-0.8.2/src/nm-manager.c
===
--- NetworkManager-0.8.2.orig/src/nm-manager.c
+++ NetworkManager-0.8.2/src/nm-manager.c
@@ -1356,6 +1356,12 @@ user_proxy_init (NMManager *self)
g_return_if_fail (self != NULL);
g_return_if_fail (priv->user_proxy == NULL);
 
+   /* Don't try to initialize the user settings proxy if the user
+* settings service doesn't actually exist.
+*/
+   if (!nm_dbus_manager_name_has_owner (priv->dbus_mgr, 
NM_DBUS_SERVICE_USER_SETTINGS))
+   return;
+
bus = nm_dbus_manager_get_connection (priv->dbus_mgr);
priv->user_proxy = dbus_g_proxy_new_for_name_owner (bus,

NM_DBUS_SERVICE_USER_SETTINGS,
@@ -3967,8 +3973,7 @@ nm_manager_start (NMManager *self)
 * they will be queried when the user settings service shows up on the
 * bus in nm_manager_name_owner_changed().
 */
-   if (nm_dbus_manager_name_has_owner (priv->dbus_mgr, 
NM_DBUS_SERVICE_USER_SETTINGS))
-   user_proxy_init (self);
+   user_proxy_init (self);
 
nm_udev_manager_query_devices (priv->udev_mgr);
bluez_manager_resync_devices (self);

+

commit MozillaThunderbird for openSUSE:11.4

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package MozillaThunderbird for openSUSE:11.4
checked in at Fri Apr 29 17:31:18 CEST 2011.




--- old-versions/11.4/UPDATES/all/MozillaThunderbird/MozillaThunderbird.changes 
2011-03-02 08:29:26.0 +0100
+++ 11.4/MozillaThunderbird/MozillaThunderbird.changes  2011-04-29 
07:52:48.0 +0200
@@ -1,0 +2,19 @@
+Fri Apr 15 06:24:16 UTC 2011 - w...@rosenauer.org
+
+- security update to version 3.1.10 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0072
+CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+
+---
+Fri Mar 25 08:50:30 UTC 2011 - idoen...@novell.com
+
+- Add mozilla-gcc46.patch: fix compilation with gcc 4.6
+  See the following bug reports:
+https://bugzilla.mozilla.org/show_bug.cgi?id=623116
+https://bugzilla.mozilla.org/show_bug.cgi?id=623123
+https://bugzilla.mozilla.org/show_bug.cgi?id=623126
+https://bugzilla.mozilla.org/show_bug.cgi?id=628371
+
+---

calling whatdependson for 11.4-i586


Old:

  l10n-3.1.8.tar.bz2
  thunderbird-3.1.8-source.tar.bz2

New:

  l10n-3.1.10.tar.bz2
  mozilla-gcc46.patch
  thunderbird-3.1.10-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.Za14YM/_old  2011-04-29 17:25:13.0 +0200
+++ /var/tmp/diff_new_pack.Za14YM/_new  2011-04-29 17:25:13.0 +0200
@@ -25,11 +25,11 @@
 %if %suse_version > 1100
 BuildRequires:  nss-shared-helper-devel
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-%define mainversion 3.1.8
+License:MPLv1.1 or GPLv2+ or LGPLv2+
+%define mainversion 3.1.10
 Version:%{mainversion}
 Release:0.
-%define releasedate 2011022100
+%define releasedate 2011041400
 Provides:   thunderbird = %{version}
 Summary:The Stand-Alone Mozilla Mail Component
 Url:http://www.mozilla.org/products/thunderbird/
@@ -52,6 +52,7 @@
 Patch10:mozilla-gdk-pixbuf.patch
 Patch11:thunderbird-shared-nss-db.patch
 Patch13:mozilla-xsmp.patch
+Patch14:mozilla-gcc46.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: coreutils fileutils textutils /bin/sh
 ### build options
@@ -86,7 +87,7 @@
 
 
 %package translations-common
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Common translations for MozillaThunderbird
 Provides:   
locale(%{name}:ar;ca;cs;da;de;en_GB;es_AR;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW)
 Group:  System/Localization
@@ -99,7 +100,7 @@
 
 
 %package translations-other
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Extra translations for MozillaThunderbird
 Provides:   
locale(%{name}:af;be;bg;bn_BD;el;et;eu;fy_NL;ga_IE;gd;gl;he;id;is;lt;nn_NO;pa_IN;ro;si;sk;sl;sq;sr;tr;uk;vi)
 Group:  System/Localization
@@ -112,7 +113,7 @@
 
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Mozilla Thunderbird SDK
 Group:  Development/Libraries/Other
 Requires:   mozilla-nspr-devel >= %(rpm -q --queryformat '%{VERSION}' 
mozilla-nspr-devel)
@@ -126,7 +127,7 @@
 %if %crashreporter
 
 %package buildsymbols
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Breakpad buildsymbols for %{name}
 Group:  Development/Debug
 
@@ -139,8 +140,8 @@
 
 %package -n enigmail
 Version:1.1.2
-Release:9.
-License:GPLv2+ ; MPLv1.1+
+Release:9.
+License:MPLv1.1 or GPLv2+
 Summary:OpenPGP addon for Thunderbird and SeaMonkey
 Group:  Productivity/Networking/Email/Clients
 Url:http://enigmail.mozdev.org
@@ -166,6 +167,7 @@
 %patch9 -p1
 %patch10 -p1
 %patch13 -p1
+%patch14 -p1
 popd
 # comm-central patches
 %patch2 -p1

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.Za14YM/_old  2011-04-29 17:25:13.0 +0200
+++ /var/tmp/diff_new_pack.Za14YM/_new  2011-04-29 17:25:13.0 +0200
@@ -2,8 +2,8 @@
 
 
 BRANCH="releases/comm-1.9.2" # comm-central
-RELEASE_TAG="THUNDERBIRD_3_1_8_RELEASE"
-VERSION="3.1.8"
+RELEASE_TAG="THUNDERBIRD_3_1_10_RELEASE"
+VERSION="3.1.10"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-3.1.8.tar.bz2 -> l10n-3.1.10.tar.bz2 ++
old-versions/11.4/UPDATES/all/MozillaThunderbird/l10n-3.1.8.tar.bz2 
11.4/MozillaThunderbird/l10n-3.1.10.tar.bz2 differ: char 11, line 1

++ mozilla-gcc46.patch ++
See the following bug reports;

https://bugz

commit mozilla-xulrunner192 for openSUSE:11.4

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:11.4
checked in at Fri Apr 29 17:24:02 CEST 2011.




--- 
old-versions/11.4/UPDATES/all/mozilla-xulrunner192/mozilla-xulrunner192.changes 
2011-03-23 00:54:39.0 +0100
+++ 11.4/mozilla-xulrunner192/mozilla-xulrunner192.changes  2011-04-29 
07:06:44.0 +0200
@@ -1,0 +2,20 @@
+Thu Apr 21 10:16:51 UTC 2011 - w...@rosenauer.org
+
+- security update to 1.9.2.17 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0072
+CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+  * MFSA 2011-13/CVE-2011-0065/CVE-2011-0066/CVE-2011-0073
+Multiple dangling pointer vulnerabilities
+  * MFSA 2011-14/CVE-2011-0067 (bmo#527935)
+Information stealing via form history
+  * MFSA 2011-18/CVE-2011-1202 (bmo#640339)
+XSLT generate-id() function heap address leak
+
+---
+Mon Mar 28 16:25:25 UTC 2011 - llu...@novell.com
+
+- fix 'save as' with KDE integration (bnc#557598)
+
+---

calling whatdependson for 11.4-i586


Old:

  l10n-1.9.2.16.tar.bz2
  xulrunner-source-1.9.2.16.tar.bz2

New:

  l10n-1.9.2.17.tar.bz2
  xulrunner-source-1.9.2.17.tar.bz2



Other differences:
--
++ mozilla-xulrunner192.spec ++
--- /var/tmp/diff_new_pack.Ae2Gax/_old  2011-04-29 17:23:50.0 +0200
+++ /var/tmp/diff_new_pack.Ae2Gax/_new  2011-04-29 17:23:50.0 +0200
@@ -38,13 +38,13 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:1.9.2.16
+License:MPLv1.1 or GPLv2+ or LGPLv2+
+Version:1.9.2.17
 Release:0.
-%define releasedate 2011031900
-%define version_internal 1.9.2.16
+%define releasedate 2011042000
+%define version_internal 1.9.2.17
 %define apiversion 1.9.2
-%define uaweight 192160
+%define uaweight 192170
 Summary:Mozilla Runtime Environment 1.9.2
 Url:http://www.mozilla.org
 Group:  Productivity/Other
@@ -128,7 +128,7 @@
 
 
 %package -n mozilla-js192
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Mozilla JS 1.8 engine
 Group:  Productivity/Other
 
@@ -140,7 +140,7 @@
 
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:XULRunner/Gecko SDK 1.9.2
 Group:  Development/Libraries/Other
 %if %has_system_nspr
@@ -157,7 +157,7 @@
 %if %localize
 
 %package translations-common
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Common translations for XULRunner 1.9.2
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -174,7 +174,7 @@
 
 
 %package translations-other
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Extra translations for XULRunner 1.9.2
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -190,7 +190,7 @@
 %endif
 
 %package gnome
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:XULRunner components depending on gnome-vfs
 Group:  Productivity/Other
 Requires:   %{name} = %{version}-%{release}
@@ -206,7 +206,7 @@
 %if %crashreporter
 
 %package buildsymbols
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Breakpad buildsymbols for %{name}
 Group:  Development/Debug
 

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.Ae2Gax/_old  2011-04-29 17:23:50.0 +0200
+++ /var/tmp/diff_new_pack.Ae2Gax/_new  2011-04-29 17:23:50.0 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG="FIREFOX_3_6_16_RELEASE"
-VERSION="1.9.2.16"
+RELEASE_TAG="FIREFOX_3_6_17_RELEASE"
+VERSION="1.9.2.17"
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

++ l10n-1.9.2.16.tar.bz2 -> l10n-1.9.2.17.tar.bz2 ++
old-versions/11.4/UPDATES/all/mozilla-xulrunner192/l10n-1.9.2.16.tar.bz2 
11.4/mozilla-xulrunner192/l10n-1.9.2.17.tar.bz2 differ: char 11, line 1

++ mozilla-kde.patch ++
--- /var/tmp/diff_new_pack.Ae2Gax/_old  2011-04-29 17:23:51.0 +0200
+++ /var/tmp/diff_new_pack.Ae2Gax/_new  2011-04-29 17:23:51.0 +0200
@@ -2616,7 +2616,7 @@
 new file mode 100644
 --- /dev/null
 +++ b/toolkit/xre/nsKDEUtils.cpp
-@@ -0,0 +1,334 @@
+@@ -0,0 +1,328 @@
 +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- 
*/
 +/* * BEGIN LICENSE BLOCK *
 + * Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -28

commit mozilla-xulrunner191 for openSUSE:11.3

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner191 for 
openSUSE:11.3
checked in at Fri Apr 29 17:23:21 CEST 2011.




--- 
old-versions/11.3/UPDATES/all/mozilla-xulrunner191/mozilla-xulrunner191.changes 
2011-03-23 01:11:18.0 +0100
+++ 11.3/mozilla-xulrunner191/mozilla-xulrunner191.changes  2011-04-29 
07:16:54.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 21 11:32:57 UTC 2011 - w...@rosenauer.org
+
+- security update to 1.9.1.19 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0072
+CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+  * MFSA 2011-13/CVE-2011-0065/CVE-2011-0066/CVE-2011-0073
+Multiple dangling pointer vulnerabilities
+  * MFSA 2011-14/CVE-2011-0067 (bmo#527935)
+Information stealing via form history
+  * MFSA 2011-18/CVE-2011-1202 (bmo#640339)
+XSLT generate-id() function heap address leak
+
+---

calling whatdependson for 11.3-i586


Old:

  l10n-1.9.1.18.tar.bz2
  xulrunner-source-1.9.1.18.tar.bz2

New:

  l10n-1.9.1.19.tar.bz2
  xulrunner-source-1.9.1.19.tar.bz2



Other differences:
--
++ mozilla-xulrunner191.spec ++
--- /var/tmp/diff_new_pack.LfBUEh/_old  2011-04-29 17:23:09.0 +0200
+++ /var/tmp/diff_new_pack.LfBUEh/_new  2011-04-29 17:23:09.0 +0200
@@ -33,7 +33,7 @@
 BuildRequires:  nss-shared-helper-devel
 %endif
 License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:1.9.1.18
+Version:1.9.1.19
 Release:0.
 Summary:Mozilla Runtime Environment 1.9.1
 Url:http://www.mozilla.org
@@ -90,10 +90,10 @@
 %if %suse_version > 1110
 %define has_system_cairo 1
 %endif
-%define releasedate 2011031900
+%define releasedate 2011042000
 %define version_internal %{version}
 %define apiversion 1.9.1
-%define uaweight 191180
+%define uaweight 191190
 ### configuration end ###
 %define _use_internal_dependency_generator 0
 %define __find_requires sh %{SOURCE2}

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.LfBUEh/_old  2011-04-29 17:23:09.0 +0200
+++ /var/tmp/diff_new_pack.LfBUEh/_new  2011-04-29 17:23:09.0 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG="FIREFOX_3_5_18_RELEASE"
-VERSION="1.9.1.18"
+RELEASE_TAG="FIREFOX_3_5_19_RELEASE"
+VERSION="1.9.1.19"
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.1 mozilla

++ l10n-1.9.1.18.tar.bz2 -> l10n-1.9.1.19.tar.bz2 ++
old-versions/11.3/UPDATES/all/mozilla-xulrunner191/l10n-1.9.1.18.tar.bz2 
11.3/mozilla-xulrunner191/l10n-1.9.1.19.tar.bz2 differ: char 11, line 1

++ xulrunner-source-1.9.1.18.tar.bz2 -> xulrunner-source-1.9.1.19.tar.bz2 
++
old-versions/11.3/UPDATES/all/mozilla-xulrunner191/xulrunner-source-1.9.1.18.tar.bz2
 11.3/mozilla-xulrunner191/xulrunner-source-1.9.1.19.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

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



commit seamonkey for openSUSE:11.3

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package seamonkey for openSUSE:11.3
checked in at Fri Apr 29 17:22:59 CEST 2011.




--- old-versions/11.3/UPDATES/all/seamonkey/seamonkey.changes   2011-03-23 
07:45:39.0 +0100
+++ 11.3/seamonkey/seamonkey.changes2011-04-29 07:14:39.0 +0200
@@ -1,0 +2,20 @@
+Fri Apr 22 16:01:12 UTC 2011 - pce...@novell.com
+
+- fixed hunspell patch
+
+---
+Thu Apr 21 20:39:18 UTC 2011 - w...@rosenauer.org
+
+- security update to version 2.0.14 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0072
+CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+  * MFSA 2011-13/CVE-2011-0065/CVE-2011-0066/CVE-2011-0073
+Multiple dangling pointer vulnerabilities
+  * MFSA 2011-14/CVE-2011-0067 (bmo#527935)
+Information stealing via form history
+  * MFSA 2011-18/CVE-2011-1202 (bmo#640339)
+XSLT generate-id() function heap address leak
+
+---

calling whatdependson for 11.3-i586


Old:

  l10n-2.0.13.tar.bz2
  seamonkey-2.0.13-source.tar.bz2

New:

  l10n-2.0.14.tar.bz2
  seamonkey-2.0.14-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.6f2OT4/_old  2011-04-29 17:22:48.0 +0200
+++ /var/tmp/diff_new_pack.6f2OT4/_new  2011-04-29 17:22:48.0 +0200
@@ -27,9 +27,9 @@
 %if %suse_version > 1100
 BuildRequires:  nss-shared-helper-devel
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Provides:   web_browser
-Version:2.0.13
+Version:2.0.14
 Release:0.
 Summary:The successor of the Mozilla Application Suite
 Url:http://www.mozilla.org/projects/seamonkey
@@ -62,7 +62,7 @@
 Obsoletes:  seamonkey-mail <= 2.0
 Provides:   seamonkey-spellchecker = %{version}
 Obsoletes:  seamonkey-spellchecker <= 2.0
-%define releasedate 2011032000
+%define releasedate 2011042000
 %define progname %{name}
 %define prefix /usr
 %define progdir %_libdir/%{progname}
@@ -89,7 +89,7 @@
 
 
 %package irc
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:IRC for SeaMonkey
 Group:  Productivity/Networking/IRC
 PreReq: %{name} = %{version}
@@ -99,7 +99,7 @@
 
 
 %package venkman
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:The SeaMonkey JavaScript Debugger
 Group:  Development/Tools/Debuggers
 PreReq: %{name} = %{version}
@@ -109,7 +109,7 @@
 
 
 %package dom-inspector
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:The SeaMonkey DOM Inspector
 Group:  Development/Tools/Navigators
 PreReq: %{name} = %{version}
@@ -121,7 +121,7 @@
 
 
 %package translations-common
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Common translations for SeaMonkey
 Provides:   
locale(%{name}:ca;cs;de;es_AR;es_ES;;fr;hu;it;ja;nb_NO;nl;pl;pt_PT;ru;sv_SE)
 Group:  System/Localization
@@ -133,7 +133,7 @@
 
 
 %package translations-other
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Extra translations for SeaMonkey
 Provides:   locale(%{name}:be;gl;ka;lt;sk;tr)
 Group:  System/Localization
@@ -153,9 +153,6 @@
 %patch5 -p1
 %patch6 -p1
 %patch9 -p1
-pushd extensions
-%patch10
-popd
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
@@ -164,6 +161,8 @@
 %patch1 -p1
 %patch7 -p1
 %patch8 -p1
+# global patches
+%patch10 -p1
 
 %build
 export SUSE_ASNEEDED=0

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.6f2OT4/_old  2011-04-29 17:22:48.0 +0200
+++ /var/tmp/diff_new_pack.6f2OT4/_new  2011-04-29 17:22:48.0 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH="releases/comm-1.9.1"
-RELEASE_TAG="SEAMONKEY_2_0_13_RELEASE"
-VERSION="2.0.13"
+RELEASE_TAG="SEAMONKEY_2_0_14_RELEASE"
+VERSION="2.0.14"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.0.13.tar.bz2 -> l10n-2.0.14.tar.bz2 ++
old-versions/11.3/UPDATES/all/seamonkey/l10n-2.0.13.tar.bz2 
11.3/seamonkey/l10n-2.0.14.tar.bz2 differ: char 11, line 1

++ mozilla-system-hunspell.patch.bz2 ++
 772 lines (skipped)
 between 
old-versions/11.3/UPDATES/all/seamonkey/mozilla-system-hunspell.patch.bz2
 and 11.3/seamonkey/mozilla-system-hunspell.patch.bz2

++ seamonkey-2.0.13-source.tar.bz2 -> seamonkey-2.0.14-source.tar.bz2 ++
old-versions/11.3/UPDATES/all/seamonkey/seamonkey-2.0.13-source.tar.bz2 
11.3/seamonk

commit MozillaThunderbird for openSUSE:11.3

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package MozillaThunderbird for openSUSE:11.3
checked in at Fri Apr 29 17:22:34 CEST 2011.




--- old-versions/11.3/UPDATES/all/MozillaThunderbird/MozillaThunderbird.changes 
2011-03-02 08:29:26.0 +0100
+++ 11.3/MozillaThunderbird/MozillaThunderbird.changes  2011-04-29 
07:52:48.0 +0200
@@ -1,0 +2,19 @@
+Fri Apr 15 06:24:16 UTC 2011 - w...@rosenauer.org
+
+- security update to version 3.1.10 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0072
+CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+
+---
+Fri Mar 25 08:50:30 UTC 2011 - idoen...@novell.com
+
+- Add mozilla-gcc46.patch: fix compilation with gcc 4.6
+  See the following bug reports:
+https://bugzilla.mozilla.org/show_bug.cgi?id=623116
+https://bugzilla.mozilla.org/show_bug.cgi?id=623123
+https://bugzilla.mozilla.org/show_bug.cgi?id=623126
+https://bugzilla.mozilla.org/show_bug.cgi?id=628371
+
+---

calling whatdependson for 11.3-i586


Old:

  l10n-3.1.8.tar.bz2
  thunderbird-3.1.8-source.tar.bz2

New:

  l10n-3.1.10.tar.bz2
  mozilla-gcc46.patch
  thunderbird-3.1.10-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.6dWEB9/_old  2011-04-29 17:22:09.0 +0200
+++ /var/tmp/diff_new_pack.6dWEB9/_new  2011-04-29 17:22:09.0 +0200
@@ -25,11 +25,11 @@
 %if %suse_version > 1100
 BuildRequires:  nss-shared-helper-devel
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-%define mainversion 3.1.8
+License:MPLv1.1 or GPLv2+ or LGPLv2+
+%define mainversion 3.1.10
 Version:%{mainversion}
 Release:0.
-%define releasedate 2011022100
+%define releasedate 2011041400
 Provides:   thunderbird = %{version}
 Summary:The Stand-Alone Mozilla Mail Component
 Url:http://www.mozilla.org/products/thunderbird/
@@ -52,6 +52,7 @@
 Patch10:mozilla-gdk-pixbuf.patch
 Patch11:thunderbird-shared-nss-db.patch
 Patch13:mozilla-xsmp.patch
+Patch14:mozilla-gcc46.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: coreutils fileutils textutils /bin/sh
 ### build options
@@ -86,7 +87,7 @@
 
 
 %package translations-common
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Common translations for MozillaThunderbird
 Provides:   
locale(%{name}:ar;ca;cs;da;de;en_GB;es_AR;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW)
 Group:  System/Localization
@@ -99,7 +100,7 @@
 
 
 %package translations-other
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Extra translations for MozillaThunderbird
 Provides:   
locale(%{name}:af;be;bg;bn_BD;el;et;eu;fy_NL;ga_IE;gd;gl;he;id;is;lt;nn_NO;pa_IN;ro;si;sk;sl;sq;sr;tr;uk;vi)
 Group:  System/Localization
@@ -112,7 +113,7 @@
 
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Mozilla Thunderbird SDK
 Group:  Development/Libraries/Other
 Requires:   mozilla-nspr-devel >= %(rpm -q --queryformat '%{VERSION}' 
mozilla-nspr-devel)
@@ -126,7 +127,7 @@
 %if %crashreporter
 
 %package buildsymbols
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Breakpad buildsymbols for %{name}
 Group:  Development/Debug
 
@@ -139,8 +140,8 @@
 
 %package -n enigmail
 Version:1.1.2
-Release:9.
-License:GPLv2+ ; MPLv1.1+
+Release:9.
+License:MPLv1.1 or GPLv2+
 Summary:OpenPGP addon for Thunderbird and SeaMonkey
 Group:  Productivity/Networking/Email/Clients
 Url:http://enigmail.mozdev.org
@@ -166,6 +167,7 @@
 %patch9 -p1
 %patch10 -p1
 %patch13 -p1
+%patch14 -p1
 popd
 # comm-central patches
 %patch2 -p1

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.6dWEB9/_old  2011-04-29 17:22:09.0 +0200
+++ /var/tmp/diff_new_pack.6dWEB9/_new  2011-04-29 17:22:09.0 +0200
@@ -2,8 +2,8 @@
 
 
 BRANCH="releases/comm-1.9.2" # comm-central
-RELEASE_TAG="THUNDERBIRD_3_1_8_RELEASE"
-VERSION="3.1.8"
+RELEASE_TAG="THUNDERBIRD_3_1_10_RELEASE"
+VERSION="3.1.10"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-3.1.8.tar.bz2 -> l10n-3.1.10.tar.bz2 ++
old-versions/11.3/UPDATES/all/MozillaThunderbird/l10n-3.1.8.tar.bz2 
11.3/MozillaThunderbird/l10n-3.1.10.tar.bz2 differ: char 11, line 1

++ mozilla-gcc46.patch ++
See the following bug reports;

https://bugz

commit MozillaFirefox for openSUSE:11.3

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:11.3
checked in at Fri Apr 29 17:21:02 CEST 2011.




--- old-versions/11.3/UPDATES/all/MozillaFirefox/MozillaFirefox.changes 
2011-03-23 07:21:52.0 +0100
+++ 11.3/MozillaFirefox/MozillaFirefox.changes  2011-04-29 07:08:09.0 
+0200
@@ -1,0 +2,21 @@
+Thu Apr 21 10:18:09 UTC 2011 - w...@rosenauer.org
+
+- security update to 3.6.17 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0072
+CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+  * MFSA 2011-13/CVE-2011-0065/CVE-2011-0066/CVE-2011-0073
+Multiple dangling pointer vulnerabilities
+  * MFSA 2011-14/CVE-2011-0067 (bmo#527935)
+Information stealing via form history
+  * MFSA 2011-18/CVE-2011-1202 (bmo#640339)
+XSLT generate-id() function heap address leak
+
+---
+Fri Mar 25 13:33:17 UTC 2011 - lnus...@suse.de
+
+- add macros file similar to Mandriva in order to simplify
+  packaging extensions
+
+---

calling whatdependson for 11.3-i586


Old:

  firefox-3.6.16-source.tar.bz2
  l10n-3.6.16.tar.bz2

New:

  firefox-3.6.17-source.tar.bz2
  l10n-3.6.17.tar.bz2
  mozilla-get-app-id



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.cYvGtk/_old  2011-04-29 17:20:45.0 +0200
+++ /var/tmp/diff_new_pack.cYvGtk/_new  2011-04-29 17:20:45.0 +0200
@@ -18,11 +18,13 @@
 
 # norootforbuild
 
+%define major 3
+%define mainver %major.6
 
 Name:   MozillaFirefox
 %define xulrunner mozilla-xulrunner192
 BuildRequires:  autoconf213 gcc-c++ libcurl-devel libgnomeui-devel 
libidl-devel libnotify-devel python unzip update-desktop-files zip
-BuildRequires:  %{xulrunner}-devel = 1.9.2.16
+BuildRequires:  %{xulrunner}-devel = 1.9.2.17
 %if %suse_version > 1020
 BuildRequires:  fdupes
 %endif
@@ -31,12 +33,14 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:3.6.16
+License:MPLv1.1 or GPLv2+ or LGPLv2+
+Version:%mainver.17
 Release:0.
 Provides:   web_browser
+Provides:   firefox = %{mainver}
+Provides:   firefox = %{version}-%{release}
 Provides:   firefox = %{version}
-%define releasedate 2011031900
+%define releasedate 2011042000
 Summary:Mozilla Firefox Web Browser
 Url:http://www.mozilla.org/
 Group:  Productivity/Networking/Web/Browsers
@@ -52,6 +56,7 @@
 Source9:firefox-lockdown.js
 Source16:   firefox.1
 Source17:   firefox-suse-default-prefs.js
+Source18:   mozilla-get-app-id
 Patch1: firefox-libxul-sdk.patch
 Patch2: firefox-credits.patch
 Patch3: toolkit-download-folder.patch
@@ -73,6 +78,7 @@
 Requires:   %{xulrunner}-32bit = %(rpm -q --queryformat '%{VERSION}' 
%{xulrunner})
 %endif
 Requires:   %{name}-branding >= 3.5
+%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
 %define _use_internal_dependency_generator 0
 %define __find_requires sh %{SOURCE4}
 %global provfind sh -c "grep -v '.so' | %__find_provides"
@@ -99,12 +105,23 @@
 compliance and performance.  Its functionality can be enhanced via a
 plethora of extensions.
 
+%package devel
+License:MPLv1.1 or GPLv2+ or LGPLv2+
+Summary:Devel package for Firefox
+Group:  Development/Tools/Other
+Provides:   firefox-devel = %{version}-%{release}
+Requires:   %{name} = %{version}
+Requires:   perl(XML::Simple)
+Requires:   perl(Archive::Zip)
+
+%description devel
+Development files for Firefox to make packaging of addons easier.
 
 %if %localize
 
 %package translations-common
 Summary:Common translations for MozillaFirefox
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Provides:   
locale(%{name}:ar;ca;cs;da;de;en_GB;es_AR;es_CL;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW)
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -117,7 +134,7 @@
 
 %package translations-other
 Summary:Extra translations for MozillaFirefox
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Provides:   
locale(%{name}:af;as;be;bg;bn_BD;bn_IN;cy;el;eo;es_MX;et;eu;fa;fy_NL;ga_IE;gl;gu_IN;he;hi_IN;hr;id;is;ka;kk;kn;ku;lt;lv;mk;ml;mr;nn_NO;oc;or;pa_IN;rm;ro;si;sk;sl;sq;sr;ta;ta_LK;te;th;tr;uk;vi)
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -131,7 +148,7 @@
 %endif
 
 %package branding-upstream
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:

commit mozilla-xulrunner192 for openSUSE:11.3

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:11.3
checked in at Fri Apr 29 17:20:29 CEST 2011.




--- 
old-versions/11.3/UPDATES/all/mozilla-xulrunner192/mozilla-xulrunner192.changes 
2011-03-23 00:54:39.0 +0100
+++ 11.3/mozilla-xulrunner192/mozilla-xulrunner192.changes  2011-04-29 
07:06:44.0 +0200
@@ -1,0 +2,20 @@
+Thu Apr 21 10:16:51 UTC 2011 - w...@rosenauer.org
+
+- security update to 1.9.2.17 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0072
+CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+  * MFSA 2011-13/CVE-2011-0065/CVE-2011-0066/CVE-2011-0073
+Multiple dangling pointer vulnerabilities
+  * MFSA 2011-14/CVE-2011-0067 (bmo#527935)
+Information stealing via form history
+  * MFSA 2011-18/CVE-2011-1202 (bmo#640339)
+XSLT generate-id() function heap address leak
+
+---
+Mon Mar 28 16:25:25 UTC 2011 - llu...@novell.com
+
+- fix 'save as' with KDE integration (bnc#557598)
+
+---

calling whatdependson for 11.3-i586


Old:

  l10n-1.9.2.16.tar.bz2
  xulrunner-source-1.9.2.16.tar.bz2

New:

  l10n-1.9.2.17.tar.bz2
  xulrunner-source-1.9.2.17.tar.bz2



Other differences:
--
++ mozilla-xulrunner192.spec ++
--- /var/tmp/diff_new_pack.kDcrWo/_old  2011-04-29 17:17:40.0 +0200
+++ /var/tmp/diff_new_pack.kDcrWo/_new  2011-04-29 17:17:40.0 +0200
@@ -38,13 +38,13 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:1.9.2.16
+License:MPLv1.1 or GPLv2+ or LGPLv2+
+Version:1.9.2.17
 Release:0.
-%define releasedate 2011031900
-%define version_internal 1.9.2.16
+%define releasedate 2011042000
+%define version_internal 1.9.2.17
 %define apiversion 1.9.2
-%define uaweight 192160
+%define uaweight 192170
 Summary:Mozilla Runtime Environment 1.9.2
 Url:http://www.mozilla.org
 Group:  Productivity/Other
@@ -128,7 +128,7 @@
 
 
 %package -n mozilla-js192
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Mozilla JS 1.8 engine
 Group:  Productivity/Other
 
@@ -140,7 +140,7 @@
 
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:XULRunner/Gecko SDK 1.9.2
 Group:  Development/Libraries/Other
 %if %has_system_nspr
@@ -157,7 +157,7 @@
 %if %localize
 
 %package translations-common
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Common translations for XULRunner 1.9.2
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -174,7 +174,7 @@
 
 
 %package translations-other
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Extra translations for XULRunner 1.9.2
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -190,7 +190,7 @@
 %endif
 
 %package gnome
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:XULRunner components depending on gnome-vfs
 Group:  Productivity/Other
 Requires:   %{name} = %{version}-%{release}
@@ -206,7 +206,7 @@
 %if %crashreporter
 
 %package buildsymbols
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Breakpad buildsymbols for %{name}
 Group:  Development/Debug
 

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.kDcrWo/_old  2011-04-29 17:17:40.0 +0200
+++ /var/tmp/diff_new_pack.kDcrWo/_new  2011-04-29 17:17:40.0 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG="FIREFOX_3_6_16_RELEASE"
-VERSION="1.9.2.16"
+RELEASE_TAG="FIREFOX_3_6_17_RELEASE"
+VERSION="1.9.2.17"
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

++ l10n-1.9.2.16.tar.bz2 -> l10n-1.9.2.17.tar.bz2 ++
old-versions/11.3/UPDATES/all/mozilla-xulrunner192/l10n-1.9.2.16.tar.bz2 
11.3/mozilla-xulrunner192/l10n-1.9.2.17.tar.bz2 differ: char 11, line 1

++ mozilla-kde.patch ++
--- /var/tmp/diff_new_pack.kDcrWo/_old  2011-04-29 17:17:40.0 +0200
+++ /var/tmp/diff_new_pack.kDcrWo/_new  2011-04-29 17:17:40.0 +0200
@@ -2616,7 +2616,7 @@
 new file mode 100644
 --- /dev/null
 +++ b/toolkit/xre/nsKDEUtils.cpp
-@@ -0,0 +1,334 @@
+@@ -0,0 +1,328 @@
 +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- 
*/
 +/* * BEGIN LICENSE BLOCK *
 + * Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -28

commit mozilla-xulrunner191 for openSUSE:11.2

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner191 for 
openSUSE:11.2
checked in at Fri Apr 29 17:16:35 CEST 2011.




--- 
old-versions/11.2/UPDATES/all/mozilla-xulrunner191/mozilla-xulrunner191.changes 
2011-03-23 01:11:18.0 +0100
+++ 11.2/mozilla-xulrunner191/mozilla-xulrunner191.changes  2011-04-29 
07:16:54.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 21 11:32:57 UTC 2011 - w...@rosenauer.org
+
+- security update to 1.9.1.19 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0072
+CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+  * MFSA 2011-13/CVE-2011-0065/CVE-2011-0066/CVE-2011-0073
+Multiple dangling pointer vulnerabilities
+  * MFSA 2011-14/CVE-2011-0067 (bmo#527935)
+Information stealing via form history
+  * MFSA 2011-18/CVE-2011-1202 (bmo#640339)
+XSLT generate-id() function heap address leak
+
+---

calling whatdependson for 11.2-i586


Old:

  l10n-1.9.1.18.tar.bz2
  xulrunner-source-1.9.1.18.tar.bz2

New:

  l10n-1.9.1.19.tar.bz2
  xulrunner-source-1.9.1.19.tar.bz2



Other differences:
--
++ mozilla-xulrunner191.spec ++
--- /var/tmp/diff_new_pack.bzD7XB/_old  2011-04-29 17:14:17.0 +0200
+++ /var/tmp/diff_new_pack.bzD7XB/_new  2011-04-29 17:14:17.0 +0200
@@ -33,7 +33,7 @@
 BuildRequires:  nss-shared-helper-devel
 %endif
 License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:1.9.1.18
+Version:1.9.1.19
 Release:0.
 Summary:Mozilla Runtime Environment 1.9.1
 Url:http://www.mozilla.org
@@ -90,10 +90,10 @@
 %if %suse_version > 1110
 %define has_system_cairo 1
 %endif
-%define releasedate 2011031900
+%define releasedate 2011042000
 %define version_internal %{version}
 %define apiversion 1.9.1
-%define uaweight 191180
+%define uaweight 191190
 ### configuration end ###
 %define _use_internal_dependency_generator 0
 %define __find_requires sh %{SOURCE2}

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.bzD7XB/_old  2011-04-29 17:14:17.0 +0200
+++ /var/tmp/diff_new_pack.bzD7XB/_new  2011-04-29 17:14:17.0 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG="FIREFOX_3_5_18_RELEASE"
-VERSION="1.9.1.18"
+RELEASE_TAG="FIREFOX_3_5_19_RELEASE"
+VERSION="1.9.1.19"
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.1 mozilla

++ l10n-1.9.1.18.tar.bz2 -> l10n-1.9.1.19.tar.bz2 ++
old-versions/11.2/UPDATES/all/mozilla-xulrunner191/l10n-1.9.1.18.tar.bz2 
11.2/mozilla-xulrunner191/l10n-1.9.1.19.tar.bz2 differ: char 11, line 1

++ xulrunner-source-1.9.1.18.tar.bz2 -> xulrunner-source-1.9.1.19.tar.bz2 
++
old-versions/11.2/UPDATES/all/mozilla-xulrunner191/xulrunner-source-1.9.1.18.tar.bz2
 11.2/mozilla-xulrunner191/xulrunner-source-1.9.1.19.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

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



commit seamonkey for openSUSE:11.2

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package seamonkey for openSUSE:11.2
checked in at Fri Apr 29 17:14:07 CEST 2011.




--- old-versions/11.2/UPDATES/all/seamonkey/seamonkey.changes   2011-03-23 
07:45:39.0 +0100
+++ 11.2/seamonkey/seamonkey.changes2011-04-29 07:14:39.0 +0200
@@ -1,0 +2,20 @@
+Fri Apr 22 16:01:12 UTC 2011 - pce...@novell.com
+
+- fixed hunspell patch
+
+---
+Thu Apr 21 20:39:18 UTC 2011 - w...@rosenauer.org
+
+- security update to version 2.0.14 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0072
+CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+  * MFSA 2011-13/CVE-2011-0065/CVE-2011-0066/CVE-2011-0073
+Multiple dangling pointer vulnerabilities
+  * MFSA 2011-14/CVE-2011-0067 (bmo#527935)
+Information stealing via form history
+  * MFSA 2011-18/CVE-2011-1202 (bmo#640339)
+XSLT generate-id() function heap address leak
+
+---

calling whatdependson for 11.2-i586


Old:

  l10n-2.0.13.tar.bz2
  seamonkey-2.0.13-source.tar.bz2

New:

  l10n-2.0.14.tar.bz2
  seamonkey-2.0.14-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.shkPxF/_old  2011-04-29 17:13:33.0 +0200
+++ /var/tmp/diff_new_pack.shkPxF/_new  2011-04-29 17:13:33.0 +0200
@@ -27,9 +27,9 @@
 %if %suse_version > 1100
 BuildRequires:  nss-shared-helper-devel
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Provides:   web_browser
-Version:2.0.13
+Version:2.0.14
 Release:0.
 Summary:The successor of the Mozilla Application Suite
 Url:http://www.mozilla.org/projects/seamonkey
@@ -62,7 +62,7 @@
 Obsoletes:  seamonkey-mail <= 2.0
 Provides:   seamonkey-spellchecker = %{version}
 Obsoletes:  seamonkey-spellchecker <= 2.0
-%define releasedate 2011032000
+%define releasedate 2011042000
 %define progname %{name}
 %define prefix /usr
 %define progdir %_libdir/%{progname}
@@ -89,7 +89,7 @@
 
 
 %package irc
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:IRC for SeaMonkey
 Group:  Productivity/Networking/IRC
 PreReq: %{name} = %{version}
@@ -99,7 +99,7 @@
 
 
 %package venkman
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:The SeaMonkey JavaScript Debugger
 Group:  Development/Tools/Debuggers
 PreReq: %{name} = %{version}
@@ -109,7 +109,7 @@
 
 
 %package dom-inspector
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:The SeaMonkey DOM Inspector
 Group:  Development/Tools/Navigators
 PreReq: %{name} = %{version}
@@ -121,7 +121,7 @@
 
 
 %package translations-common
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Common translations for SeaMonkey
 Provides:   
locale(%{name}:ca;cs;de;es_AR;es_ES;;fr;hu;it;ja;nb_NO;nl;pl;pt_PT;ru;sv_SE)
 Group:  System/Localization
@@ -133,7 +133,7 @@
 
 
 %package translations-other
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Extra translations for SeaMonkey
 Provides:   locale(%{name}:be;gl;ka;lt;sk;tr)
 Group:  System/Localization
@@ -153,9 +153,6 @@
 %patch5 -p1
 %patch6 -p1
 %patch9 -p1
-pushd extensions
-%patch10
-popd
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
@@ -164,6 +161,8 @@
 %patch1 -p1
 %patch7 -p1
 %patch8 -p1
+# global patches
+%patch10 -p1
 
 %build
 export SUSE_ASNEEDED=0

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.shkPxF/_old  2011-04-29 17:13:33.0 +0200
+++ /var/tmp/diff_new_pack.shkPxF/_new  2011-04-29 17:13:33.0 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH="releases/comm-1.9.1"
-RELEASE_TAG="SEAMONKEY_2_0_13_RELEASE"
-VERSION="2.0.13"
+RELEASE_TAG="SEAMONKEY_2_0_14_RELEASE"
+VERSION="2.0.14"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.0.13.tar.bz2 -> l10n-2.0.14.tar.bz2 ++
old-versions/11.2/UPDATES/all/seamonkey/l10n-2.0.13.tar.bz2 
11.2/seamonkey/l10n-2.0.14.tar.bz2 differ: char 11, line 1

++ mozilla-system-hunspell.patch.bz2 ++
 772 lines (skipped)
 between 
old-versions/11.2/UPDATES/all/seamonkey/mozilla-system-hunspell.patch.bz2
 and 11.2/seamonkey/mozilla-system-hunspell.patch.bz2

++ seamonkey-2.0.13-source.tar.bz2 -> seamonkey-2.0.14-source.tar.bz2 ++
old-versions/11.2/UPDATES/all/seamonkey/seamonkey-2.0.13-source.tar.bz2 
11.2/seamonk

commit MozillaThunderbird for openSUSE:11.2

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package MozillaThunderbird for openSUSE:11.2
checked in at Fri Apr 29 17:12:59 CEST 2011.




--- old-versions/11.2/UPDATES/all/MozillaThunderbird/MozillaThunderbird.changes 
2011-03-02 08:29:26.0 +0100
+++ 11.2/MozillaThunderbird/MozillaThunderbird.changes  2011-04-29 
07:52:48.0 +0200
@@ -1,0 +2,19 @@
+Fri Apr 15 06:24:16 UTC 2011 - w...@rosenauer.org
+
+- security update to version 3.1.10 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0072
+CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+
+---
+Fri Mar 25 08:50:30 UTC 2011 - idoen...@novell.com
+
+- Add mozilla-gcc46.patch: fix compilation with gcc 4.6
+  See the following bug reports:
+https://bugzilla.mozilla.org/show_bug.cgi?id=623116
+https://bugzilla.mozilla.org/show_bug.cgi?id=623123
+https://bugzilla.mozilla.org/show_bug.cgi?id=623126
+https://bugzilla.mozilla.org/show_bug.cgi?id=628371
+
+---

calling whatdependson for 11.2-i586


Old:

  l10n-3.1.8.tar.bz2
  thunderbird-3.1.8-source.tar.bz2

New:

  l10n-3.1.10.tar.bz2
  mozilla-gcc46.patch
  thunderbird-3.1.10-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.oZstzq/_old  2011-04-29 17:12:38.0 +0200
+++ /var/tmp/diff_new_pack.oZstzq/_new  2011-04-29 17:12:38.0 +0200
@@ -25,11 +25,11 @@
 %if %suse_version > 1100
 BuildRequires:  nss-shared-helper-devel
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-%define mainversion 3.1.8
+License:MPLv1.1 or GPLv2+ or LGPLv2+
+%define mainversion 3.1.10
 Version:%{mainversion}
 Release:0.
-%define releasedate 2011022100
+%define releasedate 2011041400
 Provides:   thunderbird = %{version}
 Summary:The Stand-Alone Mozilla Mail Component
 Url:http://www.mozilla.org/products/thunderbird/
@@ -52,6 +52,7 @@
 Patch10:mozilla-gdk-pixbuf.patch
 Patch11:thunderbird-shared-nss-db.patch
 Patch13:mozilla-xsmp.patch
+Patch14:mozilla-gcc46.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: coreutils fileutils textutils /bin/sh
 ### build options
@@ -86,7 +87,7 @@
 
 
 %package translations-common
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Common translations for MozillaThunderbird
 Provides:   
locale(%{name}:ar;ca;cs;da;de;en_GB;es_AR;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW)
 Group:  System/Localization
@@ -99,7 +100,7 @@
 
 
 %package translations-other
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Extra translations for MozillaThunderbird
 Provides:   
locale(%{name}:af;be;bg;bn_BD;el;et;eu;fy_NL;ga_IE;gd;gl;he;id;is;lt;nn_NO;pa_IN;ro;si;sk;sl;sq;sr;tr;uk;vi)
 Group:  System/Localization
@@ -112,7 +113,7 @@
 
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Mozilla Thunderbird SDK
 Group:  Development/Libraries/Other
 Requires:   mozilla-nspr-devel >= %(rpm -q --queryformat '%{VERSION}' 
mozilla-nspr-devel)
@@ -126,7 +127,7 @@
 %if %crashreporter
 
 %package buildsymbols
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Breakpad buildsymbols for %{name}
 Group:  Development/Debug
 
@@ -139,8 +140,8 @@
 
 %package -n enigmail
 Version:1.1.2
-Release:9.
-License:GPLv2+ ; MPLv1.1+
+Release:9.
+License:MPLv1.1 or GPLv2+
 Summary:OpenPGP addon for Thunderbird and SeaMonkey
 Group:  Productivity/Networking/Email/Clients
 Url:http://enigmail.mozdev.org
@@ -166,6 +167,7 @@
 %patch9 -p1
 %patch10 -p1
 %patch13 -p1
+%patch14 -p1
 popd
 # comm-central patches
 %patch2 -p1

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.oZstzq/_old  2011-04-29 17:12:38.0 +0200
+++ /var/tmp/diff_new_pack.oZstzq/_new  2011-04-29 17:12:38.0 +0200
@@ -2,8 +2,8 @@
 
 
 BRANCH="releases/comm-1.9.2" # comm-central
-RELEASE_TAG="THUNDERBIRD_3_1_8_RELEASE"
-VERSION="3.1.8"
+RELEASE_TAG="THUNDERBIRD_3_1_10_RELEASE"
+VERSION="3.1.10"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-3.1.8.tar.bz2 -> l10n-3.1.10.tar.bz2 ++
old-versions/11.2/UPDATES/all/MozillaThunderbird/l10n-3.1.8.tar.bz2 
11.2/MozillaThunderbird/l10n-3.1.10.tar.bz2 differ: char 11, line 1

++ mozilla-gcc46.patch ++
See the following bug reports;

https://bugz

commit MozillaFirefox for openSUSE:11.2

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:11.2
checked in at Fri Apr 29 17:12:19 CEST 2011.




--- old-versions/11.2/UPDATES/all/MozillaFirefox/MozillaFirefox.changes 
2011-03-23 07:21:52.0 +0100
+++ 11.2/MozillaFirefox/MozillaFirefox.changes  2011-04-29 07:08:09.0 
+0200
@@ -1,0 +2,21 @@
+Thu Apr 21 10:18:09 UTC 2011 - w...@rosenauer.org
+
+- security update to 3.6.17 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0072
+CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+  * MFSA 2011-13/CVE-2011-0065/CVE-2011-0066/CVE-2011-0073
+Multiple dangling pointer vulnerabilities
+  * MFSA 2011-14/CVE-2011-0067 (bmo#527935)
+Information stealing via form history
+  * MFSA 2011-18/CVE-2011-1202 (bmo#640339)
+XSLT generate-id() function heap address leak
+
+---
+Fri Mar 25 13:33:17 UTC 2011 - lnus...@suse.de
+
+- add macros file similar to Mandriva in order to simplify
+  packaging extensions
+
+---

calling whatdependson for 11.2-i586


Old:

  firefox-3.6.16-source.tar.bz2
  l10n-3.6.16.tar.bz2

New:

  firefox-3.6.17-source.tar.bz2
  l10n-3.6.17.tar.bz2
  mozilla-get-app-id



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.ZHH9Vy/_old  2011-04-29 17:11:44.0 +0200
+++ /var/tmp/diff_new_pack.ZHH9Vy/_new  2011-04-29 17:11:44.0 +0200
@@ -18,11 +18,13 @@
 
 # norootforbuild
 
+%define major 3
+%define mainver %major.6
 
 Name:   MozillaFirefox
 %define xulrunner mozilla-xulrunner192
 BuildRequires:  autoconf213 gcc-c++ libcurl-devel libgnomeui-devel 
libidl-devel libnotify-devel python unzip update-desktop-files zip
-BuildRequires:  %{xulrunner}-devel = 1.9.2.16
+BuildRequires:  %{xulrunner}-devel = 1.9.2.17
 %if %suse_version > 1020
 BuildRequires:  fdupes
 %endif
@@ -31,12 +33,14 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:3.6.16
+License:MPLv1.1 or GPLv2+ or LGPLv2+
+Version:%mainver.17
 Release:0.
 Provides:   web_browser
+Provides:   firefox = %{mainver}
+Provides:   firefox = %{version}-%{release}
 Provides:   firefox = %{version}
-%define releasedate 2011031900
+%define releasedate 2011042000
 Summary:Mozilla Firefox Web Browser
 Url:http://www.mozilla.org/
 Group:  Productivity/Networking/Web/Browsers
@@ -52,6 +56,7 @@
 Source9:firefox-lockdown.js
 Source16:   firefox.1
 Source17:   firefox-suse-default-prefs.js
+Source18:   mozilla-get-app-id
 Patch1: firefox-libxul-sdk.patch
 Patch2: firefox-credits.patch
 Patch3: toolkit-download-folder.patch
@@ -73,6 +78,7 @@
 Requires:   %{xulrunner}-32bit = %(rpm -q --queryformat '%{VERSION}' 
%{xulrunner})
 %endif
 Requires:   %{name}-branding >= 3.5
+%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
 %define _use_internal_dependency_generator 0
 %define __find_requires sh %{SOURCE4}
 %global provfind sh -c "grep -v '.so' | %__find_provides"
@@ -99,12 +105,23 @@
 compliance and performance.  Its functionality can be enhanced via a
 plethora of extensions.
 
+%package devel
+License:MPLv1.1 or GPLv2+ or LGPLv2+
+Summary:Devel package for Firefox
+Group:  Development/Tools/Other
+Provides:   firefox-devel = %{version}-%{release}
+Requires:   %{name} = %{version}
+Requires:   perl(XML::Simple)
+Requires:   perl(Archive::Zip)
+
+%description devel
+Development files for Firefox to make packaging of addons easier.
 
 %if %localize
 
 %package translations-common
 Summary:Common translations for MozillaFirefox
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Provides:   
locale(%{name}:ar;ca;cs;da;de;en_GB;es_AR;es_CL;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW)
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -117,7 +134,7 @@
 
 %package translations-other
 Summary:Extra translations for MozillaFirefox
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Provides:   
locale(%{name}:af;as;be;bg;bn_BD;bn_IN;cy;el;eo;es_MX;et;eu;fa;fy_NL;ga_IE;gl;gu_IN;he;hi_IN;hr;id;is;ka;kk;kn;ku;lt;lv;mk;ml;mr;nn_NO;oc;or;pa_IN;rm;ro;si;sk;sl;sq;sr;ta;ta_LK;te;th;tr;uk;vi)
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -131,7 +148,7 @@
 %endif
 
 %package branding-upstream
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:

commit mozilla-xulrunner192 for openSUSE:11.2

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:11.2
checked in at Fri Apr 29 17:10:43 CEST 2011.




--- 
old-versions/11.2/UPDATES/all/mozilla-xulrunner192/mozilla-xulrunner192.changes 
2011-03-23 00:54:39.0 +0100
+++ 11.2/mozilla-xulrunner192/mozilla-xulrunner192.changes  2011-04-29 
07:06:44.0 +0200
@@ -1,0 +2,20 @@
+Thu Apr 21 10:16:51 UTC 2011 - w...@rosenauer.org
+
+- security update to 1.9.2.17 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0072
+CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+  * MFSA 2011-13/CVE-2011-0065/CVE-2011-0066/CVE-2011-0073
+Multiple dangling pointer vulnerabilities
+  * MFSA 2011-14/CVE-2011-0067 (bmo#527935)
+Information stealing via form history
+  * MFSA 2011-18/CVE-2011-1202 (bmo#640339)
+XSLT generate-id() function heap address leak
+
+---
+Mon Mar 28 16:25:25 UTC 2011 - llu...@novell.com
+
+- fix 'save as' with KDE integration (bnc#557598)
+
+---

calling whatdependson for 11.2-i586


Old:

  l10n-1.9.2.16.tar.bz2
  xulrunner-source-1.9.2.16.tar.bz2

New:

  l10n-1.9.2.17.tar.bz2
  xulrunner-source-1.9.2.17.tar.bz2



Other differences:
--
++ mozilla-xulrunner192.spec ++
--- /var/tmp/diff_new_pack.rcUUvO/_old  2011-04-29 17:10:12.0 +0200
+++ /var/tmp/diff_new_pack.rcUUvO/_new  2011-04-29 17:10:12.0 +0200
@@ -38,13 +38,13 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:1.9.2.16
+License:MPLv1.1 or GPLv2+ or LGPLv2+
+Version:1.9.2.17
 Release:0.
-%define releasedate 2011031900
-%define version_internal 1.9.2.16
+%define releasedate 2011042000
+%define version_internal 1.9.2.17
 %define apiversion 1.9.2
-%define uaweight 192160
+%define uaweight 192170
 Summary:Mozilla Runtime Environment 1.9.2
 Url:http://www.mozilla.org
 Group:  Productivity/Other
@@ -128,7 +128,7 @@
 
 
 %package -n mozilla-js192
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Mozilla JS 1.8 engine
 Group:  Productivity/Other
 
@@ -140,7 +140,7 @@
 
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:XULRunner/Gecko SDK 1.9.2
 Group:  Development/Libraries/Other
 %if %has_system_nspr
@@ -157,7 +157,7 @@
 %if %localize
 
 %package translations-common
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Common translations for XULRunner 1.9.2
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -174,7 +174,7 @@
 
 
 %package translations-other
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Extra translations for XULRunner 1.9.2
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -190,7 +190,7 @@
 %endif
 
 %package gnome
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:XULRunner components depending on gnome-vfs
 Group:  Productivity/Other
 Requires:   %{name} = %{version}-%{release}
@@ -206,7 +206,7 @@
 %if %crashreporter
 
 %package buildsymbols
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Breakpad buildsymbols for %{name}
 Group:  Development/Debug
 

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.rcUUvO/_old  2011-04-29 17:10:12.0 +0200
+++ /var/tmp/diff_new_pack.rcUUvO/_new  2011-04-29 17:10:12.0 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG="FIREFOX_3_6_16_RELEASE"
-VERSION="1.9.2.16"
+RELEASE_TAG="FIREFOX_3_6_17_RELEASE"
+VERSION="1.9.2.17"
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

++ l10n-1.9.2.16.tar.bz2 -> l10n-1.9.2.17.tar.bz2 ++
old-versions/11.2/UPDATES/all/mozilla-xulrunner192/l10n-1.9.2.16.tar.bz2 
11.2/mozilla-xulrunner192/l10n-1.9.2.17.tar.bz2 differ: char 11, line 1

++ mozilla-kde.patch ++
--- /var/tmp/diff_new_pack.rcUUvO/_old  2011-04-29 17:10:12.0 +0200
+++ /var/tmp/diff_new_pack.rcUUvO/_new  2011-04-29 17:10:12.0 +0200
@@ -2616,7 +2616,7 @@
 new file mode 100644
 --- /dev/null
 +++ b/toolkit/xre/nsKDEUtils.cpp
-@@ -0,0 +1,334 @@
+@@ -0,0 +1,328 @@
 +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- 
*/
 +/* * BEGIN LICENSE BLOCK *
 + * Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -28

commit perl-Class-Adapter for openSUSE:Factory

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package perl-Class-Adapter for 
openSUSE:Factory
checked in at Fri Apr 29 12:55:28 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Class-Adapter/perl-Class-Adapter.changes  
2010-11-30 20:24:01.0 +0100
@@ -0,0 +1,41 @@
+---
+Tue Nov 30 19:19:53 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Sep  6 11:28:19 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78
+- noarch pkg
+- remove Provides: perl-Class-Adapter-Builder
+
+---
+Tue Aug 31 21:48:22 UTC 2010 - pascal.ble...@opensuse.org
+
+- spec rewrite
+- update to 1.07:
+  * upgrading to Module::Install 0.95
+  * accidentally deleted Class::Adapter from the CPAN. erk!
+
+---
+Thu Jul  2 13:25:57 CEST 2009 - meiss...@novell.com
+
+- provide perl-Class-Adapter-Builder without %name, just %version
+  (should fix bnc#512895)
+
+---
+Wed Dec 24 09:46:31 CET 2008 - pascal.ble...@opensuse.org
+
+- proper use of macros
+- line-wrapping for %description
+- changed license to "Perl" instead of "Artistic"
+- removed Manifest file from %doc, added LICENSE
+- changed Source: to fully-qualified URL, using pristine upstream
+  .tar.gz instead of repackaged .tar.bz2
+
+---
+Sun Nov 30 08:24:46 CET 2008 - l...@linux-schulserver.de
+
+- initial version 1.05
+

calling whatdependson for head-i586


New:

  Class-Adapter-1.07.tar.bz2
  perl-Class-Adapter.changes
  perl-Class-Adapter.spec



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

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

# norootforbuild


Name:   perl-Class-Adapter
%define cpan_name Class-Adapter
Summary:Perl implementation of the "Adapter" Design Pattern
Version:1.07
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Class-Adapter/
#Source: 
http://www.cpan.org/modules/by-module/Class/Class-Adapter-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Test::More) >= 0.47
BuildRequires:  perl(Scalar::Util) >= 1.10
Requires:   perl(Scalar::Util) >= 1.10

%description
The Class::Adapter class is intended as an abstract base class for creating
any sort of class or object that follows the Adapter pattern.

Authors:

Adam Kennedy 

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

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

%check
%{__make} test

%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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

%changelog





Remember to have fun...

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



commit perl-FindBin-Real for openSUSE:Factory

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package perl-FindBin-Real for 
openSUSE:Factory
checked in at Fri Apr 29 12:53:39 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-FindBin-Real/perl-FindBin-Real.changes
2011-01-21 21:18:22.0 +0100
@@ -0,0 +1,6 @@
+---
+Fri Jan 21 20:18:18 UTC 2011 - co...@novell.com
+
+- initial package 1.05
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  FindBin-Real-1.05.tar.bz2
  perl-FindBin-Real.changes
  perl-FindBin-Real.spec



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

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



Name:   perl-FindBin-Real
Version:1.05
Release:1
License:GPL+ or Artistic
%define cpan_name FindBin-Real
Summary:Locate directory of original perl script
Url:http://search.cpan.org/dist/FindBin-Real/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/S/ST/STRO/FindBin-Real-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
Locates the full path to the script bin directory to allow the use of paths
relative to the bin directory.

This allows a user to setup a directory tree for some software with
directories /bin and /lib and then the above example will allow
the use of modules in the lib directory without knowing where the software
tree is installed.

If perl is invoked using the *-e* option or the perl script is read from
'STDIN' then FindBin sets both 'Bin()' and 'RealBin()' return values to the
current directory.

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

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

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

%changelog





Remember to have fun...

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



commit perl-Test-EOL for openSUSE:Factory

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package perl-Test-EOL for openSUSE:Factory
checked in at Fri Apr 29 12:52:08 CEST 2011.




New Changes file:

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

calling whatdependson for head-i586


New:

  Test-EOL-0.9.tar.bz2
  perl-Test-EOL.changes
  perl-Test-EOL.spec



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

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



Name:   perl-Test-EOL
Version:0.9
Release:1
License:GPL+ or Artistic
%define cpan_name Test-EOL
Summary:Check the correct line endings in your project
Url:http://search.cpan.org/dist/Test-EOL/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/F/FL/FLORA/Test-EOL-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl(File::Find)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(File::Temp)
BuildRequires:  perl(vars)
BuildRequires:  perl
BuildRequires:  perl-macros
Requires:   perl(File::Find)
Requires:   perl(File::Spec)
Requires:   perl(vars)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
This module scans your project/distribution for any perl files (scripts,
modules, etc) for the presence of windows line endings.

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

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

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

%changelog





Remember to have fun...

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



commit premake4 for openSUSE:Factory

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package premake4 for openSUSE:Factory
checked in at Fri Apr 29 12:50:48 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/premake4/premake4.changes  2011-02-05 
12:04:45.0 +0100
@@ -0,0 +1,5 @@
+---
+Sat Feb  5 10:56:41 UTC 2011 - a...@mizerski.pl
+
+- new package. version 4.3
+

calling whatdependson for head-i586


New:

  premake-4.3.patch
  premake-4.3.tar.bz2
  premake4.changes
  premake4.spec



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

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

# norootforbuild


Name:   premake4
Summary:Powerfully simple build configuration
Group:  Development/Tools/Building
Version:4.3
Release:1
License:BSD v3
Url:http://industriousone.com/premake
# file 
http://sourceforge.net/projects/premake/files/Premake/4.3/premake-4.3-src.zip/download
# removed src/host/lua-5.1.4
# repacked to tar.bz2
Source: premake-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE premake-4.3.patch a...@mizerski.pl -- use shared lua; use 
RPM_OPT_FLAGS; don't strip;
Patch0: premake-4.3.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  lua-devel pkg-config
#Requires:   

%description
Premake is a build configuration tool. Describe your C, C++, or C# software 
project using a simple, easy to read syntax and let Premake generate the 
project files for:

* Microsoft Visual Studio 2002, 2003, 2005, and 2008, including the Express 
editions
* GNU Make, including Cygwin and MinGW
* Apple Xcode
* Code::Blocks
* CodeLite
* IC#Code SharpDevelop
* MonoDevelop

%prep
%setup -q -n premake-%{version}
%patch0 -p1

%build
pushd build/gmake.unix
%__make verbose=1 %{?_smp_mflags}
popd

%install
%__install -D -m755 bin/release/premake4 %buildroot%{_bindir}/%{name}

%clean
%__rm -rf %buildroot

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%doc CHANGES.txt LICENSE.txt README.txt

%changelog
++ premake-4.3.patch ++
diff -rupN premake-4.3/build/gmake.unix/Premake4.make 
premake-4.3_mod/build/gmake.unix/Premake4.make
--- premake-4.3/build/gmake.unix/Premake4.make  2011-02-05 11:40:45.0 
+0100
+++ premake-4.3_mod/build/gmake.unix/Premake4.make  2011-02-05 
12:32:35.131094488 +0100
@@ -23,13 +23,13 @@ ifeq ($(config),release)
   OBJDIR = obj/Release
   TARGETDIR  = ../../bin/release
   TARGET = $(TARGETDIR)/premake4
-  DEFINES   += -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN
-  INCLUDES  += -I../../src/host/lua-5.1.4/src
+  DEFINES   += -DNDEBUG
+  INCLUDES  += 
   CPPFLAGS  += -MMD -MP $(DEFINES) $(INCLUDES)
-  CFLAGS+= $(CPPFLAGS) $(ARCH) -Wall -Os
-  CXXFLAGS  += $(CFLAGS) 
-  LDFLAGS   += -s -rdynamic
-  LIBS  += -lm -ldl
+  CFLAGS+= `pkg-config lua --cflags` $(CPPFLAGS) $(ARCH) $(RPM_OPT_FLAGS)
+  CXXFLAGS  += $(CFLAGS)
+  LDFLAGS   += -rdynamic
+  LIBS  += `pkg-config lua --libs`
   RESFLAGS  += $(DEFINES) $(INCLUDES) 
   LDDEPS+= 
   LINKCMD= $(CC) -o $(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(ARCH) 
$(LIBS)
@@ -78,35 +78,6 @@ OBJECTS := \
$(OBJDIR)/premake.o \
$(OBJDIR)/scripts.o \
$(OBJDIR)/string_endswith.o \
-   $(OBJDIR)/lapi.o \
-   $(OBJDIR)/lauxlib.o \
-   $(OBJDIR)/lbaselib.o \
-   $(OBJDIR)/lcode.o \
-   $(OBJDIR)/ldblib.o \
-   $(OBJDIR)/ldebug.o \
-   $(OBJDIR)/ldo.o \
-   $(OBJDIR)/ldump.o \
-   $(OBJDIR)/lfunc.o \
-   $(OBJDIR)/lgc.o \
-   $(OBJDIR)/linit.o \
-   $(OBJDIR)/liolib.o \
-   $(OBJDIR)/llex.o \
-   $(OBJDIR)/lmathlib.o \
-   $(OBJDIR)/lmem.o \
-   $(OBJDIR)/loadlib.o \
-   $(OBJDIR)/lobject.o \
-   $(OBJDIR)/lopcodes.o \
-   $(OBJDIR)/loslib.o \
-   $(OBJDIR)/lparser.o \
-   $(OBJDIR)/lstate.o \
-   $(OBJDIR)/lstring.o \
-   $(OBJDIR)/lstrlib.o \
-   $(OBJDIR)/ltable.o \
-   $(OBJDIR)/ltablib.o \
-   $(OBJDIR)/ltm.o \
-   $(OBJDIR)/lundump.o \
-   $(OBJDIR)/lvm.o \
-   $(OBJDIR)/lzio.o \
 
 RESOURCES := \
 
@@ 

commit open-vm-tools for openSUSE:Factory

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory
checked in at Fri Apr 29 12:44:44 CEST 2011.




--- open-vm-tools/open-vm-tools.changes 2010-12-22 10:27:25.0 +0100
+++ /mounts/work_src_done/STABLE/open-vm-tools/open-vm-tools.changes
2011-04-27 10:59:20.0 +0200
@@ -1,0 +2,43 @@
+Wed Apr 27 08:58:46 UTC 2011 - dims...@opensuse.org
+
+- Extend the init script to detect the name of the balloon driver,
+  which changed several times in the kernel.
+
+---
+Thu Apr 14 19:35:44 UTC 2011 - dims...@opensuse.org
+
+- Update to 2011.03.28:
+  + HGFS mounter and vmusr's suid wrapper were changed to avoid
+issues with symlink attacks. A new mount utility for vmblock on
+Solaris and FreeBSD was added.
+  + The VMCI driver was thoroughly reworked so that it can serve as
+both the host and guest VMCI driver. This is mostly targeted at
+supporting nested VMs.
+  + vmusr got better integration with X's session manager,
+including proper cleanup during session teardown.
+  + Unity has been enhanced to better handle some desktop
+environments.
+  + Many small bug fixes in other areas, including updates for
+newer Linux kernels.
+- Changes from 2011.02.23:
+  + Some copy & paste issues with KDE were fixed.
+  + Mostly cleanups and bug fixes, with a few build enhancements.
+- Changes from 2011.01.24:
+  + Mostly cleanups and bug fixes.
+  + Install code fixed to handle translation catalogs correctly.
+- No longer care for missing modules on openSUSE 11.2. It is EOL in
+  a few weeks. As a consequence, remove the sources (they are in
+  current kernels):
+  + pvscsi.tar.bz2
+  + vmxnet3.tar.bz2
+  + vmemctl.tar.bz2
+- Fix some lint warnings: obsolete only <, not <=, Add PreReq:
+  permissions to the -gui package.
+
+---
+Thu Apr 14 16:30:29 UTC 2011 - dims...@opensuse.org
+
+- Fix build with Factory: verify the list of modules that are not
+  yet merged into the main kernel.
+
+---

calling whatdependson for head-i586


Old:

  open-vm-tools-2010.12.19-339835.tar.bz2
  pvscsi.tar.bz2
  vmmemctl.tar.bz2
  vmxnet3.tar.bz2

New:

  open-vm-tools-2011.03.28-387002.tar.bz2



Other differences:
--
++ open-vm-tools.spec ++
--- /var/tmp/diff_new_pack.XQFOrz/_old  2011-04-29 12:40:50.0 +0200
+++ /var/tmp/diff_new_pack.XQFOrz/_new  2011-04-29 12:40:50.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package open-vm-tools (Version 2010.12.19)
+# spec file for package open-vm-tools
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (C) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,24 +21,20 @@
 # exclude AMD PCnet32 LANCE pci.id from Supplements list [bnc#397554]
 %define __find_supplements sh -c '/usr/lib/rpm/find-supplements %{name} | grep 
-v pci:v1022d2000'
 
-# Modules that have to be build up to version 11.3
-%if 0%{suse_version} <= 1140
-%define mod1140 vmblock vmhgfs vmsync vmxnet vmci vsock
-%endif
-# Modules that are needed up to openSUSE 11.2 (kernel in 11.3 includes them). 
The previous list is extended by this.
-%if 0%{suse_version} <= 1120
-%define mod1120 pvscsi vmmemctl vmxnet3
+# Modules that have to be build up to version 12.1 (Last checked on 2011-04-14 
with kernel 2.6.38)
+%if 0%{suse_version} <= 1210
+%define mod1210 vmblock vmhgfs vmsync vmxnet vmci vsock
 %endif
 
-# X modules are failing all the time the build currently. We need an easy way 
to enable/disable them.
+# X modules are lower prio upstream and once in a while fail. Offer an easy 
way to enable/disable them.
 %define with_X 1
 
 Name:   open-vm-tools
 Group:  System/Emulators/PC
 Summary:Open Virtual Machine Tools
-Version:2010.12.19
+Version:2011.03.28
 Release:1
-%define svn_rev 339835
+%define svn_rev 387002
 Url:http://open-vm-tools.sourceforge.net/
 License:BSD3c ; GPLv2 ; LGPLv2.1
 Source: %{name}-%{version}-%{svn_rev}.tar.bz2
@@ -48,14 +44,6 @@
 Source4:open-vm-tools.permissions
 Source5:vmware-user-autostart-wrapper
 Source6:open-vm-tools-modprobe.conf
-# VMXNET3 driver is extracted from open-vm-tools 2009.12,16 last one that 
carried it.
-# We keep it in for compatibility of older openSUSE Releases that have a 
kernel < 2.26.32. From then on, 
-# vmxnet3 is part of the kernel.
-Source7:vmxnet3.tar.bz2
-# vmmemctl.tar.bz2 is extracted from open-vm-tools 2010.02.23
-Source8:vmmemctl.tar.bz2
-# pvscsi, extracted from 

commit perl-HTML-Format for openSUSE:Factory

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package perl-HTML-Format for openSUSE:Factory
checked in at Fri Apr 29 12:40:40 CEST 2011.




--- perl-HTML-Format/perl-HTML-Format.changes   2011-02-21 15:49:10.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-HTML-Format/perl-HTML-Format.changes  
2011-04-22 14:52:05.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 22 12:06:04 UTC 2011 - vci...@novell.com
+
+- update to 2.07
+- Code gardening - no functionality modifications
+- removed authors from spec
+
+---

calling whatdependson for head-i586


Old:

  HTML-Format-2.05.tar.bz2

New:

  HTML-Format-2.07.tar.bz2



Other differences:
--
++ perl-HTML-Format.spec ++
--- /var/tmp/diff_new_pack.7d3g7R/_old  2011-04-29 12:39:40.0 +0200
+++ /var/tmp/diff_new_pack.7d3g7R/_new  2011-04-29 12:39:40.0 +0200
@@ -22,12 +22,12 @@
 %define cpan_name HTML-Format
 BuildRequires:  perl-File-Slurp perl-Font-AFM perl-HTML-Tree
 BuildRequires:  perl(Test::More) >= 0.96 perl-macros
-License:Artistic ; GPLv2+
+License:GPLv2+ or Artistic
 Group:  Development/Libraries/Perl
 Requires:   perl-HTML-Parser perl-HTML-Tagset perl-Font-AFM perl-HTML-Tree
 AutoReqProv:on
 Summary:Perl Modules to Format HTML into Plain Text, PostScript, or RTF
-Version:2.05
+Version:2.07
 Release:1
 Source: %{cpan_name}-%{version}.tar.bz2
 Url:http://cpan.org/authors/id/S/SB/SBURKE
@@ -40,25 +40,21 @@
 
 
 
-Authors:
-
-Gisle Aas 
-Sean M. Burke 
-
 %prep
 %setup -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Build.PL
+./Build
 
 %check
-make test
+./Build test
 
 %install
 [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+./Build install destdir=$RPM_BUILD_ROOT installdirs=vendor
 %perl_process_packlist
+%perl_gen_filelist
 
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT

++ HTML-Format-2.05.tar.bz2 -> HTML-Format-2.07.tar.bz2 ++
 4315 lines of diff (skipped)






Remember to have fun...

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



commit yast2-qt for openSUSE:Factory

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package yast2-qt for openSUSE:Factory
checked in at Fri Apr 29 12:39:32 CEST 2011.




--- yast2-qt/yast2-qt.changes   2011-04-21 11:08:11.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-qt/yast2-qt.changes  2011-04-28 
14:55:17.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 28 14:54:04 CEST 2011 - tgoettlic...@suse.de
+
+- Enable shadow for wizard title
+- V 2.21.3
+
+---

calling whatdependson for head-i586


Old:

  yast2-qt-2.21.2.tar.bz2

New:

  yast2-qt-2.21.3.tar.bz2



Other differences:
--
++ yast2-qt.spec ++
--- /var/tmp/diff_new_pack.UCI4AN/_old  2011-04-29 12:39:00.0 +0200
+++ /var/tmp/diff_new_pack.UCI4AN/_new  2011-04-29 12:39:00.0 +0200
@@ -18,11 +18,11 @@
 
 
 Name:   yast2-qt
-Version:2.21.2
+Version:2.21.3
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-qt-2.21.2.tar.bz2
+Source0:yast2-qt-2.21.3.tar.bz2
 Group:  System/YaST
 License:GPLv2+
 BuildRequires:  docbook-xsl-stylesheets

++ yast2-qt-2.21.2.tar.bz2 -> yast2-qt-2.21.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-2.21.2/VERSION.cmake 
new/yast2-qt-2.21.3/VERSION.cmake
--- old/yast2-qt-2.21.2/VERSION.cmake   2011-04-21 15:32:06.0 +0200
+++ new/yast2-qt-2.21.3/VERSION.cmake   2011-04-28 14:55:03.0 +0200
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "21")
-SET(VERSION_PATCH "2")
+SET(VERSION_PATCH "3")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-2.21.2/package/yast2-qt.changes 
new/yast2-qt-2.21.3/package/yast2-qt.changes
--- old/yast2-qt-2.21.2/package/yast2-qt.changes2011-04-21 
15:32:06.0 +0200
+++ new/yast2-qt-2.21.3/package/yast2-qt.changes2011-04-28 
14:55:03.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Apr 28 14:54:04 CEST 2011 - tgoettlic...@suse.de
+
+- Enable shadow for wizard title
+- V 2.21.3
+
+---
 Thu Apr 21 11:05:49 CEST 2011 - tgoettlic...@suse.de
 
 - Cleaned-up fix for line breaks in LogView (bnc #684759)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-2.21.2/src/YQWizard.cc 
new/yast2-qt-2.21.3/src/YQWizard.cc
--- old/yast2-qt-2.21.2/src/YQWizard.cc 2011-04-21 15:32:06.0 +0200
+++ new/yast2-qt-2.21.3/src/YQWizard.cc 2011-04-28 14:55:03.0 +0200
@@ -96,7 +96,7 @@
 
 #define USE_ICON_ON_HELP_BUTTON0
 
-//#define SHADOW_WORKAROUND1
+#define SHADOW_WORKAROUND  1
 
 YQWizard *YQWizard::main_wizard = 0;
 






Remember to have fun...

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



commit yast2-packager for openSUSE:Factory

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory
checked in at Fri Apr 29 12:38:48 CEST 2011.




--- yast2-packager/yast2-packager.changes   2011-02-03 10:43:10.0 
+0100
+++ /mounts/work_src_done/STABLE/yast2-packager/yast2-packager.changes  
2011-04-23 13:37:10.0 +0200
@@ -1,0 +2,13 @@
+Wed Apr 20 08:15:09 UTC 2011 - lsle...@suse.cz
+
+- fixed "repositories" tab completion in shell (bnc#687997)
+- removed obsoleted inst_source.ycp wrapper
+- 2.21.0
+
+---
+Fri Apr  8 09:17:21 UTC 2011 - lsle...@suse.cz
+
+- install biosdevname.rpm if biosdevname=1 kernel option is present
+  (fate#311332)
+
+---

calling whatdependson for head-i586


Old:

  yast2-packager-2.20.15.tar.bz2

New:

  yast2-packager-2.21.0.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.bxZMZr/_old  2011-04-29 12:37:29.0 +0200
+++ /var/tmp/diff_new_pack.bxZMZr/_new  2011-04-29 12:37:29.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-packager
-Version:2.20.15
+Version:2.21.0
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-packager-2.20.15.tar.bz2
+Source0:yast2-packager-2.21.0.tar.bz2
 
 Prefix: /usr
 
@@ -88,7 +88,7 @@
 %package webpin
 License:GPLv2+
 
-Group:  System/YaST2
+Group:  System/YaST
 Summary:YaST2 - Webpin package search client
 
 %description
@@ -100,7 +100,7 @@
 (webpin) and installing them via OneClickInstall
 
 %prep
-%setup -n yast2-packager-2.20.15
+%setup -n yast2-packager-2.21.0
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-packager-2.20.15.tar.bz2 -> yast2-packager-2.21.0.tar.bz2 ++
 3913 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-packager-2.20.15/VERSION new/yast2-packager-2.21.0/VERSION
--- old/yast2-packager-2.20.15/VERSION  2011-02-03 10:37:11.0 +0100
+++ new/yast2-packager-2.21.0/VERSION   2011-04-20 10:13:05.0 +0200
@@ -1 +1 @@
-2.20.15
+2.21.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-packager-2.20.15/configure.in new/yast2-packager-2.21.0/configure.in
--- old/yast2-packager-2.20.15/configure.in 2011-02-03 10:42:14.0 
+0100
+++ new/yast2-packager-2.21.0/configure.in  2011-04-23 13:34:23.0 
+0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-packager, 2.20.15, http://bugs.opensuse.org/, yast2-packager)
+AC_INIT(yast2-packager, 2.21.0, http://bugs.opensuse.org/, yast2-packager)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.20.15"
+VERSION="2.21.0"
 RPMNAME="yast2-packager"
 MAINTAINER="Ladislav Slezak "
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-packager-2.20.15/src/clients/inst_source.ycp 
new/yast2-packager-2.21.0/src/clients/inst_source.ycp
--- old/yast2-packager-2.20.15/src/clients/inst_source.ycp  2010-08-18 
13:48:39.0 +0200
+++ new/yast2-packager-2.21.0/src/clients/inst_source.ycp   1970-01-01 
01:00:00.0 +0100
@@ -1,9 +0,0 @@
-/**
- * Author: Ladislav Slezak 
- * Summary:Alias for "repositories" module
- * $Id: inst_source.ycp 57028 2009-04-29 10:58:09Z lslezak $
- */
-{
-string target = "repositories";
-return WFM::CallFunction (target, WFM::Args ());
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-packager-2.20.15/src/config/sw_source.desktop 
new/yast2-packager-2.21.0/src/config/sw_sou

commit MozillaFirefox for openSUSE:11.4

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:11.4
checked in at Fri Apr 29 12:02:43 CEST 2011.




--- old-versions/11.4/UPDATES/all/MozillaFirefox/MozillaFirefox.changes 
2011-03-21 10:47:37.0 +0100
+++ 11.4/MozillaFirefox/MozillaFirefox.changes  2011-04-29 06:55:24.0 
+0200
@@ -1,0 +2,23 @@
+Fri Apr 15 07:08:53 UTC 2011 - w...@rosenauer.org
+
+- security update to 4.0.1 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0079
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+  * MFSA 2011-17/CVE-2011-0068 (bmo#623791)
+WebGLES vulnerabilities
+  * MFSA 2011-18/CVE-2011-1202 (bmo#640339)
+XSLT generate-id() function heap address leak
+
+---
+Wed Mar 30 11:24:36 UTC 2011 - w...@rosenauer.org
+
+- add all available icon sizes
+
+---
+Tue Mar 29 11:55:53 UTC 2011 - cfarr...@novell.com
+
+- license update: MPLv1.1 or GPLv2+ or LGPLv2+
+  Sync licenses with Fedora. MPL does not state ^or later^
+
+---
@@ -4 +27 @@
-- update to version 4.0 (rc2)
+- update to version 4.0rc2

calling whatdependson for 11.4-i586


Old:

  firefox-4.0.0-source.tar.bz2
  l10n-4.0.0.tar.bz2

New:

  firefox-4.0.1-source.tar.bz2
  firefox-branded-icons.patch
  l10n-4.0.1.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.nT9BjZ/_old  2011-04-29 11:56:04.0 +0200
+++ /var/tmp/diff_new_pack.nT9BjZ/_new  2011-04-29 11:56:04.0 +0200
@@ -31,15 +31,15 @@
 BuildRequires:  wireless-tools
 %endif
 %if 0%{?use_xulrunner}
-BuildRequires:  %{xulrunner}-devel = 2.0.0
+BuildRequires:  %{xulrunner}-devel = 2.0.1
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:%{mainver}.0
+License:MPLv1.1 or GPLv2+ or LGPLv2+
+Version:%{mainver}.1
 Release:0.
 Provides:   web_browser
 Provides:   firefox = %{version}-%{release}
 Provides:   firefox = %{mainver}
-%define releasedate 2011031700
+%define releasedate 2011041400
 Summary:Mozilla Firefox Web Browser
 Url:http://www.mozilla.org/
 Group:  Productivity/Networking/Web/Browsers
@@ -68,6 +68,7 @@
 Patch10:firefox-no-default-ualocale.patch
 Patch11:firefox-multilocale-chrome.patch
 Patch12:firefox-shellservice.patch
+Patch13:firefox-branded-icons.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post):   coreutils shared-mime-info desktop-file-utils
 Requires(postun): shared-mime-info desktop-file-utils
@@ -109,7 +110,7 @@
 plethora of extensions.
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Devel package for Firefox
 Group:  Development/Tools/Other
 Provides:   firefox-devel = %{version}-%{release}
@@ -124,7 +125,7 @@
 
 %package translations-common
 Summary:Common translations for MozillaFirefox
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Provides:   
locale(%{name}:ar;ca;cs;da;de;en_GB;es_AR;es_CL;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW)
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -136,7 +137,7 @@
 
 %package translations-other
 Summary:Extra translations for MozillaFirefox
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Provides:   
locale(%{name}:af;ak;ast;be;bg;bn_BD;br;bs;cy;el;en_ZA;eo;es_MX;et;eu;fa;fy_NL;ga_IE;gd;gl;gu_IN;he;hi_IN;hr;hy_AM;id;is;kk;kn;ku;lg;lt;lv;mai;mk;ml;mr;nn_NO;nso;or;pa_IN;rm;ro;si;sk;sl;son;sq;sr;ta;ta_LK;te;th;tr;uk;zu)
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -148,7 +149,7 @@
 %endif
 
 %package branding-upstream
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Upstream branding for MozillaFirefox
 Group:  Productivity/Networking/Web/Browsers
 Provides:   %{name}-branding = 4.0
@@ -191,6 +192,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 %build
 export MOZ_BUILD_DATE=%{releasedate}
@@ -314,7 +316,7 @@
 ln -sf %{progdir}/icons/mozicon128.png 
$RPM_BUILD_ROOT/usr/share/pixmaps/%{progname}.png
 ln -sf %{progdir}/icons/mozicon128.png 
$RPM_BUILD_ROOT/usr/share/pixmaps/%{progname}-gnome.png
 %if %branding
-for size in 16 32 48; do
+for size in 16 22 24 32 48 256; do
   mkdir -p 
$RPM_BUILD_ROOT%{gnome_dir}/share/icons/hicolor/${size}x${size}/apps/
   ln -sf %{progdir}/chrome/icons/default/default$size.png \
  
$RPM_BUILD_ROOT%{gnome_dir}/share/icons/hicolor/${size}x${

commit mozilla-xulrunner20 for openSUSE:11.4

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner20 for openSUSE:11.4
checked in at Fri Apr 29 11:54:52 CEST 2011.




--- 
old-versions/11.4/UPDATES/all/mozilla-xulrunner20/mozilla-xulrunner20.changes   
2011-03-21 10:46:06.0 +0100
+++ 11.4/mozilla-xulrunner20/mozilla-xulrunner20.changes2011-04-29 
06:53:43.0 +0200
@@ -1,0 +2,33 @@
+Fri Apr 15 07:07:01 UTC 2011 - w...@rosenauer.org
+
+- security update to 2.0.1 (bnc#689281)
+  * MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0079
+CVE-2011-0080 CVE-2011-0081
+Miscellaneous memory safety hazards
+  * MFSA 2011-17/CVE-2011-0068 (bmo#623791)
+WebGLES vulnerabilities
+  * MFSA 2011-18/CVE-2011-1202 (bmo#640339)
+XSLT generate-id() function heap address leak
+
+---
+Tue Mar 29 11:55:53 UTC 2011 - cfarr...@novell.com
+
+- license update: MPLv1.1 or GPLv2+ or LGPLv2+
+  Sync licenses with Fedora. MPL does not state ^or later^
+
+---
+Mon Mar 28 19:21:46 UTC 2011 - idoen...@novell.com
+
+- Add mozilla-gcc46.patch: fix compilation with gcc 4.6
+  See the following bug reports:
+https://bugzilla.mozilla.org/show_bug.cgi?id=623116
+https://bugzilla.mozilla.org/show_bug.cgi?id=623123
+https://bugzilla.mozilla.org/show_bug.cgi?id=623126
+https://bugzilla.mozilla.org/show_bug.cgi?id=628371
+
+---
+Mon Mar 28 16:25:25 UTC 2011 - llu...@novell.com
+
+- fix 'save as' with KDE integration (bnc#557598)
+
+---

calling whatdependson for 11.4-i586


Old:

  l10n-2.0.0.tar.bz2
  mozilla-gecko-version.patch
  xulrunner-source-2.0.0.tar.bz2

New:

  l10n-2.0.1.tar.bz2
  mozilla-gcc46.patch
  xulrunner-source-2.0.1.tar.bz2



Other differences:
--
++ mozilla-xulrunner20.spec ++
--- /var/tmp/diff_new_pack.aynM7f/_old  2011-04-29 11:54:11.0 +0200
+++ /var/tmp/diff_new_pack.aynM7f/_new  2011-04-29 11:54:11.0 +0200
@@ -29,13 +29,13 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:2.0.0
+License:MPLv1.1 or GPLv2+ or LGPLv2+
+Version:2.0.1
 Release:0.
-%define releasedate 2011031700
-%define version_internal 2.0.0
+%define releasedate 2011041400
+%define version_internal 2.0.1
 %define apiversion 2.0
-%define uaweight 20
+%define uaweight 200100
 Summary:Mozilla Runtime Environment 2.0
 Url:http://www.mozilla.org
 Group:  Productivity/Other
@@ -75,7 +75,7 @@
 Patch14:mozilla-gio.patch
 Patch15:mozilla-cairo-return.patch
 Patch16:mozilla-ntlm-full-path.patch
-Patch17:mozilla-gecko-version.patch
+Patch17:mozilla-gcc46.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mozilla-js20 = %{version}
 Requires(post):  update-alternatives coreutils
@@ -114,7 +114,7 @@
 
 
 %package -n mozilla-js20
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Mozilla JS 1.8.5 engine
 Group:  Productivity/Other
 
@@ -126,7 +126,7 @@
 
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:XULRunner/Gecko SDK 2.0
 Group:  Development/Libraries/Other
 %if %has_system_nspr
@@ -143,7 +143,7 @@
 %if %localize
 
 %package translations-common
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Common translations for XULRunner 2.0
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -160,7 +160,7 @@
 
 
 %package translations-other
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Extra translations for XULRunner 2.0
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -176,7 +176,7 @@
 %endif
 
 %package gnome
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:XULRunner components depending on gnome-vfs
 Group:  Productivity/Other
 Requires:   %{name} = %{version}-%{release}
@@ -192,7 +192,7 @@
 %if %crashreporter
 
 %package buildsymbols
-License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
+License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Breakpad buildsymbols for %{name}
 Group:  Development/Debug
 

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.aynM7f/_old  2011-04-29 11:54:11.0 +0200
+++ /var/tmp/diff_new_pack.aynM7f/_new  2011-04-29 11:54:11.0 +

commit tboot for openSUSE:Factory

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package tboot for openSUSE:Factory
checked in at Fri Apr 29 09:26:44 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/tboot/tboot.changes2011-04-27 
18:41:27.0 +0200
@@ -0,0 +1,4 @@
+---
+Wed Apr 27 18:38:23 CEST 2011 - meiss...@suse.de
+
+- initial import of current intel trusted boot loader

calling whatdependson for head-i586


New:

  tboot-20101005.tar.gz
  tboot.changes
  tboot.spec



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

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



Name:   tboot
Version:20101005
Release:1
Summary:Performs a verified launch using Intel(R) TXT
Group:  Productivity/Security
License:BSD
Url:http://sourceforge.net/projects/tboot/
Source0:%{name}-%{version}.tar.gz
#Patch0: tboot-%{version}-Makefile_typo.diff
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  openssl-devel trousers-devel

#ExclusiveArch: %{ix86} x86_64

%description
Trusted Boot (tboot) is an open source, pre-kernel/VMM module that uses
Intel(R) Trusted Execution Technology (Intel(R) TXT) to perform a measured
and verified launch of an OS kernel/VMM.


%prep
%setup -q

%build
export CFLAGS="$RPM_OPT_FLAGS"
export TBOOT_CFLAGS="$CFLAGS"
make debug=y %{?_smp_mflags}

%install
make debug=y install DISTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README COPYING docs/* lcptools/lcptools2.txt 
lcptools/Linux_LCP_Tools_User_Manual.pdf
%{_sbindir}/acminfo
%{_sbindir}/lcp_crtpconf
%{_sbindir}/lcp_crtpol
%{_sbindir}/lcp_crtpol2
%{_sbindir}/lcp_crtpolelt
%{_sbindir}/lcp_crtpollist
%{_sbindir}/lcp_mlehash
%{_sbindir}/lcp_readpol
%{_sbindir}/lcp_writepol
%{_sbindir}/parse_err
%{_sbindir}/tb_polgen
%{_sbindir}/tpmnv_defindex
%{_sbindir}/tpmnv_getcap
%{_sbindir}/tpmnv_lock
%{_sbindir}/tpmnv_relindex
%{_sbindir}/txt-stat
/boot/tboot.gz
/boot/tboot-syms

%changelog





Remember to have fun...

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



commit zsh for openSUSE:Factory

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package zsh for openSUSE:Factory
checked in at Fri Apr 29 09:15:37 CEST 2011.




--- zsh/zsh.changes 2011-03-15 15:12:06.0 +0100
+++ /mounts/work_src_done/STABLE/zsh/zsh.changes2011-04-26 
17:46:21.0 +0200
@@ -1,0 +2,16 @@
+Tue Apr 26 15:43:10 UTC 2011 - idoen...@novell.com
+
+- Enable make check 
+
+---
+Thu Apr 21 09:19:55 UTC 2011 - idoen...@novell.com
+
+- Disable zsh debug
+- Enable strict aliasing again 
+
+---
+Wed Apr 20 12:07:36 UTC 2011 - idoen...@novell.com
+
+- Update to 4.3.11-dev-2, many crash fixes 
+
+---

calling whatdependson for head-i586


Old:

  _make
  _service
  _service:download_url:zsh-4.3.11-doc.tar.bz2
  _service:download_url:zsh-4.3.11.tar.bz2
  subst-crash.patch

New:

  zsh-4.3.11-dev-2.tar.bz2
  zsh-4.3.11-disable-c02cond-test.patch
  zsh-4.3.11-fix-a01grammar.patch



Other differences:
--
++ zsh.spec ++
--- /var/tmp/diff_new_pack.tnQS6w/_old  2011-04-29 09:11:02.0 +0200
+++ /var/tmp/diff_new_pack.tnQS6w/_new  2011-04-29 09:11:02.0 +0200
@@ -15,40 +15,38 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   zsh
-Version:4.3.11
-Release:2
-License:Other uncritical OpenSource License
-Group:  System/Shells
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ncurses-devel
-BuildRequires:  libcap-devel
-BuildRequires:  yodl
-BuildRequires:  fdupes
-PreReq: %{install_info_prereq}
+Version:4.3.11_dev_2
+Release:1
+License:BSD
+Summary:Shell with comprehensive completion
 Url:http://www.zsh.org
-Source0:%{name}-%{version}.tar.bz2
+Group:  System/Shells
+Source0:%{name}-4.3.11-dev-2.tar.bz2
 Source1:zshrc
 Source2:zshenv
 Source3:_yast2
 Source4:_SuSEconfig
 Source5:_hwinfo
-Source6:_make
 Source7:zprofile
 Source8:_osc
 Source9:_zypper
-# unused atm. we build the docs with yodl on our own.
-Source20:   %{name}-%{version}-doc.tar.bz2
-Patch0: %{name}-%{version}-doc_makefile.patch
-Patch1: %{name}-%{version}-doc_intro_paths.patch
-Patch2: %{name}-%{version}-run-help_pager.patch
+Patch0: %{name}-4.3.11-doc_makefile.patch
+Patch1: %{name}-4.3.11-doc_intro_paths.patch
+Patch2: %{name}-4.3.11-run-help_pager.patch
 Patch3: zsh-cleanup.patch
-Patch4: subst-crash.patch
-Summary:Shell with comprehensive completion
-%define do_profiling 0
+# PATCH-FIX-UPSTREAM zsh-4.3.11-fix-a01grammar.patch idoen...@suse.de -- Fix 
lines output
+Patch4: zsh-4.3.11-fix-a01grammar.patch
+# PATCH-FIX-OPENSUSE zsh-4.3.11-disable-c02cond-test.patch idoen...@suse.de -- 
Fix problematic test in c02cond test
+Patch5: zsh-4.3.11-disable-c02cond-test.patch
+BuildRequires:  fdupes
+BuildRequires:  libcap-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  yodl
+PreReq: %{install_info_prereq}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Zsh is a UNIX command interpreter (shell) that resembles the Korn shell
@@ -58,17 +56,14 @@
 at home, and extra features drawn from tcsh (another `custom' shell).
 Zsh is well known for its command line completion.
 
-Authors:
-
-Paul Falstad
-
 %prep
-%setup -q
+%setup -q -n %{name}-4.3.11-dev-2
 %patch0
 %patch1
 %patch2
 %patch3
 %patch4 -p1
+%patch5 -p1
 # Fix bindir path in some files
 perl -p -i -e 's|/usr/local/bin|%{_bindir}|' \
 Functions/Misc/zcalc Functions/Example/cat \
@@ -80,32 +75,17 @@
 Doc/intro.ms
 
 %build
-export CC="gcc" CFLAGS="%{optflags} -pipe -fno-strict-aliasing"
 # readd the site-* dir.
 %configure \
 --enable-site-scriptdir=%{_datadir}/%{name}/site/scripts/ \
 --enable-site-fndir=%{_datadir}/%{name}/site/scripts/ \
 --enable-maildir-support \
 --with-tcsetpgrp \
---enable-zsh-debug \
 --enable-cap \
 --enable-multibyte
-# compiling with profiling data is default.
-%if %do_profiling
-# compile with profiling data writing enabled
-make VERSION="%{version}" CFLAGS="$CFLAGS "%cflags_profile_generate \
- DLCFLAGS="-fPIC -fno-profile-arcs" LDFLAGS="-fprofile-arcs"
-# this is needed to create the profiling data files *.gcda
-make check
-make clean
-# compile with profiling data reading enabled and writing disabled
-make VERSION="%{version}" CFLAGS="$CFLAGS "%cflags_profile_feedback \
- DLCFLAGS="-fPIC -fno-branch-probabilities" LDFLAGS="-fprofile-arcs"
-make check
-make clean
-%else
+
 make VERSION="%{version}"
-%endif
+
 # make html d

commit polkit-default-privs for openSUSE:Factory

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory
checked in at Fri Apr 29 09:10:54 CEST 2011.




--- polkit-default-privs/polkit-default-privs.changes   2011-04-26 
13:36:28.0 +0200
+++ 
/mounts/work_src_done/STABLE/polkit-default-privs/polkit-default-privs.changes  
2011-04-28 11:42:48.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 28 09:42:02 UTC 2011 - lnus...@suse.de
+
+- new gnome-settings-daemon settings (bnc#690496)
+
+---

calling whatdependson for head-i586


Old:

  polkit-default-privs-0.1_201104261334.tar.bz2

New:

  polkit-default-privs-0.1_201104281141.tar.bz2



Other differences:
--
++ polkit-default-privs.spec ++
--- /var/tmp/diff_new_pack.5IVE8U/_old  2011-04-29 09:08:59.0 +0200
+++ /var/tmp/diff_new_pack.5IVE8U/_new  2011-04-29 09:08:59.0 +0200
@@ -22,7 +22,7 @@
 Name:   polkit-default-privs
 License:GPLv2+
 Group:  Productivity/Security
-Version:0.1_201104261334
+Version:0.1_201104281141
 Release:1
 Summary:SUSE PolicyKit default permissions
 Source: polkit-default-privs-%version.tar.bz2

++ polkit-default-privs-0.1_201104261334.tar.bz2 -> 
polkit-default-privs-0.1_201104281141.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-0.1_201104261334/polkit-default-privs.restrictive 
new/polkit-default-privs-0.1_201104281141/polkit-default-privs.restrictive
--- old/polkit-default-privs-0.1_201104261334/polkit-default-privs.restrictive  
2011-04-26 13:34:48.0 +0200
+++ new/polkit-default-privs-0.1_201104281141/polkit-default-privs.restrictive  
2011-04-28 11:41:14.0 +0200
@@ -81,9 +81,10 @@
 #
 org.libvirt.unix.monitor   
auth_admin_keep_always
 org.libvirt.unix.manage
auth_admin_keep_always
-org.gnome.settingsdaemon.datetimemechanism.settimezone  
auth_admin_keep_always
-org.gnome.settingsdaemon.datetimemechanism.settime  
auth_admin_keep_always
-org.gnome.settingsdaemon.datetimemechanism.configurehwclock 
auth_admin_keep_always
+#
+# gnome-settings-daemon (bnc#690496)
+#
+org.gnome.settingsdaemon.datetimemechanism.configureauth_admin_keep
 #
 org.gnome.color.install-system-wide auth_admin
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-0.1_201104261334/polkit-default-privs.standard 
new/polkit-default-privs-0.1_201104281141/polkit-default-privs.standard
--- old/polkit-default-privs-0.1_201104261334/polkit-default-privs.standard 
2011-04-26 13:34:48.0 +0200
+++ new/polkit-default-privs-0.1_201104281141/polkit-default-privs.standard 
2011-04-28 11:41:14.0 +0200
@@ -88,9 +88,10 @@
 #
 org.libvirt.unix.monitor   yes
 org.libvirt.unix.manage
auth_admin_keep_always
-org.gnome.settingsdaemon.datetimemechanism.settimezone  
auth_admin_keep_always:auth_admin_keep_always:yes
-org.gnome.settingsdaemon.datetimemechanism.settime  
auth_admin_keep_always
-org.gnome.settingsdaemon.datetimemechanism.configurehwclock 
auth_admin_keep_always
+#
+# gnome-settings-daemon (bnc#690496)
+#
+org.gnome.settingsdaemon.datetimemechanism.configureauth_admin_keep
 #
 org.gnome.color.install-system-wide auth_admin
 #






Remember to have fun...

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



commit nfsidmap for openSUSE:Factory

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package nfsidmap for openSUSE:Factory
checked in at Fri Apr 29 09:08:50 CEST 2011.




--- nfsidmap/nfsidmap.changes   2010-12-18 02:26:14.0 +0100
+++ /mounts/work_src_done/STABLE/nfsidmap/nfsidmap.changes  2011-04-27 
19:13:02.0 +0200
@@ -1,0 +2,13 @@
+Wed Apr 27 19:11:57 CEST 2011 - meiss...@suse.de
+
+- libnfsidmap-0.24
+  * Added autogen.sh which runs all the autoconfig scripts
+  * Added nfs4_owner interfaces which are used by the
+new nfsidmap program
+
+---
+Wed Apr 27 17:51:39 CEST 2011 - meiss...@suse.de
+
+- include manpage again bnc#689009
+
+---

calling whatdependson for head-i586


Old:

  libnfsidmap-0.23.tar.bz2

New:

  libnfsidmap-0.24.tar.bz2



Other differences:
--
++ nfsidmap.spec ++
--- /var/tmp/diff_new_pack.StJLid/_old  2011-04-29 09:08:06.0 +0200
+++ /var/tmp/diff_new_pack.StJLid/_new  2011-04-29 09:08:06.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package nfsidmap (Version 0.23)
+# spec file for package nfsidmap
 #
-# 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,8 +21,8 @@
 BuildRequires:  openldap2-devel tcpd-devel
 Url:http://nfs.sourceforge.net
 Summary:NFSv4 ID Mapping Library
-Version:0.23
-Release:10
+Version:0.24
+Release:1
 Group:  Productivity/Networking/NFS
 License:BSD3c
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -69,7 +69,6 @@
 cp %{S:1} .
 
 %build
-mkdir m4
 autoreconf -fiv
 export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED"
 %configure --disable-static --with-pic
@@ -79,8 +78,6 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 %{__rm} -f %{buildroot}%{_libdir}/libnfsidmap/*.la
-# why is it included, we are not building the binary?
-rm %{buildroot}/usr/share/man/man5/idmapd.conf.5*
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++ libnfsidmap-0.23.tar.bz2 -> libnfsidmap-0.24.tar.bz2 ++
 60566 lines of diff (skipped)

++ libnfsidmap-export-symbols.patch ++
--- /var/tmp/diff_new_pack.StJLid/_old  2011-04-29 09:08:07.0 +0200
+++ /var/tmp/diff_new_pack.StJLid/_new  2011-04-29 09:08:07.0 +0200
@@ -1,28 +1,23 @@
 Makefile.am.orig
-+++ Makefile.am
-@@ -1,3 +1,4 @@
-+ACLOCAL_AMFLAGS = -I m4
- if ENABLE_LDAP
- UMICH_LDAP_LIB = umich_ldap.la
- else
+Index: configure.in
+===
 --- configure.in.orig
 +++ configure.in
-@@ -4,12 +4,14 @@
- AC_PREREQ(2.59)
- AC_INIT(libnfsidmap, 0.23, nfsv4...@citi.umich.edu)
+@@ -5,11 +5,16 @@ AC_PREREQ([2.66])
+ AC_INIT([libnfsidmap],[0.24],[linux-...@vger.kernel.org])
  AC_CONFIG_SRCDIR([nfsidmap.h])
+ AC_CONFIG_MACRO_DIR([m4])
 -AM_INIT_AUTOMAKE
--AM_PROG_LIBTOOL
 +AC_CONFIG_AUX_DIR([build-aux])
 +AC_CONFIG_MACRO_DIR([m4])
 +AM_INIT_AUTOMAKE([foreign])
 +AC_PROG_LIBTOOL
+ LT_INIT
  
++
  # Checks for programs.
 -AC_PROG_CC
--
 +AC_PROG_CC_STDC
 +AC_PROG_INSTALL
+ 
  # Checks for libraries.
  
- AC_ARG_ENABLE([ldap],






Remember to have fun...

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



commit mozilla-nss for openSUSE:Factory

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory
checked in at Fri Apr 29 09:07:42 CEST 2011.




--- GNOME/mozilla-nss/mozilla-nss.changes   2011-01-10 00:11:31.0 
+0100
+++ /mounts/work_src_done/STABLE/mozilla-nss/mozilla-nss.changes
2011-04-28 08:40:58.0 +0200
@@ -1,0 +2,9 @@
+Thu Apr 28 06:34:50 UTC 2011 - w...@rosenauer.org
+
+- update to 3.12.10beta1
+  * root CA changes
+  * filter certain bogus certs (bmo#642815)
+  * fix minor memory leaks
+  * other bugfixes
+
+---

calling whatdependson for head-i586


Old:

  PayPalEE.cert
  nss-3.12.9.tar.bz2

New:

  nss-3.12.10.tar.bz2



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.vMS2uu/_old  2011-04-29 09:06:49.0 +0200
+++ /var/tmp/diff_new_pack.vMS2uu/_new  2011-04-29 09:06:49.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package mozilla-nss (Version 3.12.9)
+# spec file for package mozilla-nss
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2006-2011 Wolfgang Rosenauer
@@ -28,9 +28,9 @@
 %if %suse_version > 1030
 BuildRequires:  sqlite3-devel
 %endif
-License:GPLv2+ ; LGPLv2.1+ ; MPL
-Version:3.12.9
-Release:2
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
+Version:3.12.10
+Release:1
 # bug437293
 %ifarch ppc64
 Obsoletes:  mozilla-nss-64bit
@@ -49,7 +49,7 @@
 Source7:cert9.db
 Source8:key4.db
 Source9:pkcs11.txt
-Source10:   PayPalEE.cert
+#Source10:   PayPalEE.cert
 Patch1: nss-opt.patch
 Patch3: system-nspr.patch
 Patch4: char.patch
@@ -76,7 +76,7 @@
 
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Network (Netscape) Security Services development files
 Group:  Development/Libraries/Other
 Requires:   mozilla-nspr-devel
@@ -97,7 +97,7 @@
 
 
 %package tools
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Tools for developing, debugging, and managing applications 
that use NSS
 Group:  System/Management
 PreReq: mozilla-nss >= %{version}
@@ -108,7 +108,7 @@
 
 
 %package sysinit
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:System NSS Initialization
 Group:  System/Management
 Requires:   mozilla-nss >= %{version}
@@ -122,7 +122,7 @@
 
 
 %package -n libfreebl3
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Freebl library for the Network Security Services
 Group:  System/Libraries
 
@@ -137,7 +137,7 @@
 
 
 %package -n libsoftokn3
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:Network Security Services Soktoken Module
 Group:  System/Libraries
 Requires:   libfreebl3 = %{version}-%{release}
@@ -153,7 +153,7 @@
 
 
 %package certs
-License:GPLv2+ ; LGPLv2.1+ ; MPL
+License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:CA certificates for NSS
 Group:  Productivity/Networking/Security
 
@@ -180,7 +180,7 @@
 
 %build
 cd mozilla/security/nss
-cp %SOURCE10 tests/libpkix/certs/PayPalEE.cert
+#cp %SOURCE10 tests/libpkix/certs/PayPalEE.cert
 export FREEBL_NO_DEPEND=1
 export NSPR_INCLUDE_DIR=`nspr-config --includedir`
 export NSPR_LIB_DIR=`nspr-config --libdir`



++ nss-3.12.9.tar.bz2 -> nss-3.12.10.tar.bz2 ++
 29554 lines of diff (skipped)






Remember to have fun...

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