rpms/sdlmame/devel sdlmame-0129u1-ppc.patch,NONE,1.1
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18618
Added Files:
sdlmame-0129u1-ppc.patch
Log Message:
Fixed the ppc build
sdlmame-0129u1-ppc.patch:
--- NEW FILE sdlmame-0129u1-ppc.patch ---
--- src/emu/cpu/i860/i860dec.c~ 2009-01-15 15:29:11.000000000 +0100
+++ src/emu/cpu/i860/i860dec.c 2009-01-16 11:55:47.000000000 +0100
@@ -42,7 +42,7 @@
#include <math.h>
-#ifdef LSB_FIRST
+#if 1
#undef HOST_MSB
#else
#define HOST_MSB
15 years, 10 months
rpms/sdlmame/F-9 sdlmame.spec,1.32,1.33
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18302/F-9
Modified Files:
sdlmame.spec
Log Message:
Fixed the ppc build
15 years, 10 months
rpms/sdlmame/F-10 sdlmame.spec,1.33,1.34
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18302/F-10
Modified Files:
sdlmame.spec
Log Message:
Fixed the ppc build
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sdlmame.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sdlmame.spec 15 Jan 2009 19:45:58 -0000 1.33
+++ sdlmame.spec 16 Jan 2009 11:00:25 -0000 1.34
@@ -31,6 +31,7 @@
Patch1: %{name}-expat.patch
Patch2: %{name}-bne.patch
Patch3: %{name}-fortify.patch
+Patch4: sdlmame-0129u1-ppc.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
@@ -83,6 +84,7 @@
%patch1 -p0 -b .expat~
%patch2 -p0 -b .bne~
%patch3 -p0 -b .fortify
+%patch4 -p0 -b .ppc
# Create mame.ini file
cat > mame.ini << EOF
15 years, 10 months
rpms/sdlmame/devel sdlmame.spec,1.33,1.34
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18302/devel
Modified Files:
sdlmame.spec
Log Message:
Fixed the ppc build
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sdlmame.spec 15 Jan 2009 19:45:47 -0000 1.33
+++ sdlmame.spec 16 Jan 2009 11:00:26 -0000 1.34
@@ -31,6 +31,7 @@
Patch1: %{name}-expat.patch
Patch2: %{name}-bne.patch
Patch3: %{name}-fortify.patch
+Patch4: sdlmame-0129u1-ppc.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
@@ -83,6 +84,7 @@
%patch1 -p0 -b .expat~
%patch2 -p0 -b .bne~
%patch3 -p0 -b .fortify
+%patch4 -p0 -b .ppc
# Create mame.ini file
cat > mame.ini << EOF
15 years, 10 months
rpms/picard-freeworld/F-10 picard-freeworld-0.11-avsetup.patch, NONE, 1.1 picard-freeworld.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Alex Lancaster
Author: alexlan
Update of /cvs/free/rpms/picard-freeworld/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24977/F-10
Modified Files:
.cvsignore sources
Added Files:
picard-freeworld-0.11-avsetup.patch picard-freeworld.spec
Log Message:
Importing for F-10, F-9 branches.
picard-freeworld-0.11-avsetup.patch:
--- NEW FILE picard-freeworld-0.11-avsetup.patch ---
--- setup.py_orig 2009-01-02 14:13:56.000000000 -0700
+++ setup.py 2009-01-02 14:14:19.000000000 -0700
@@ -370,8 +370,6 @@
if have_pkgconfig:
if self.pkgconfig_check_module('avcodec', 'libavcodec libavformat'):
include_dirs = cflags_to_include_dirs(cfg.get('avcodec', 'cflags'))
- if self.try_compile('#include <avcodec.h>', include_dirs=include_dirs):
- cfg.set('avcodec', 'cflags', cfg.get('avcodec', 'cflags') + ' -DUSE_OLD_FFMPEG_LOCATIONS')
else:
self.check_lib('avcodec', 'av_open_input_file', ['avcodec.h', 'avformat.h'], [['avcodec', 'avformat'], ['avcodec-51', 'avformat-51']])
--- NEW FILE picard-freeworld.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: picard-freeworld
Version: 0.11
Release: 4%{?dist}
Summary: Acoustic fingerprinting for Picard tagger
Group: Applications/Multimedia
Source0: http://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-%{version}.tar.gz
Patch0: %{name}-0.11-avsetup.patch
License: GPLv2+
Url: http://musicbrainz.org/doc/PicardTagger
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel
BuildRequires: gettext
BuildRequires: desktop-file-utils
BuildRequires: PyQt4 >= 4.3
BuildRequires: python-mutagen > 1.9
BuildRequires: libofa-devel
BuildRequires: ffmpeg-devel
# Require matching main package picard from Fedora
Requires: picard = %{version}
%description
Picard is an audio tagging application using data from the MusicBrainz
database. This add-on package supplies the library necessary for
acoustic fingerprinting.
%prep
%setup -q -n picard-%{version}
%patch0 -p0
%build
env %{__python} setup.py config
env CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT
# remove everything except for {python_sitearch}/picard/musicdns/avcodec.so
cp -p $RPM_BUILD_ROOT%{python_sitearch}/picard/musicdns/avcodec.so avcodec.so
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{python_sitearch}/picard/musicdns/
install -pm 0755 avcodec.so $RPM_BUILD_ROOT%{python_sitearch}/picard/musicdns/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{python_sitearch}/picard/musicdns/avcodec.so
%changelog
* Wed Jan 14 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11-4
- Remove check target, only useful in the base picard package.
* Fri Jan 2 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11-3
- Rename to picard-freeworld as per review
- Fix cp/install commands
- Modified patch by Bob Arendt to skip test for <avcodec.h>
* Mon Dec 29 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11-2
- Initial RPM Fusion package for providing acoustic fingerprinting.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/picard-freeworld/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 15 Jan 2009 17:42:30 -0000 1.1
+++ .cvsignore 16 Jan 2009 03:00:53 -0000 1.2
@@ -0,0 +1 @@
+picard-0.11.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/picard-freeworld/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 15 Jan 2009 17:42:30 -0000 1.1
+++ sources 16 Jan 2009 03:00:53 -0000 1.2
@@ -0,0 +1 @@
+02ddcff3e201b2cf54f1b52b02d44fad picard-0.11.tar.gz
15 years, 10 months
rpms/picard-freeworld/F-9 picard-freeworld-0.11-avsetup.patch, NONE, 1.1 picard-freeworld.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Alex Lancaster
Author: alexlan
Update of /cvs/free/rpms/picard-freeworld/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24977/F-9
Modified Files:
.cvsignore sources
Added Files:
picard-freeworld-0.11-avsetup.patch picard-freeworld.spec
Log Message:
Importing for F-10, F-9 branches.
picard-freeworld-0.11-avsetup.patch:
--- NEW FILE picard-freeworld-0.11-avsetup.patch ---
--- setup.py_orig 2009-01-02 14:13:56.000000000 -0700
+++ setup.py 2009-01-02 14:14:19.000000000 -0700
@@ -370,8 +370,6 @@
if have_pkgconfig:
if self.pkgconfig_check_module('avcodec', 'libavcodec libavformat'):
include_dirs = cflags_to_include_dirs(cfg.get('avcodec', 'cflags'))
- if self.try_compile('#include <avcodec.h>', include_dirs=include_dirs):
- cfg.set('avcodec', 'cflags', cfg.get('avcodec', 'cflags') + ' -DUSE_OLD_FFMPEG_LOCATIONS')
else:
self.check_lib('avcodec', 'av_open_input_file', ['avcodec.h', 'avformat.h'], [['avcodec', 'avformat'], ['avcodec-51', 'avformat-51']])
--- NEW FILE picard-freeworld.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: picard-freeworld
Version: 0.11
Release: 4%{?dist}
Summary: Acoustic fingerprinting for Picard tagger
Group: Applications/Multimedia
Source0: http://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-%{version}.tar.gz
Patch0: %{name}-0.11-avsetup.patch
License: GPLv2+
Url: http://musicbrainz.org/doc/PicardTagger
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel
BuildRequires: gettext
BuildRequires: desktop-file-utils
BuildRequires: PyQt4 >= 4.3
BuildRequires: python-mutagen > 1.9
BuildRequires: libofa-devel
BuildRequires: ffmpeg-devel
# Require matching main package picard from Fedora
Requires: picard = %{version}
%description
Picard is an audio tagging application using data from the MusicBrainz
database. This add-on package supplies the library necessary for
acoustic fingerprinting.
%prep
%setup -q -n picard-%{version}
%patch0 -p0
%build
env %{__python} setup.py config
env CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT
# remove everything except for {python_sitearch}/picard/musicdns/avcodec.so
cp -p $RPM_BUILD_ROOT%{python_sitearch}/picard/musicdns/avcodec.so avcodec.so
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{python_sitearch}/picard/musicdns/
install -pm 0755 avcodec.so $RPM_BUILD_ROOT%{python_sitearch}/picard/musicdns/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{python_sitearch}/picard/musicdns/avcodec.so
%changelog
* Wed Jan 14 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11-4
- Remove check target, only useful in the base picard package.
* Fri Jan 2 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11-3
- Rename to picard-freeworld as per review
- Fix cp/install commands
- Modified patch by Bob Arendt to skip test for <avcodec.h>
* Mon Dec 29 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11-2
- Initial RPM Fusion package for providing acoustic fingerprinting.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/picard-freeworld/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 15 Jan 2009 17:42:30 -0000 1.1
+++ .cvsignore 16 Jan 2009 03:00:53 -0000 1.2
@@ -0,0 +1 @@
+picard-0.11.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/picard-freeworld/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 15 Jan 2009 17:42:30 -0000 1.1
+++ sources 16 Jan 2009 03:00:53 -0000 1.2
@@ -0,0 +1 @@
+02ddcff3e201b2cf54f1b52b02d44fad picard-0.11.tar.gz
15 years, 10 months
rpms/picard-freeworld/devel picard-freeworld-0.11-avsetup.patch, NONE, 1.1 picard-freeworld.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Alex Lancaster
Author: alexlan
Update of /cvs/free/rpms/picard-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23890/devel
Modified Files:
.cvsignore sources
Added Files:
picard-freeworld-0.11-avsetup.patch picard-freeworld.spec
Log Message:
Initial import.
picard-freeworld-0.11-avsetup.patch:
--- NEW FILE picard-freeworld-0.11-avsetup.patch ---
--- setup.py_orig 2009-01-02 14:13:56.000000000 -0700
+++ setup.py 2009-01-02 14:14:19.000000000 -0700
@@ -370,8 +370,6 @@
if have_pkgconfig:
if self.pkgconfig_check_module('avcodec', 'libavcodec libavformat'):
include_dirs = cflags_to_include_dirs(cfg.get('avcodec', 'cflags'))
- if self.try_compile('#include <avcodec.h>', include_dirs=include_dirs):
- cfg.set('avcodec', 'cflags', cfg.get('avcodec', 'cflags') + ' -DUSE_OLD_FFMPEG_LOCATIONS')
else:
self.check_lib('avcodec', 'av_open_input_file', ['avcodec.h', 'avformat.h'], [['avcodec', 'avformat'], ['avcodec-51', 'avformat-51']])
--- NEW FILE picard-freeworld.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: picard-freeworld
Version: 0.11
Release: 4%{?dist}
Summary: Acoustic fingerprinting for Picard tagger
Group: Applications/Multimedia
Source0: http://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-%{version}.tar.gz
Patch0: %{name}-0.11-avsetup.patch
License: GPLv2+
Url: http://musicbrainz.org/doc/PicardTagger
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel
BuildRequires: gettext
BuildRequires: desktop-file-utils
BuildRequires: PyQt4 >= 4.3
BuildRequires: python-mutagen > 1.9
BuildRequires: libofa-devel
BuildRequires: ffmpeg-devel
# Require matching main package picard from Fedora
Requires: picard = %{version}
%description
Picard is an audio tagging application using data from the MusicBrainz
database. This add-on package supplies the library necessary for
acoustic fingerprinting.
%prep
%setup -q -n picard-%{version}
%patch0 -p0
%build
env %{__python} setup.py config
env CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT
# remove everything except for {python_sitearch}/picard/musicdns/avcodec.so
cp -p $RPM_BUILD_ROOT%{python_sitearch}/picard/musicdns/avcodec.so avcodec.so
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{python_sitearch}/picard/musicdns/
install -pm 0755 avcodec.so $RPM_BUILD_ROOT%{python_sitearch}/picard/musicdns/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{python_sitearch}/picard/musicdns/avcodec.so
%changelog
* Wed Jan 14 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11-4
- Remove check target, only useful in the base picard package.
* Fri Jan 2 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11-3
- Rename to picard-freeworld as per review
- Fix cp/install commands
- Modified patch by Bob Arendt to skip test for <avcodec.h>
* Mon Dec 29 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11-2
- Initial RPM Fusion package for providing acoustic fingerprinting.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/picard-freeworld/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 15 Jan 2009 17:42:30 -0000 1.1
+++ .cvsignore 16 Jan 2009 02:43:45 -0000 1.2
@@ -0,0 +1 @@
+picard-0.11.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/picard-freeworld/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 15 Jan 2009 17:42:30 -0000 1.1
+++ sources 16 Jan 2009 02:43:45 -0000 1.2
@@ -0,0 +1 @@
+02ddcff3e201b2cf54f1b52b02d44fad picard-0.11.tar.gz
15 years, 10 months
rpms/freetype-freeworld/devel .cvsignore, 1.3, 1.4 freetype-freeworld.spec, 1.3, 1.4 sources, 1.3, 1.4 freetype-autohinter-ligature.patch, 1.1, NONE
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/freetype-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14943/devel
Modified Files:
.cvsignore freetype-freeworld.spec sources
Removed Files:
freetype-autohinter-ligature.patch
Log Message:
* Thu Jan 15 2009 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.3.8-1
- Update to 2.3.8
- Remove freetype-autohinter-ligature.patch (fixed upstream)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 3 Sep 2008 12:02:10 -0000 1.3
+++ .cvsignore 16 Jan 2009 00:00:08 -0000 1.4
@@ -1 +1 @@
-freetype-2.3.7.tar.bz2
+freetype-2.3.8.tar.bz2
Index: freetype-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/freetype-freeworld.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- freetype-freeworld.spec 8 Dec 2008 00:44:24 -0000 1.3
+++ freetype-freeworld.spec 16 Jan 2009 00:00:08 -0000 1.4
@@ -7,8 +7,8 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
-Version: 2.3.7
-Release: 2%{?dist}
+Version: 2.3.8
+Release: 1%{?dist}
License: FTL or GPLv2+
Group: System Environment/Libraries
URL: http://www.freetype.org
@@ -24,9 +24,6 @@
# Fix crash https://bugs.freedesktop.org/show_bug.cgi?id=6841
Patch89: freetype-2.2.1-memcpy-fix.patch
-# Upstream patches
-Patch101: freetype-autohinter-ligature.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
Requires: /etc/ld.so.conf.d
@@ -75,8 +72,6 @@
%patch89 -p1 -b .memcpy
-%patch101 -p0 -b .autohinter-ligature
-
%build
%configure --disable-static
@@ -125,6 +120,10 @@
%config(noreplace) %{_sysconfdir}/fonts/conf.d/*.conf
%changelog
+* Thu Jan 15 2009 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.3.8-1
+- Update to 2.3.8
+- Remove freetype-autohinter-ligature.patch (fixed upstream)
+
* Mon Dec 08 2008 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.3.7-2
- Add freetype-autohinter-ligature.patch by Behdad Esfahbod (rh#368561)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 3 Sep 2008 12:02:10 -0000 1.3
+++ sources 16 Jan 2009 00:00:08 -0000 1.4
@@ -1 +1 @@
-83306194817ebdea554133b4232a34aa freetype-2.3.7.tar.bz2
+6cf31a08826715a0d16ae366da9c7d3b freetype-2.3.8.tar.bz2
--- freetype-autohinter-ligature.patch DELETED ---
15 years, 10 months
rpms/sdlmame/F-9 .cvsignore, 1.28, 1.29 sdlmame.spec, 1.31, 1.32 sources, 1.29, 1.30
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1426
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Thu Jan 15 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.1.0129u1
- Updated to 0.129u1
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- .cvsignore 7 Jan 2009 11:14:02 -0000 1.28
+++ .cvsignore 15 Jan 2009 19:46:22 -0000 1.29
@@ -1,2 +1,2 @@
-sdlmame0129.zip
ui.bdc
+sdlmame0129u1.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sdlmame.spec 7 Jan 2009 11:14:02 -0000 1.31
+++ sdlmame.spec 15 Jan 2009 19:46:22 -0000 1.32
@@ -1,4 +1,4 @@
-#define beta 0128u7
+%define beta 0129u1
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -17,8 +17,8 @@
%endif
Name: sdlmame
-Version: 0129
-Release: 1%{?beta}%{?dist}
+Version: 0130
+Release: 0.1.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -208,6 +208,9 @@
%changelog
+* Thu Jan 15 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.1.0129u1
+- Updated to 0.129u1
+
* Mon Jan 5 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-1
- Updated to 0.129
- Re-enabled ldplayer
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sources 7 Jan 2009 11:14:02 -0000 1.29
+++ sources 15 Jan 2009 19:46:22 -0000 1.30
@@ -1,2 +1,2 @@
-cabac398a32cca6c2e8063510240f78d sdlmame0129.zip
b64914c2a5589f6d5b00361464152acd ui.bdc
+21012bde7070175b69666e74e291e112 sdlmame0129u1.zip
15 years, 10 months
rpms/sdlmame/F-10 .cvsignore, 1.28, 1.29 sdlmame.spec, 1.32, 1.33 sources, 1.29, 1.30
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1318
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Thu Jan 15 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.1.0129u1
- Updated to 0.129u1
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- .cvsignore 7 Jan 2009 11:13:48 -0000 1.28
+++ .cvsignore 15 Jan 2009 19:45:58 -0000 1.29
@@ -1,2 +1,2 @@
-sdlmame0129.zip
ui.bdc
+sdlmame0129u1.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sdlmame.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sdlmame.spec 7 Jan 2009 11:13:48 -0000 1.32
+++ sdlmame.spec 15 Jan 2009 19:45:58 -0000 1.33
@@ -1,4 +1,4 @@
-#define beta 0128u7
+%define beta 0129u1
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -17,8 +17,8 @@
%endif
Name: sdlmame
-Version: 0129
-Release: 1%{?beta}%{?dist}
+Version: 0130
+Release: 0.1.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -208,6 +208,9 @@
%changelog
+* Thu Jan 15 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.1.0129u1
+- Updated to 0.129u1
+
* Mon Jan 5 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-1
- Updated to 0.129
- Re-enabled ldplayer
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sources 7 Jan 2009 11:13:48 -0000 1.29
+++ sources 15 Jan 2009 19:45:58 -0000 1.30
@@ -1,2 +1,2 @@
-cabac398a32cca6c2e8063510240f78d sdlmame0129.zip
b64914c2a5589f6d5b00361464152acd ui.bdc
+21012bde7070175b69666e74e291e112 sdlmame0129u1.zip
15 years, 10 months