update to 5.2.2 fixes rhbz#2337157
This commit is contained in:
parent
88192df57a
commit
bd3e4f4b2d
3 changed files with 12 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -27,3 +27,4 @@
|
|||
/worker-4.11.0.tar.bz2
|
||||
/worker-4.12.1.tar.bz2
|
||||
/worker-5.1.0.tar.bz2
|
||||
/worker-5.2.2.tar.zst
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (worker-5.1.0.tar.bz2) = 6ccfb7b97ca864a8fc34ec301c2e5d3996815a92d20d1edf857619ea3420afc34df55f5d0bbfa48c48c54fbffd2d57f9fb485a240b73ce84e4abe229c4c96584
|
||||
SHA512 (worker-5.2.2.tar.zst) = 7a7f76f41f4a1820a5a23f8f668148ca7817d9dffa61b2fe79c5ce294a8152be87f4c5fdb32c345631fa8386f51f1c149ac9f1d341589ea04ed044b749ed82af
|
||||
|
|
|
|||
13
worker.spec
13
worker.spec
|
|
@ -1,16 +1,23 @@
|
|||
Name: worker
|
||||
Version: 5.1.0
|
||||
Version: 5.2.2
|
||||
Release: %autorelease
|
||||
Summary: File Manager for the X11
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://boomerangsworld.de/worker
|
||||
Source0: http://boomerangsworld.de/cms/%{name}/downloads/%{name}-%{version}.tar.bz2
|
||||
Patch0: Patch0-Fix-For-Python3.patch
|
||||
Source0: http://boomerangsworld.de/cms/%{name}/downloads/%{name}-%{version}.tar.zst
|
||||
Patch0: Patch0-Fix-For-Python3.patch
|
||||
BuildRequires: dbus-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libudisks2-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: lua-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: openssl-devel
|
||||
|
||||
%description
|
||||
A X11 file-manager that features low requirements and easy to access archives.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue