Update to 3.38.1

Resolves: #1968293

(cherry picked from Fedora commit 575a0ece18d4a84793a51acf7440ea31e993476c)
This commit is contained in:
Kalev Lember 2021-08-24 13:32:07 +02:00
parent 044ac26c23
commit 54786003b8
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -46,3 +46,4 @@
/sushi-3.33.90.tar.xz
/sushi-3.34.0.tar.xz
/sushi-3.38.0.tar.xz
/sushi-3.38.1.tar.xz

View File

@ -1 +1 @@
SHA512 (sushi-3.38.0.tar.xz) = c8d0dd7d9cf9d28496c6c4ac5f327bcf605994f189c476fe891d42c0c225d0368311baf06d7d6092805f729908491590bf719a9822513f96e2afe17e8ab962bd
SHA512 (sushi-3.38.1.tar.xz) = b999e6892314875725bd4029163ae58813b46f0e5c59e58b62fc4491d611b48fc39459f6c5b5e1a7d75d792cfeb66681f4d3a7057e8cde8f5c3364a2312e0be7

View File

@ -1,8 +1,8 @@
%global url_ver %%(echo %{version}|cut -d. -f1,2)
Name: sushi
Version: 3.38.0
Release: 7%{?dist}
Version: 3.38.1
Release: 1%{?dist}
Summary: A quick previewer for Nautilus
License: GPLv2+ with exceptions
@ -55,6 +55,9 @@ file manager.
%changelog
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 3.38.1-1
- Update to 3.38.1
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.38.0-7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688