rpms/staging-kmod/F-15 staging-kmod.spec,1.38,1.39
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1089
Modified Files:
staging-kmod.spec
Log Message:
* Tue Dec 27 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1-5.1
- disable SBE_2T3E3, leads to missing symbols (#2107)
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-15/staging-kmod.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- staging-kmod.spec 23 Dec 2011 10:44:29 -0000 1.38
+++ staging-kmod.spec 27 Dec 2011 19:57:35 -0000 1.39
@@ -1,7 +1,7 @@
# akmods not supported
# which drivers to built
-%global stgdrvs ASUS_OLED ATH6K_LEGACY BATMAN_ADV BCM_WIMAX DRM_PSB EASYCAP ECHO EPL ET131X FB_UDL FB_XGI FT1000_USB HECI HYPERV IDE_PHISON INTEL_MEI LINE6_USB RTS_PSTOR RAMZSWAP R8187SE R8712U RTL8192SU RTL8192E RTL8192U SBE_2T3E3 SLICOSS SOLO6X10 TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 USB_ENESTORAGE W35UND PRISM2_USB VT6655 VT6656 XVMALLOC ZRAM ZCACHE
+%global stgdrvs ASUS_OLED ATH6K_LEGACY BATMAN_ADV BCM_WIMAX DRM_PSB EASYCAP ECHO EPL ET131X FB_UDL FB_XGI FT1000_USB HECI HYPERV IDE_PHISON INTEL_MEI LINE6_USB RTS_PSTOR RAMZSWAP R8187SE R8712U RTL8192SU RTL8192E RTL8192U SLICOSS SOLO6X10 TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 USB_ENESTORAGE W35UND PRISM2_USB VT6655 VT6656 XVMALLOC ZRAM ZCACHE
# avoid this error:
# /usr/lib/rpm/debugedit: canonicalization unexpectedly shrank by one character
@@ -20,7 +20,7 @@
Name: staging-kmod
Version: 3.1
-Release: %{?prever:0.}4%{?prever:.%{prever}}%{?dist}.4
+Release: %{?prever:0.}5%{?prever:.%{prever}}%{?dist}.1
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -134,6 +134,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Dec 27 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1-5.1
+- disable SBE_2T3E3, leads to missing symbols (#2107)
+
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-4.4
- rebuild for updated kernel
12 years, 11 months
rpms/python-vlc/devel .cvsignore, 1.5, 1.6 python-vlc.spec, 1.6, 1.7 sources, 1.5, 1.6
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/python-vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22662
Modified Files:
.cvsignore python-vlc.spec sources
Log Message:
* Sun Dec 25 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.0-4.20111225git
- Latest git snapshot.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 25 Aug 2010 20:35:35 -0000 1.5
+++ .cvsignore 26 Dec 2011 00:58:45 -0000 1.6
@@ -1 +1 @@
-python-vlc-1.1.0-20100825git.tar.bz2
+python-vlc-1.1.0-20111225git.tar.bz2
Index: python-vlc.spec
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/python-vlc.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-vlc.spec 17 Dec 2011 12:59:14 -0000 1.6
+++ python-vlc.spec 26 Dec 2011 00:58:45 -0000 1.7
@@ -2,11 +2,11 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif
-%global gitdate 20100825git
+%global gitdate 20111225git
Name: python-vlc
Version: 1.1.0
-Release: 3.%{gitdate}%{?dist}
+Release: 4.%{gitdate}%{?dist}
Summary: VLC Media Player binding for Python
Group: Applications/Multimedia
License: GPLv2+
@@ -28,22 +28,28 @@
# The vlc.py file is already generated
%install
-rm -rf $RPM_BUILD_ROOT
sleep 1m
mkdir -p $RPM_BUILD_ROOT%{python_sitelib}
-install -pm 755 generated/vlc.py vlcwidget.py \
+install -pm 755 generated/vlc.py \
$RPM_BUILD_ROOT%{python_sitelib}/
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/examples
+install -pm 755 examples/* \
+ $RPM_BUILD_ROOT%{_datadir}/%{name}/examples/
-%clean
-rm -rf $RPM_BUILD_ROOT
+
+%check
+./test.py
%files
-%defattr(-,root,root,-)
%doc README TODO
%{python_sitelib}/vlc.py*
-%{python_sitelib}/vlcwidget.py*
+%{_datadir}/%{name}/
+
%changelog
+* Sun Dec 25 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.0-4.20111225git
+- Latest git snapshot.
+
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.0-3.20100825git
- Rebuild for vlc-1.2.x
Index: sources
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 25 Aug 2010 20:35:35 -0000 1.5
+++ sources 26 Dec 2011 00:58:45 -0000 1.6
@@ -1 +1 @@
-92c6ae9f26e39651cf1f01503b1f5b4f python-vlc-1.1.0-20100825git.tar.bz2
+6fb17394147b329134ef0510a3eafbfd python-vlc-1.1.0-20111225git.tar.bz2
12 years, 11 months
rpms/qtractor/F-16 .cvsignore, 1.12, 1.13 qtractor.spec, 1.16, 1.17 sources, 1.12, 1.13
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/qtractor/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2609
Modified Files:
.cvsignore qtractor.spec sources
Log Message:
* Sun Dec 25 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.5.2-1
- Update to 0.5.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-16/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 8 Oct 2011 22:23:00 -0000 1.12
+++ .cvsignore 25 Dec 2011 23:29:05 -0000 1.13
@@ -1 +1 @@
-qtractor-0.5.1.tar.gz
+qtractor-0.5.2.tar.gz
Index: qtractor.spec
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-16/qtractor.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- qtractor.spec 3 Nov 2011 09:21:50 -0000 1.16
+++ qtractor.spec 25 Dec 2011 23:29:06 -0000 1.17
@@ -10,8 +10,8 @@
Summary: Audio/MIDI multi-track sequencer
Name: qtractor
-Version: 0.5.1
-Release: 2%{?dist}
+Version: 0.5.2
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://qtractor.sourceforge.net/
@@ -91,6 +91,9 @@
%changelog
+* Sun Dec 25 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.5.2-1
+- Update to 0.5.2
+
* Thu Nov 03 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.1-2
- Rebuild for dist F-16
Index: sources
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-16/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 8 Oct 2011 22:23:00 -0000 1.12
+++ sources 25 Dec 2011 23:29:06 -0000 1.13
@@ -1 +1 @@
-c54adf974fd363a9f2151a802f170e6d qtractor-0.5.1.tar.gz
+15a75fe7164b9670961af0ce9e689fdb qtractor-0.5.2.tar.gz
12 years, 11 months
rpms/qtractor/devel .cvsignore, 1.12, 1.13 qtractor.spec, 1.16, 1.17 sources, 1.12, 1.13
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/qtractor/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25605
Modified Files:
.cvsignore qtractor.spec sources
Log Message:
* Sun Dec 25 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.5.2-1
- Update to 0.5.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/qtractor/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 8 Oct 2011 22:23:00 -0000 1.12
+++ .cvsignore 25 Dec 2011 22:42:34 -0000 1.13
@@ -1 +1 @@
-qtractor-0.5.1.tar.gz
+qtractor-0.5.2.tar.gz
Index: qtractor.spec
===================================================================
RCS file: /cvs/free/rpms/qtractor/devel/qtractor.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- qtractor.spec 3 Nov 2011 09:21:17 -0000 1.16
+++ qtractor.spec 25 Dec 2011 22:42:34 -0000 1.17
@@ -10,8 +10,8 @@
Summary: Audio/MIDI multi-track sequencer
Name: qtractor
-Version: 0.5.1
-Release: 2%{?dist}
+Version: 0.5.2
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://qtractor.sourceforge.net/
@@ -91,6 +91,9 @@
%changelog
+* Sun Dec 25 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.5.2-1
+- Update to 0.5.2
+
* Thu Nov 03 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.1-2
- Rebuild for dist F-16
Index: sources
===================================================================
RCS file: /cvs/free/rpms/qtractor/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 8 Oct 2011 22:23:00 -0000 1.12
+++ sources 25 Dec 2011 22:42:34 -0000 1.13
@@ -1 +1 @@
-c54adf974fd363a9f2151a802f170e6d qtractor-0.5.1.tar.gz
+15a75fe7164b9670961af0ce9e689fdb qtractor-0.5.2.tar.gz
12 years, 11 months
rpms/frogatto/F-15 frogatto-1.0.3-yugiohjcj.patch, NONE, 1.1 frogatto-1.2-Makefile.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 frogatto.spec, 1.6, 1.7 sources, 1.6, 1.7 frogatto-1.1-Makefile.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/frogatto/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27359
Modified Files:
.cvsignore frogatto.spec sources
Added Files:
frogatto-1.0.3-yugiohjcj.patch frogatto-1.2-Makefile.patch
Removed Files:
frogatto-1.1-Makefile.patch
Log Message:
* Sun Dec 25 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.2-1
- Updated to upstream 1.2
- Added a patch by YuGiOhJCJ to add joystick support for Microsoft X-Box
360 pad and Microsoft SideWinder Game Pad USB
frogatto-1.0.3-yugiohjcj.patch:
joystick.cpp | 22 ++++++++++!!!!!!!!!!!!
1 file changed, 10 insertions(+), 12 modifications(!)
--- NEW FILE frogatto-1.0.3-yugiohjcj.patch ---
diff -cr frogatto-1.0.3/src/joystick.cpp frogatto-1.0.3-patched/src/joystick.cpp
*** frogatto-1.0.3/src/joystick.cpp 2010-08-04 22:09:20.000000000 +0200
--- frogatto-1.0.3-patched/src/joystick.cpp 2011-03-20 17:43:01.000000000 +0100
***************
*** 55,60 ****
--- 55,65 ----
return true;
}
}
+ const Sint16 state1 = SDL_JoystickGetAxis(j, 1);
+ if(state1 < -32000)
+ {
+ return true;
+ }
}
***************
*** 77,83 ****
return true;
}
}
!
}
return false;
--- 82,92 ----
return true;
}
}
! const Sint16 state1 = SDL_JoystickGetAxis(j, 1);
! if(state1 > 32000)
! {
! return true;
! }
}
return false;
***************
*** 99,105 ****
return true;
}
}
!
}
return false;
--- 108,118 ----
return true;
}
}
! const Sint16 state1 = SDL_JoystickGetAxis(j, 0);
! if(state1 < -32000)
! {
! return true;
! }
}
return false;
***************
*** 121,126 ****
--- 134,144 ----
return true;
}
}
+ const Sint16 state1 = SDL_JoystickGetAxis(j, 0);
+ if(state1 > 32000)
+ {
+ return true;
+ }
}
return false;
frogatto-1.2-Makefile.patch:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE frogatto-1.2-Makefile.patch ---
diff -durN frogatto-frogatto-64c84bf.orig/Makefile frogatto-frogatto-64c84bf/Makefile
--- frogatto-frogatto-64c84bf.orig/Makefile 2011-11-30 06:31:31.000000000 +0100
+++ frogatto-frogatto-64c84bf/Makefile 2011-12-25 16:49:42.639667432 +0100
@@ -9,10 +9,10 @@
$(CXX) -DIMPLEMENT_SAVE_PNG -fno-inline-functions -g $(OPT) `sdl-config --cflags` -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -fthreadsafe-statics -c $<
game: $(objects)
- $(CXX) -g $(OPT) -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type $(objects) -o game -L. -L/sw/lib -L. -L/usr/lib `sdl-config --libs` -lSDLmain -lSDL -lGL -lGLU -lGLEW -lSDL_image -lSDL_ttf -lSDL_mixer -lpng -lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics
+ $(CXX) -g $(OPT) -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type $(objects) -o game -L. -L/sw/lib -L. -L/usr/lib `sdl-config --libs` -lSDL -lGL -lGLU -lGLEW -lSDL_image -lSDL_ttf -lSDL_mixer -lpng -lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics
server: $(server_objects)
- $(CXX) -fno-inline-functions -g $(OPT) -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -fthreadsafe-statics $(server_objects) -o server -L/sw/lib -L/usr/lib `sdl-config --libs` -lSDLmain -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_iostreams-mt
+ $(CXX) -fno-inline-functions -g $(OPT) -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -fthreadsafe-statics $(server_objects) -o server -L/sw/lib -L/usr/lib `sdl-config --libs` -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_iostreams-mt
formula_test: $(formula_test_objects)
$(CXX) -O2 -g -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUNIT_TEST_FORMULA -Wnon-virtual-dtor -Wreturn-type src/formula.cpp $(formula_test_objects) -o test -L/usr/lib -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/F-15/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 23 Jul 2011 14:48:18 -0000 1.5
+++ .cvsignore 25 Dec 2011 19:48:13 -0000 1.6
@@ -1 +1 @@
-frogatto-1.1.1.tar.bz2
+frogatto-frogatto-1.2-0-g07a33cd.tar.gz
Index: frogatto.spec
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/F-15/frogatto.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- frogatto.spec 23 Jul 2011 14:48:18 -0000 1.6
+++ frogatto.spec 25 Dec 2011 19:48:13 -0000 1.7
@@ -1,5 +1,5 @@
Name: frogatto
-Version: 1.1.1
+Version: 1.2
Release: 1%{?dist}
Summary: An old-school 2D platform game
@@ -7,13 +7,19 @@
# Artwork and music not released under an open license
License: GPLv3+ and proprietary
URL: http://www.frogatto.com/
-Source0: http://www.frogatto.com/files/%{name}-%{version}.tar.bz2
+# You can get this tarball from:
+# https://github.com/frogatto/frogatto/tarball/1.2
+Source0: frogatto-frogatto-1.2-0-g07a33cd.tar.gz
Source1: %{name}.sh
Source2: %{name}.desktop
Source3: %{name}.xpm
Source4: %{name}.pod
# Patch Makefile not to link lSDLmain
-Patch0: %{name}-1.1-Makefile.patch
+Patch0: %{name}-1.2-Makefile.patch
+# Add joystick support for
+# Microsoft X-Box 360 pad and Microsoft SideWinder Game Pad USB
+# http://yugiohjcj.1s.fr/
+Patch1: %{name}-1.0.3-yugiohjcj.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel >= 1.2.7
@@ -41,8 +47,9 @@
%prep
-%setup -q
+%setup -q -n %{name}-%{name}-64c84bf
%patch0 -p1
+%patch1 -p1
# Fix locale file path
sed -i 's!"./locale/"!"%{_datadir}/locale/"!' src/i18n.cpp
@@ -122,6 +129,11 @@
%changelog
+* Sun Dec 25 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.2-1
+- Updated to upstream 1.2
+- Added a patch by YuGiOhJCJ to add joystick support for Microsoft X-Box
+ 360 pad and Microsoft SideWinder Game Pad USB
+
* Sat Jul 16 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.1.1-1
- Updated to upstream 1.1.1
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/F-15/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 23 Jul 2011 14:48:18 -0000 1.6
+++ sources 25 Dec 2011 19:48:13 -0000 1.7
@@ -1 +1 @@
-bf5a2ee4c3254a424766895ff250758b frogatto-1.1.1.tar.bz2
+b60924f384e04728eb6e76cdd48ab8f9 frogatto-frogatto-1.2-0-g07a33cd.tar.gz
--- frogatto-1.1-Makefile.patch DELETED ---
12 years, 11 months
rpms/frogatto/F-16 frogatto-1.0.3-yugiohjcj.patch, NONE, 1.1 frogatto-1.2-Makefile.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 frogatto.spec, 1.6, 1.7 sources, 1.5, 1.6 frogatto-1.1-Makefile.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/frogatto/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27189
Modified Files:
.cvsignore frogatto.spec sources
Added Files:
frogatto-1.0.3-yugiohjcj.patch frogatto-1.2-Makefile.patch
Removed Files:
frogatto-1.1-Makefile.patch
Log Message:
* Sun Dec 25 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.2-1
- Updated to upstream 1.2
- Added a patch by YuGiOhJCJ to add joystick support for Microsoft X-Box
360 pad and Microsoft SideWinder Game Pad USB
frogatto-1.0.3-yugiohjcj.patch:
joystick.cpp | 22 ++++++++++!!!!!!!!!!!!
1 file changed, 10 insertions(+), 12 modifications(!)
--- NEW FILE frogatto-1.0.3-yugiohjcj.patch ---
diff -cr frogatto-1.0.3/src/joystick.cpp frogatto-1.0.3-patched/src/joystick.cpp
*** frogatto-1.0.3/src/joystick.cpp 2010-08-04 22:09:20.000000000 +0200
--- frogatto-1.0.3-patched/src/joystick.cpp 2011-03-20 17:43:01.000000000 +0100
***************
*** 55,60 ****
--- 55,65 ----
return true;
}
}
+ const Sint16 state1 = SDL_JoystickGetAxis(j, 1);
+ if(state1 < -32000)
+ {
+ return true;
+ }
}
***************
*** 77,83 ****
return true;
}
}
!
}
return false;
--- 82,92 ----
return true;
}
}
! const Sint16 state1 = SDL_JoystickGetAxis(j, 1);
! if(state1 > 32000)
! {
! return true;
! }
}
return false;
***************
*** 99,105 ****
return true;
}
}
!
}
return false;
--- 108,118 ----
return true;
}
}
! const Sint16 state1 = SDL_JoystickGetAxis(j, 0);
! if(state1 < -32000)
! {
! return true;
! }
}
return false;
***************
*** 121,126 ****
--- 134,144 ----
return true;
}
}
+ const Sint16 state1 = SDL_JoystickGetAxis(j, 0);
+ if(state1 > 32000)
+ {
+ return true;
+ }
}
return false;
frogatto-1.2-Makefile.patch:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE frogatto-1.2-Makefile.patch ---
diff -durN frogatto-frogatto-64c84bf.orig/Makefile frogatto-frogatto-64c84bf/Makefile
--- frogatto-frogatto-64c84bf.orig/Makefile 2011-11-30 06:31:31.000000000 +0100
+++ frogatto-frogatto-64c84bf/Makefile 2011-12-25 16:49:42.639667432 +0100
@@ -9,10 +9,10 @@
$(CXX) -DIMPLEMENT_SAVE_PNG -fno-inline-functions -g $(OPT) `sdl-config --cflags` -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -fthreadsafe-statics -c $<
game: $(objects)
- $(CXX) -g $(OPT) -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type $(objects) -o game -L. -L/sw/lib -L. -L/usr/lib `sdl-config --libs` -lSDLmain -lSDL -lGL -lGLU -lGLEW -lSDL_image -lSDL_ttf -lSDL_mixer -lpng -lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics
+ $(CXX) -g $(OPT) -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type $(objects) -o game -L. -L/sw/lib -L. -L/usr/lib `sdl-config --libs` -lSDL -lGL -lGLU -lGLEW -lSDL_image -lSDL_ttf -lSDL_mixer -lpng -lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics
server: $(server_objects)
- $(CXX) -fno-inline-functions -g $(OPT) -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -fthreadsafe-statics $(server_objects) -o server -L/sw/lib -L/usr/lib `sdl-config --libs` -lSDLmain -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_iostreams-mt
+ $(CXX) -fno-inline-functions -g $(OPT) -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -fthreadsafe-statics $(server_objects) -o server -L/sw/lib -L/usr/lib `sdl-config --libs` -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_iostreams-mt
formula_test: $(formula_test_objects)
$(CXX) -O2 -g -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUNIT_TEST_FORMULA -Wnon-virtual-dtor -Wreturn-type src/formula.cpp $(formula_test_objects) -o test -L/usr/lib -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/F-16/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 23 Jul 2011 14:47:30 -0000 1.5
+++ .cvsignore 25 Dec 2011 19:47:19 -0000 1.6
@@ -1 +1 @@
-frogatto-1.1.1.tar.bz2
+frogatto-frogatto-1.2-0-g07a33cd.tar.gz
Index: frogatto.spec
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/F-16/frogatto.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- frogatto.spec 23 Jul 2011 14:47:30 -0000 1.6
+++ frogatto.spec 25 Dec 2011 19:47:20 -0000 1.7
@@ -1,5 +1,5 @@
Name: frogatto
-Version: 1.1.1
+Version: 1.2
Release: 1%{?dist}
Summary: An old-school 2D platform game
@@ -7,13 +7,19 @@
# Artwork and music not released under an open license
License: GPLv3+ and proprietary
URL: http://www.frogatto.com/
-Source0: http://www.frogatto.com/files/%{name}-%{version}.tar.bz2
+# You can get this tarball from:
+# https://github.com/frogatto/frogatto/tarball/1.2
+Source0: frogatto-frogatto-1.2-0-g07a33cd.tar.gz
Source1: %{name}.sh
Source2: %{name}.desktop
Source3: %{name}.xpm
Source4: %{name}.pod
# Patch Makefile not to link lSDLmain
-Patch0: %{name}-1.1-Makefile.patch
+Patch0: %{name}-1.2-Makefile.patch
+# Add joystick support for
+# Microsoft X-Box 360 pad and Microsoft SideWinder Game Pad USB
+# http://yugiohjcj.1s.fr/
+Patch1: %{name}-1.0.3-yugiohjcj.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel >= 1.2.7
@@ -41,8 +47,9 @@
%prep
-%setup -q
+%setup -q -n %{name}-%{name}-64c84bf
%patch0 -p1
+%patch1 -p1
# Fix locale file path
sed -i 's!"./locale/"!"%{_datadir}/locale/"!' src/i18n.cpp
@@ -122,6 +129,11 @@
%changelog
+* Sun Dec 25 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.2-1
+- Updated to upstream 1.2
+- Added a patch by YuGiOhJCJ to add joystick support for Microsoft X-Box
+ 360 pad and Microsoft SideWinder Game Pad USB
+
* Sat Jul 16 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.1.1-1
- Updated to upstream 1.1.1
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/F-16/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 23 Jul 2011 14:47:30 -0000 1.5
+++ sources 25 Dec 2011 19:47:20 -0000 1.6
@@ -1 +1 @@
-bf5a2ee4c3254a424766895ff250758b frogatto-1.1.1.tar.bz2
+b60924f384e04728eb6e76cdd48ab8f9 frogatto-frogatto-1.2-0-g07a33cd.tar.gz
--- frogatto-1.1-Makefile.patch DELETED ---
12 years, 11 months
rpms/frogatto/devel frogatto-1.0.3-yugiohjcj.patch, NONE, 1.1 frogatto-1.2-Makefile.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 frogatto.spec, 1.6, 1.7 sources, 1.5, 1.6 frogatto-1.1-Makefile.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/frogatto/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26911
Modified Files:
.cvsignore frogatto.spec sources
Added Files:
frogatto-1.0.3-yugiohjcj.patch frogatto-1.2-Makefile.patch
Removed Files:
frogatto-1.1-Makefile.patch
Log Message:
* Sun Dec 25 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.2-1
- Updated to upstream 1.2
- Added a patch by YuGiOhJCJ to add joystick support for Microsoft X-Box
360 pad and Microsoft SideWinder Game Pad USB
frogatto-1.0.3-yugiohjcj.patch:
joystick.cpp | 22 ++++++++++!!!!!!!!!!!!
1 file changed, 10 insertions(+), 12 modifications(!)
--- NEW FILE frogatto-1.0.3-yugiohjcj.patch ---
diff -cr frogatto-1.0.3/src/joystick.cpp frogatto-1.0.3-patched/src/joystick.cpp
*** frogatto-1.0.3/src/joystick.cpp 2010-08-04 22:09:20.000000000 +0200
--- frogatto-1.0.3-patched/src/joystick.cpp 2011-03-20 17:43:01.000000000 +0100
***************
*** 55,60 ****
--- 55,65 ----
return true;
}
}
+ const Sint16 state1 = SDL_JoystickGetAxis(j, 1);
+ if(state1 < -32000)
+ {
+ return true;
+ }
}
***************
*** 77,83 ****
return true;
}
}
!
}
return false;
--- 82,92 ----
return true;
}
}
! const Sint16 state1 = SDL_JoystickGetAxis(j, 1);
! if(state1 > 32000)
! {
! return true;
! }
}
return false;
***************
*** 99,105 ****
return true;
}
}
!
}
return false;
--- 108,118 ----
return true;
}
}
! const Sint16 state1 = SDL_JoystickGetAxis(j, 0);
! if(state1 < -32000)
! {
! return true;
! }
}
return false;
***************
*** 121,126 ****
--- 134,144 ----
return true;
}
}
+ const Sint16 state1 = SDL_JoystickGetAxis(j, 0);
+ if(state1 > 32000)
+ {
+ return true;
+ }
}
return false;
frogatto-1.2-Makefile.patch:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE frogatto-1.2-Makefile.patch ---
diff -durN frogatto-frogatto-64c84bf.orig/Makefile frogatto-frogatto-64c84bf/Makefile
--- frogatto-frogatto-64c84bf.orig/Makefile 2011-11-30 06:31:31.000000000 +0100
+++ frogatto-frogatto-64c84bf/Makefile 2011-12-25 16:49:42.639667432 +0100
@@ -9,10 +9,10 @@
$(CXX) -DIMPLEMENT_SAVE_PNG -fno-inline-functions -g $(OPT) `sdl-config --cflags` -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -fthreadsafe-statics -c $<
game: $(objects)
- $(CXX) -g $(OPT) -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type $(objects) -o game -L. -L/sw/lib -L. -L/usr/lib `sdl-config --libs` -lSDLmain -lSDL -lGL -lGLU -lGLEW -lSDL_image -lSDL_ttf -lSDL_mixer -lpng -lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics
+ $(CXX) -g $(OPT) -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type $(objects) -o game -L. -L/sw/lib -L. -L/usr/lib `sdl-config --libs` -lSDL -lGL -lGLU -lGLEW -lSDL_image -lSDL_ttf -lSDL_mixer -lpng -lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics
server: $(server_objects)
- $(CXX) -fno-inline-functions -g $(OPT) -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -fthreadsafe-statics $(server_objects) -o server -L/sw/lib -L/usr/lib `sdl-config --libs` -lSDLmain -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_iostreams-mt
+ $(CXX) -fno-inline-functions -g $(OPT) -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -fthreadsafe-statics $(server_objects) -o server -L/sw/lib -L/usr/lib `sdl-config --libs` -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_iostreams-mt
formula_test: $(formula_test_objects)
$(CXX) -O2 -g -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUNIT_TEST_FORMULA -Wnon-virtual-dtor -Wreturn-type src/formula.cpp $(formula_test_objects) -o test -L/usr/lib -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 23 Jul 2011 14:47:30 -0000 1.5
+++ .cvsignore 25 Dec 2011 19:46:10 -0000 1.6
@@ -1 +1 @@
-frogatto-1.1.1.tar.bz2
+frogatto-frogatto-1.2-0-g07a33cd.tar.gz
Index: frogatto.spec
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/devel/frogatto.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- frogatto.spec 23 Jul 2011 14:47:30 -0000 1.6
+++ frogatto.spec 25 Dec 2011 19:46:10 -0000 1.7
@@ -1,5 +1,5 @@
Name: frogatto
-Version: 1.1.1
+Version: 1.2
Release: 1%{?dist}
Summary: An old-school 2D platform game
@@ -7,13 +7,19 @@
# Artwork and music not released under an open license
License: GPLv3+ and proprietary
URL: http://www.frogatto.com/
-Source0: http://www.frogatto.com/files/%{name}-%{version}.tar.bz2
+# You can get this tarball from:
+# https://github.com/frogatto/frogatto/tarball/1.2
+Source0: frogatto-frogatto-1.2-0-g07a33cd.tar.gz
Source1: %{name}.sh
Source2: %{name}.desktop
Source3: %{name}.xpm
Source4: %{name}.pod
# Patch Makefile not to link lSDLmain
-Patch0: %{name}-1.1-Makefile.patch
+Patch0: %{name}-1.2-Makefile.patch
+# Add joystick support for
+# Microsoft X-Box 360 pad and Microsoft SideWinder Game Pad USB
+# http://yugiohjcj.1s.fr/
+Patch1: %{name}-1.0.3-yugiohjcj.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel >= 1.2.7
@@ -41,8 +47,9 @@
%prep
-%setup -q
+%setup -q -n %{name}-%{name}-64c84bf
%patch0 -p1
+%patch1 -p1
# Fix locale file path
sed -i 's!"./locale/"!"%{_datadir}/locale/"!' src/i18n.cpp
@@ -122,6 +129,11 @@
%changelog
+* Sun Dec 25 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.2-1
+- Updated to upstream 1.2
+- Added a patch by YuGiOhJCJ to add joystick support for Microsoft X-Box
+ 360 pad and Microsoft SideWinder Game Pad USB
+
* Sat Jul 16 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.1.1-1
- Updated to upstream 1.1.1
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 23 Jul 2011 14:47:30 -0000 1.5
+++ sources 25 Dec 2011 19:46:10 -0000 1.6
@@ -1 +1 @@
-bf5a2ee4c3254a424766895ff250758b frogatto-1.1.1.tar.bz2
+b60924f384e04728eb6e76cdd48ab8f9 frogatto-frogatto-1.2-0-g07a33cd.tar.gz
--- frogatto-1.1-Makefile.patch DELETED ---
12 years, 11 months
rpms/mame/F-15 .cvsignore, 1.44, 1.45 mame.spec, 1.52, 1.53 sources, 1.44, 1.45
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27762
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Sun Dec 25 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.144u4-1
- Updated to 0.144u4
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/.cvsignore,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- .cvsignore 14 Dec 2011 22:56:40 -0000 1.44
+++ .cvsignore 25 Dec 2011 09:33:54 -0000 1.45
@@ -2,3 +2,4 @@
0144u1_diff.zip
0144u2_diff.zip
0144u3_diff.zip
+0144u4_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/mame.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- mame.spec 14 Dec 2011 22:56:40 -0000 1.52
+++ mame.spec 25 Dec 2011 09:33:54 -0000 1.53
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 144
-%global sourceupdate 3
+%global sourceupdate 4
Name: mame
%if 0%{?sourceupdate}
@@ -25,7 +25,7 @@
Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
-#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
+Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
#Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
#Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
#Source7: http://mamedev.org/updates/0%{baseversion}u7_diff.zip
@@ -248,6 +248,9 @@
%changelog
+* Sun Dec 25 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.144u4-1
+- Updated to 0.144u4
+
* Wed Dec 14 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.144u3-1
- Updated to 0.144u3
- Dropped obsolete Group, Buildroot, %%clean and %%defattr
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- sources 14 Dec 2011 22:56:40 -0000 1.44
+++ sources 25 Dec 2011 09:33:54 -0000 1.45
@@ -2,3 +2,4 @@
f01001d40417f8f0d3963dae01b04200 0144u1_diff.zip
5b54e7357a9133a38f3021f610354530 0144u2_diff.zip
5bb7dbbb8e37b151dce8f4824a95ed12 0144u3_diff.zip
+fd2b7811b53a61028daff87cdfd775eb 0144u4_diff.zip
12 years, 11 months
rpms/mame/F-16 .cvsignore, 1.44, 1.45 mame.spec, 1.52, 1.53 sources, 1.44, 1.45
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27639
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Sun Dec 25 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.144u4-1
- Updated to 0.144u4
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-16/.cvsignore,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- .cvsignore 14 Dec 2011 22:56:30 -0000 1.44
+++ .cvsignore 25 Dec 2011 09:33:45 -0000 1.45
@@ -2,3 +2,4 @@
0144u1_diff.zip
0144u2_diff.zip
0144u3_diff.zip
+0144u4_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-16/mame.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- mame.spec 14 Dec 2011 22:56:30 -0000 1.52
+++ mame.spec 25 Dec 2011 09:33:45 -0000 1.53
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 144
-%global sourceupdate 3
+%global sourceupdate 4
Name: mame
%if 0%{?sourceupdate}
@@ -25,7 +25,7 @@
Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
-#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
+Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
#Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
#Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
#Source7: http://mamedev.org/updates/0%{baseversion}u7_diff.zip
@@ -248,6 +248,9 @@
%changelog
+* Sun Dec 25 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.144u4-1
+- Updated to 0.144u4
+
* Wed Dec 14 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.144u3-1
- Updated to 0.144u3
- Dropped obsolete Group, Buildroot, %%clean and %%defattr
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-16/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- sources 14 Dec 2011 22:56:30 -0000 1.44
+++ sources 25 Dec 2011 09:33:45 -0000 1.45
@@ -2,3 +2,4 @@
f01001d40417f8f0d3963dae01b04200 0144u1_diff.zip
5b54e7357a9133a38f3021f610354530 0144u2_diff.zip
5bb7dbbb8e37b151dce8f4824a95ed12 0144u3_diff.zip
+fd2b7811b53a61028daff87cdfd775eb 0144u4_diff.zip
12 years, 11 months
rpms/mame/devel .cvsignore, 1.44, 1.45 mame.spec, 1.52, 1.53 sources, 1.44, 1.45
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27524
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Sun Dec 25 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.144u4-1
- Updated to 0.144u4
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- .cvsignore 14 Dec 2011 22:56:18 -0000 1.44
+++ .cvsignore 25 Dec 2011 09:33:04 -0000 1.45
@@ -2,3 +2,4 @@
0144u1_diff.zip
0144u2_diff.zip
0144u3_diff.zip
+0144u4_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- mame.spec 14 Dec 2011 22:56:18 -0000 1.52
+++ mame.spec 25 Dec 2011 09:33:04 -0000 1.53
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 144
-%global sourceupdate 3
+%global sourceupdate 4
Name: mame
%if 0%{?sourceupdate}
@@ -25,7 +25,7 @@
Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
-#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
+Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
#Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
#Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
#Source7: http://mamedev.org/updates/0%{baseversion}u7_diff.zip
@@ -248,6 +248,9 @@
%changelog
+* Sun Dec 25 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.144u4-1
+- Updated to 0.144u4
+
* Wed Dec 14 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.144u3-1
- Updated to 0.144u3
- Dropped obsolete Group, Buildroot, %%clean and %%defattr
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- sources 14 Dec 2011 22:56:18 -0000 1.44
+++ sources 25 Dec 2011 09:33:04 -0000 1.45
@@ -2,3 +2,4 @@
f01001d40417f8f0d3963dae01b04200 0144u1_diff.zip
5b54e7357a9133a38f3021f610354530 0144u2_diff.zip
5bb7dbbb8e37b151dce8f4824a95ed12 0144u3_diff.zip
+fd2b7811b53a61028daff87cdfd775eb 0144u4_diff.zip
12 years, 11 months