diff --git a/mpv.changes b/mpv.changes index a4e00af..3670fd4 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 22 12:51:43 UTC 2016 - idonmez@suse.com + +- Drop the --enable-gpl3 options and revert the license to GPL-2.0+ + ------------------------------------------------------------------- Wed Jan 20 20:07:35 UTC 2016 - aloisio@gmx.com diff --git a/mpv.spec b/mpv.spec index c4c4450..7f866f9 100644 --- a/mpv.spec +++ b/mpv.spec @@ -25,7 +25,7 @@ Name: mpv Version: 0.15.0 Release: 0 Summary: Advanced general-purpose multimedia player -License: GPL-3.0+ and BSD-3-Clause +License: GPL-2.0+ and BSD-3-Clause Group: Productivity/Multimedia/Video/Players # waf is licensed with BSD-3-Clause Url: http://mpv.io/ @@ -172,7 +172,6 @@ export CCFLAGS="%{optflags}" --libdir="%{_libdir}" \ --docdir="%{_docdir}/%{name}" \ --confdir="%{_sysconfdir}/%{name}" \ - --enable-gpl3 \ --enable-openal \ --enable-cdda \ --enable-libmpv-shared \