From 7a0b62714b8af7e87e4d9a7ef4ad72630a1c9b4e Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Jan 08 2016 13:44:15 +0000 Subject: Update summary and description --- diff --git a/ncmpcpp.spec b/ncmpcpp.spec index e7f1c1c..36777f1 100644 --- a/ncmpcpp.spec +++ b/ncmpcpp.spec @@ -1,7 +1,7 @@ Name: ncmpcpp Version: 0.7.1 -Release: 1%{?dist} -Summary: Clone of ncmpc with new features and written in C++ +Release: 2%{?dist} +Summary: Featureful ncurses based MPD client inspired by ncmpc Group: Applications/Multimedia License: GPLv2+ URL: http://ncmpcpp.rybczak.net/ @@ -17,11 +17,19 @@ BuildRequires: autoconf automake libtool %description -Ncmpcpp is almost exact clone of ncmpc but it contains some new -features ncmpc doesn't have. It's been also rewritten from scratch -in C++. New features include: tag editor, playlists editor, easy to -use search screen, media library screen, lyrics screen and more. +A featureful ncurses based MPD client inspired by ncmpc. The main features are: +- tag editor +- playlist editor +- easy to use search engine +- media library +- music visualizer +- ability to fetch artist info from last.fm +- new display mode +- alternative user interface +- ability to browse and add files from outside of MPD music directory + +.. and a lot more minor functions. %prep %setup -q @@ -45,6 +53,9 @@ make DESTDIR="%{buildroot}" INSTALL="install -p" docdir=%{?_pkgdocdir}%{!?_pkgdo %changelog +* Fri Jan 08 2016 Ankur Sinha 0.7.1-2 +- Update summary and description + * Sun Jan 03 2016 Dominic Hopf - 0.7.1-1 - Update to lastest upstream release: ncmpcpp 0.7.1 (RHBZ#1280519)