Author: jem256
Update of /cvs/free/rpms/vbam/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22050/F-19
Modified Files:
.cvsignore sources vbam.spec
Log Message:
New snapshot, build fixes
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vbam/F-19/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 1 Mar 2013 06:49:29 -0000 1.5
+++ .cvsignore 18 Nov 2013 04:36:18 -0000 1.6
@@ -1 +1 @@
-vbam-r1159-src.tar.bz2
+vbam-1.8.0.1228.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vbam/F-19/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 1 Mar 2013 06:49:29 -0000 1.5
+++ sources 18 Nov 2013 04:36:18 -0000 1.6
@@ -1 +1 @@
-e7482def4cd5d7ced65d4f9282161c77 vbam-r1159-src.tar.bz2
+89edc6b112391ade1fb96ad9604e0c2a vbam-1.8.0.1228.tar.xz
Index: vbam.spec
===================================================================
RCS file: /cvs/free/rpms/vbam/F-19/vbam.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vbam.spec 1 Mar 2013 06:49:29 -0000 1.9
+++ vbam.spec 18 Nov 2013 04:36:18 -0000 1.10
@@ -1,13 +1,15 @@
Name: vbam
-#Pre-release version 1.8.0.1159 is a snapshot of svn 1159
-Version: 1.8.0.1159
+#Pre-release version 1.8.0.1228 is a snapshot of svn 1228
+Version: 1.8.0.1228
Release: 1%{?dist}
#Will not create a binary vbam package, only vbam-gtk and vbam-sdl subpackages
Summary: High compatibility Gameboy Advance Emulator combining VBA developments
License: GPLv2
Url:
http://www.vba-m.com
-Source:
http://downloads.sourceforge.net/project/%{name}/%{name}-src/%{name}-r115...
+#Grab code using svn co
svn://svn.code.sf.net/p/vbam/code/trunk vbam-%{version}
+#tar -Jcv --exclude-vcs -f vbam-%{version}.tar.xz vbam-%{version}
+Source: vbam-%{version}.tar.xz
BuildRequires: SDL-devel
BuildRequires: zip
BuildRequires: ImageMagick
@@ -23,7 +25,7 @@
BuildRequires: gtkglextmm-devel
BuildRequires: gtkmm24-devel
BuildRequires: cairo-devel
-BuildRequires: SFML-devel
+BuildRequires: compat-SFML16-devel
BuildRequires: openal-soft-devel
%package gtk
@@ -78,7 +80,7 @@
Advance project, with many improvements from various developments of VBA.
%prep
-%setup -q -c %{name}-%{version}
+%setup -q
sed -i '/CMAKE_C.*_FLAGS/d' CMakeLists.txt
%build
@@ -129,6 +131,10 @@
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Sun Nov 17 2013 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1228-1
+- Updated to new snapshot version
+- Added patch for SFML
+
* Fri Mar 1 2013 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1159-1
- Updated to new upstream version
- Fixed some spec date typos
@@ -158,7 +164,7 @@
- Added missing Build Requirement: openal-soft-devel
- Removed redundant license files
-* Thu Jan 27 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1054-2
+* Thu Jan 26 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1054-2
- Added DCMAKE_SKIP_RPATH=ON to cmake (fixes rpath error)
- Added more relevant package summaries
- Fixed up the descriptions a bit