commit 73b1978540b261d2674d00dd94b94157f7a1bc46
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 10 11:08:31 2020 +0100
Update to 5.9.3
.gitignore | 1 +
sources | 2 +-
unrar.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4362827..c4b911b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ unrarsrc-5.2.3.tar.gz
/unrarsrc-5.8.5.tar.gz
/unrarsrc-5.9.1.tar.gz
/unrarsrc-5.9.2.tar.gz
+/unrarsrc-5.9.3.tar.gz
diff --git a/sources b/sources
index 2bb5d10..28abcad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (unrarsrc-5.9.2.tar.gz) =
e48dd3327d57522aa676e8fd6e29b7133ee9921eb1525d90ddedc61716ecfeefb51a7eb3a667f4f81f21a5ce8654727617d33463a5b6a40a7bc32252fa9f25df
+SHA512 (unrarsrc-5.9.3.tar.gz) =
38b2e2e527a4d2df627072acb4c205f46c96771969db4558be04adf9166502b3b9c3d1cc60fe290b6c4ce56db68bb5e0b0ac3bf0698d9820d4840d56cc5f3e2f
diff --git a/unrar.spec b/unrar.spec
index cee4b29..e5e6ea3 100644
--- a/unrar.spec
+++ b/unrar.spec
@@ -1,5 +1,5 @@
Name: unrar
-Version: 5.9.2
+Version: 5.9.3
Release: 1%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
@@ -40,7 +40,7 @@ developing applications that use libunrar.
%prep
%setup -q -n %{name}
cp -p %SOURCE1 .
-
+sed -i -e 's|@rm -f unrar libunrar.*|@rm -f libunrar.*c|g' makefile
%build
%{make_build} -f makefile \
@@ -92,6 +92,9 @@ touch -r license.txt %{buildroot}%{_sysconfdir}/rpm/macros.unrar
%changelog
+* Wed Jun 10 2020 Leigh Scott <leigh123linux(a)gmail.com> - 5.9.3-1
+- Update to 5.9.3
+
* Wed Apr 01 2020 leigh123linux <leigh123linux(a)googlemail.com> - 5.9.2-1
- Update to 5.9.2
Show replies by date