diff --git a/.gitignore b/.gitignore index 3335733..41a2dc5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -v0.4.0.tar.gz +v0.5.1.tar.gz diff --git a/mpv-config.patch b/mpv-config.patch index fe80751..5cfbfd2 100644 --- a/mpv-config.patch +++ b/mpv-config.patch @@ -1,5 +1,5 @@ diff --git a/etc/example.conf b/etc/example.conf -index 7084ab4..abcb4b8 100644 +index cf9089f..8bb9b7b 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -1,7 +1,7 @@ @@ -7,8 +7,8 @@ index 7084ab4..abcb4b8 100644 # mpv configuration file # -# Configuration files are read system-wide from /usr/local/etc/mpv.conf -+# Configuration files are read system-wide from /etc/mpv/mpv.conf - # and per-user from ~/.mpv/config, where per-user settings override ++# Configuration files are read system-wide from /etc/mpv.conf + # and per-user from ~/.config/mpv/mpv.conf, where per-user settings override # system-wide settings, all of which are overridden by the command line. # @@ -28,6 +28,7 @@ @@ -19,7 +19,7 @@ index 7084ab4..abcb4b8 100644 # Start in fullscreen mode by default. #fs=yes -@@ -51,6 +52,7 @@ +@@ -50,6 +51,7 @@ # Specify default audio driver (see --ao=help for a list). #ao=alsa diff --git a/mpv.spec b/mpv.spec index 623c174..af40a89 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,6 +1,6 @@ Name: mpv -Version: 0.4.0 -Release: 2%{?dist} +Version: 0.5.1 +Release: 1%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ URL: http://%{name}.io/ @@ -35,6 +35,7 @@ BuildRequires: libwayland-server-devel BuildRequires: libxkbcommon-devel BuildRequires: lirc-devel BuildRequires: lua-devel +BuildRequires: ncurses-devel BuildRequires: pulseaudio-libs-devel BuildRequires: python-docutils BuildRequires: waf @@ -111,6 +112,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %config(noreplace) %{_sysconfdir}/%{name}/input.conf %changelog +* Wed Sep 03 2014 Miro Hrončok - 0.5.1-1 +- New version 0.5.1 +- Add BR ncurses-devel (#3233) + * Thu Aug 07 2014 Sérgio Basto - 0.4.0-2 - Rebuilt for ffmpeg-2.3 diff --git a/sources b/sources index bcc6428..da64d2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b1ec7e8e3a2bcb5af68d62cea4577ba v0.4.0.tar.gz +c6d0efd6e89660857f06103c30fb682e v0.5.1.tar.gz