Author: churchyard
Update of /cvs/free/rpms/mpv/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4576
Modified Files:
mpv.spec
Log Message:
* Sun Dec 22 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.4-5
- Fixed wrong license tag (see upstream a5507312)
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/mpv.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mpv.spec 15 Dec 2013 20:55:18 -0000 1.12
+++ mpv.spec 22 Dec 2013 18:54:42 -0000 1.13
@@ -1,8 +1,8 @@
Name: mpv
Version: 0.2.4
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Movie player playing most video formats and DVDs
-License: GPLv3+
+License: GPLv2+
URL: http://%{name}.io/
Source0:
https://github.com/%{name}-player/%{name}/archive/v%{version}.tar.gz
Source1: %{name}.desktop
@@ -102,6 +102,9 @@
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Sun Dec 22 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.4-5
+- Fixed wrong license tag (see upstream a5507312)
+
* Sun Dec 15 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.4-4
- Added libva (#3065)