Accepting request 552989 from home:Zaitor:branches:GNOME:Apps
- Update to version 0.9.15: * Enhanced JS blocker. - Changes from version 0.9.14: * Bug fixes. * Keep TLS exceptions by default. - Filter out unwanted typelib(unity) Requires, make package installable. - Drop update-desktop-files BuildRequires and stop using suse_update_desktop_file macro, no longer needed on current openSUSE releases. - Use autosetup macro. OBS-URL: https://build.opensuse.org/request/show/552989 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eolie?expand=0&rev=5
This commit is contained in:
parent
b3144c7318
commit
32c26acd86
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9702c17f6b6b5176dece4405dbb8cb2859bd48edd953b14a8af7840ba6117ce
|
||||
size 224192
|
3
eolie-0.9.15.tar.xz
Normal file
3
eolie-0.9.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d0e2386ce166d2a2ff071e832f75ead636371ac8986d9a27b05c11e6e6f9e3e
|
||||
size 227496
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 13:38:14 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.9.15:
|
||||
* Enhanced JS blocker.
|
||||
- Changes from version 0.9.14:
|
||||
* Bug fixes.
|
||||
* Keep TLS exceptions by default.
|
||||
- Filter out unwanted typelib(unity) Requires, make package
|
||||
installable.
|
||||
- Drop update-desktop-files BuildRequires and stop using
|
||||
suse_update_desktop_file macro, no longer needed on current
|
||||
openSUSE releases.
|
||||
- Use autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 16:19:11 UTC 2017 - antoine.belvire@opensuse.org
|
||||
|
||||
|
12
eolie.spec
12
eolie.spec
@ -15,9 +15,11 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# Filter out unwanted Requires
|
||||
%global __requires_exclude typelib\\(Unity\\)
|
||||
|
||||
Name: eolie
|
||||
Version: 0.9.13
|
||||
Version: 0.9.15
|
||||
Release: 0
|
||||
Summary: Web browser for GNOME
|
||||
License: GPL-3.0
|
||||
@ -26,10 +28,9 @@ URL: https://gnumdk.github.io/eolie-web
|
||||
Source: https://github.com/gnumdk/eolie/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.14
|
||||
BuildRequires: pkgconfig(pygobject-3.0)
|
||||
BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0)
|
||||
|
||||
@ -53,7 +54,7 @@ search results from the Eolie Web browser.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -61,7 +62,6 @@ search results from the Eolie Web browser.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%suse_update_desktop_file org.gnome.Eolie
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user