[mpd/f34] (2 commits) ...Update to 0.23.5
by Leigh Scott
Summary of changes:
eb96dd5... fix el8 build (*)
287eb1f... Update to 0.23.5 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 11 months
[mpd/el8] Update to 0.23.5
by Leigh Scott
Summary of changes:
287eb1f... Update to 0.23.5 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 11 months
[mpd/f35] (2 commits) ...Update to 0.23.5
by Leigh Scott
Summary of changes:
eb96dd5... fix el8 build (*)
287eb1f... Update to 0.23.5 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 11 months
[mpd] Update to 0.23.5
by Leigh Scott
commit 287eb1f7c21caeb567a062ffcccb6ac8e4d487f6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 9 21:55:01 2021 +0000
Update to 0.23.5
mpd.spec | 5 ++++-
sources | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index 017cf1c..bacf43a 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,7 +16,7 @@
Name: mpd
Epoch: 1
-Version: 0.23.4
+Version: 0.23.5
Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
@@ -247,6 +247,9 @@ fi
%changelog
+* Thu Dec 09 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.23.5-1
+- Update to 0.23.5
+
* Tue Nov 16 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.23.4-1
- Update to 0.23.4
diff --git a/sources b/sources
index a6fc4d8..84d9580 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (mpd-0.23.4.tar.xz) = fb476b108a7be842663683fe6ca6737cffad73c0f09874f9d052121d188d16f69b144e993d1691f2edfac713db24aa3c28302b399f4720b29c09c909860c0938
-SHA512 (mpd-0.23.4.tar.xz.sig) = f186fe185f1a1e294c3c7bc5bf5d796270f10d7a1a75667eed73894366cad5719f0097552668e092234a948c2b79ee5eb2c72ce8ed574f3c63205a07d3dc6e7d
+SHA512 (mpd-0.23.5.tar.xz.sig) = d58f44db5caec8fc2b6ce8726682b13cdfd4445d60bd2a92389e5f036dc5aae9733c4f0ad77dafd4a291c1e4d4514cdd17d5d31ce99ba0b849d81df457fb563f
+SHA512 (mpd-0.23.5.tar.xz) = 3a870e79bb82c9e8877958d271e933daa3dd970a4510aff4aeea91feab521d7927cd59c7f1ea16a36e84ff879e4f24e4347602ac449c5da31853acb5a3b46f34
2 years, 11 months
[telegram-desktop/f34] Fixed metainfo file name.
by Vitaly Zaitsev
commit 97371050ac50612868ab2f329b9fda7c255b12f5
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Thu Dec 9 17:23:52 2021 +0100
Fixed metainfo file name.
telegram-desktop.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 9f4397a..5e34326 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -248,7 +248,7 @@ rm -rf Telegram/ThirdParty/libtgvoip
%cmake_install
%check
-appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{launcher}.appdata.xml
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{launcher}.metainfo.xml
desktop-file-validate %{buildroot}%{_datadir}/applications/%{launcher}.desktop
%files
@@ -257,7 +257,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_bindir}/%{name}
%{_datadir}/applications/%{launcher}.desktop
%{_datadir}/icons/hicolor/*/apps/*.png
-%{_metainfodir}/%{launcher}.appdata.xml
+%{_metainfodir}/%{launcher}.metainfo.xml
%changelog
* Thu Dec 09 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.3.0-1
2 years, 11 months
[ffmpeg] Enable most unused build requires for fedora excluding i686
by Leigh Scott
commit 331b3f2c3f910e3e0971e15d343c7d981df814bd
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 9 13:48:36 2021 +0000
Enable most unused build requires for fedora excluding i686
ffmpeg.spec | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 8496f80..e1d130d 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -12,10 +12,6 @@
%global _without_vulkan 1
%endif
-%if 0%{?fedora} > 32
-%global _with_rav1e 1
-%endif
-
# Cuda and others are only available on some arches
%global cuda_arches x86_64
@@ -30,16 +26,27 @@
%if 0%{?fedora} || 0%{?rhel} > 7
# Disable because of gcc issue
%global _without_lensfun 1
-%global _with_webp 1
+%if 0%{?fedora}
%ifnarch i686
+%global _with_bs2b 1
+%global _with_chromaprint 1
+%global _with_ilbc 1
+%global _with_rav1e 1
+%global _with_rtmp 1
+%global _with_rubberband 1
%global _with_smb 1
+%global _with_snappy 1
+%global _with_tesseract 1
+%global _with_twolame 1
+%global _with_wavpack 1
+%global _with_webp 1
+%global _with_zmq 1
%endif
-%ifarch x86_64 i686
-%global _with_vapoursynth 1
%endif
%ifarch x86_64
%global _with_mfx 1
%global _with_svtav1 1
+%global _with_vapoursynth 1
%global _with_vmaf 1
%endif
%endif
2 years, 11 months