[packages/ncmpcpp] up to 0.9

atler atler at pld-linux.org
Sun Dec 20 21:01:27 CET 2020


commit ea7490c63bba762f7bb48e26461925bb657420a8
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Dec 20 20:59:20 2020 +0100

    up to 0.9

 gcc10.patch  | 26 --------------------------
 ncmpcpp.spec | 10 ++++------
 2 files changed, 4 insertions(+), 32 deletions(-)
---
diff --git a/ncmpcpp.spec b/ncmpcpp.spec
index f0f7d9c..9c95acc 100644
--- a/ncmpcpp.spec
+++ b/ncmpcpp.spec
@@ -1,13 +1,12 @@
 Summary:	ncurses mpd client inspired by ncmpc
 Summary(pl.UTF-8):	klient mpd wzorowany na ncmpc
 Name:		ncmpcpp
-Version:	0.8.2
-Release:	6
+Version:	0.9
+Release:	1
 License:	GPL v2
 Group:		Applications
 Source0:	http://ncmpcpp.rybczak.net/stable/%{name}-%{version}.tar.bz2
-# Source0-md5:	af161ee347d92e7077c42ea8ad4865ec
-Patch0:		gcc10.patch
+# Source0-md5:	36b0723294d6265906272b5fdec9dd1e
 URL:		http://ncmpcpp.rybczak.net
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
@@ -40,7 +39,6 @@ plików lokalnych oraz inne drobne udogodnienia.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -70,6 +68,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING NEWS doc/bindings doc/config
+%doc AUTHORS CHANGELOG.md COPYING doc/bindings doc/config
 %attr(755,root,root) %{_bindir}/ncmpcpp
 %{_mandir}/man1/ncmpcpp.1*
diff --git a/gcc10.patch b/gcc10.patch
deleted file mode 100644
index 466abce..0000000
--- a/gcc10.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 399e0f47008b487df3505476c959b4f42d8bc1b1 Mon Sep 17 00:00:00 2001
-From: Louis Sautier <sautier.louis at gmail.com>
-Date: Sat, 9 May 2020 14:31:52 +0200
-Subject: [PATCH] Fix build with GCC 10 by adding missing include
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Fixes the following error:
-./mpdpp.h:438:15: error: ‘runtime_error’ is not a member of ‘std’
----
- src/mpdpp.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/mpdpp.h b/src/mpdpp.h
-index a2bb79eb..abd3666c 100644
---- a/src/mpdpp.h
-+++ b/src/mpdpp.h
-@@ -25,6 +25,7 @@
- #include <exception>
- #include <random>
- #include <set>
-+#include <stdexcept>
- #include <vector>
- 
- #include <mpd/client.h>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ncmpcpp.git/commitdiff/ea7490c63bba762f7bb48e26461925bb657420a8



More information about the pld-cvs-commit mailing list