OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=12
This commit is contained in:
parent
55b65e16c0
commit
76452559ed
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 15 15:04:09 CEST 2007 - maw@suse.de
|
||||
|
||||
- On x86_64, s390, and s390x, deactivate the hidden visibility
|
||||
support, thereby fixing the build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 25 21:52:23 CEST 2007 - maw@suse.de
|
||||
|
||||
|
@ -14,7 +14,7 @@ Name: MozillaThunderbird
|
||||
BuildRequires: gcc-c++ libgnomeui-devel libidl-devel mozilla-nss-devel orbit-devel unzip update-desktop-files zip
|
||||
License: GPL v2 or later, LGPL v2 or later
|
||||
Version: 2.0.0.5
|
||||
Release: 1
|
||||
Release: 5
|
||||
Summary: The Stand-Alone Mozilla Mail Component
|
||||
URL: http://www.mozilla.org/products/thunderbird/
|
||||
Group: Productivity/Networking/Email/Clients
|
||||
@ -153,6 +153,12 @@ export CFLAGS="$CFLAGS -fstack-protector"
|
||||
%ifarch ppc64
|
||||
export CFLAGS="$CFLAGS -mminimal-toc"
|
||||
%endif
|
||||
# needed at the time for x86_64, s390, and s390x, in 10.3 at least.
|
||||
%if %suse_version > 1020
|
||||
%ifarch x86_64 s390 s390x
|
||||
export ac_cv_visibility_hidden="no"
|
||||
%endif
|
||||
%endif
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
export MOZCONFIG=$RPM_BUILD_DIR/mozconfig
|
||||
cat << EOF > $MOZCONFIG
|
||||
@ -586,6 +592,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 15 2007 - maw@suse.de
|
||||
- On x86_64, s390, and s390x, deactivate the hidden visibility
|
||||
support, thereby fixing the build.
|
||||
* Wed Jul 25 2007 - maw@suse.de
|
||||
- Security update to version 2.0.0.5 (#288115)
|
||||
- This new release has fixes for:
|
||||
|
Loading…
Reference in New Issue
Block a user