diff mbox series

[1/1] package/mpd: update to version 0.23.6

Message ID 20220319061115.1641-1-br015@umbiko.net
State Accepted
Headers show
Series [1/1] package/mpd: update to version 0.23.6 | expand

Commit Message

Andreas Ziegler March 19, 2022, 6:11 a.m. UTC
Remove 0002-lib-alsa-Error-add-missing-include.patch, the upstream fix is part 
of this release

Change log: 
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.6/NEWS

Signed-off-by: Andreas Ziegler <br015@umbiko.net>
---
 ...2-lib-alsa-Error-add-missing-include.patch | 25 -------------------
 package/mpd/mpd.hash                          |  2 +-
 package/mpd/mpd.mk                            |  2 +-
 3 files changed, 2 insertions(+), 27 deletions(-)
 delete mode 100644 package/mpd/0002-lib-alsa-Error-add-missing-include.patch

Comments

Arnout Vandecappelle March 27, 2022, 3:45 p.m. UTC | #1
On 19/03/2022 07:11, Andreas Ziegler wrote:
> Remove 0002-lib-alsa-Error-add-missing-include.patch, the upstream fix is part
> of this release
> 
> Change log:
>    https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.6/NEWS
> 
> Signed-off-by: Andreas Ziegler <br015@umbiko.net>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   ...2-lib-alsa-Error-add-missing-include.patch | 25 -------------------
>   package/mpd/mpd.hash                          |  2 +-
>   package/mpd/mpd.mk                            |  2 +-
>   3 files changed, 2 insertions(+), 27 deletions(-)
>   delete mode 100644 package/mpd/0002-lib-alsa-Error-add-missing-include.patch
> 
> diff --git a/package/mpd/0002-lib-alsa-Error-add-missing-include.patch b/package/mpd/0002-lib-alsa-Error-add-missing-include.patch
> deleted file mode 100644
> index c45a087a54..0000000000
> --- a/package/mpd/0002-lib-alsa-Error-add-missing-include.patch
> +++ /dev/null
> @@ -1,25 +0,0 @@
> -From 3856224df9160c201bc6d224aa927e7c358e3269 Mon Sep 17 00:00:00 2001
> -From: aeolio <git@aeolio.de>
> -Date: Tue, 14 Dec 2021 09:01:23 +0100
> -Subject: [PATCH] lib/alsa/Error: add missing #include
> -
> -Downloaded from upstream commit:
> -https://github.com/MusicPlayerDaemon/MPD/commit/3856224df9160c201bc6d224aa927e7c358e3269
> -
> -Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ----
> - src/lib/alsa/Error.cxx | 1 +
> - 1 file changed, 1 insertion(+)
> -
> -diff --git a/src/lib/alsa/Error.cxx b/src/lib/alsa/Error.cxx
> -index cd351f37d1..8ceb4417ca 100644
> ---- a/src/lib/alsa/Error.cxx
> -+++ b/src/lib/alsa/Error.cxx
> -@@ -29,6 +29,7 @@
> -
> - #include "Error.hxx"
> -
> -+#include <stdarg.h>
> - #include <alsa/error.h>
> -
> - namespace Alsa {
> diff --git a/package/mpd/mpd.hash b/package/mpd/mpd.hash
> index 56f88490cf..b09140abf5 100644
> --- a/package/mpd/mpd.hash
> +++ b/package/mpd/mpd.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated after checking pgp signature
> -sha256  f22c2c25093a05f4566f9cd7207cfbcd8405af67ed29a989bcf8905f80b7a299  mpd-0.23.5.tar.xz
> +sha256  cbc5928ee3ee1ef7ff6a58f6ba4afaee16c07e9eb42d0107bcc098010f4f26ed  mpd-0.23.6.tar.xz
>   sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
> diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
> index a55e4adde2..12da36098f 100644
> --- a/package/mpd/mpd.mk
> +++ b/package/mpd/mpd.mk
> @@ -5,7 +5,7 @@
>   ################################################################################
>   
>   MPD_VERSION_MAJOR = 0.23
> -MPD_VERSION = $(MPD_VERSION_MAJOR).5
> +MPD_VERSION = $(MPD_VERSION_MAJOR).6
>   MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz
>   MPD_SITE = https://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR)
>   MPD_DEPENDENCIES = host-pkgconf boost fmt
Peter Korsgaard March 30, 2022, 7:38 p.m. UTC | #2
>>>>> "Andreas" == Andreas Ziegler <br015@umbiko.net> writes:

 > Remove 0002-lib-alsa-Error-add-missing-include.patch, the upstream fix is part 
 > of this release

 > Change log: 
 >   https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.6/NEWS

 > Signed-off-by: Andreas Ziegler <br015@umbiko.net>

Committed to 2022.02.x, thanks.
diff mbox series

Patch

diff --git a/package/mpd/0002-lib-alsa-Error-add-missing-include.patch b/package/mpd/0002-lib-alsa-Error-add-missing-include.patch
deleted file mode 100644
index c45a087a54..0000000000
--- a/package/mpd/0002-lib-alsa-Error-add-missing-include.patch
+++ /dev/null
@@ -1,25 +0,0 @@ 
-From 3856224df9160c201bc6d224aa927e7c358e3269 Mon Sep 17 00:00:00 2001
-From: aeolio <git@aeolio.de>
-Date: Tue, 14 Dec 2021 09:01:23 +0100
-Subject: [PATCH] lib/alsa/Error: add missing #include
-
-Downloaded from upstream commit:
-https://github.com/MusicPlayerDaemon/MPD/commit/3856224df9160c201bc6d224aa927e7c358e3269
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
----
- src/lib/alsa/Error.cxx | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/lib/alsa/Error.cxx b/src/lib/alsa/Error.cxx
-index cd351f37d1..8ceb4417ca 100644
---- a/src/lib/alsa/Error.cxx
-+++ b/src/lib/alsa/Error.cxx
-@@ -29,6 +29,7 @@
- 
- #include "Error.hxx"
- 
-+#include <stdarg.h>
- #include <alsa/error.h>
- 
- namespace Alsa {
diff --git a/package/mpd/mpd.hash b/package/mpd/mpd.hash
index 56f88490cf..b09140abf5 100644
--- a/package/mpd/mpd.hash
+++ b/package/mpd/mpd.hash
@@ -1,3 +1,3 @@ 
 # Locally calculated after checking pgp signature
-sha256  f22c2c25093a05f4566f9cd7207cfbcd8405af67ed29a989bcf8905f80b7a299  mpd-0.23.5.tar.xz
+sha256  cbc5928ee3ee1ef7ff6a58f6ba4afaee16c07e9eb42d0107bcc098010f4f26ed  mpd-0.23.6.tar.xz
 sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
index a55e4adde2..12da36098f 100644
--- a/package/mpd/mpd.mk
+++ b/package/mpd/mpd.mk
@@ -5,7 +5,7 @@ 
 ################################################################################
 
 MPD_VERSION_MAJOR = 0.23
-MPD_VERSION = $(MPD_VERSION_MAJOR).5
+MPD_VERSION = $(MPD_VERSION_MAJOR).6
 MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz
 MPD_SITE = https://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR)
 MPD_DEPENDENCIES = host-pkgconf boost fmt