Author: jem256
Update of /cvs/nonfree/rpms/dolphin-emu/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25865
Modified Files:
dolphin-emu.spec
Log Message:
Remove CG as requirement (fixes ARM build)
Index: dolphin-emu.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dolphin-emu/F-20/dolphin-emu.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dolphin-emu.spec 2 Oct 2014 14:32:30 -0000 1.7
+++ dolphin-emu.spec 28 Oct 2014 00:06:40 -0000 1.8
@@ -1,6 +1,6 @@
Name: dolphin-emu
Version: 4.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Gamecube / Wii / Triforce Emulator
Url:
http://dolphin-emu.org/
@@ -34,7 +34,6 @@
BuildRequires: wxGTK3-devel
BuildRequires: gtk3-devel
BuildRequires: zlib-devel
-BuildRequires: Cg
BuildRequires: scons
BuildRequires: compat-SFML16-devel
BuildRequires: SOIL-devel
@@ -130,6 +129,9 @@
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Thu Oct 2 2014 Jeremy Newton <alexjnewt(a)hotmail.com> - 4.0-3
+- Remove CG (no longer required for 4.0
+
* Thu Oct 2 2014 Jeremy Newton <alexjnewt(a)hotmail.com> - 4.0-2
- Bundle polarssl (temporary fix, only for F19/20)