From a0d2dc6ef2306fef02296d525e7c3b0e2fd94f9a Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Sun, 7 Apr 2019 16:12:42 -0300 Subject: [PATCH] - Rebuilt for new upstream version 3.15.4 fixes rhbz #1670216 and #1676217 --- .gitignore | 1 + Patch0-Fix-For-Python3.patch | 8 ++++++++ sources | 2 +- worker.spec | 12 ++++++++---- 4 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 Patch0-Fix-For-Python3.patch diff --git a/.gitignore b/.gitignore index f3fe2c7..d5e1b09 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /worker-3.11.0.tar.bz2 /worker-3.15.0.tar.bz2 /worker-3.15.2.tar.bz2 +/worker-3.15.4.tar.bz2 diff --git a/Patch0-Fix-For-Python3.patch b/Patch0-Fix-For-Python3.patch new file mode 100644 index 0000000..0dd8968 --- /dev/null +++ b/Patch0-Fix-For-Python3.patch @@ -0,0 +1,8 @@ +--- scripts/find_file_by_chksum.py-orig 2019-01-28 19:40:22.000000000 -0200 ++++ scripts/find_file_by_chksum.py 2019-04-07 01:38:15.262396534 -0300 +@@ -1,4 +1,4 @@ +-#! /usr/bin/env python ++#! /usr/bin/python3 + # + # This script outputs all files matching a given checksum + diff --git a/sources b/sources index 1313480..3fd1f54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (worker-3.15.2.tar.bz2) = 1eab4d7fc3862ee4f28cb1e7abea72c244949580aea0379179c68245a89851b4f61c0ef47b1d964ce06e101fdb75c91b9bd0d5448c22decffcd219885325f157 +SHA512 (worker-3.15.4.tar.bz2) = 3ab508005eb192200e3e656c21ab816f8a6a4c311d1347b0a57171a2ab4b507d43975abc71711e0628614908b4effe7c146b76282de063e50b057b28f8924145 diff --git a/worker.spec b/worker.spec index 80e8d53..983eba8 100644 --- a/worker.spec +++ b/worker.spec @@ -1,11 +1,12 @@ Name: worker -Version: 3.15.2 -Release: 2%{?dist} +Version: 3.15.4 +Release: 1%{?dist} Summary: File Manager for the X11 License: GPLv2+ URL: http://boomerangsworld.de/worker Source0: http://boomerangsworld.de/cms/%{name}/downloads/%{name}-%{version}.tar.bz2 +Patch0: Patch0-Fix-For-Python3.patch BuildRequires: gcc-c++ BuildRequires: libX11-devel BuildRequires: desktop-file-utils @@ -13,7 +14,7 @@ BuildRequires: desktop-file-utils A X11 file-manager that features low requirements and easy to access archives. %prep -%autosetup +%autosetup -p0 #Fix Man pages(UTF-8) for f in ChangeLog man/fr/worker.1 man/it/worker.1; do @@ -50,11 +51,14 @@ desktop-file-install \ %changelog +* Sun Apr 07 2019 Filipe Rosset - 3.15.4-1 +- Rebuilt for new upstream version 3.15.4 fixes rhbz #1670216 and #1676217 + * Sun Feb 03 2019 Fedora Release Engineering - 3.15.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Sep 11 2018 Filipe Rosset - 3.15.2-1 -- Rebuilt for new upstream version 3.15.0 fixes rhbz #1579346 and #1606703 +- Rebuilt for new upstream version 3.15.2 fixes rhbz #1579346 and #1606703 * Sat Jul 14 2018 Fedora Release Engineering - 3.15.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild