Accepting request 35194 from GNOME:Factory
checked in (request 35194) OBS-URL: https://build.opensuse.org/request/show/35194 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=62
This commit is contained in:
parent
db14e53167
commit
82006435c4
3
epiphany-2.29.90.1.tar.bz2
Normal file
3
epiphany-2.29.90.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:987deb7e4ba023afa48dffa4773613ab41de5980076594de401afe6a8bca0ba6
|
||||||
|
size 5725070
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:257b64128772a977629039962311dd3cde2278e26ecf776a281e0a3ea751bd14
|
|
||||||
size 5729694
|
|
@ -1,34 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Mar 8 22:43:27 CET 2010 - dimstar@opensuse.org
|
|
||||||
|
|
||||||
- Update to version 2.29.92:
|
|
||||||
+ bgo#610844: Fix shift+click being broken in input areas
|
|
||||||
+ bgo#610721: Always use i18n'd Desktop and Downloads dir names
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Mar 5 07:41:55 UTC 2010 - dimstar@opensuse.org
|
|
||||||
|
|
||||||
- Do not provide pixmaps/web-browser.svg; it's no longer provided
|
|
||||||
by gnome-icon-theme.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Mar 4 12:58:11 CET 2010 - dimstar@opensuse.org
|
|
||||||
|
|
||||||
- Update to version 2.29.91:
|
|
||||||
+ bgo#604991: Fix window moving and resizing through DOM methods,
|
|
||||||
a.k.a. 'Fix Browser Pong'
|
|
||||||
+ bgo#405505: Show favicons instead of radiobuttons in the tabs
|
|
||||||
menu
|
|
||||||
+ Replace 'Enable Java' preference (which wasn't working) with a
|
|
||||||
'Enable Plugins' preference (which works).
|
|
||||||
+ bgo#600663: Report broken SSL certs through the usual 'broken
|
|
||||||
padlock' icon in the URL entry
|
|
||||||
+ bgo#604950: Make Ctrl+Shift+Click open links in a new window
|
|
||||||
again
|
|
||||||
+ Lots of bugfixes and code cleanups.
|
|
||||||
- Pass --without-ca-file to configure, as we do not yet have a
|
|
||||||
global CA store.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 11 15:20:26 CET 2010 - vuntz@opensuse.org
|
Thu Feb 11 15:20:26 CET 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package epiphany (Version 2.29.92)
|
# spec file for package epiphany (Version 2.29.90.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: epiphany
|
Name: epiphany
|
||||||
Version: 2.29.92
|
Version: 2.29.90.1
|
||||||
Release: 1
|
Release: 1
|
||||||
%define major_version 2.29
|
%define major_version 2.29
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -121,8 +121,7 @@ ACLOCAL="aclocal -I m4" autoreconf -f -i
|
|||||||
--enable-zeroconf \
|
--enable-zeroconf \
|
||||||
--enable-network-manager \
|
--enable-network-manager \
|
||||||
--enable-introspection \
|
--enable-introspection \
|
||||||
--enable-seed \
|
--enable-seed
|
||||||
--without-ca-file
|
|
||||||
%__make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -133,6 +132,8 @@ ACLOCAL="aclocal -I m4" autoreconf -f -i
|
|||||||
%if 0%{?suse_version} <= 1120
|
%if 0%{?suse_version} <= 1120
|
||||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||||
%endif
|
%endif
|
||||||
|
mkdir %{buildroot}%{_datadir}/pixmaps
|
||||||
|
ln -s ../icons/gnome/scalable/apps/web-browser.svg %{buildroot}%{_datadir}/pixmaps/
|
||||||
# In case make install did not create the extensions folder
|
# In case make install did not create the extensions folder
|
||||||
if ! test -d %{buildroot}%{_libdir}/epiphany/%{major_version}/extensions; then
|
if ! test -d %{buildroot}%{_libdir}/epiphany/%{major_version}/extensions; then
|
||||||
install -d -m 0755 %{buildroot}%{_libdir}/epiphany/%{major_version}/extensions
|
install -d -m 0755 %{buildroot}%{_libdir}/epiphany/%{major_version}/extensions
|
||||||
@ -170,6 +171,7 @@ rm -rf %{buildroot}
|
|||||||
%dir %{_datadir}/icons/LowContrastLargePrint/48x48/apps
|
%dir %{_datadir}/icons/LowContrastLargePrint/48x48/apps
|
||||||
%{_datadir}/icons/*/*/apps/*.png
|
%{_datadir}/icons/*/*/apps/*.png
|
||||||
%{_datadir}/icons/hicolor/*/apps/*.svg
|
%{_datadir}/icons/hicolor/*/apps/*.svg
|
||||||
|
%{_datadir}/pixmaps/*.svg
|
||||||
%{_libdir}/epiphany
|
%{_libdir}/epiphany
|
||||||
%{_libdir}/girepository-1.0/*.typelib
|
%{_libdir}/girepository-1.0/*.typelib
|
||||||
%doc %{_mandir}/man1/epiphany.1.gz
|
%doc %{_mandir}/man1/epiphany.1.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user