[dhewm3/f36] Update to 1.5.1 release
by Leigh Scott
Summary of changes:
cdedba6... Update to 1.5.1 release (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 7 months
[dhewm3] Update to 1.5.1 release
by Leigh Scott
commit cdedba6e93b554d615b6cd540ab5bff81a95f7f6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Apr 17 11:29:02 2022 +0100
Update to 1.5.1 release
.gitignore | 1 +
dhewm3.spec | 13 +++++++------
sources | 2 +-
3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d13749f..f18b7bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ dhewm3-89f227b.tar.gz
/dhewm3-d535e54.tar.gz
/dhewm3-f24f18a.tar.gz
/dhewm3-bbe30e3.tar.gz
+/dhewm3-1.5.1.tar.gz
diff --git a/dhewm3.spec b/dhewm3.spec
index 6b1bd0b..6d66d53 100644
--- a/dhewm3.spec
+++ b/dhewm3.spec
@@ -3,13 +3,11 @@
%global commit0 bbe30e300c1618207f447927b0accedd51ab8769
%global date 20201102
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-#global tag %{version}
-
-%undefine __cmake_in_source_build
+%global tag %{version}
Name: dhewm3
Version: 1.5.1
-Release: 8%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
+Release: 9%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
Summary: Dhewm's Doom 3 engine
License: GPLv3+ with exceptions
URL: https://dhewm3.org/
@@ -48,7 +46,7 @@ original DOOM 3 will be fixed (when identified) without altering the original
game-play.
%prep
-%autosetup -p1 -n %{name}-%{commit0}
+%autosetup -p1 -n %{name}-%{version}
cp %{SOURCE1} ./Fedora-README.txt
iconv -f iso8859-1 -t utf-8 COPYING.txt > COPYING.txt.conv && mv -f COPYING.txt.conv COPYING.txt
@@ -80,9 +78,12 @@ fi
%doc README.md Fedora-README.txt
%{_bindir}/%{name}
%{_bindir}/%{name}ded
-%{_libdir}/%{name}
+%{_libdir}/%{name}/
%changelog
+* Sun Apr 17 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.5.1-9
+- Update to 1.5.1 release
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.5.1-8.20201102gitbbe30e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index 26bf922..62bbda1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dhewm3-bbe30e3.tar.gz) = 6209506e656da6223c51203f7e4351819d8f955e93f6d72d88b71616f1440e08412927790fef28781375e9e72c7f28bfcca53ab2a4e0d8194f673bb6d97b3dbb
+SHA512 (dhewm3-1.5.1.tar.gz) = b485cadea173e8cf36c04b01ccc8e2e1ab1354b174fd11c967e7e361b084bd96fd781494b7c416097d39ea2e15e69ad948c6600f16f711526a17c9546243a0fa
2 years, 7 months
[qmplay2/f36] Update to 22.03.19
by Martin Gansser
Summary of changes:
6f6f456... Update to 22.03.19 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 7 months
[qmplay2] Update to 22.03.19
by Martin Gansser
commit 6f6f45689980fcef04e3db72fb37bb437b1c3ff3
Author: Martin Gansser <mgansser(a)online.de>
Date: Sat Apr 16 18:56:06 2022 +0200
Update to 22.03.19
.gitignore | 1 +
ffmpeg-5-compilation.patch | 62 ----------------------------------------------
qmplay2.spec | 8 +++---
sources | 2 +-
4 files changed, 7 insertions(+), 66 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f4869f..e164f81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@
/QMPlay2-21.03.09.tar.gz
/QMPlay2-21.06.07.tar.gz
/QMPlay2-21.12.24.tar.gz
+/QMPlay2-22.03.19.tar.gz
diff --git a/qmplay2.spec b/qmplay2.spec
index f8969fa..4cfd83e 100644
--- a/qmplay2.spec
+++ b/qmplay2.spec
@@ -2,14 +2,13 @@
%global pname QMPlay2
Name: qmplay2
-Version: 21.12.24
-Release: 2%{?dist}
+Version: 22.03.19
+Release: 1%{?dist}
Summary: A Qt based media player, streamer and downloader
License: LGPLv3+
URL: http://zaps166.sourceforge.net/?app=QMPlay2
Source: https://github.com/zaps166/QMPlay2/archive/%{version}.tar.gz#/%{pname}-%{...
Patch0: %{name}-numeric_limit_fix.patch
-Patch1: ffmpeg-5-compilation.patch
BuildRequires: cmake3
BuildRequires: ninja-build
@@ -122,6 +121,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_includedir}/%{pname}
%changelog
+* Sat Apr 16 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 22.03.19-1
+- Update to 22.03.19
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 21.12.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index 3b2041a..2d93509 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (QMPlay2-21.12.24.tar.gz) = 299120f7f208a7fb65a5dbd01dffad9fce1a9baf8e9a4e66a6053d51b0fac8ae5002b48a512c1a7cafdef86beed3c917e906d8e4d329c984cb9234fd6e433395
+SHA512 (QMPlay2-22.03.19.tar.gz) = 48c133fc9072be4ba093aff1acfa7f41b195790d05e2f65c244d26e2529d99ab390b872d7e2226497c83b75a6336679c1cc059f31ca6a5dc8a9c6bc28a01c7d0
2 years, 7 months
[ffmpeg/el8] Update to 4.2.6 release
by Leigh Scott
commit e15388183f04b1351163b2b36f9e62b83e1c4d14
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Apr 16 12:58:03 2022 +0100
Update to 4.2.6 release
ffmpeg.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index bc11ac8..674bdd5 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -88,8 +88,8 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 4.2.5
-Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
+Version: 4.2.6
+Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -436,6 +436,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Sat Apr 16 2022 Leigh Scott <leigh123linux(a)gmail.com> - 4.2.6-1
+- Update to 4.2.6 release
+
* Wed Dec 01 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.2.5-2
- rebuilt
diff --git a/sources b/sources
index 603e071..1415f3b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-4.2.5.tar.xz) = a5bfce7cab3508976c4ced9a0d0ee0774f9905696036d98977d2efc6f0e3ffb2d7d5273613d488ba385954ca46b8f672037fef1c575080a5c35f9c1100aaedcd
+SHA512 (ffmpeg-4.2.6.tar.xz) = 867b235e00560925a3280c998d4924cd176850cc4895a8a2ff882fa5cf1ef94acc1cc3fb64c97cebd944772b9bc3e26a888d4ef9871292d1f21f42f7e224c172
2 years, 7 months