1
0
OBS User unknown 2007-06-05 08:01:24 +00:00 committed by Git OBS Bridge
parent 57808d817d
commit 5d1db4e7fb
9 changed files with 2077 additions and 1904 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 4 19:53:35 CDT 2007 - maw@suse.de
- Security update to version 2.0.0.4
- Refresh configure.patch, startup.patch, and visibility.patch
- Now use l10n-%{version}.tar.bz2 instead of l10n.tar.bz2.
-------------------------------------------------------------------
Mon Apr 30 16:49:55 CEST 2007 - ro@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package MozillaFirefox (Version 2.0.0.2)
# spec file for package MozillaFirefox (Version 2.0.0.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -17,7 +17,7 @@ BuildRequires: dbus-1-devel
%else
BuildRequires: dbus-1-glib-devel
%endif
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL), We have explicit permission to use the trademark.
Provides: web_browser
Provides: firefox
Provides: MozillaFirebird
@ -25,8 +25,8 @@ Obsoletes: MozillaFirebird <= 1.0.7
%if %sles_version == 10
Obsoletes: mozilla
%endif
Version: 2.0.0.2
Release: 16
Version: 2.0.0.4
Release: 1
Summary: Mozilla Firefox Web Browser
URL: http://www.mozilla.org/
Group: Productivity/Networking/Web/Browsers
@ -37,7 +37,7 @@ Group: Productivity/Networking/Web/Browsers
# export MOZ_CO_LOCALES=all
# make -f client.mk checkout
# cd ..
# tar cjf l10n.tar.bz2 l10n; tar cjf firefox-2.0-source.tar.bz2 mozilla
# tar cjf l10n.tar.bz2 l10n; tar cjf firefox-%{version}-source.tar.bz2 mozilla
Source: firefox-%{version}-source.tar.bz2
Source1: MozillaFirefox.desktop
Source2: add-plugins.sh.in
@ -45,7 +45,7 @@ Source3: mozilla.sh.in
Source4: tango-theme.tar.bz2
Source5: search-addons.tar.bz2
Source6: MozillaFirefox.desktop.nld
Source7: l10n.tar.bz2
Source7: l10n-%{version}.tar.bz2
Source8: plastikfox-theme.tar.bz2
Source9: bookmarks.html.nld
Source10: bookmarks.html.suse
@ -551,6 +551,10 @@ exit 0
%endif
%changelog
* Mon Jun 04 2007 - maw@suse.de
- Security update to version 2.0.0.4
- Refresh configure.patch, startup.patch, and visibility.patch
- Now use l10n-%%{version}.tar.bz2 instead of l10n.tar.bz2.
* Mon Apr 30 2007 - ro@suse.de
- added unzip to BuildRequires
* Wed Apr 18 2007 - mfabian@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:313436574cfcf7227d64d1b7901dc26286becb3aa9db03a493280ed9d74aeb9a
size 37143472

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f2ed4543f7611ea01b816c24606dca425d16b6d1d54fc473e3b6d2f1d3551ef
size 37525948

3
l10n-2.0.0.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5dce543b8f03e7a1cdcd893ba358a9f15176f10c2bd3850cb846e49a0370053
size 10110133

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53d23397422034b8742a42ea836f533d58e5b560daa6c3f8bd75d3069d167030
size 9939337

File diff suppressed because it is too large Load Diff

View File

@ -9,23 +9,14 @@ feature at the moment
Index: configure
===================================================================
RCS file: /cvsroot/mozilla/configure,v
retrieving revision 1.1443
diff -u -p -6 -r1.1443 configure
--- configure 2 Jun 2005 04:00:20 -0000 1.1443
+++ configure 6 Jun 2005 07:34:06 -0000
@@ -7303,13 +7303,13 @@ else
int foo_default = 1;
EOF
ac_cv_visibility_pragma=no
--- configure.orig
+++ configure
@@ -7949,7 +7949,7 @@ EOF
if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
if grep '\.hidden.*foo_hidden' conftest.s >/dev/null; then
if ! grep '\.hidden.*foo_default' conftest.s > /dev/null; then
if egrep '\.(hidden|extern_private).*foo_hidden' conftest.s >/dev/null; then
if ! egrep '\.(hidden|extern_private).*foo_default' conftest.s > /dev/null; then
- ac_cv_visibility_pragma=yes
+ ac_cv_visibility_pragma=no
fi
fi
fi
rm -f conftest.cs
fi