commit netcfg for openSUSE:Factory

2011-03-07 Thread h_root

Hello community,

here is the log from the commit of package netcfg for openSUSE:Factory
checked in at Mon Mar 7 15:17:34 CET 2011.




--- netcfg/netcfg.changes   2011-03-03 14:11:18.0 +0100
+++ /mounts/work_src_done/STABLE/netcfg/netcfg.changes  2011-03-07 
12:29:51.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar  7 12:29:41 CET 2011 - r...@suse.de
+
+- bump version to 11.5 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ netcfg.spec ++
--- /var/tmp/diff_new_pack.7eV2nN/_old  2011-03-07 15:17:23.0 +0100
+++ /var/tmp/diff_new_pack.7eV2nN/_new  2011-03-07 15:17:23.0 +0100
@@ -24,8 +24,8 @@
 AutoReqProv:on
 PreReq: coreutils aaa_base
 Summary:Network Configuration Files in /etc
-Version:11.4
-Release:7
+Version:11.5
+Release:1
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:defaultdomain








Remember to have fun...

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



commit kiwi-config-openSUSE for openSUSE:Factory

2011-03-07 Thread h_root

Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory
checked in at Mon Mar 7 15:20:40 CET 2011.




--- kiwi-config-openSUSE/kiwi-config-openSUSE.changes   2011-02-20 
12:48:31.0 +0100
+++ 
/mounts/work_src_done/STABLE/kiwi-config-openSUSE/kiwi-config-openSUSE.changes  
2011-03-06 12:35:26.0 +0100
@@ -1,0 +2,10 @@
+Sun Mar  6 11:35:08 UTC 2011 - co...@novell.com
+
+- remove package lists package
+
+---
+Sat Mar  5 11:43:57 UTC 2011 - co...@novell.com
+
+- do not use package lists anymore, but require them in config
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kiwi-config-openSUSE.spec ++
--- /var/tmp/diff_new_pack.iz32Jk/_old  2011-03-07 15:17:47.0 +0100
+++ /var/tmp/diff_new_pack.iz32Jk/_new  2011-03-07 15:17:47.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   kiwi-config-openSUSE
-BuildRequires:  fdupes kiwi-desc-isoboot package-lists-openSUSE-all
+BuildRequires:  fdupes kiwi-desc-isoboot
 BuildRequires:  kiwi-desc-oemboot kiwi-desc-usbboot kiwi-doc kiwi-tools
 BuildRequires:  licenses skelcd-control-openSUSE skelcd-openSUSE-CD
 BuildRequires:  libxslt
@@ -26,7 +26,7 @@
 BuildRequires:  jing kiwi yast2-country
 Summary:KDE live CD
 Version:11.4
-Release:8
+Release:9
 Group:  System/Boot
 License:BSD3c(or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -70,15 +70,9 @@
   cd $config
   desktop=`echo $config | cut -d- -f2`
   type=`echo $config | cut -d- -f1`
-  cdlist=/usr/share/suse/packages/$desktop_cd.%{_target_cpu}.list 
-  if test $desktop = kde; then
- cdlist=/usr/share/suse/packages/kde4_cd.%{_target_cpu}.list
-  fi
-  test -f $cdlist || exit 1
-  sort -u $cdlist  wanted.list
   if test $type = usb; then
-sed -i -e s,yast2-live-installer,yast2-firstboot, wanted.list
-sed -i -e s,release-livecd,release-usb, wanted.list
+#sed -i -e s,yast2-live-installer,yast2-firstboot, wanted.list
+#sed -i -e s,release-livecd,release-usb, wanted.list
 othertype=livecd
   else
 othertype=usb
@@ -100,18 +94,22 @@
   echo 'baseUpdateSysConfig /etc/sysconfig/clock TIMEZONE UTC'  config.sh
fi
 
-  (sed -n -e '1,/ PACKAGES BEGIN/p' %{SOURCE4} ; cat wanted.list | while read 
pack; do echo 'package name='$pack'/'; done; sed -n -e '/ PACKAGES END/,$p' 
%{SOURCE4} ) | grep -v  type:$othertype  | \
+  grep -v  type:$othertype  %{SOURCE4} | \
 xmllint --format -  config.xml
   if test $type = usb; then 
  sed -i -e s,yast2-live-installer,yast2-firstboot, config.xml
   fi
-  rm wanted.list
   if test $type = usb; then
 sed -i -e 's,#USB ,,' config.sh
   fi
   sed -i -e s,@CONFIG@,/usr/share/openSUSE-kiwi/$config, config.xml
   sed -i -e s,@VERSION@,$kiwiversion, config.xml
   sed -i -e s,@FLAVOR@,$config, config.xml
+  if test $desktop = gnome; then
+sed -i -e s,@PLIST@,GNOME-cd, config.xml
+  else
+sed -i -e s,@PLIST@,KDE-cd, config.xml
+  fi
   %ifarch x86_64
 sed -i -e s,@BOOTKERNEL@,desktop, config.xml
   %else


++ config.sh ++
--- /var/tmp/diff_new_pack.iz32Jk/_old  2011-03-07 15:17:47.0 +0100
+++ /var/tmp/diff_new_pack.iz32Jk/_new  2011-03-07 15:17:47.0 +0100
@@ -19,6 +19,9 @@
 exec | tee /var/log/config.log
 exec 21
 
+pl=`rpmqpack | grep package-lists-`
+rpm -e $pl
+
 #==
 # Greeting...
 #--

++ config.xml.in ++
--- /var/tmp/diff_new_pack.iz32Jk/_old  2011-03-07 15:17:47.0 +0100
+++ /var/tmp/diff_new_pack.iz32Jk/_new  2011-03-07 15:17:47.0 +0100
@@ -26,10 +26,10 @@
 user name=root pwd= home=/root/
   /users
   repository type=yast2
-source path=http://download.opensuse.org/distribution/11.4/repo/oss//
+source path=http://download.opensuse.org/factory/repo/oss//
   /repository
   repository type=rpm-md
-source 
path=http://download.opensuse.org/repositories/openSUSE:/11.4:/Live/standard//
+source 
path=http://download.opensuse.org/repositories/openSUSE:/Factory:/Live/standard//
   /repository
   packages type=image patternType=onlyRequired
 package name=bootsplash-branding-openSUSE bootinclude=true 
bootdelete=true/
@@ -43,8 +43,8 @@
 package name=tar/
 package name=patch/
 package name=zypper/
-!-- PACKAGES BEGIN --
-!-- PACKAGES END --
+package name=package-lists-openSUSE-@PLIST@/
+package name=yast2-live-installer/
   /packages
   packages type=bootstrap
 package name=filesystem/






Remember to have fun...

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

commit mozilla-xulrunner192 for openSUSE:11.2

2011-03-07 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:11.2
checked in at Mon Mar 7 18:07:53 CET 2011.




--- 
old-versions/11.2/UPDATES/all/mozilla-xulrunner192/mozilla-xulrunner192.changes 
2011-03-02 08:26:50.0 +0100
+++ 11.2/mozilla-xulrunner192/mozilla-xulrunner192.changes  2011-03-07 
08:14:10.0 +0100
@@ -1,0 +2,13 @@
+Fri Mar  4 12:05:39 UTC 2011 - w...@rosenauer.org
+
+- update to 1.9.2.15
+  * fix a regression introduced with previous update affecting
+Java applet integration (bmo#629030)
+
+---
+Wed Mar  2 10:33:25 UTC 2011 - pce...@novell.com
+
+- use full path to the ntlm_auth binary (bmo#634334)
+  (mozilla-ntlm-full-path.patch)
+
+---

calling whatdependson for 11.2-i586


Old:

  l10n-1.9.2.14.tar.bz2
  xulrunner-source-1.9.2.14.tar.bz2

New:

  l10n-1.9.2.15.tar.bz2
  mozilla-ntlm-full-path.patch
  xulrunner-source-1.9.2.15.tar.bz2



Other differences:
--
++ mozilla-xulrunner192.spec ++
--- /var/tmp/diff_new_pack.hUeT3S/_old  2011-03-07 18:06:31.0 +0100
+++ /var/tmp/diff_new_pack.hUeT3S/_new  2011-03-07 18:06:31.0 +0100
@@ -39,12 +39,12 @@
 BuildRequires:  wireless-tools
 %endif
 License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:1.9.2.14
+Version:1.9.2.15
 Release:0.RELEASE2
-%define releasedate 20110221
-%define version_internal 1.9.2.14
+%define releasedate 2011030300
+%define version_internal 1.9.2.15
 %define apiversion 1.9.2
-%define uaweight 192140
+%define uaweight 192150
 Summary:Mozilla Runtime Environment 1.9.2
 Url:http://www.mozilla.org
 Group:  Productivity/Other
@@ -85,6 +85,7 @@
 Patch16:mozilla-locale.patch
 Patch17:mozilla-gdk-pixbuf.patch
 Patch18:mozilla-prlog.patch
+Patch19:mozilla-ntlm-full-path.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mozilla-js192 = %{version}
 Requires(post):  update-alternatives coreutils
@@ -235,6 +236,7 @@
 %patch16 -p1
 %patch17 -p1
 %patch18 -p1
+%patch19 -p1
 
 %build
 %if %suse_version = 1110

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.hUeT3S/_old  2011-03-07 18:06:31.0 +0100
+++ /var/tmp/diff_new_pack.hUeT3S/_new  2011-03-07 18:06:31.0 +0100
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG=FIREFOX_3_6_14_RELEASE
-VERSION=1.9.2.14
+RELEASE_TAG=FIREFOX_3_6_15_RELEASE
+VERSION=1.9.2.15
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

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

++ mozilla-ntlm-full-path.patch ++
# HG changeset patch
# User Petr Cerny pce...@novell.com
# Parent 685ce8f9d8549783e9643907b9e95a3efda526f0

diff --git a/extensions/auth/nsAuthSambaNTLM.cpp 
b/extensions/auth/nsAuthSambaNTLM.cpp
--- a/extensions/auth/nsAuthSambaNTLM.cpp
+++ b/extensions/auth/nsAuthSambaNTLM.cpp
@@ -200,17 +200,17 @@ static PRUint8* ExtractMessage(const nsA
 nsresult
 nsAuthSambaNTLM::SpawnNTLMAuthHelper()
 {
 const char* username = PR_GetEnv(USER);
 if (!username)
 return NS_ERROR_FAILURE;
 
 char* args[] = {
-ntlm_auth,
+/usr/bin/ntlm_auth,
 --helper-protocol, ntlmssp-client-1,
 --use-cached-creds,
 --username, const_castchar*(username),
 nsnull
 };
 
 PRBool isOK = SpawnIOChild(args, mChildPID, mFromChildFD, mToChildFD);
 if (!isOK)  
++ xulrunner-source-1.9.2.14.tar.bz2 - xulrunner-source-1.9.2.15.tar.bz2 
++
old-versions/11.2/UPDATES/all/mozilla-xulrunner192/xulrunner-source-1.9.2.14.tar.bz2
 11.2/mozilla-xulrunner192/xulrunner-source-1.9.2.15.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 MozillaFirefox for openSUSE:11.2

2011-03-07 Thread h_root

Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:11.2
checked in at Mon Mar 7 18:08:44 CET 2011.




--- old-versions/11.2/UPDATES/all/MozillaFirefox/MozillaFirefox.changes 
2011-03-02 08:27:36.0 +0100
+++ 11.2/MozillaFirefox/MozillaFirefox.changes  2011-03-07 08:15:39.0 
+0100
@@ -1,0 +2,7 @@
+Fri Mar  4 12:45:50 UTC 2011 - w...@rosenauer.org
+
+- update to 3.6.15
+  * fix a regression introduced with previous update affecting
+Java applet integration (bmo#629030)
+
+---

calling whatdependson for 11.2-i586


Old:

  firefox-3.6.14-source.tar.bz2
  l10n-3.6.14.tar.bz2

New:

  firefox-3.6.15-source.tar.bz2
  l10n-3.6.15.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.IUn8g8/_old  2011-03-07 18:08:16.0 +0100
+++ /var/tmp/diff_new_pack.IUn8g8/_new  2011-03-07 18:08:16.0 +0100
@@ -22,7 +22,7 @@
 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.14
+BuildRequires:  %{xulrunner}-devel = 1.9.2.15
 %if %suse_version  1020
 BuildRequires:  fdupes
 %endif
@@ -32,11 +32,11 @@
 BuildRequires:  wireless-tools
 %endif
 License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:3.6.14
+Version:3.6.15
 Release:0.RELEASE2
 Provides:   web_browser
 Provides:   firefox = %{version}
-%define releasedate 2011022100
+%define releasedate 2011030300
 Summary:Mozilla Firefox Web Browser
 Url:http://www.mozilla.org/
 Group:  Productivity/Networking/Web/Browsers

++ firefox-3.6.14-source.tar.bz2 - firefox-3.6.15-source.tar.bz2 ++
old-versions/11.2/UPDATES/all/MozillaFirefox/firefox-3.6.14-source.tar.bz2 
11.2/MozillaFirefox/firefox-3.6.15-source.tar.bz2 differ: char 11, line 1


++ l10n-3.6.14.tar.bz2 - l10n-3.6.15.tar.bz2 ++
old-versions/11.2/UPDATES/all/MozillaFirefox/l10n-3.6.14.tar.bz2 
11.2/MozillaFirefox/l10n-3.6.15.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 mozilla-xulrunner192 for openSUSE:11.3

2011-03-07 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:11.3
checked in at Mon Mar 7 18:13:16 CET 2011.




--- 
old-versions/11.3/UPDATES/all/mozilla-xulrunner192/mozilla-xulrunner192.changes 
2011-03-02 08:26:50.0 +0100
+++ 11.3/mozilla-xulrunner192/mozilla-xulrunner192.changes  2011-03-07 
08:14:10.0 +0100
@@ -1,0 +2,13 @@
+Fri Mar  4 12:05:39 UTC 2011 - w...@rosenauer.org
+
+- update to 1.9.2.15
+  * fix a regression introduced with previous update affecting
+Java applet integration (bmo#629030)
+
+---
+Wed Mar  2 10:33:25 UTC 2011 - pce...@novell.com
+
+- use full path to the ntlm_auth binary (bmo#634334)
+  (mozilla-ntlm-full-path.patch)
+
+---

calling whatdependson for 11.3-i586


Old:

  l10n-1.9.2.14.tar.bz2
  xulrunner-source-1.9.2.14.tar.bz2

New:

  l10n-1.9.2.15.tar.bz2
  mozilla-ntlm-full-path.patch
  xulrunner-source-1.9.2.15.tar.bz2



Other differences:
--
++ mozilla-xulrunner192.spec ++
--- /var/tmp/diff_new_pack.GOtYVW/_old  2011-03-07 18:11:59.0 +0100
+++ /var/tmp/diff_new_pack.GOtYVW/_new  2011-03-07 18:11:59.0 +0100
@@ -39,12 +39,12 @@
 BuildRequires:  wireless-tools
 %endif
 License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:1.9.2.14
+Version:1.9.2.15
 Release:0.RELEASE2
-%define releasedate 20110221
-%define version_internal 1.9.2.14
+%define releasedate 2011030300
+%define version_internal 1.9.2.15
 %define apiversion 1.9.2
-%define uaweight 192140
+%define uaweight 192150
 Summary:Mozilla Runtime Environment 1.9.2
 Url:http://www.mozilla.org
 Group:  Productivity/Other
@@ -85,6 +85,7 @@
 Patch16:mozilla-locale.patch
 Patch17:mozilla-gdk-pixbuf.patch
 Patch18:mozilla-prlog.patch
+Patch19:mozilla-ntlm-full-path.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mozilla-js192 = %{version}
 Requires(post):  update-alternatives coreutils
@@ -235,6 +236,7 @@
 %patch16 -p1
 %patch17 -p1
 %patch18 -p1
+%patch19 -p1
 
 %build
 %if %suse_version = 1110

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.GOtYVW/_old  2011-03-07 18:11:59.0 +0100
+++ /var/tmp/diff_new_pack.GOtYVW/_new  2011-03-07 18:11:59.0 +0100
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG=FIREFOX_3_6_14_RELEASE
-VERSION=1.9.2.14
+RELEASE_TAG=FIREFOX_3_6_15_RELEASE
+VERSION=1.9.2.15
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

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

++ mozilla-ntlm-full-path.patch ++
# HG changeset patch
# User Petr Cerny pce...@novell.com
# Parent 685ce8f9d8549783e9643907b9e95a3efda526f0

diff --git a/extensions/auth/nsAuthSambaNTLM.cpp 
b/extensions/auth/nsAuthSambaNTLM.cpp
--- a/extensions/auth/nsAuthSambaNTLM.cpp
+++ b/extensions/auth/nsAuthSambaNTLM.cpp
@@ -200,17 +200,17 @@ static PRUint8* ExtractMessage(const nsA
 nsresult
 nsAuthSambaNTLM::SpawnNTLMAuthHelper()
 {
 const char* username = PR_GetEnv(USER);
 if (!username)
 return NS_ERROR_FAILURE;
 
 char* args[] = {
-ntlm_auth,
+/usr/bin/ntlm_auth,
 --helper-protocol, ntlmssp-client-1,
 --use-cached-creds,
 --username, const_castchar*(username),
 nsnull
 };
 
 PRBool isOK = SpawnIOChild(args, mChildPID, mFromChildFD, mToChildFD);
 if (!isOK)  
++ xulrunner-source-1.9.2.14.tar.bz2 - xulrunner-source-1.9.2.15.tar.bz2 
++
old-versions/11.3/UPDATES/all/mozilla-xulrunner192/xulrunner-source-1.9.2.14.tar.bz2
 11.3/mozilla-xulrunner192/xulrunner-source-1.9.2.15.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.4

2011-03-07 Thread h_root

Hello community,

here is the log from the commit of package seamonkey for openSUSE:11.4
checked in at Mon Mar 7 18:16:20 CET 2011.




--- old-versions/11.4/all/seamonkey/seamonkey.changes   2011-01-10 
11:39:51.0 +0100
+++ 11.4/seamonkey/seamonkey.changes2011-03-02 08:30:32.0 +0100
@@ -1,0 +2,23 @@
+Mon Jan 24 09:31:58 UTC 2011 - w...@rosenauer.org
+
+- security update to version 2.0.12 (bnc#667155)
+  * MFSA 2011-01/CVE-2011-0053/CVE-2011-0062
+Miscellaneous memory safety hazards (rv:1.9.2.14/ 1.9.1.17)
+  * MFSA 2011-02/CVE-2011-0051 (bmo#616659)
+Recursive eval call causes confirm dialogs to evaluate to true
+  * MFSA 2011-03/CVE-2011-0055 (bmo#616009, bmo#619255)
+Use-after-free error in JSON.stringify
+  * MFSA 2011-04/CVE-2011-0054 (bmo#615657)
+Buffer overflow in JavaScript upvarMap
+  * MFSA 2011-05/CVE-2011-0056 (bmo#622015)
+Buffer overflow in JavaScript atom map
+  * MFSA 2011-06/CVE-2011-0057 (bmo#626631)
+Use-after-free error using Web Workers
+  * MFSA 2011-08/CVE-2010-1585 (bmo#562547)
+ParanoidFragmentSink allows javascript: URLs in chrome documents
+  * MFSA 2011-09/CVE-2011-0061 (bmo#610601)
+Crash caused by corrupted JPEG image
+  * MFSA 2011-10/CVE-2011-0059 (bmo#573873)
+CSRF risk with plugins and 307 redirects
+
+---

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


Old:

  l10n-2.0.11.tar.bz2
  seamonkey-2.0.11-source.tar.bz2

New:

  l10n-2.0.12.tar.bz2
  seamonkey-2.0.12-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.UcFr8Z/_old  2011-03-07 18:15:15.0 +0100
+++ /var/tmp/diff_new_pack.UcFr8Z/_new  2011-03-07 18:15:15.0 +0100
@@ -1,8 +1,8 @@
 #
-# spec file for package seamonkey (Version 2.0.11)
+# spec file for package seamonkey
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#   2006-2010 Wolfgang Rosenauer
+#   2006-2011 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,8 +29,8 @@
 %endif
 License:GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
 Provides:   web_browser
-Version:2.0.11
-Release:2
+Version:2.0.12
+Release:0.RELEASE2
 Summary:The successor of the Mozilla Application Suite
 Url:http://www.mozilla.org/projects/seamonkey
 Group:  Productivity/Networking/Web/Browsers
@@ -62,7 +62,7 @@
 Obsoletes:  seamonkey-mail = 2.0
 Provides:   seamonkey-spellchecker = %{version}
 Obsoletes:  seamonkey-spellchecker = 2.0
-%define releasedate 2010112400
+%define releasedate 2011012100
 %define progname %{name}
 %define prefix /usr
 %define progdir %_libdir/%{progname}

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.UcFr8Z/_old  2011-03-07 18:15:15.0 +0100
+++ /var/tmp/diff_new_pack.UcFr8Z/_new  2011-03-07 18:15:15.0 +0100
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH=releases/comm-1.9.1
-RELEASE_TAG=SEAMONKEY_2_0_11_RELEASE
-VERSION=2.0.11
+RELEASE_TAG=SEAMONKEY_2_0_12_RELEASE
+VERSION=2.0.12
 
 echo cloning $BRANCH...
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.0.11.tar.bz2 - l10n-2.0.12.tar.bz2 ++
old-versions/11.4/all/seamonkey/l10n-2.0.11.tar.bz2 
11.4/seamonkey/l10n-2.0.12.tar.bz2 differ: char 11, line 1

++ seamonkey-2.0.11-source.tar.bz2 - seamonkey-2.0.12-source.tar.bz2 ++
old-versions/11.4/all/seamonkey/seamonkey-2.0.11-source.tar.bz2 
11.4/seamonkey/seamonkey-2.0.12-source.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