[deadbeef] Fix ppc64le build with libdispatch.
by Vasiliy Glazov
commit 33d4736f0668105271fc233586f9ee031ac4c968
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Sat May 14 20:57:21 2022 +0300
Fix ppc64le build with libdispatch.
deadbeef.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/deadbeef.spec b/deadbeef.spec
index ae4075a..c2e6ec3 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -52,7 +52,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(jansson)
BuildRequires: pkgconfig(opusfile)
-%ifnarch armv7hl ppc64le
+%ifnarch armv7hl
BuildRequires: libdispatch-devel
%endif
2 years, 6 months
[deadbeef] Update to 1.9.0.
by Vasiliy Glazov
commit c34c190a6c96fc5b64eda870ff64665b9b5852c5
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Sat May 14 20:10:27 2022 +0300
Update to 1.9.0.
.gitignore | 4 ++++
deadbeef.spec | 13 +++++++------
segfault_fix.patch | 12 ------------
sources | 4 ++--
4 files changed, 13 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a3b96c..49ead29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,7 @@
/mp4p-f111d7a.tar.gz
/1.8.8.tar.gz
/mp4p-82291e4.tar.gz
+/1.9.0.tar.gz
+/mp4p-a80941d.tar.gz
+/1.9.0.tar.gz
+/mp4p-a80941d.tar.gz
diff --git a/deadbeef.spec b/deadbeef.spec
index 7d10bbc..ae4075a 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -1,12 +1,13 @@
%global toolchain clang
+%global optflags %optflags -Wno-unused-but-set-variable
# Git submodules
-%global mp4p_commit 82291e47ef90f5d36dfa6dc77c59d74496c55a45
+%global mp4p_commit a80941da6e395953b79a1c50cb855f05cc27a5c2
%global mp4p_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
Name: deadbeef
-Version: 1.8.8
-Release: 6%{?dist}
+Version: 1.9.0
+Release: 1%{?dist}
Summary: An audio player for GNU/Linux
Summary(ru): Музыкальный проигрыватель для GNU/Linux
@@ -14,9 +15,6 @@ License: GPLv2+ and LGPLv2+ and BSD and MIT and zlib
URL: https://deadbeef.sourceforge.io/
Source0: https://github.com/DeaDBeeF-Player/%{name}/archive/%{version}.tar.gz
Source1: https://github.com/DeaDBeeF-Player/mp4p/archive/%{mp4p_commit}/mp4p-%{mp4...
-# Fix segfault
-# https://github.com/DeaDBeeF-Player/deadbeef/issues/2664
-Patch0: segfault_fix.patch
# Build for armv7hl failed
# https://github.com/DeaDBeeF-Player/deadbeef/issues/2538
@@ -161,6 +159,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Sat May 14 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.9.0-1
+- Update to 1.9.0
+
* Sat Mar 05 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.8.8-6
- Use compat-ffmpeg4 for f36+
diff --git a/sources b/sources
index beedc90..12df1f9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (1.8.8.tar.gz) = 4c43dbb0872cd9c101064cdc871e4ae87bab02024e9f7b2b866e418682d4989c8f2bed54f816833d7cbedcf59b1db28740d6fdcfd6e6c1a4ae95159845448200
-SHA512 (mp4p-82291e4.tar.gz) = 0ff2e25d91a1e33c99d2d5baf7139e9a8a70dfd4537052cae33abb72a16e94b15addecceab33aa3c02d5660a444a6243c3c5bd029e88a6e575845d9f18954a18
+SHA512 (1.9.0.tar.gz) = bb40b128653fa007b0eef8beadc7cc28214e76b6648a16b84cfeab9b140098ef169a147cb750ba165922731ef6c281f6413519b89ba8b028bdb47221e3e0f919
+SHA512 (mp4p-a80941d.tar.gz) = 1b6c2716f62629820337a4fb4996ec18db22545e45840faac27c4ad25029b97afc865a7c77a8e42e044377daaef56cce847b83150aba29edb25a3f699e109e4d
2 years, 6 months
[mythweb/f36] Update to 32.0
by Andrew Bauer
Summary of changes:
aa3cb88... Update to 32.0 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 6 months
[mythweb] Update to 32.0
by Andrew Bauer
commit aa3cb886ecb0ab506c710fd981419f10593e7d34
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Fri May 13 08:05:52 2022 -0500
Update to 32.0
.gitignore | 1 +
mythweb-php8.patch | 437 -----------------------------------------------------
mythweb.spec | 11 +-
sources | 2 +-
4 files changed, 8 insertions(+), 443 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d51b1cc..36d0778 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ mythweb-0.27.5.tar.gz
/mythweb-29.1.tar.gz
/mythweb-30.0.tar.gz
/mythweb-31.0.tar.gz
+/mythweb-32.0.tar.gz
diff --git a/mythweb.spec b/mythweb.spec
index 9325665..993a989 100644
--- a/mythweb.spec
+++ b/mythweb.spec
@@ -1,11 +1,11 @@
-%global vers_string v31.0
+%global vers_string v32.0
Name: mythweb
Summary: The web interface to MythTV
URL: http://www.mythtv.org/
-Version: 31.0
-Release: 6%{?dist}
+Version: 32.0
+Release: 1%{?dist}
License: GPLv2 and LGPLv2 and MIT
@@ -13,8 +13,6 @@ Source0: https://github.com/MythTV/%{name}/archive/v%{version}/%{name}-%{
Source1: mythweb.conf
Source2: ChangeLog
-Patch0: mythweb-php8.patch
-
# This is needed for perl dependency auto-detection
BuildRequires: perl-generators
@@ -73,6 +71,9 @@ rm %{buildroot}%{_datadir}/mythweb/{LICENSE,README,INSTALL,ChangeLog}
%changelog
+* Thu May 12 2022 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 32.0-1
+- Update to 32.0
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 31.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index 9134194..d2aa979 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mythweb-31.0.tar.gz) = a080df6ec9ec9f26a95c075019d3fc775854770f9088abad092f38ca0ab98bb9353fa5cd94f015c01c906e0ef418a7865aa636d7d7d81ede098711dbfde8a04c
+SHA512 (mythweb-32.0.tar.gz) = 255a92048880e29bd06480019c827c8a3644b70cd803e83939873e1f0f8bf6593dba18d5b998a0a9f3fc26c56ca2ecb79db4762d98ee030e24694f21304eef90
2 years, 6 months