Update to 3.33.3
This commit is contained in:
parent
cfaf44ce10
commit
0dee8beff7
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
||||
/sushi-3.30.0.tar.xz
|
||||
/sushi-3.31.2.tar.xz
|
||||
/sushi-3.32.0.tar.xz
|
||||
/sushi-3.33.3.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sushi-3.32.0.tar.xz) = acae222663f4cc456d6d20c5a67be800df1474e012db0b93fcf3b60056301be9d18c574ff4b7a5be5f4cfe3f09430b1ce8be91587199fdffa69b0c9c09bd3eb3
|
||||
SHA512 (sushi-3.33.3.tar.xz) = 9884298d2a528b614c0138041824ce75c6e6450476f38d233154c7c44994613ed6e1546304d9053dcfd1c94076fa5a4029060b408aa4a807aaf829e30658bcf0
|
||||
|
15
sushi.spec
15
sushi.spec
@ -1,11 +1,11 @@
|
||||
Name: sushi
|
||||
Version: 3.32.0
|
||||
Version: 3.33.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A quick previewer for Nautilus
|
||||
|
||||
License: GPLv2+ with exceptions
|
||||
URL: https://gitlab.gnome.org/GNOME/sushi
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.32/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.33/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gjs-devel
|
||||
@ -16,7 +16,7 @@ BuildRequires: pkgconfig(clutter-x11-1.0)
|
||||
BuildRequires: pkgconfig(evince-document-3.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0)
|
||||
BuildRequires: pkgconfig(gtksourceview-4)
|
||||
BuildRequires: pkgconfig(libmusicbrainz5)
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
||||
|
||||
@ -31,6 +31,7 @@ file manager.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
@ -44,14 +45,16 @@ file manager.
|
||||
%files -f %{name}.lang
|
||||
%doc README AUTHORS NEWS TODO
|
||||
%license COPYING
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/dbus-1/services/*
|
||||
%{_libexecdir}/*
|
||||
%{_libdir}/sushi/
|
||||
%{_datadir}/dbus-1/services/org.gnome.NautilusPreviewer.service
|
||||
%{_datadir}/sushi/
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 17 2019 Kalev Lember <klember@redhat.com> - 3.33.3-1
|
||||
- Update to 3.33.3
|
||||
|
||||
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
|
||||
- Update to 3.32.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user