Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8a4d98eed | ||
|
|
32e1323d7e |
3 changed files with 14 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@ webkit-1.3.3.tar.gz
|
|||
/webkit-1.3.10.tar.gz
|
||||
/webkit-1.3.11.tar.gz
|
||||
/webkit-1.3.13.tar.gz
|
||||
/webkit-1.4.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
984adaafac545a89c24351fd4dbd743c webkit-1.3.13.tar.gz
|
||||
10c969db3b5484c71df1aa9a338377ff webkit-1.4.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
cp -p %1 %{buildroot}%{_docdir}/%{name}-%{version}/$(echo '%1' | sed -e 's!/!.!g')
|
||||
|
||||
Name: webkitgtk3
|
||||
Version: 1.3.13
|
||||
Release: 1%{?dist}
|
||||
Version: 1.4.0
|
||||
Release: 1%{?dist}.1
|
||||
Summary: GTK+ Web content engine library
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -74,6 +74,10 @@ files for developing applications that use %{name}.
|
|||
# drop -g flag to prevent memory exhaustion by linker
|
||||
%global optflags %(echo %{optflags} | sed 's/-g//')
|
||||
%endif
|
||||
%ifarch %{arm}
|
||||
#compile -O1 to avoid gcc ICE
|
||||
%global optflags %(echo %{optflags} | sed 's/-O2/-O1/')
|
||||
%endif
|
||||
|
||||
CFLAGS="%{optflags} -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY" %configure \
|
||||
--with-gtk=3.0 \
|
||||
|
|
@ -144,6 +148,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 10 2012 Dennis Gilmore <dennis@ausil.us> 1.4.0-1.1
|
||||
- compile -O1 on arm arches
|
||||
|
||||
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 1.4.0-1
|
||||
- Update to 1.4.0
|
||||
|
||||
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 1.3.13-1
|
||||
- Update to 1.3.13
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue