commit 41516c1914399927e5eb18e623ebaffa85f9209b
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Wed Apr 10 09:38:31 2019 +0100
Update to 5.7.4
.gitignore | 1 +
sources | 2 +-
unrar.spec | 16 +++++++++-------
3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f565dc..cacccfa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ unrarsrc-5.2.3.tar.gz
/unrarsrc-5.6.6.tar.gz
/unrarsrc-5.6.8.tar.gz
/unrarsrc-5.7.1.tar.gz
+/unrarsrc-5.7.4.tar.gz
diff --git a/sources b/sources
index 44addfd..e95c402 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1695c966688dd26f7ba34f6f9f279d0c unrarsrc-5.7.1.tar.gz
+7b6a2bebe2a0c096f353008c40644be7 unrarsrc-5.7.4.tar.gz
diff --git a/unrar.spec b/unrar.spec
index db17ba6..6b3669c 100644
--- a/unrar.spec
+++ b/unrar.spec
@@ -1,6 +1,6 @@
Name: unrar
-Version: 5.7.1
-Release: 2%{?dist}
+Version: 5.7.4
+Release: 1%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
URL:
https://www.rarlab.com/rar_add.htm
@@ -32,7 +32,7 @@ existing RAR v3 archives.
%package -n libunrar-devel
Summary: Development files for libunrar
-Requires: libunrar%{_isa} = %{version}-%{release}
+Requires: libunrar%{?_isa} = %{version}-%{release}
%description -n libunrar-devel
The libunrar-devel package contains libraries and header files for
@@ -45,11 +45,11 @@ cp -p %SOURCE1 .
%build
-make %{?_smp_mflags} -f makefile \
+%{make_build} -f makefile \
CXX="%{__cxx}" CXXFLAGS="%{optflags} -fPIC -DPIC"
LDFLAGS="%{?__global_ldflags} -pthread" \
STRIP=: RANLIB=ranlib
-make %{?_smp_mflags} -f makefile clean
-make %{?_smp_mflags} -f makefile lib \
+%{make_build} -f makefile clean
+%{make_build} -f makefile lib \
CXX="%{__cxx}" CXXFLAGS="%{optflags} -fPIC -DPIC"
LDFLAGS="%{?__global_ldflags} -pthread" \
STRIP=: RANLIB=ranlib
@@ -110,12 +110,14 @@ fi
%changelog
+* Wed Apr 10 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 5.7.4-1
+- Update to 5.7.4
+
* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
5.7.1-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Feb 11 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 5.7.1-1
- Update to 5.7.1
--
* Wed Jan 02 2019 Sérgio Basto <sergio(a)serjux.com> - 5.6.8-1
- Update to 5.6.8