rpms/catalyst-kmod/F-11 .cvsignore, 1.4, 1.5 catalyst-kmod.spec, 1.10, 1.11 sources, 1.4, 1.5
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/catalyst-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9593/F-11
Modified Files:
.cvsignore catalyst-kmod.spec sources
Log Message:
* Fri Sep 11 2009 Stewart Adam <s.adam at diffingo.com> - 9.9-1
- Update to Catalyst 9.9 (internal version 8.65.4)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-11/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 19 Aug 2009 17:25:14 -0000 1.4
+++ .cvsignore 12 Sep 2009 02:16:13 -0000 1.5
@@ -1 +1 @@
-catalyst-kmod-data-9.8.tar.bz2
+catalyst-kmod-data-9.9.tar.bz2
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-11/catalyst-kmod.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- catalyst-kmod.spec 1 Sep 2009 05:21:09 -0000 1.10
+++ catalyst-kmod.spec 12 Sep 2009 02:16:13 -0000 1.11
@@ -12,8 +12,8 @@
%endif
Name: catalyst-kmod
-Version: 9.8
-Release: 1%{?dist}.4
+Version: 9.9
+Release: 1%{?dist}
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -92,6 +92,9 @@
%changelog
+* Fri Sep 11 2009 Stewart Adam <s.adam at diffingo.com> - 9.9-1
+- Update to Catalyst 9.9 (internal version 8.65.4)
+
* Tue Sep 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 9.8-1.4
- rebuild for new kernels
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-11/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 19 Aug 2009 17:25:14 -0000 1.4
+++ sources 12 Sep 2009 02:16:13 -0000 1.5
@@ -1 +1 @@
-cc18c402b9bf3c0b3c16c1213fcd2917 catalyst-kmod-data-9.8.tar.bz2
+d2f2c5096c57fb6b99cb568f90a2d076 catalyst-kmod-data-9.9.tar.bz2
15 years, 3 months
rpms/mythtv-themes/devel mythtv-themes.spec, 1.20, 1.21 sources, 1.14, 1.15
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13535
Modified Files:
mythtv-themes.spec sources
Log Message:
* Fri Sep 11 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.22-0.5.svn.r21778
- The myththemes tarball is actually what become oldthemes. Oops.
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/mythtv-themes.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- mythtv-themes.spec 11 Sep 2009 16:20:08 -0000 1.20
+++ mythtv-themes.spec 11 Sep 2009 19:03:35 -0000 1.21
@@ -32,19 +32,20 @@
# Version/Release info
Version: 0.22
%if "%{branch}" == "trunk"
-Release: 0.4.svn.%{_svnrev}%{?dist}
+Release: 0.5.svn.%{_svnrev}%{?dist}
%else
Release: 1%{?dist}
%endif
################################################################################
-# Tarballs created from svn "themes" and "myththemes" directories
-# Hopefully these will merge before 0.22 is released.
-#Source0: http://www.mythtv.org/mc/myththemes-%{version}.tar.bz2
-Source0: myththemes-%{version}.tar.bz2
-Source1: themes-%{version}.tar.bz2
-Source2: oldthemes-%{version}.tar.bz2
+# Tarballs created from svn "themes" and "oldthemes" directories, should be
+# a formal tarball after release
+#Source0: http://www.mythtv.org/mc/mythtv-themes-%{version}.tar.bz2
+Source0: themes-%{version}.tar.bz2
+# The oldthemes bits haven't been updated for 0.22's UI changes, but still
+# at least sort of work...
+Source1: oldthemes-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -75,15 +76,11 @@
################################################################################
%prep
-%setup -q -c -a 1 -a 2
+%setup -q -c -a 1
################################################################################
%build
-cd myththemes-%{version}
-%configure
-cd ..
-
cd themes-%{version}
%configure
cd ..
@@ -97,10 +94,6 @@
%install
rm -rf %{buildroot}
-cd myththemes-%{version}
-make install INSTALL_ROOT=%{buildroot}
-cd ..
-
cd themes-%{version}
make install INSTALL_ROOT=%{buildroot}
cd ..
@@ -121,6 +114,9 @@
%{_datadir}/mythtv/themes/*
%changelog
+* Fri Sep 11 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.22-0.5.svn.r21778
+- The myththemes tarball is actually what become oldthemes. Oops.
+
* Fri Sep 11 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.22-0.4.svn.r21778
- Update to pre-0.22 svn trunk, rev 21778
- Add back old themes not fully updated for 0.22 yet
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 11 Sep 2009 16:20:08 -0000 1.14
+++ sources 11 Sep 2009 19:03:35 -0000 1.15
@@ -1,3 +1,2 @@
-c616cffee0f344c37fd4e045a7a87054 myththemes-0.22.tar.bz2
88200dd231d7b1b47b0433cab4087e14 themes-0.22.tar.bz2
23755cd0cda080481cf5bb2a52e66751 oldthemes-0.22.tar.bz2
15 years, 3 months
rpms/mythtv-themes/devel .cvsignore, 1.4, 1.5 mythtv-themes.spec, 1.19, 1.20 sources, 1.13, 1.14
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3638
Modified Files:
.cvsignore mythtv-themes.spec sources
Log Message:
* Fri Sep 11 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.22-0.4.svn.r21778
- Update to pre-0.22 svn trunk, rev 21778
- Add back old themes not fully updated for 0.22 yet
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 9 Aug 2009 02:33:38 -0000 1.4
+++ .cvsignore 11 Sep 2009 16:20:08 -0000 1.5
@@ -4,3 +4,4 @@
myththemes-0.22.tar.bz2
themes-0.22.tar.bz2
graphite.080409.tar.gz
+oldthemes-0.22.tar.bz2
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/mythtv-themes.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- mythtv-themes.spec 9 Sep 2009 13:27:09 -0000 1.19
+++ mythtv-themes.spec 11 Sep 2009 16:20:08 -0000 1.20
@@ -17,7 +17,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r21745
+%define _svnrev r21778
%define branch trunk
#
@@ -41,17 +41,15 @@
# Tarballs created from svn "themes" and "myththemes" directories
# Hopefully these will merge before 0.22 is released.
-Source0: http://www.mythtv.org/mc/myththemes-%{version}.tar.bz2
+#Source0: http://www.mythtv.org/mc/myththemes-%{version}.tar.bz2
+Source0: myththemes-%{version}.tar.bz2
Source1: themes-%{version}.tar.bz2
+Source2: oldthemes-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-# no mythtv in RPM Fusion's ppc64 repo, hence ExcludeArch this package on ppc64
-# to have broken deps:
-ExcludeArch: ppc64
-
################################################################################
BuildRequires: libmyth-devel = %{version}
@@ -77,7 +75,7 @@
################################################################################
%prep
-%setup -q -c -a 1
+%setup -q -c -a 1 -a 2
################################################################################
@@ -90,6 +88,10 @@
%configure
cd ..
+cd oldthemes-%{version}
+%configure
+cd ..
+
################################################################################
%install
@@ -103,6 +105,10 @@
make install INSTALL_ROOT=%{buildroot}
cd ..
+cd oldthemes-%{version}
+make install INSTALL_ROOT=%{buildroot}
+cd ..
+
################################################################################
%clean
@@ -115,6 +121,10 @@
%{_datadir}/mythtv/themes/*
%changelog
+* Fri Sep 11 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.22-0.4.svn.r21778
+- Update to pre-0.22 svn trunk, rev 21778
+- Add back old themes not fully updated for 0.22 yet
+
* Wed Sep 07 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.22-0.4.svn.r21745
- Update to pre-0.22 svn trunk, rev 21745
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 9 Sep 2009 13:27:09 -0000 1.13
+++ sources 11 Sep 2009 16:20:08 -0000 1.14
@@ -1,2 +1,3 @@
-b5af01919d0e218cace9ed0b8f40e337 myththemes-0.22.tar.bz2
-bb1d544278173ec7501b410f8822c7ed themes-0.22.tar.bz2
+c616cffee0f344c37fd4e045a7a87054 myththemes-0.22.tar.bz2
+88200dd231d7b1b47b0433cab4087e14 themes-0.22.tar.bz2
+23755cd0cda080481cf5bb2a52e66751 oldthemes-0.22.tar.bz2
15 years, 3 months
rpms/mythtv/devel sources,1.26,1.27
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3217
Modified Files:
sources
Log Message:
oops, forgot to upload new tarballs first...
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources 11 Sep 2009 04:46:48 -0000 1.26
+++ sources 11 Sep 2009 16:11:30 -0000 1.27
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-356ab84a78b8ebd96733acac071983e5 mythtv-0.22.tar.bz2
-297bcaf1d6d8b110def3157de919b316 mythplugins-0.22.tar.bz2
+24599885664516d94b8743cdfdf8f0bd mythtv-0.22.tar.bz2
+868bded51eb2f89164900d4502ddabdb mythplugins-0.22.tar.bz2
15 years, 3 months
rpms/mythtv/devel mythtv.spec,1.46,1.47
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2761
Modified Files:
mythtv.spec
Log Message:
* Fri Sep 11 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r21778
- Update to pre-0.22 svn trunk revision 21778
- Build for ppc again, breakage is fixed
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- mythtv.spec 11 Sep 2009 04:46:48 -0000 1.46
+++ mythtv.spec 11 Sep 2009 16:07:10 -0000 1.47
@@ -61,7 +61,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r21770
+%define _svnrev r21778
%define branch trunk
#
@@ -84,10 +84,6 @@
# projects... For a breakdown of the licensing, see PACKAGE-LICENSING.
License: GPLv2+ and LGPLv2+ and LGPLv2 and (GPLv2 or QPL) and (GPLv2+ or LGPLv2+)
-# PowerPC builds are failing after a recent ffmpeg rebase, and
-# I simply haven't had time to investigate the fix yet, so temporarily:
-ExcludeArch: ppc ppc64
-
################################################################################
# Set "--with proc_opt" to let mythtv autodetect your CPU and run its
@@ -1475,6 +1471,10 @@
################################################################################
%changelog
+* Fri Sep 11 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r21778
+- Update to pre-0.22 svn trunk revision 21778
+- Build for ppc again, breakage is fixed
+
* Fri Sep 11 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r21770
- Update to pre-0.22 svn trunk revision 21770
15 years, 3 months
rpms/sdlmame/F-10 sdlmame-0134-nounidasm.patch, NONE, 1.1 .cvsignore, 1.54, 1.55 sdlmame.spec, 1.64, 1.65 sources, 1.55, 1.56
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11232
Modified Files:
.cvsignore sdlmame.spec sources
Added Files:
sdlmame-0134-nounidasm.patch
Log Message:
* Fri Sep 11 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-1
- Updated to 0.134
- Turned the ldplayer back on, disabled unidasm instead
sdlmame-0134-nounidasm.patch:
--- NEW FILE sdlmame-0134-nounidasm.patch ---
diff -up sdlmame-0134/src/tools/tools.mak.nounidasm sdlmame-0134/src/tools/tools.mak
--- sdlmame-0134/src/tools/tools.mak.nounidasm 2009-09-10 15:45:02.000000000 +0200
+++ sdlmame-0134/src/tools/tools.mak 2009-09-11 10:31:56.000000000 +0200
@@ -26,7 +26,6 @@ TOOLS += \
romcmp$(EXE) \
chdman$(EXE) \
jedutil$(EXE) \
- unidasm$(EXE) \
ldresample$(EXE) \
ldverify$(EXE) \
regrep$(EXE) \
@@ -77,19 +76,6 @@ jedutil$(EXE): $(JEDUTILOBJS) $(LIBUTIL)
#-------------------------------------------------
-# unidasm
-#-------------------------------------------------
-
-UNIDASMOBJS = \
- $(TOOLSOBJ)/unidasm.o \
-
-unidasm$(EXE): $(UNIDASMOBJS) $(LIBUTIL) $(LIBOCORE) $(LIBDASM) $(ZLIB) $(EXPAT)
- @echo Linking $@...
- $(LD) $(LDFLAGS) $^ $(LIBS) -o $@
-
-
-
-#-------------------------------------------------
# ldresample
#-------------------------------------------------
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/.cvsignore,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- .cvsignore 31 Aug 2009 11:59:43 -0000 1.54
+++ .cvsignore 11 Sep 2009 08:34:39 -0000 1.55
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0133u4.zip
+sdlmame0134.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sdlmame.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- sdlmame.spec 31 Aug 2009 12:45:38 -0000 1.64
+++ sdlmame.spec 11 Sep 2009 08:34:39 -0000 1.65
@@ -1,4 +1,4 @@
-%define beta 0133u4
+#define beta 0133u5
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0134
-Release: 0.3.%{?beta}%{?dist}
+Release: 1%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -30,6 +30,7 @@
Patch0: %{name}-warnings.patch
Patch1: %{name}-expat.patch
Patch3: %{name}-fortify.patch
+Patch4: %{name}-0134-nounidasm.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
@@ -84,6 +85,7 @@
%patch0 -p0 -b .warnings~
%patch1 -p0 -b .expat~
%patch3 -p0 -b .fortify
+%patch4 -p1 -b .nounidasm
# Create mame.ini file
cat > mame.ini << EOF
@@ -116,8 +118,8 @@
%build
-#make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1 OPTIMIZE=2\
-# OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1 OPTIMIZE=2\
+ OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
make %{?_smp_mflags} %{?arch_flags} SYMBOLS=1 OPTIMIZE=2\
@@ -153,8 +155,8 @@
install -pm 644 mame.ini %{buildroot}%{_sysconfdir}/mame
install -pm 644 keymaps/* %{buildroot}%{_datadir}/mame/keymaps
install -pm 644 ui.bdf %{SOURCE1} %{buildroot}%{_datadir}/mame/fonts
-install -pm 755 chdman jedutil ldresample ldverify mame mamed romcmp \
- testkeys unidasm %{buildroot}%{_bindir}
+install -pm 755 chdman jedutil ldplayer ldresample ldverify mame mamed romcmp \
+ testkeys %{buildroot}%{_bindir}
for tool in regrep runtest src2html srcclean
do
install -pm 755 $tool %{buildroot}%{_bindir}/mame-$tool
@@ -193,13 +195,20 @@
%doc docs/license.txt
%{_bindir}/mamed
-#%files ldplayer
-#%defattr(-,root,root,-)
-#%doc docs/license.txt
-#%{_bindir}/ldplayer
+%files ldplayer
+%defattr(-,root,root,-)
+%doc docs/license.txt
+%{_bindir}/ldplayer
%changelog
+* Fri Sep 11 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-1
+- Updated to 0.134
+- Turned the ldplayer back on, disabled unidasm instead
+
+* Mon Sep 07 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-0.4.0133u5
+- Updated to 0.133u5
+
* Mon Aug 31 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-0.3.0133u4
- Updated to 0.133u4
- Added unidasm to the -tools subpackage
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sources,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- sources 31 Aug 2009 11:59:43 -0000 1.55
+++ sources 11 Sep 2009 08:34:39 -0000 1.56
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-407345a8bc5148e508cc5ba9dfa06d21 sdlmame0133u4.zip
+706429e5ecf2ed48c1a732d0dc9c0f94 sdlmame0134.zip
15 years, 3 months
rpms/sdlmame/F-11 sdlmame-0134-nounidasm.patch, NONE, 1.1 .cvsignore, 1.52, 1.53 sdlmame.spec, 1.62, 1.63 sources, 1.54, 1.55
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11128
Modified Files:
.cvsignore sdlmame.spec sources
Added Files:
sdlmame-0134-nounidasm.patch
Log Message:
* Fri Sep 11 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-1
- Updated to 0.134
- Turned the ldplayer back on, disabled unidasm instead
sdlmame-0134-nounidasm.patch:
--- NEW FILE sdlmame-0134-nounidasm.patch ---
diff -up sdlmame-0134/src/tools/tools.mak.nounidasm sdlmame-0134/src/tools/tools.mak
--- sdlmame-0134/src/tools/tools.mak.nounidasm 2009-09-10 15:45:02.000000000 +0200
+++ sdlmame-0134/src/tools/tools.mak 2009-09-11 10:31:56.000000000 +0200
@@ -26,7 +26,6 @@ TOOLS += \
romcmp$(EXE) \
chdman$(EXE) \
jedutil$(EXE) \
- unidasm$(EXE) \
ldresample$(EXE) \
ldverify$(EXE) \
regrep$(EXE) \
@@ -77,19 +76,6 @@ jedutil$(EXE): $(JEDUTILOBJS) $(LIBUTIL)
#-------------------------------------------------
-# unidasm
-#-------------------------------------------------
-
-UNIDASMOBJS = \
- $(TOOLSOBJ)/unidasm.o \
-
-unidasm$(EXE): $(UNIDASMOBJS) $(LIBUTIL) $(LIBOCORE) $(LIBDASM) $(ZLIB) $(EXPAT)
- @echo Linking $@...
- $(LD) $(LDFLAGS) $^ $(LIBS) -o $@
-
-
-
-#-------------------------------------------------
# ldresample
#-------------------------------------------------
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-11/.cvsignore,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- .cvsignore 31 Aug 2009 11:59:32 -0000 1.52
+++ .cvsignore 11 Sep 2009 08:34:30 -0000 1.53
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0133u4.zip
+sdlmame0134.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-11/sdlmame.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- sdlmame.spec 31 Aug 2009 12:45:33 -0000 1.62
+++ sdlmame.spec 11 Sep 2009 08:34:30 -0000 1.63
@@ -1,4 +1,4 @@
-%define beta 0133u4
+#define beta 0133u5
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0134
-Release: 0.3.%{?beta}%{?dist}
+Release: 1%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -30,6 +30,7 @@
Patch0: %{name}-warnings.patch
Patch1: %{name}-expat.patch
Patch3: %{name}-fortify.patch
+Patch4: %{name}-0134-nounidasm.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
@@ -84,6 +85,7 @@
%patch0 -p0 -b .warnings~
%patch1 -p0 -b .expat~
%patch3 -p0 -b .fortify
+%patch4 -p1 -b .nounidasm
# Create mame.ini file
cat > mame.ini << EOF
@@ -116,8 +118,8 @@
%build
-#make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1 OPTIMIZE=2\
-# OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1 OPTIMIZE=2\
+ OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
make %{?_smp_mflags} %{?arch_flags} SYMBOLS=1 OPTIMIZE=2\
@@ -153,8 +155,8 @@
install -pm 644 mame.ini %{buildroot}%{_sysconfdir}/mame
install -pm 644 keymaps/* %{buildroot}%{_datadir}/mame/keymaps
install -pm 644 ui.bdf %{SOURCE1} %{buildroot}%{_datadir}/mame/fonts
-install -pm 755 chdman jedutil ldresample ldverify mame mamed romcmp \
- testkeys unidasm %{buildroot}%{_bindir}
+install -pm 755 chdman jedutil ldplayer ldresample ldverify mame mamed romcmp \
+ testkeys %{buildroot}%{_bindir}
for tool in regrep runtest src2html srcclean
do
install -pm 755 $tool %{buildroot}%{_bindir}/mame-$tool
@@ -193,13 +195,20 @@
%doc docs/license.txt
%{_bindir}/mamed
-#%files ldplayer
-#%defattr(-,root,root,-)
-#%doc docs/license.txt
-#%{_bindir}/ldplayer
+%files ldplayer
+%defattr(-,root,root,-)
+%doc docs/license.txt
+%{_bindir}/ldplayer
%changelog
+* Fri Sep 11 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-1
+- Updated to 0.134
+- Turned the ldplayer back on, disabled unidasm instead
+
+* Mon Sep 07 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-0.4.0133u5
+- Updated to 0.133u5
+
* Mon Aug 31 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-0.3.0133u4
- Updated to 0.133u4
- Added unidasm to the -tools subpackage
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-11/sources,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- sources 31 Aug 2009 11:59:32 -0000 1.54
+++ sources 11 Sep 2009 08:34:30 -0000 1.55
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-407345a8bc5148e508cc5ba9dfa06d21 sdlmame0133u4.zip
+706429e5ecf2ed48c1a732d0dc9c0f94 sdlmame0134.zip
15 years, 3 months
rpms/sdlmame/devel sdlmame-0134-nounidasm.patch, NONE, 1.1 .cvsignore, 1.55, 1.56 sdlmame.spec, 1.65, 1.66 sources, 1.56, 1.57
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11017
Modified Files:
.cvsignore sdlmame.spec sources
Added Files:
sdlmame-0134-nounidasm.patch
Log Message:
* Fri Sep 11 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-1
- Updated to 0.134
- Turned the ldplayer back on, disabled unidasm instead
sdlmame-0134-nounidasm.patch:
--- NEW FILE sdlmame-0134-nounidasm.patch ---
diff -up sdlmame-0134/src/tools/tools.mak.nounidasm sdlmame-0134/src/tools/tools.mak
--- sdlmame-0134/src/tools/tools.mak.nounidasm 2009-09-10 15:45:02.000000000 +0200
+++ sdlmame-0134/src/tools/tools.mak 2009-09-11 10:31:56.000000000 +0200
@@ -26,7 +26,6 @@ TOOLS += \
romcmp$(EXE) \
chdman$(EXE) \
jedutil$(EXE) \
- unidasm$(EXE) \
ldresample$(EXE) \
ldverify$(EXE) \
regrep$(EXE) \
@@ -77,19 +76,6 @@ jedutil$(EXE): $(JEDUTILOBJS) $(LIBUTIL)
#-------------------------------------------------
-# unidasm
-#-------------------------------------------------
-
-UNIDASMOBJS = \
- $(TOOLSOBJ)/unidasm.o \
-
-unidasm$(EXE): $(UNIDASMOBJS) $(LIBUTIL) $(LIBOCORE) $(LIBDASM) $(ZLIB) $(EXPAT)
- @echo Linking $@...
- $(LD) $(LDFLAGS) $^ $(LIBS) -o $@
-
-
-
-#-------------------------------------------------
# ldresample
#-------------------------------------------------
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/.cvsignore,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- .cvsignore 10 Sep 2009 10:48:41 -0000 1.55
+++ .cvsignore 11 Sep 2009 08:34:20 -0000 1.56
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0133u5.zip
+sdlmame0134.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- sdlmame.spec 10 Sep 2009 10:48:41 -0000 1.65
+++ sdlmame.spec 11 Sep 2009 08:34:20 -0000 1.66
@@ -1,4 +1,4 @@
-%define beta 0133u5
+#define beta 0133u5
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0134
-Release: 0.4.%{?beta}%{?dist}
+Release: 1%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -30,6 +30,7 @@
Patch0: %{name}-warnings.patch
Patch1: %{name}-expat.patch
Patch3: %{name}-fortify.patch
+Patch4: %{name}-0134-nounidasm.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
@@ -84,6 +85,7 @@
%patch0 -p0 -b .warnings~
%patch1 -p0 -b .expat~
%patch3 -p0 -b .fortify
+%patch4 -p1 -b .nounidasm
# Create mame.ini file
cat > mame.ini << EOF
@@ -116,8 +118,8 @@
%build
-#make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1 OPTIMIZE=2\
-# OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1 OPTIMIZE=2\
+ OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
make %{?_smp_mflags} %{?arch_flags} SYMBOLS=1 OPTIMIZE=2\
@@ -153,8 +155,8 @@
install -pm 644 mame.ini %{buildroot}%{_sysconfdir}/mame
install -pm 644 keymaps/* %{buildroot}%{_datadir}/mame/keymaps
install -pm 644 ui.bdf %{SOURCE1} %{buildroot}%{_datadir}/mame/fonts
-install -pm 755 chdman jedutil ldresample ldverify mame mamed romcmp \
- testkeys unidasm %{buildroot}%{_bindir}
+install -pm 755 chdman jedutil ldplayer ldresample ldverify mame mamed romcmp \
+ testkeys %{buildroot}%{_bindir}
for tool in regrep runtest src2html srcclean
do
install -pm 755 $tool %{buildroot}%{_bindir}/mame-$tool
@@ -193,13 +195,17 @@
%doc docs/license.txt
%{_bindir}/mamed
-#%files ldplayer
-#%defattr(-,root,root,-)
-#%doc docs/license.txt
-#%{_bindir}/ldplayer
+%files ldplayer
+%defattr(-,root,root,-)
+%doc docs/license.txt
+%{_bindir}/ldplayer
%changelog
+* Fri Sep 11 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-1
+- Updated to 0.134
+- Turned the ldplayer back on, disabled unidasm instead
+
* Mon Sep 07 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-0.4.0133u5
- Updated to 0.133u5
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- sources 10 Sep 2009 10:48:41 -0000 1.56
+++ sources 11 Sep 2009 08:34:20 -0000 1.57
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-b06b34b543cf699873a6b5cdc9af9e58 sdlmame0133u5.zip
+706429e5ecf2ed48c1a732d0dc9c0f94 sdlmame0134.zip
15 years, 3 months
rpms/qmc2/devel .cvsignore, 1.10, 1.11 qmc2-ini.patch, 1.5, 1.6 qmc2.spec, 1.18, 1.19 sources, 1.10, 1.11
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/qmc2/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8929
Modified Files:
.cvsignore qmc2-ini.patch qmc2.spec sources
Log Message:
* Fri Sep 11 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.15.b11
- Updated to 0.2b11
- Updated the ini patch
- Dropped F12 rawhide workaround
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 20 Jul 2009 22:03:52 -0000 1.10
+++ .cvsignore 11 Sep 2009 07:59:37 -0000 1.11
@@ -1 +1 @@
-qmc2-0.2.b10.tar.bz2
+qmc2-0.2.b11.tar.bz2
qmc2-ini.patch:
Index: qmc2-ini.patch
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/devel/qmc2-ini.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qmc2-ini.patch 23 Apr 2009 20:00:44 -0000 1.5
+++ qmc2-ini.patch 11 Sep 2009 07:59:37 -0000 1.6
@@ -1,7 +1,7 @@
---- inst/qmc2.ini.template.ini~ 2009-03-30 18:33:59.000000000 +0200
-+++ inst/qmc2.ini.template 2009-04-16 11:49:51.000000000 +0200
-@@ -17,7 +17,42 @@
- qmc2-sdlmess\FilesAndDirectories\TitleDirectory=DATADIR/qmc2/ttl/
+--- inst/qmc2.ini.template.ini~ 2009-07-22 23:25:59.000000000 +0200
++++ inst/qmc2.ini.template 2009-09-11 09:29:17.000000000 +0200
+@@ -19,7 +19,42 @@
+ qmc2-sdlmess\FilesAndDirectories\PCBDirectory=DATADIR/qmc2/pcb/
[MAME]
+Configuration\Global\rompath="DATADIR/mame/roms;DATADIR/mame/chds"
Index: qmc2.spec
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/devel/qmc2.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- qmc2.spec 22 Jul 2009 08:31:58 -0000 1.18
+++ qmc2.spec 11 Sep 2009 07:59:37 -0000 1.19
@@ -1,8 +1,8 @@
-%define beta b10
+%define beta b11
Name: qmc2
Version: 0.2
-Release: 0.14.%{beta}%{?dist}
+Release: 0.15.%{beta}%{?dist}
Summary: M.A.M.E./M.E.S.S. Catalog / Launcher II, common files
Group: Applications/Emulators
@@ -59,12 +59,10 @@
pushd sdlmess
%patch1 -p0 -b .ini~
-cp arch/Linux/Fedora_release_11.cfg arch/Linux/Fedora_release_11.90.cfg
popd
pushd sdlmame
%patch1 -p0 -b .ini~
-cp arch/Linux/Fedora_release_11.cfg arch/Linux/Fedora_release_11.90.cfg
popd
@@ -142,6 +140,11 @@
%changelog
+* Fri Sep 11 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.15.b11
+- Updated to 0.2b11
+- Updated the ini patch
+- Dropped F12 rawhide workaround
+
* Mon Jul 20 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.14.b10
- Updated to 0.2b10
- Added F12 rawhide config
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 20 Jul 2009 22:03:52 -0000 1.10
+++ sources 11 Sep 2009 07:59:37 -0000 1.11
@@ -1 +1 @@
-a6e2bca1e82d492b46ab5ecb4e86e0a1 qmc2-0.2.b10.tar.bz2
+0ee553277bb67b20003debf4f9496b35 qmc2-0.2.b11.tar.bz2
15 years, 3 months
rpms/qmc2/F-10 .cvsignore, 1.10, 1.11 qmc2-ini.patch, 1.5, 1.6 qmc2.spec, 1.14, 1.15 sources, 1.10, 1.11
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/qmc2/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8776
Modified Files:
.cvsignore qmc2-ini.patch qmc2.spec sources
Log Message:
* Fri Sep 11 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.15.b11
- Updated to 0.2b11
- Updated the ini patch
- Dropped F12 rawhide workaround
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/F-10/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 20 Jul 2009 22:04:17 -0000 1.10
+++ .cvsignore 11 Sep 2009 07:58:36 -0000 1.11
@@ -1 +1 @@
-qmc2-0.2.b10.tar.bz2
+qmc2-0.2.b11.tar.bz2
qmc2-ini.patch:
Index: qmc2-ini.patch
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/F-10/qmc2-ini.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qmc2-ini.patch 23 Apr 2009 20:10:35 -0000 1.5
+++ qmc2-ini.patch 11 Sep 2009 07:58:36 -0000 1.6
@@ -1,7 +1,7 @@
---- inst/qmc2.ini.template.ini~ 2009-03-30 18:33:59.000000000 +0200
-+++ inst/qmc2.ini.template 2009-04-16 11:49:51.000000000 +0200
-@@ -17,7 +17,42 @@
- qmc2-sdlmess\FilesAndDirectories\TitleDirectory=DATADIR/qmc2/ttl/
+--- inst/qmc2.ini.template.ini~ 2009-07-22 23:25:59.000000000 +0200
++++ inst/qmc2.ini.template 2009-09-11 09:29:17.000000000 +0200
+@@ -19,7 +19,42 @@
+ qmc2-sdlmess\FilesAndDirectories\PCBDirectory=DATADIR/qmc2/pcb/
[MAME]
+Configuration\Global\rompath="DATADIR/mame/roms;DATADIR/mame/chds"
Index: qmc2.spec
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/F-10/qmc2.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- qmc2.spec 20 Jul 2009 22:04:17 -0000 1.14
+++ qmc2.spec 11 Sep 2009 07:58:36 -0000 1.15
@@ -1,8 +1,8 @@
-%define beta b10
+%define beta b11
Name: qmc2
Version: 0.2
-Release: 0.14.%{beta}%{?dist}
+Release: 0.15.%{beta}%{?dist}
Summary: M.A.M.E./M.E.S.S. Catalog / Launcher II, common files
Group: Applications/Emulators
@@ -140,8 +140,14 @@
%changelog
+* Fri Sep 11 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.15.b11
+- Updated to 0.2b11
+- Updated the ini patch
+- Dropped F12 rawhide workaround
+
* Mon Jul 20 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.14.b10
- Updated to 0.2b10
+- Added F12 rawhide config
* Mon Jun 08 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.13.b9
- Updated to 0.2b9
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/F-10/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 20 Jul 2009 22:04:17 -0000 1.10
+++ sources 11 Sep 2009 07:58:36 -0000 1.11
@@ -1 +1 @@
-a6e2bca1e82d492b46ab5ecb4e86e0a1 qmc2-0.2.b10.tar.bz2
+0ee553277bb67b20003debf4f9496b35 qmc2-0.2.b11.tar.bz2
15 years, 3 months