This commit is contained in:
parent
cb28872b1f
commit
2d0d365ef8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 26 18:27:25 CET 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Build with -ftree-vrp -fwrapv, per advice in #342603#c17.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 13 17:49:01 CET 2007 - maw@suse.de
|
Tue Nov 13 17:49:01 CET 2007 - maw@suse.de
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Obsoletes: MozillaFirebird <= 1.0.7
|
|||||||
Obsoletes: mozilla
|
Obsoletes: mozilla
|
||||||
%endif
|
%endif
|
||||||
Version: 2.0.0.8
|
Version: 2.0.0.8
|
||||||
Release: 16
|
Release: 22
|
||||||
Summary: Mozilla Firefox Web Browser
|
Summary: Mozilla Firefox Web Browser
|
||||||
Url: http://www.mozilla.org/
|
Url: http://www.mozilla.org/
|
||||||
Group: Productivity/Networking/Web/Browsers
|
Group: Productivity/Networking/Web/Browsers
|
||||||
@ -236,7 +236,7 @@ cp -f %{SOURCE10} $RPM_BUILD_DIR/mozilla/browser/locales/en-US/profile/bookmarks
|
|||||||
export MOZ_BUILD_DATE=%{releasedate}
|
export MOZ_BUILD_DATE=%{releasedate}
|
||||||
export MOZILLA_OFFICIAL=1
|
export MOZILLA_OFFICIAL=1
|
||||||
export BUILD_OFFICIAL=1
|
export BUILD_OFFICIAL=1
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing -ftree-vrp -fwrapv"
|
||||||
%if %suse_version > 1000
|
%if %suse_version > 1000
|
||||||
export CFLAGS="$CFLAGS -fstack-protector"
|
export CFLAGS="$CFLAGS -fstack-protector"
|
||||||
%endif
|
%endif
|
||||||
@ -555,7 +555,10 @@ exit 0
|
|||||||
%files translations -f %{_tmppath}/translations.list
|
%files translations -f %{_tmppath}/translations.list
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 26 2007 - maw@suse.de
|
||||||
|
- Build with -ftree-vrp -fwrapv, per advice in #342603#c17.
|
||||||
* Tue Nov 13 2007 - maw@suse.de
|
* Tue Nov 13 2007 - maw@suse.de
|
||||||
- Add firefox-gcc4.3-fixes.patch.
|
- Add firefox-gcc4.3-fixes.patch.
|
||||||
* Fri Oct 19 2007 - maw@suse.de
|
* Fri Oct 19 2007 - maw@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user