commit ncmpcpp for openSUSE:Factory

2018-04-13 Thread root
Hello community,

here is the log from the commit of package ncmpcpp for openSUSE:Factory checked 
in at 2018-04-13 12:50:28

Comparing /work/SRC/openSUSE:Factory/ncmpcpp (Old)
 and  /work/SRC/openSUSE:Factory/.ncmpcpp.new (New)


Package is "ncmpcpp"

Fri Apr 13 12:50:28 2018 rev:3 rq:595793 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/ncmpcpp/ncmpcpp.changes  2018-02-07 
18:42:46.876339855 +0100
+++ /work/SRC/openSUSE:Factory/.ncmpcpp.new/ncmpcpp.changes 2018-04-13 
12:50:49.729251160 +0200
@@ -1,0 +2,15 @@
+Wed Apr 11 21:06:27 UTC 2018 - avin...@opensuse.org
+
+- Update to 0.8.2
+  * Help screen: fixed display of EoF keycode
+  * Fixed possible integer overflow when resizing screen
+  * Fixed fetching lyrics from lyricsmania.com, metrolyrics.com
+and sing365.com
+  * Search engine now properly interacts with filtering
+  * Fixed redraw of separator after interface switch while MPD was
+stopped
+  * Reset position of a window when fetching lyrics
+  * Fixed compilation with ICU >= 61.
+- cleanup with spec-cleaner
+
+---

Old:

  ncmpcpp-0.8.1.tar.gz

New:

  ncmpcpp-0.8.2.tar.gz



Other differences:
--
++ ncmpcpp.spec ++
--- /var/tmp/diff_new_pack.bk0IKH/_old  2018-04-13 12:50:51.725178847 +0200
+++ /var/tmp/diff_new_pack.bk0IKH/_new  2018-04-13 12:50:51.725178847 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ncmpcpp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:   ncmpcpp
-Version:0.8.1
+Version:0.8.2
 Release:0
 Summary:Music Player Daemon Client
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Multimedia/Sound/Players
 URL:https://rybczak.net/ncmpcpp
 Source: 
https://github.com/arybczak/ncmpcpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -28,13 +28,8 @@
 BuildRequires:  automake
 BuildRequires:  curl-devel
 BuildRequires:  fftw-devel
-BuildRequires:  libtag-devel
-BuildRequires:  libtool
-BuildRequires:  pkgconfig(ncursesw)
-BuildRequires:  pkgconfig
-BuildRequires:  readline-devel
-BuildRequires:  pkgconfig(libmpdclient)
-Requires:   mpd > 0.16
+BuildRequires:  gcc
+BuildRequires:  gcc-c++
 BuildRequires:  libboost_filesystem-devel
 BuildRequires:  libboost_headers-devel
 BuildRequires:  libboost_locale-devel
@@ -42,8 +37,13 @@
 BuildRequires:  libboost_regex-devel
 BuildRequires:  libboost_system-devel
 BuildRequires:  libboost_thread-devel
-BuildRequires:  gcc
-BuildRequires:  gcc-c++
+BuildRequires:  libtag-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  readline-devel
+BuildRequires:  pkgconfig(libmpdclient)
+BuildRequires:  pkgconfig(ncursesw)
+Requires:   mpd > 0.16
 
 %description
 ncmpcpp is an ncurses client for MPD (Music Player Daemon), inspired
@@ -66,8 +66,9 @@
 rm -rf "%{buildroot}%{_datadir}/doc"
 
 %files
-%doc AUTHORS COPYING NEWS doc/config doc/bindings
-%{_bindir}/ncmpcpp
-%{_mandir}/man1/ncmpcpp.1%{ext_man}
+%license COPYING
+%doc AUTHORS NEWS doc/config doc/bindings
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %changelog

++ ncmpcpp-0.8.1.tar.gz -> ncmpcpp-0.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ncmpcpp-0.8.1/NEWS new/ncmpcpp-0.8.2/NEWS
--- old/ncmpcpp-0.8.1/NEWS  2017-10-12 13:29:51.0 +0200
+++ new/ncmpcpp-0.8.2/NEWS  2018-04-11 20:40:52.0 +0200
@@ -1,3 +1,12 @@
+ncmpcpp-0.8.2 (2018-04-11)
+* Help screen: fixed display of EoF keycode
+* Fixed possible integer overflow when resizing screen
+* Fixed fetching lyrics from lyricsmania.com, metrolyrics.com and sing365.com
+* Search engine now properly interacts with filtering
+* Fixed redraw of separator after interface switch while MPD was stopped
+* Reset position of a window when fetching lyrics
+* Fixed compilation with ICU >= 61.
+
 ncmpcpp-0.8.1 (2017-10-11)
 * Setting 'colors_enabled' to 'no' no longer results in a crash.
 * Using '--quiet' command line argument no longer results in a crash.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ncmpcpp-0.8.1/configure.ac 
new/ncmpcpp-0.8.2/configure.ac
--- old/ncmpcpp-0.8.1/configure.ac  2017-10-12 13:29:51.0 +0200
+++ new/ncmpcpp-0.8.2/configure.ac  2018-04-11 20:40:52.0 +0200
@@ -1,4 +1,4 @@
-AC_INIT([ncmpcpp], [0.8.1])
+AC_INIT([ncmpcpp], [0.8.2])
 

commit ncmpcpp for openSUSE:Factory

2018-02-07 Thread root
Hello community,

here is the log from the commit of package ncmpcpp for openSUSE:Factory checked 
in at 2018-02-07 18:42:43

Comparing /work/SRC/openSUSE:Factory/ncmpcpp (Old)
 and  /work/SRC/openSUSE:Factory/.ncmpcpp.new (New)


Package is "ncmpcpp"

Wed Feb  7 18:42:43 2018 rev:2 rq:573705 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/ncmpcpp/ncmpcpp.changes  2018-01-19 
11:51:05.369644194 +0100
+++ /work/SRC/openSUSE:Factory/.ncmpcpp.new/ncmpcpp.changes 2018-02-07 
18:42:46.876339855 +0100
@@ -1,0 +2,5 @@
+Wed Jan 31 10:42:14 UTC 2018 - o...@aepfle.de
+
+- Adjust usage of gccN for Leap42 and SLE12
+
+---



Other differences:
--
++ ncmpcpp.spec ++
--- /var/tmp/diff_new_pack.y6raKt/_old  2018-02-07 18:42:47.432313823 +0100
+++ /var/tmp/diff_new_pack.y6raKt/_new  2018-02-07 18:42:47.432313823 +0100
@@ -26,19 +26,15 @@
 Source: 
https://github.com/arybczak/ncmpcpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  boost-devel >= 1.54
 BuildRequires:  curl-devel
 BuildRequires:  fftw-devel
 BuildRequires:  libtag-devel
 BuildRequires:  libtool
-BuildRequires:  ncurses-devel
+BuildRequires:  pkgconfig(ncursesw)
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
 BuildRequires:  pkgconfig(libmpdclient)
 Requires:   mpd > 0.16
-# C++14 capable compiler is required
-%if 0%{?suse_version} > 1320
-BuildRequires:  gcc-c++ >= 5.0
 BuildRequires:  libboost_filesystem-devel
 BuildRequires:  libboost_headers-devel
 BuildRequires:  libboost_locale-devel
@@ -46,10 +42,8 @@
 BuildRequires:  libboost_regex-devel
 BuildRequires:  libboost_system-devel
 BuildRequires:  libboost_thread-devel
-%else
-BuildRequires:  boost-devel >= 1.60
-BuildRequires:  gcc6-c++
-%endif
+BuildRequires:  gcc
+BuildRequires:  gcc-c++
 
 %description
 ncmpcpp is an ncurses client for MPD (Music Player Daemon), inspired
@@ -62,10 +56,6 @@
 
 %build
 autoreconf -fiv
-%if 0%{?suse_version} < 1320
-export CC=gcc-6
-export CXX=g++-6
-%endif
 %configure \
   --enable-clock \
   --enable-visualizer