forked from pool/sushi
Accepting request 291564 from GNOME:Next
resub OBS-URL: https://build.opensuse.org/request/show/291564 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/sushi?expand=0&rev=49
This commit is contained in:
parent
1ed5a0880b
commit
90dca820e2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78594a858371b671671205e7b2518e7eb82ed8c2540b62f45a657aaabdf1a9ff
|
||||
size 281976
|
3
sushi-3.15.90.tar.xz
Normal file
3
sushi-3.15.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0274bbc2c84e0f49d84aa02840556e5a4babe3e67cce0cb292e144bc488a61a
|
||||
size 282496
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 10 08:56:24 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.15.90:
|
||||
+ Fix deadlock with recent clutter/clutter-gtk.
|
||||
+ Don't require a parent window.
|
||||
+ Port HTML viewer to WebKit2.
|
||||
+ Fix margins in RTL.
|
||||
+ Fix toolbar icons for RTL.
|
||||
- Replace pkgconfig(webkitgtk-3.0) BuildRequires with
|
||||
pkgconfig(webkit2gtk-4.0): follow upstreams port to WebKit2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:20:57 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
10
sushi.spec
10
sushi.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sushi
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: sushi
|
||||
Version: 3.12.0
|
||||
Version: 3.15.90
|
||||
Release: 0
|
||||
Summary: Quick Previewer for Nautilus
|
||||
License: SUSE-GPL-2.0-with-plugin-exception
|
||||
Group: Productivity/File utilities
|
||||
Url: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/sushi/3.12/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/sushi/3.15/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
%ifnarch ppc || ppc64 || ppc64le
|
||||
@ -41,10 +41,10 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.29.14
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-tag-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.2
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0)
|
||||
BuildRequires: pkgconfig(libmusicbrainz5)
|
||||
BuildRequires: pkgconfig(webkitgtk-3.0)
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
||||
Recommends: %{name}-lang
|
||||
Recommends: unoconv
|
||||
Supplements: nautilus
|
||||
|
Loading…
Reference in New Issue
Block a user