rpms/gnome-video-arcade/devel .cvsignore, 1.2, 1.3 gnome-video-arcade.spec, 1.4, 1.5 sources, 1.2, 1.3
by Matthew Barnes
Author: mbarnes
Update of /cvs/nonfree/rpms/gnome-video-arcade/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8854
Modified Files:
.cvsignore gnome-video-arcade.spec sources
Log Message:
* Sat Sep 27 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.4-1
- Update to 0.6.4
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/gnome-video-arcade/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 29 Jul 2008 17:12:56 -0000 1.2
+++ .cvsignore 28 Sep 2008 02:25:39 -0000 1.3
@@ -1 +1 @@
-gnome-video-arcade-0.6.3.tar.gz
+gnome-video-arcade-0.6.4.tar.gz
Index: gnome-video-arcade.spec
===================================================================
RCS file: /cvs/nonfree/rpms/gnome-video-arcade/devel/gnome-video-arcade.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-video-arcade.spec 20 Aug 2008 20:20:50 -0000 1.4
+++ gnome-video-arcade.spec 28 Sep 2008 02:25:39 -0000 1.5
@@ -7,8 +7,8 @@
### Abstract ###
Name: gnome-video-arcade
-Version: 0.6.3
-Release: 3%{?dist}
+Version: 0.6.4
+Release: 1%{?dist}
License: GPLv3+
Group: Applications/Emulators
Summary: GNOME Video Arcade is a MAME front-end for GNOME
@@ -115,6 +115,9 @@
%{?fc7:%{_datadir}/omf/%{name}}
%changelog
+* Sat Sep 27 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.4-1
+- Update to 0.6.4
+
* Tue Aug 19 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.3-3
- Fix name of category file (Catver.ini, not catver.ini).
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/gnome-video-arcade/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 29 Jul 2008 17:12:56 -0000 1.2
+++ sources 28 Sep 2008 02:25:39 -0000 1.3
@@ -1 +1 @@
-3cbfc1b10c385f1f09a603e260c3c9cc gnome-video-arcade-0.6.3.tar.gz
+f64eef5e6cab9a3d09d6e69984dd2b15 gnome-video-arcade-0.6.4.tar.gz
16 years, 2 months
rpms/gcube/devel gcube.spec,1.3,1.4
by David Timms
Author: dtimms
Update of /cvs/free/rpms/gcube/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19640
Modified Files:
gcube.spec
Log Message:
mod asm compile logic to retry build on ppc64 builder
Index: gcube.spec
===================================================================
RCS file: /cvs/free/rpms/gcube/devel/gcube.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gcube.spec 21 Sep 2008 22:34:21 -0000 1.3
+++ gcube.spec 28 Sep 2008 02:07:57 -0000 1.4
@@ -1,6 +1,6 @@
Name: gcube
Version: 0.4
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Nintendo Gamecube emulator
Group: Applications/Emulators
@@ -16,8 +16,6 @@
BuildRequires: libjpeg-devel
BuildRequires: SDL-devel >= 1.2.7
BuildRequires: zlib-devel
-# ppc64 build does not seem to support asm opcode bswap, so exclude arch
-ExcludeArch: ppc64
%description
@@ -31,10 +29,10 @@
%build
make release %{?_smp_mflags} CPU="" ENABLE_SOUND=1 OPTFLAGS="%{optflags} -fno-strict-aliasing" \
-%ifarch ppc x86_64
-ASM_X86=0
-%else
+%ifarch %{ix86}
ASM_X86=1
+%else
+ASM_X86=0
%endif
@@ -60,6 +58,10 @@
%changelog
+* Sun Sep 28 2008 David Timms <iinet.net.au@dtimms> 0.4-6
+- mod asm compile logic to retry build on ppc64 builder {adrian, rathann}
+- remove excludearch ppc64
+
* Mon Sep 22 2008 David Timms <iinet.net.au@dtimms> 0.4-5
- add ExcludeArch: ppc64 since lack of asm bswap stops build
16 years, 2 months
rpms/avidemux/F-9 avidemux.spec,1.1,1.2
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/avidemux/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8328/F-9
Modified Files:
avidemux.spec
Log Message:
Rebuild due to missing .desktop files
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/F-9/avidemux.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avidemux.spec 27 Sep 2008 17:11:23 -0000 1.1
+++ avidemux.spec 27 Sep 2008 22:37:36 -0000 1.2
@@ -2,7 +2,7 @@
Name: avidemux
Version: 2.4.3
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Graphical video editing and transcoding tool
Group: Applications/Multimedia
@@ -159,7 +159,10 @@
%{_datadir}/applications/*qt*.desktop
%changelog
-* Thu Sep 18 2008 Stewart Adam <s.adam at diffingo.com> - 2.4.3-5
+* Sat Sep 27 2008 Stewart Adam <s.adam at diffingo.com> - 2.4.3-6
+- Reuild due to missing .desktop files
+
+* Sat Sep 27 2008 Stewart Adam <s.adam at diffingo.com> - 2.4.3-5
- Add CMake patch for PPC64
- Update patches for 2.4.3
- Remove outdated libmad patch (Nov. 2007)
16 years, 2 months
rpms/avidemux/F-8 avidemux.spec,1.1,1.2
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/avidemux/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8328/F-8
Modified Files:
avidemux.spec
Log Message:
Rebuild due to missing .desktop files
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/F-8/avidemux.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avidemux.spec 27 Sep 2008 17:11:23 -0000 1.1
+++ avidemux.spec 27 Sep 2008 22:37:36 -0000 1.2
@@ -2,7 +2,7 @@
Name: avidemux
Version: 2.4.3
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Graphical video editing and transcoding tool
Group: Applications/Multimedia
@@ -159,7 +159,10 @@
%{_datadir}/applications/*qt*.desktop
%changelog
-* Thu Sep 18 2008 Stewart Adam <s.adam at diffingo.com> - 2.4.3-5
+* Sat Sep 27 2008 Stewart Adam <s.adam at diffingo.com> - 2.4.3-6
+- Rebuild due to missing .desktop files
+
+* Sat Sep 27 2008 Stewart Adam <s.adam at diffingo.com> - 2.4.3-5
- Add CMake patch for PPC64
- Update patches for 2.4.3
- Remove outdated libmad patch (Nov. 2007)
16 years, 2 months
rpms/avidemux/devel avidemux.spec,1.7,1.8
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/avidemux/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8328/devel
Modified Files:
avidemux.spec
Log Message:
Rebuild due to missing .desktop files
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/devel/avidemux.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- avidemux.spec 27 Sep 2008 00:42:06 -0000 1.7
+++ avidemux.spec 27 Sep 2008 22:37:36 -0000 1.8
@@ -159,7 +159,7 @@
%{_datadir}/applications/*qt*.desktop
%changelog
-* Thu Sep 18 2008 Stewart Adam <s.adam at diffingo.com> - 2.4.3-5
+* Sat Sep 27 2008 Stewart Adam <s.adam at diffingo.com> - 2.4.3-5
- Add CMake patch for PPC64
- Update patches for 2.4.3
- Remove outdated libmad patch (Nov. 2007)
16 years, 2 months
rpms/avidemux/F-9 avidemux-gtk.desktop, NONE, 1.1 avidemux-qt.desktop, NONE, 1.1
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/avidemux/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8018/F-9
Added Files:
avidemux-gtk.desktop avidemux-qt.desktop
Log Message:
Forgot to copy .desktop files in
--- NEW FILE avidemux-gtk.desktop ---
[Desktop Entry]
Name=Avidemux Video Editor (GTK)
Comment=Graphical video editing tool - GTK interface
Icon=gnome-multimedia
Exec=avidemux2_gtk
Terminal=false
Type=Application
Categories=AudioVideo;
--- NEW FILE avidemux-qt.desktop ---
[Desktop Entry]
Name=Avidemux Video Editor (Qt)
Comment=Graphical video editing tool - Qt interface
Icon=gnome-multimedia
Exec=avidemux2_qt4
Terminal=false
Type=Application
Categories=AudioVideo;
16 years, 2 months
rpms/avidemux/F-8 avidemux-gtk.desktop, NONE, 1.1 avidemux-qt.desktop, NONE, 1.1
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/avidemux/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8018/F-8
Added Files:
avidemux-gtk.desktop avidemux-qt.desktop
Log Message:
Forgot to copy .desktop files in
--- NEW FILE avidemux-gtk.desktop ---
[Desktop Entry]
Name=Avidemux Video Editor (GTK)
Comment=Graphical video editing tool - GTK interface
Icon=gnome-multimedia
Exec=avidemux2_gtk
Terminal=false
Type=Application
Categories=AudioVideo;
--- NEW FILE avidemux-qt.desktop ---
[Desktop Entry]
Name=Avidemux Video Editor (Qt)
Comment=Graphical video editing tool - Qt interface
Icon=gnome-multimedia
Exec=avidemux2_qt4
Terminal=false
Type=Application
Categories=AudioVideo;
16 years, 2 months
rpms/sdlmame/F-8 .cvsignore, 1.15, 1.16 sdlmame.spec, 1.18, 1.19 sources, 1.16, 1.17
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6844
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Sun Sep 28 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.5.0127u5
- Updated to 0.127u5
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 19 Sep 2008 08:52:01 -0000 1.15
+++ .cvsignore 27 Sep 2008 22:12:28 -0000 1.16
@@ -1 +1 @@
-sdlmame0127u4.zip
+sdlmame0127u5.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/sdlmame.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sdlmame.spec 19 Sep 2008 11:59:08 -0000 1.18
+++ sdlmame.spec 27 Sep 2008 22:12:28 -0000 1.19
@@ -1,4 +1,4 @@
-%define beta 0127u4
+%define beta 0127u5
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0128
-Release: 0.4.%{?beta}%{?dist}
+Release: 0.5.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -197,8 +197,12 @@
%{_bindir}/ldplayer
%changelog
+* Sun Sep 28 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.5.0127u5
+- Updated to 0.127u5
+
* Fri Sep 19 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.4.0127u4
- Updated to 0.127u4
+- The -debug subpackage no longer depends on -debuginfo
* Fri Sep 12 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.3.0127u3
- Updated to 0.127u3
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 19 Sep 2008 08:52:01 -0000 1.16
+++ sources 27 Sep 2008 22:12:28 -0000 1.17
@@ -1 +1 @@
-4334c670e3930df1d5637d700b403fa0 sdlmame0127u4.zip
+6c29742404dd37aaaf823c397ae009b9 sdlmame0127u5.zip
16 years, 2 months
rpms/sdlmame/devel .cvsignore, 1.15, 1.16 sdlmame.spec, 1.19, 1.20 sources, 1.16, 1.17
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6746
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Sun Sep 28 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.5.0127u5
- Updated to 0.127u5
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 19 Sep 2008 08:51:49 -0000 1.15
+++ .cvsignore 27 Sep 2008 22:12:16 -0000 1.16
@@ -1 +1 @@
-sdlmame0127u4.zip
+sdlmame0127u5.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sdlmame.spec 19 Sep 2008 11:58:32 -0000 1.19
+++ sdlmame.spec 27 Sep 2008 22:12:16 -0000 1.20
@@ -1,4 +1,4 @@
-%define beta 0127u4
+%define beta 0127u5
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0128
-Release: 0.4.%{?beta}%{?dist}
+Release: 0.5.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -197,8 +197,12 @@
%{_bindir}/ldplayer
%changelog
+* Sun Sep 28 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.5.0127u5
+- Updated to 0.127u5
+
* Fri Sep 19 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.4.0127u4
- Updated to 0.127u4
+- The -debug subpackage no longer depends on -debuginfo
* Fri Sep 12 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.3.0127u3
- Updated to 0.127u3
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 19 Sep 2008 08:51:50 -0000 1.16
+++ sources 27 Sep 2008 22:12:16 -0000 1.17
@@ -1 +1 @@
-4334c670e3930df1d5637d700b403fa0 sdlmame0127u4.zip
+6c29742404dd37aaaf823c397ae009b9 sdlmame0127u5.zip
16 years, 2 months
rpms/sdlmame/F-9 .cvsignore, 1.15, 1.16 sdlmame.spec, 1.18, 1.19 sources, 1.16, 1.17
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6638
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Sun Sep 28 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.5.0127u5
- Updated to 0.127u5
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 19 Sep 2008 08:51:39 -0000 1.15
+++ .cvsignore 27 Sep 2008 22:12:06 -0000 1.16
@@ -1 +1 @@
-sdlmame0127u4.zip
+sdlmame0127u5.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sdlmame.spec 19 Sep 2008 11:57:40 -0000 1.18
+++ sdlmame.spec 27 Sep 2008 22:12:06 -0000 1.19
@@ -1,4 +1,4 @@
-%define beta 0127u4
+%define beta 0127u5
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0128
-Release: 0.4.%{?beta}%{?dist}
+Release: 0.5.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -197,8 +197,12 @@
%{_bindir}/ldplayer
%changelog
+* Sun Sep 28 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.5.0127u5
+- Updated to 0.127u5
+
* Fri Sep 19 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.4.0127u4
- Updated to 0.127u4
+- The -debug subpackage no longer depends on -debuginfo
* Fri Sep 12 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.3.0127u3
- Updated to 0.127u3
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 19 Sep 2008 08:51:39 -0000 1.16
+++ sources 27 Sep 2008 22:12:06 -0000 1.17
@@ -1 +1 @@
-4334c670e3930df1d5637d700b403fa0 sdlmame0127u4.zip
+6c29742404dd37aaaf823c397ae009b9 sdlmame0127u5.zip
16 years, 2 months