rpms/vbam/F-17 .cvsignore,1.3,1.4 sources,1.3,1.4 vbam.spec,1.3,1.4

Jeremy Newton jem256 at rpmfusion.org
Fri Mar 1 07:48:01 CET 2013


Author: jem256

Update of /cvs/free/rpms/vbam/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18785/F-17

Modified Files:
	.cvsignore sources vbam.spec 
Log Message:
Update to latest upstream



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vbam/F-17/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	5 Jul 2012 18:21:10 -0000	1.3
+++ .cvsignore	1 Mar 2013 06:48:00 -0000	1.4
@@ -1 +1 @@
-vbam-1.8.0.1097.tar.xz
+vbam-r1159-src.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/free/rpms/vbam/F-17/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	5 Jul 2012 18:21:10 -0000	1.3
+++ sources	1 Mar 2013 06:48:00 -0000	1.4
@@ -1 +1 @@
-34aa21848c996d499454028ad8a11b30  vbam-1.8.0.1097.tar.xz
+e7482def4cd5d7ced65d4f9282161c77  vbam-r1159-src.tar.bz2


Index: vbam.spec
===================================================================
RCS file: /cvs/free/rpms/vbam/F-17/vbam.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vbam.spec	5 Jul 2012 18:21:11 -0000	1.3
+++ vbam.spec	1 Mar 2013 06:48:00 -0000	1.4
@@ -1,18 +1,13 @@
 Name:           vbam
-#Pre-release version 1.8.0.1097 is a snapshot of svn 1097
-Version:        1.8.0.1097
+#Pre-release version 1.8.0.1159 is a snapshot of svn 1159
+Version:        1.8.0.1159
 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
-##To download source run these commands:
-#svn co -r 1097 https://vbam.svn.sourceforge.net/svnroot/vbam vbam-temp
-#cd vbam-temp && rm -r -f trunk/project && mv trunk vbam-1.8.0.1097
-#tar -Jcv --exclude-vcs -f ../vbam-1.8.0.1097.tar.xz vbam-1.8.0.1097
-#cd .. && rm -r -f vbam-temp
-Source:         %{name}-%{version}.tar.xz
+Source:         http://downloads.sourceforge.net/project/%{name}/%{name}-src/%{name}-r1159-src.tar.bz2
 BuildRequires:  SDL-devel
 BuildRequires:  zip
 BuildRequires:  ImageMagick
@@ -28,7 +23,6 @@
 BuildRequires:  gtkglextmm-devel
 BuildRequires:  gtkmm24-devel
 BuildRequires:  cairo-devel
-BuildRequires:  ffmpeg-devel
 BuildRequires:  SFML-devel
 BuildRequires:  openal-soft-devel
 
@@ -84,13 +78,12 @@
 Advance project, with many improvements from various developments of VBA.
 
 %prep
-%setup -q
+%setup -q -c %{name}-%{version}
 sed -i '/CMAKE_C.*_FLAGS/d' CMakeLists.txt
 
 %build
 %cmake -DBUILD_SHARED_LIBS:BOOL=OFF -DVERSION=%{version} -DCMAKE_SKIP_RPATH=ON -DENABLE_LINK=ON
-#Needed for rpmfusion build servers
-free -m
+#V=1 Needed for rpmfusion build servers
 make V=1
 
 %install
@@ -136,6 +129,14 @@
 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %changelog
+* Fri Mar 1 2013 Jeremy Newton <alexjnewt at hotmail.com> - 1.8.0.1159-1
+- Updated to new upstream version
+- Fixed some spec date typos
+
+* Mon Dec 10 2012 Jeremy Newton <alexjnewt at hotmail.com> - 1.8.0.1149-1
+- Updated to new upstream version
+- FFMpeg dep removed due to only needed by wx and now disabled by default
+
 * Thu Jul 5 2012 Jeremy Newton <alexjnewt at hotmail.com> - 1.8.0.1097-1
 - Updated to new upstream version
 - Disabling WX because its not supported
@@ -153,7 +154,7 @@
 * Tue Feb 14 2012 Jeremy Newton <alexjnewt at hotmail.com> - 1.8.0.1054-4
 - Changed building commands to avoid failed builds
 
-* Thu Jan 29 2012 Jeremy Newton <alexjnewt at hotmail.com> - 1.8.0.1054-3
+* Sun Jan 29 2012 Jeremy Newton <alexjnewt at hotmail.com> - 1.8.0.1054-3
 - Added missing Build Requirement: openal-soft-devel
 - Removed redundant license files
 


More information about the rpmfusion-commits mailing list