[dfhack] Use old cmake macro
by Leigh Scott
commit bf666fb64404c9d776e2bfc8d6c1dc2e76ff97bb
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 09:29:11 2020 +0100
Use old cmake macro
dfhack.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/dfhack.spec b/dfhack.spec
index 540ed84..7a3d5bb 100644
--- a/dfhack.spec
+++ b/dfhack.spec
@@ -42,6 +42,9 @@
%global dfhack_arch 64
%endif
+# Use old cmake macro
+%global __cmake_in_source_build 1
+
Name: dfhack
Version: %{dfversion}
Release: 3.%{hackrelease}%{?dist}
4 years, 3 months
[EmptyEpsilon] fix
by Leigh Scott
commit 9104ae6a89ff2e762808f9a5ebbe7b93fdb5c764
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 08:33:33 2020 +0100
fix
EmptyEpsilon.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/EmptyEpsilon.spec b/EmptyEpsilon.spec
index 1ed6d38..1141e23 100644
--- a/EmptyEpsilon.spec
+++ b/EmptyEpsilon.spec
@@ -48,11 +48,11 @@ Note: Network play require port 35666 UDP and TCP allowed in firewall.
%cmake3_install
# auto-generated help from /usr to buildroot
-mv %{buildroot}%{_prefix}/script_reference.html ../
+mv %{buildroot}%{_prefix}/script_reference.html ./
# icon to pixmaps
mkdir -p %{buildroot}%{_datadir}/pixmaps
-install -p -m 644 ../logo.png %{buildroot}%{_datadir}/pixmaps/EmptyEpsilon.png
+install -p -m 644 ./logo.png %{buildroot}%{_datadir}/pixmaps/EmptyEpsilon.png
# .desktop file
mkdir -p %{buildroot}%{_datadir}/applications
4 years, 3 months
[dptfxtract] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit e1fa70d59a5b15fc7bea412265b15073bdec03c5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 08:29:41 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
dptfxtract.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/dptfxtract.spec b/dptfxtract.spec
index b969535..dafb5ce 100644
--- a/dptfxtract.spec
+++ b/dptfxtract.spec
@@ -1,6 +1,6 @@
Name: dptfxtract
Version: 1.4.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Utility to generate a thermald configuration from DPTF
License: Redistributable, no modification permitted
@@ -60,6 +60,9 @@ ln -s ../dptfxtract.service %{buildroot}%{_unitdir}/thermald.service.wants/dptfx
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.4.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Wed Jul 08 2020 Benjamin Berg <bberg(a)redhat.com> - 1.4.3-1
- New upstream release
4 years, 3 months
[dfhack] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit cc4da25b321fd842bf38cba5c674564078d38ecc
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 08:28:49 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
dfhack.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/dfhack.spec b/dfhack.spec
index ab12ec9..540ed84 100644
--- a/dfhack.spec
+++ b/dfhack.spec
@@ -44,7 +44,7 @@
Name: dfhack
Version: %{dfversion}
-Release: 2.%{hackrelease}%{?dist}
+Release: 3.%{hackrelease}%{?dist}
Summary: Memory hacking library for Dwarf Fortress and a set of tools that use it
# It'd be nice if we could unbundle some of these things, but I suspect it won't happen.
@@ -341,6 +341,9 @@ rm -f docs/build.sh
%license LICENSE.rst
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.47.04-3.r1
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Thu Jun 18 2020 Ben Rosser <rosser.bjr(a)gmail.com> - 0.47.04-2.r1
- Update to stable release with support for 0.47.04.
4 years, 3 months