diff --git a/.gitignore b/.gitignore index a4d3afb..3335733 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -v0.3.11.tar.gz +v0.4.0.tar.gz diff --git a/mpv.spec b/mpv.spec index 264a02a..b3dfa5b 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,5 +1,5 @@ Name: mpv -Version: 0.3.11 +Version: 0.4.0 Release: 1%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ @@ -63,9 +63,7 @@ waf configure \ --confdir="%{_sysconfdir}/%{name}" \ --enable-joystick \ --enable-lirc \ - --enable-radio \ - --enable-radio-capture \ - --disable-sdl --disable-sdl2 \ + --disable-sdl1 --disable-sdl2 \ --disable-build-date \ --disable-debug @@ -113,6 +111,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %config(noreplace) %{_sysconfdir}/%{name}/input.conf %changelog +* Tue Jul 08 2014 Miro Hrončok - 0.4.0-1 +- New version 0.4.0 + * Tue Jun 24 2014 Miro Hrončok - 0.3.11-1 - New version 0.3.11 diff --git a/sources b/sources index 3e1bfb2..bcc6428 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2ab93033ce55e3e0ee596576db88e74 v0.3.11.tar.gz +6b1ec7e8e3a2bcb5af68d62cea4577ba v0.4.0.tar.gz