[libftl] Use BuildRequires: cmake3, fixes el7 build
by Leigh Scott
commit a1a388535f22d082de68fdb0e2cd0c19a4ff8041
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Wed Apr 10 10:37:57 2019 +0100
Use BuildRequires: cmake3, fixes el7 build
libftl.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libftl.spec b/libftl.spec
index d42e8e8..700547e 100644
--- a/libftl.spec
+++ b/libftl.spec
@@ -9,7 +9,7 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0: libdir-fix.patch
Patch1: headers-fix.patch
-BuildRequires: cmake
+BuildRequires: cmake3
BuildRequires: gcc
BuildRequires: gcc-c++
5 years, 7 months
[buildsys-build-rpmfusion/f30] rebuild for kernel 5.0.5-300.fc30
by Leigh Scott
commit d09526db2501497d880adc7df2c278547ef9ccf4
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Wed Apr 10 09:58:14 2019 +0100
rebuild for kernel 5.0.5-300.fc30
buildsys-build-rpmfusion-kerneldevpkgs-current | 8 ++++----
buildsys-build-rpmfusion.spec | 5 ++++-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/buildsys-build-rpmfusion-kerneldevpkgs-current b/buildsys-build-rpmfusion-kerneldevpkgs-current
index aff4a83..24cc560 100644
--- a/buildsys-build-rpmfusion-kerneldevpkgs-current
+++ b/buildsys-build-rpmfusion-kerneldevpkgs-current
@@ -1,4 +1,4 @@
-4.16.2-300.fc28
-4.16.2-300.fc28smp
-4.16.2-300.fc28PAE
-4.16.2-300.fc28lpae
+5.0.5-300.fc30
+5.0.5-300.fc30smp
+5.0.5-300.fc30PAE
+5.0.5-300.fc30lpae
diff --git a/buildsys-build-rpmfusion.spec b/buildsys-build-rpmfusion.spec
index 61a8b8e..2ec622e 100644
--- a/buildsys-build-rpmfusion.spec
+++ b/buildsys-build-rpmfusion.spec
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 30
-Release: 0.1
+Release: 1
Summary: Tools and files used by the %{repo} buildsys
License: MIT
@@ -77,6 +77,9 @@ sed -i 's|^default_prefix=.*|default_prefix=%{_datadir}/%{name}/|' \
%changelog
+* Wed Apr 10 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 10:30-1
+- rebuild for kernel 5.0.5-300.fc30
+
* Thu Aug 23 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 10:30-0.1
- Bump for 30
5 years, 7 months
[unrar/f30] Update to 5.7.4
by Leigh Scott
Summary of changes:
41516c1... Update to 5.7.4 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 7 months
[unrar] Update to 5.7.4
by Leigh Scott
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
5 years, 7 months