This commit is contained in:
parent
7b566e9355
commit
837b4b8205
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc42c178e29eb491b37cfe0d23ca3dca08f06645f273c17ddc74a4519a40f548
|
|
||||||
size 5712713
|
|
3
epiphany-2.26.0.tar.bz2
Normal file
3
epiphany-2.26.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0d801b967c94828c8389e36588be1db9a077830019169f6f9730708ae1d59e5
|
||||||
|
size 5626038
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 15 19:17:17 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.26.0:
|
||||||
|
+ Another NULL check for bgo#572810.
|
||||||
|
+ Try again to fix gecko 1.9.1 build. bgo#565669
|
||||||
|
+ Updated translations.
|
||||||
|
- Remove -fno-strict-aliasing from CFLAGS.
|
||||||
|
- Pass --enable-spell-checker to configure.
|
||||||
|
- Do not package omf files twice (they are in the lang package
|
||||||
|
too).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 17 04:21:26 CET 2009 - vuntz@novell.com
|
Tue Feb 17 04:21:26 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package epiphany (Version 2.25.91)
|
# spec file for package epiphany (Version 2.26.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -44,8 +44,8 @@ BuildRequires: translation-update-upstream
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
%define mozilla_ver %(rpm -q --qf '%%{version}' mozilla-xulrunner%{xulrunner_version})
|
%define mozilla_ver %(rpm -q --qf '%%{version}' mozilla-xulrunner%{xulrunner_version})
|
||||||
Requires: mozilla-xulrunner%{xulrunner_version} => %{mozilla_ver}
|
Requires: mozilla-xulrunner%{xulrunner_version} => %{mozilla_ver}
|
||||||
Version: 2.25.91
|
Version: 2.26.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Networking/Web/Browsers
|
Group: Productivity/Networking/Web/Browsers
|
||||||
@ -164,20 +164,14 @@ translation-update-upstream
|
|||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#cp -i data/default-prefs-gecko-1-8.js data/default-prefs-xulrunner.js
|
|
||||||
ACLOCAL="aclocal -I m4" autoreconf -f -i
|
ACLOCAL="aclocal -I m4" autoreconf -f -i
|
||||||
# needed for epiphany-2.16.1:
|
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
||||||
# FIXME: es/epiphany.xml:*: parser error : Entity 'hellip' not defined
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-scrollkeeper \
|
--disable-scrollkeeper \
|
||||||
--with-gecko=libxul-embedding \
|
--with-gecko=libxul-embedding \
|
||||||
--enable-dbus \
|
--enable-dbus \
|
||||||
--enable-zeroconf \
|
--enable-zeroconf \
|
||||||
--enable-network-manager
|
--enable-network-manager \
|
||||||
# FIXME: Compile xulrunner with spellchecker extension.
|
--enable-spell-checker
|
||||||
# --enable-spell-checker
|
|
||||||
%__make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -220,7 +214,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*.svg
|
%{_datadir}/icons/hicolor/*/apps/*.svg
|
||||||
%{_datadir}/pixmaps/*.svg
|
%{_datadir}/pixmaps/*.svg
|
||||||
%{_datadir}/pygtk/2.0/defs/epiphany.defs
|
%{_datadir}/pygtk/2.0/defs/epiphany.defs
|
||||||
%{_datadir}/omf/epiphany
|
|
||||||
%{_libdir}/epiphany
|
%{_libdir}/epiphany
|
||||||
%doc %{_mandir}/man1/epiphany.1.gz
|
%doc %{_mandir}/man1/epiphany.1.gz
|
||||||
|
|
||||||
@ -242,6 +235,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/epiphany/chrome/branding/*
|
%{_datadir}/epiphany/chrome/branding/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 15 2009 vuntz@novell.com
|
||||||
|
- Update to version 2.26.0:
|
||||||
|
+ Another NULL check for bgo#572810.
|
||||||
|
+ Try again to fix gecko 1.9.1 build. bgo#565669
|
||||||
|
+ Updated translations.
|
||||||
|
- Remove -fno-strict-aliasing from CFLAGS.
|
||||||
|
- Pass --enable-spell-checker to configure.
|
||||||
|
- Do not package omf files twice (they are in the lang package
|
||||||
|
too).
|
||||||
* Tue Feb 17 2009 vuntz@novell.com
|
* Tue Feb 17 2009 vuntz@novell.com
|
||||||
- Update to version 2.25.91:
|
- Update to version 2.25.91:
|
||||||
+ Do not use 'gtk-action' object data to get the associated
|
+ Do not use 'gtk-action' object data to get the associated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user