OBS User unknown 2007-11-26 20:28:28 +00:00 committed by Git OBS Bridge
parent cb28872b1f
commit 2d0d365ef8
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -29,7 +29,7 @@ Obsoletes: MozillaFirebird <= 1.0.7
Obsoletes: mozilla
%endif
Version: 2.0.0.8
Release: 16
Release: 22
Summary: Mozilla Firefox Web Browser
Url: http://www.mozilla.org/
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 MOZILLA_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
export CFLAGS="$CFLAGS -fstack-protector"
%endif
@ -555,7 +555,10 @@ exit 0
%files translations -f %{_tmppath}/translations.list
%defattr(-,root,root)
%endif
%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
- Add firefox-gcc4.3-fixes.patch.
* Fri Oct 19 2007 - maw@suse.de