[mpd/f34] fix
by Leigh Scott
Summary of changes:
6c13e14... fix (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[mpd/f35] fix
by Leigh Scott
Summary of changes:
6c13e14... fix (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[mpd] fix
by Leigh Scott
commit 6c13e14faa3316d685cd08f58bae8581ef29884b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Oct 31 22:22:35 2021 +0000
fix
mpd.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index eeea6e3..3fa6eb2 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -91,7 +91,6 @@ BuildRequires: pkgconfig(libpulse)
BuildRequires: soxr-devel
BuildRequires: sqlite-devel
BuildRequires: systemd-devel
-BuildRequires: systemd-rpm-macros
BuildRequires: wavpack-devel
BuildRequires: yajl-devel
BuildRequires: zlib-devel
@@ -99,8 +98,10 @@ BuildRequires: zziplib-devel
BuildRequires: libsidplayfp-devel
Requires(pre): shadow-utils
+Requires(post): systemd
+Requires(preun): systemd
+Requires(postun): systemd
Requires: (mpd-firewalld = %{?epoch}:%{version}-%{release} if firewalld)
-%{systemd_requires}
%description
Music Player Daemon (MPD) is a flexible, powerful, server-side application for
3 years
[mpd/f34] fix
by Leigh Scott
Summary of changes:
82ad875... fix (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[mpd/f35] fix
by Leigh Scott
Summary of changes:
82ad875... fix (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[mpd] fix
by Leigh Scott
commit 82ad87519c6e6e6cbe2cef4faf544d28a521c50d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Oct 31 22:17:24 2021 +0000
fix
mpd.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/mpd.spec b/mpd.spec
index 6af05e5..eeea6e3 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -91,6 +91,7 @@ BuildRequires: pkgconfig(libpulse)
BuildRequires: soxr-devel
BuildRequires: sqlite-devel
BuildRequires: systemd-devel
+BuildRequires: systemd-rpm-macros
BuildRequires: wavpack-devel
BuildRequires: yajl-devel
BuildRequires: zlib-devel
3 years
[mpd/f34] (2 commits) ...Update to 0.23.3
by Leigh Scott
Summary of changes:
d528028... drop unused build dep (*)
1268d8a... Update to 0.23.3 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[mpd/f35] (2 commits) ...Update to 0.23.3
by Leigh Scott
Summary of changes:
d528028... drop unused build dep (*)
1268d8a... Update to 0.23.3 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[mpd] Update to 0.23.3
by Leigh Scott
commit 1268d8ae521cada3b47ed15263aee588fcf9aa5c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Oct 31 22:03:58 2021 +0000
Update to 0.23.3
mpd.spec | 9 +++++----
pipewire_samplerate.patch | 30 ------------------------------
sources | 4 ++--
3 files changed, 7 insertions(+), 36 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index 23715b7..6af05e5 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,7 +16,7 @@
Name: mpd
Epoch: 1
-Version: 0.23.2
+Version: 0.23.3
Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
@@ -98,10 +98,8 @@ BuildRequires: zziplib-devel
BuildRequires: libsidplayfp-devel
Requires(pre): shadow-utils
-Requires(post): systemd
-Requires(preun): systemd
-Requires(postun): systemd
Requires: (mpd-firewalld = %{?epoch}:%{version}-%{release} if firewalld)
+%{systemd_requires}
%description
Music Player Daemon (MPD) is a flexible, powerful, server-side application for
@@ -243,6 +241,9 @@ fi
%changelog
+* Sun Oct 31 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.23.3-1
+- Update to 0.23.3
+
* Fri Oct 22 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.23.2-1
- Update to 0.23.2
diff --git a/sources b/sources
index 58c820e..3ca4e61 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (mpd-0.23.2.tar.xz) = f30c27baeccc0bc115e8d9c05754fa5f0b68c713c0b6c7516e806fc17c52f062367a044638304477af9f9c2471d82a8a1037b6c7736be4f96c6c9d57ebfcaf1f
-SHA512 (mpd-0.23.2.tar.xz.sig) = 540cc0dd73103476d17ca262357af878fd1c90d3ad56c49d7a01dee88959a3c98d1d13e80d4684a5d95109c90de294f95c61e40d1d93e8354aefe86813718aa8
+SHA512 (mpd-0.23.3.tar.xz) = 8f8b519bd2980ac617b4b9846f2d1b834b2b72e7f4a4e451799753f56a43626618f222ede685e7db04d99e8567b0728f763a03d27a17e25cb392e94588f8b3de
+SHA512 (mpd-0.23.3.tar.xz.sig) = 4336cbb8a59385f6482ba5707a86028d53e4a73e3199a65f880e2023b5ce54dacab521a8daaeef24fae4fe4ed07c0cb4a8171f9f427bb53ff35450697e3386c8
3 years
[mpd] drop unused build dep
by Leigh Scott
commit d5280288041872877fdc83c74483d7e037cee7a1
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Oct 31 18:25:20 2021 +0000
drop unused build dep
mpd.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/mpd.spec b/mpd.spec
index 7408005..23715b7 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -65,7 +65,6 @@ BuildRequires: expat-devel
BuildRequires: libmpdclient-devel
BuildRequires: libnfs-devel
BuildRequires: libopenmpt-devel
-BuildRequires: libsmbclient-devel
BuildRequires: libsndfile-devel
BuildRequires: libupnp-devel
%if 0%{?fedora}
3 years