Update to 3.32.0

This commit is contained in:
Kalev Lember 2019-03-11 10:09:41 +01:00
parent bb029c968c
commit c91b2f1610
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@
/sushi-3.28.3.tar.xz
/sushi-3.30.0.tar.xz
/sushi-3.31.2.tar.xz
/sushi-3.32.0.tar.xz

View File

@ -1 +1 @@
SHA512 (sushi-3.31.2.tar.xz) = eda6a14e49503f69920559556324d987b98fefb524a4c613bf4343cd91d54322c3bc655e12dd808c1d2a426cdfc66746c16908c760422669d91e22965258a2df
SHA512 (sushi-3.32.0.tar.xz) = acae222663f4cc456d6d20c5a67be800df1474e012db0b93fcf3b60056301be9d18c574ff4b7a5be5f4cfe3f09430b1ce8be91587199fdffa69b0c9c09bd3eb3

View File

@ -1,11 +1,11 @@
Name: sushi
Version: 3.31.2
Version: 3.32.0
Release: 1%{?dist}
Summary: A quick previewer for Nautilus
License: GPLv2+ with exceptions
URL: https://wiki.gnome.org/ThreePointOne/Features/FilePreviewing
Source0: https://download.gnome.org/sources/%{name}/3.31/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/3.32/%{name}-%{version}.tar.xz
BuildRequires: gettext
BuildRequires: gjs-devel
@ -52,6 +52,9 @@ file manager.
%changelog
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
- Update to 3.32.0
* Thu Jan 31 2019 Kalev Lember <klember@redhat.com> - 3.31.2-1
- Update to 3.31.2
- Switch to the meson build system