Accepting request 920977 from GNOME:Next
Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/920977 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/sushi?expand=0&rev=91
This commit is contained in:
parent
caeaa84c3f
commit
c3679eb719
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f3e6d10c815528d03a665fafd15c0719e017a813975b3af32076199e378888e9
|
|
||||||
size 79384
|
|
3
sushi-41.0.tar.xz
Normal file
3
sushi-41.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9b7525690ce436624efa0a605773493432cd0ef6b8f464982e8b844eda9898ee
|
||||||
|
size 80940
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 21 14:12:13 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 41.0:
|
||||||
|
+ Drop libmusicbrainz dependency (use libsoup directly).
|
||||||
|
+ Account for scale-factor when estimating window size.
|
||||||
|
+ Build against webkit2gtk-4.1
|
||||||
|
+ Disable webkit sandboxing.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop pkgconfig(libmusicbrainz5) BuildRequires: No longer needed.
|
||||||
|
- Replace pkgconfig(webkit2gtk-4.0) with pkgconfig(webkit2gtk-4.1)
|
||||||
|
BuildRequires following upstream changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 4 09:43:36 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Fri Jun 4 09:43:36 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sushi
|
Name: sushi
|
||||||
Version: 3.38.1
|
Version: 41.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Quick Previewer for Nautilus
|
Summary: Quick Previewer for Nautilus
|
||||||
License: SUSE-GPL-2.0-with-plugin-exception
|
License: SUSE-GPL-2.0-with-plugin-exception
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
URL: https://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
Source0: https://download.gnome.org/sources/sushi/3.38/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/sushi/41/%{name}-%{version}.tar.xz
|
||||||
Source99: sushi-rpmlintrc
|
Source99: sushi-rpmlintrc
|
||||||
|
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
@ -46,8 +46,7 @@ BuildRequires: pkgconfig(gtk+-wayland-3.0)
|
|||||||
BuildRequires: pkgconfig(gtk+-x11-3.0)
|
BuildRequires: pkgconfig(gtk+-x11-3.0)
|
||||||
BuildRequires: pkgconfig(gtksourceview-4) >= 4.0.3
|
BuildRequires: pkgconfig(gtksourceview-4) >= 4.0.3
|
||||||
BuildRequires: pkgconfig(harfbuzz) >= 0.9.9
|
BuildRequires: pkgconfig(harfbuzz) >= 0.9.9
|
||||||
BuildRequires: pkgconfig(libmusicbrainz5)
|
BuildRequires: pkgconfig(webkit2gtk-4.1)
|
||||||
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
|
||||||
Supplements: nautilus
|
Supplements: nautilus
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user