checked in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=44
This commit is contained in:
parent
d87f72a1aa
commit
9474d1fea9
3
epiphany-2.27.91.tar.bz2
Normal file
3
epiphany-2.27.91.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:037f1f5df3a203e39dd2f8184b8bf99434782f63ae0b0c722f0d58bb86457e22
|
||||||
|
size 5683771
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa65f4ec12abb0d9b1ddac1e65055f7e75d53004a4a05c848877f9378a68b11f
|
|
||||||
size 5650695
|
|
@ -1,28 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Sep 9 17:40:33 CEST 2009 - vuntz@opensuse.org
|
|
||||||
|
|
||||||
- Update to version 2.27.92:
|
|
||||||
+ Import passwords from the gecko profile on first run. This adds
|
|
||||||
a dependency on NSS, which can be disabled with --disable-nss
|
|
||||||
(but then, of course, passwords won't be imported).
|
|
||||||
+ Enable undo/redo on forms (bgo#591072)
|
|
||||||
+ Save session data more often to avoid data loss when crashing
|
|
||||||
(bgo#593149)
|
|
||||||
+ Reimplement direct search on the location bar (bgo#583795)
|
|
||||||
+ Do not save failed loads in history or show a valid security
|
|
||||||
status for them (bgo#593200)
|
|
||||||
+ Reimplement search by just pressing '/' (bgo#587864)
|
|
||||||
+ Fix .desktop file (bgo#588979)
|
|
||||||
+ Fix warning when loading NULL URIs (bgo#593701)
|
|
||||||
+ Reimplement view source functionality (bgo#503968)
|
|
||||||
+ Show initial request before the server responds to avoid empty
|
|
||||||
location entry (bgo#591294)
|
|
||||||
+ Reset font size with ctrl+0 from num block (bgo#573624)
|
|
||||||
+ Do not auto-shrink images, since ephy/gecko used to do that.
|
|
||||||
+ Reimplement adblock support (bgo#562762)
|
|
||||||
- Add mozilla-nss-devel BuildRequires.
|
|
||||||
- Remove sr@Latn workaround.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 25 17:21:11 CEST 2009 - vuntz@novell.com
|
Tue Aug 25 17:21:11 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package epiphany (Version 2.27.92)
|
# spec file for package epiphany (Version 2.27.91)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: epiphany
|
Name: epiphany
|
||||||
Version: 2.27.92
|
Version: 2.27.91
|
||||||
Release: 1
|
Release: 1
|
||||||
%define major_version 2.27
|
%define major_version 2.27
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
@ -51,7 +51,6 @@ BuildRequires: libsoup-devel
|
|||||||
BuildRequires: libwebkit-devel
|
BuildRequires: libwebkit-devel
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: lsb-release
|
BuildRequires: lsb-release
|
||||||
BuildRequires: mozilla-nss-devel
|
|
||||||
BuildRequires: startup-notification-devel
|
BuildRequires: startup-notification-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
@ -133,8 +132,11 @@ if ! test -d %{buildroot}%{_libdir}/epiphany/%{major_version}/extensions; then
|
|||||||
fi
|
fi
|
||||||
%suse_update_desktop_file -N "Epiphany" %name
|
%suse_update_desktop_file -N "Epiphany" %name
|
||||||
%suse_update_desktop_file bme System
|
%suse_update_desktop_file bme System
|
||||||
|
# Change sr@Latn to sr@latin
|
||||||
|
mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
|
cat %{name}.schemas_list >%{name}.lst
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -150,7 +152,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}.schemas_list
|
%files -f %{name}.lst
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
Loading…
Reference in New Issue
Block a user