rpms/qmc2/devel qmc2-gcc44.patch,NONE,1.1 qmc2.spec,1.11,1.12
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/qmc2/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18386
Modified Files:
qmc2.spec
Added Files:
qmc2-gcc44.patch
Log Message:
Added gcc-4.4 fix from SVN
qmc2-gcc44.patch:
--- NEW FILE qmc2-gcc44.patch ---
Index: options.cpp
===================================================================
--- options.cpp (wersja 1328)
+++ options.cpp (wersja 1329)
@@ -1731,7 +1731,7 @@
qmc2MainWindow->log(QMC2_LOG_FRONTEND, "DEBUG: Options::on_toolButtonCalibrateAxes_clicked()");
#endif
- if ( comboBoxSelectJoysticks->currentText() == tr("No joysticks found") || index < 0 ) {
+ if ( comboBoxSelectJoysticks->currentText() == tr("No joysticks found") || comboBoxSelectJoysticks->currentIndex() < 0 ) {
toolButtonMapJoystick->setChecked(TRUE);
on_toolButtonMapJoystick_clicked();
return;
@@ -1784,7 +1784,7 @@
qmc2MainWindow->log(QMC2_LOG_FRONTEND, "DEBUG: Options::on_toolButtonTestJoystick_clicked()");
#endif
- if ( comboBoxSelectJoysticks->currentText() == tr("No joysticks found") || index < 0 ) {
+ if ( comboBoxSelectJoysticks->currentText() == tr("No joysticks found") || comboBoxSelectJoysticks->currentIndex() < 0 ) {
toolButtonMapJoystick->setChecked(TRUE);
on_toolButtonMapJoystick_clicked();
return;
Index: qmc2.spec
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/devel/qmc2.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- qmc2.spec 9 Mar 2009 18:09:53 -0000 1.11
+++ qmc2.spec 10 Mar 2009 18:20:04 -0000 1.12
@@ -10,6 +10,7 @@
URL: http://qmc2.arcadehits.net/
Source0: http://dl.sourceforge.net/qmc2/%{name}-%{version}.%{beta}.tar.bz2
Patch1: qmc2-ini.patch
+Patch2: qmc2-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -58,6 +59,14 @@
mv %{name} sdlmess
%patch1 -p1 -b .ini~
+pushd sdlmess
+%patch2 -p0 -b .gcc44
+popd
+
+pushd sdlmame
+%patch2 -p0 -b .gcc44
+popd
+
%build
pushd sdlmess
@@ -146,6 +155,7 @@
- No longer force Windows Qt style
- Updated the URL
- Added libXmu-devel to BuildRequires
+- Added gcc-4.4 fix from SVN
* Mon Jan 5 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.8.b6
- Updated to 0.2b6
15 years, 9 months
rpms/ultrastardx/devel ultrastardx.spec,1.1,1.2
by Felix Kaechele
Author: felix
Update of /cvs/free/rpms/ultrastardx/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26916
Modified Files:
ultrastardx.spec
Log Message:
* Tue Mar 10 2009 Felix Kaechele <felix at fetzig dot org> - 1.1.1-0.4.20090303
- change package name for bitstream vera
Index: ultrastardx.spec
===================================================================
RCS file: /cvs/free/rpms/ultrastardx/devel/ultrastardx.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ultrastardx.spec 3 Mar 2009 22:15:05 -0000 1.1
+++ ultrastardx.spec 10 Mar 2009 10:15:10 -0000 1.2
@@ -2,7 +2,7 @@
Name: ultrastardx
Version: 1.1.1
-Release: 0%{?prever:.3.%{prever}}%{?dist}
+Release: 0%{?prever:.4.%{prever}}%{?dist}
Summary: Karaoke game inspired by a popular commercial karaoke game
Group: Amusements/Games
@@ -16,7 +16,7 @@
Patch0: ultrastardx-desktop.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: bitstream-vera-fonts freefont
+Requires: bitstream-vera-sans-fonts freefont
BuildRequires: fpc desktop-file-utils
BuildRequires: ffmpeg-devel freetype-devel libpng-devel libprojectM-devel
@@ -92,6 +92,9 @@
%changelog
+* Tue Mar 10 2009 Felix Kaechele <felix at fetzig dot org> - 1.1.1-0.4.20090303
+- change package name for bitstream vera
+
* Tue Mar 03 2009 Felix Kaechele <felix at fetzig dot org> - 1.1.1-0.3.20090303
- new snapshot; now builds in rawhide
15 years, 9 months
rpms/mpd/F-10 .cvsignore,1.3,1.4 mpd.spec,1.6,1.7 sources,1.3,1.4
by Adrian Reber
Author: adrian
Update of /cvs/free/rpms/mpd/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26200
Modified Files:
.cvsignore mpd.spec sources
Log Message:
* Fri Feb 20 2009 Adrian Reber <adrian(a)lisas.de> - 0.14.2-1
- updated to 0.14.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpd/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 27 Dec 2008 19:19:02 -0000 1.3
+++ .cvsignore 10 Mar 2009 10:00:33 -0000 1.4
@@ -1 +1 @@
-mpd-0.14.tar.bz2
+mpd-0.14.2.tar.bz2
Index: mpd.spec
===================================================================
RCS file: /cvs/free/rpms/mpd/F-10/mpd.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mpd.spec 31 Jan 2009 13:02:07 -0000 1.6
+++ mpd.spec 10 Mar 2009 10:00:33 -0000 1.7
@@ -1,11 +1,11 @@
Name: mpd
-Version: 0.14
-Release: 4%{?dist}
+Version: 0.14.2
+Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
Group: Applications/Multimedia
URL: http://mpd.wikia.com/
-Source: http://downloads.sourceforge.net/musicpd/mpd-0.14.tar.bz2
+Source: http://downloads.sourceforge.net/musicpd/mpd-0.14.2.tar.bz2
Source1: mpd.init
Source2: 95-grant-audio-devices-to-mpd.fdi
@@ -137,6 +137,9 @@
%ghost %{_localstatedir}/lib/%{name}/mpdstate
%changelog
+* Fri Feb 20 2009 Adrian Reber <adrian(a)lisas.de> - 0.14.2-1
+- updated to 0.14.2
+
* Sat Jan 31 2009 Adrian Reber <adrian(a)lisas.de> - 0.14-4
- added BR libcurl-devel (#326)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpd/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 27 Dec 2008 19:19:02 -0000 1.3
+++ sources 10 Mar 2009 10:00:33 -0000 1.4
@@ -1 +1 @@
-ee282390146ead636f3d992399ed3c20 mpd-0.14.tar.bz2
+66817a4b4c05454e6488f6b821f2a6a3 mpd-0.14.2.tar.bz2
15 years, 9 months
rpms/nvidia-kmod/devel nvidia-kmod.spec, 1.35, 1.36 sources, 1.11, 1.12 .cvsignore, 1.11, 1.12
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25693
Modified Files:
nvidia-kmod.spec sources .cvsignore
Log Message:
Update to 180.37 pre release
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- nvidia-kmod.spec 26 Feb 2009 17:03:55 -0000 1.35
+++ nvidia-kmod.spec 9 Mar 2009 23:24:02 -0000 1.36
@@ -3,12 +3,12 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels akmod
+#define buildforkernels newest
Name: nvidia-kmod
-Version: 180.35
+Version: 180.37
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,11 +93,14 @@
%changelog
+* Mon Mar 9 2009 kwizart < kwizart at gmail.com > - 180.37-1
+- Update to 180.37 (prerelease)
+
* Thu Feb 26 2009 kwizart < kwizart at gmail.com > - 180.35-2
- Handle Obsoletes/Provides in nvidia-kmod for nvidia-beta-kmod
* Wed Feb 25 2009 kwizart < kwizart at gmail.com > - 180.35-1
-- Update to 180.35 (stable)
+- Update to 180.35 (prerelease)
* Sun Feb 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 180.29-1.1
- rebuild for latest Fedora kernel;
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 25 Feb 2009 10:58:36 -0000 1.11
+++ sources 9 Mar 2009 23:24:02 -0000 1.12
@@ -1 +1 @@
-6e903460bb66537c3f4cf62dc9f2bc9f nvidia-kmod-data-180.35.tar.bz2
+96f2ff7c6b27a3c2c66f9bd7687efc42 nvidia-kmod-data-180.37.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 25 Feb 2009 10:58:36 -0000 1.11
+++ .cvsignore 9 Mar 2009 23:24:02 -0000 1.12
@@ -1 +1 @@
-nvidia-kmod-data-180.35.tar.bz2
+nvidia-kmod-data-180.37.tar.bz2
15 years, 9 months
rpms/xorg-x11-drv-nvidia/devel sources, 1.11, 1.12 .cvsignore, 1.11, 1.12
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24971
Modified Files:
sources .cvsignore
Log Message:
idem
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 25 Feb 2009 10:45:21 -0000 1.11
+++ sources 9 Mar 2009 23:11:23 -0000 1.12
@@ -1,2 +1,2 @@
-23a4e1cbe24943452c82eeab9dd8200d NVIDIA-Linux-x86-180.35-pkg0.run
-451fdd8d5196a15aba424618ab16ed12 NVIDIA-Linux-x86_64-180.35-pkg0.run
+ace799a4c119d02ddc6aeed28d598ab3 NVIDIA-Linux-x86-180.37-pkg0.run
+2fc28871c7a89de60dc42240d3ec7231 NVIDIA-Linux-x86_64-180.37-pkg0.run
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 25 Feb 2009 10:45:21 -0000 1.11
+++ .cvsignore 9 Mar 2009 23:11:23 -0000 1.12
@@ -1,2 +1,2 @@
-NVIDIA-Linux-x86-180.35-pkg0.run
-NVIDIA-Linux-x86_64-180.35-pkg0.run
+NVIDIA-Linux-x86-180.37-pkg0.run
+NVIDIA-Linux-x86_64-180.37-pkg0.run
15 years, 9 months
rpms/xorg-x11-drv-nvidia/devel xorg-x11-drv-nvidia.spec,1.18,1.19
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24938
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
Update to 180.37 prerelease
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xorg-x11-drv-nvidia.spec 26 Feb 2009 15:48:39 -0000 1.18
+++ xorg-x11-drv-nvidia.spec 9 Mar 2009 23:11:10 -0000 1.19
@@ -7,8 +7,8 @@
%endif
Name: xorg-x11-drv-nvidia
-Version: 180.35
-Release: 2%{?dist}
+Version: 180.37
+Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -74,6 +74,9 @@
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name}-libs-%{_target_cpu} = %{version}-%{release}
+#Introduced in F10 when 173xx has forked to legacy serie
+Obsoletes: xorg-x11-drv-nvidia-newest-devel < %{version}-100
+Provides: xorg-x11-drv-nvidia-newest-devel = %{version}-101
#Introduced in F11 when opengl 3.0 beta has merged back
Obsoletes: xorg-x11-drv-nvidia-beta-devel < 180.35-100
Provides: xorg-x11-drv-nvidia-beta-devel = 180.35-101
@@ -93,6 +96,9 @@
Obsoletes: nvidia-x11-drv-32bit < %{version}-%{release}
Provides: nvidia-x11-drv-32bit = %{version}-%{release}
%endif
+#Introduced in F10 when 173xx has forked to legacy serie
+Obsoletes: xorg-x11-drv-nvidia-newest-libs < %{version}-100
+Provides: xorg-x11-drv-nvidia-newest-libs = %{version}-101
#Introduced in F11 when opengl 3.0 beta has merged back
Obsoletes: xorg-x11-drv-nvidia-beta-libs < 180.35-100
Provides: xorg-x11-drv-nvidia-beta-libs = 180.35-101
@@ -300,12 +306,15 @@
%changelog
+* Mon Mar 9 2009 kwizart < kwizart at gmail.com > - 180.37-1
+- Update to 180.37 (prerelease)
+
* Thu Feb 26 2009 kwizart < kwizart at gmail.com > - 180.35-2
- Fix Conflicts/Provides with beta
- Obsoltes/Provides for devel
* Wed Feb 25 2009 kwizart < kwizart at gmail.com > - 180.35-1
-- Update to 180.35 (stable)
+- Update to 180.35 (prerelease)
- Obsoletes opengl 3.0 beta nserie.
* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 180.29-2
15 years, 9 months
rpms/ffmpeg/F-9 ffmpeg-textrel.patch,NONE,1.1
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/ffmpeg/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19418
Added Files:
ffmpeg-textrel.patch
Log Message:
add forgotten patch
ffmpeg-textrel.patch:
--- NEW FILE ffmpeg-textrel.patch ---
diff -up ffmpeg-20090204/libavcodec/i386/fft_mmx.asm.textrel ffmpeg-20090204/libavcodec/i386/fft_mmx.asm
--- ffmpeg-20090204/libavcodec/i386/fft_mmx.asm.textrel 2008-12-19 04:01:08.000000000 +0100
+++ ffmpeg-20090204/libavcodec/i386/fft_mmx.asm 2009-02-08 18:51:15.000000000 +0100
@@ -446,8 +446,9 @@ fft %+ n %+ %3%2:
%endrep
%undef n
-align 8
+section .data
dispatch_tab%3%2: pointer list_of_fft
+section .text
; On x86_32, this function does the register saving and restoring for all of fft.
; The others pass args in registers and don't spill anything.
15 years, 9 months
rpms/OpenEXR_Viewers-nonfree/devel OpenEXR_Viewers-nonfree.spec, 1.5, 1.6
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14347
Modified Files:
OpenEXR_Viewers-nonfree.spec
Log Message:
-Switch i386 to i586
Index: OpenEXR_Viewers-nonfree.spec
===================================================================
RCS file: /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel/OpenEXR_Viewers-nonfree.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- OpenEXR_Viewers-nonfree.spec 13 Feb 2009 12:14:10 -0000 1.5
+++ OpenEXR_Viewers-nonfree.spec 9 Mar 2009 19:58:17 -0000 1.6
@@ -12,7 +12,7 @@
Name: %{real_name}
Version: 1.0.1
-Release: 4%{?dist}.1
+Release: 5%{?dist}
Summary: Viewers programs for OpenEXR
Group: Applications/Multimedia
@@ -27,7 +27,7 @@
BuildRequires: OpenEXR_CTL
BuildRequires: fltk-devel
%if %with_Cg
-ExclusiveArch: i386 x86_64
+ExclusiveArch: i586 x86_64
BuildRequires: Cg
BuildRequires: freeglut-devel
Provides: OpenEXR_Viewers = %{version}
@@ -127,6 +127,9 @@
%endif
%changelog
+* Mon Mar 9 2009 kwizart < kwizart at gmail.com > - 1.0.1-5
+- Switch i386 to i586
+
* Thu Feb 12 2009 kwizart < kwizart at gmail.com > - 1.0.1-4.1
- Rebuild for gcc44
- Restore build for i386 and x86_64 for now.
15 years, 9 months
rpms/ogre-cg/devel ogre-cg.spec,1.3,1.4
by Alexey Torkhov
Author: atorkhov
Update of /cvs/nonfree/rpms/ogre-cg/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12086
Modified Files:
ogre-cg.spec
Log Message:
Correcting build arches.
Index: ogre-cg.spec
===================================================================
RCS file: /cvs/nonfree/rpms/ogre-cg/devel/ogre-cg.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ogre-cg.spec 2 Mar 2009 08:42:01 -0000 1.3
+++ ogre-cg.spec 9 Mar 2009 19:27:41 -0000 1.4
@@ -18,7 +18,7 @@
BuildRequires: ogre-devel = %{version}
# Cg package
BuildRequires: Cg
-ExclusiveArch: %{ix86} x86_64
+ExclusiveArch: i586 x86_64
Requires: ogre = %{version}
15 years, 9 months
rpms/bsnes/devel .cvsignore, 1.4, 1.5 bsnes.spec, 1.5, 1.6 sources, 1.4, 1.5 bsnes.desktop, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/bsnes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8183
Modified Files:
.cvsignore bsnes.spec sources
Removed Files:
bsnes.desktop
Log Message:
* Mon Mar 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.040-1
- Updated to 0.040
- The desktop file now comes with the tarball
- Icon is now installed to %{_datadir}/pixmaps
- The Qt ui is only built when it is legal to do so
- Updated the strip patch
- Fixed the last %changelog entry
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 20 Jan 2009 20:34:40 -0000 1.4
+++ .cvsignore 9 Mar 2009 18:17:27 -0000 1.5
@@ -1 +1 @@
-bsnes_v039.tar.bz2
+bsnes_v040.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/bsnes.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bsnes.spec 22 Feb 2009 12:19:15 -0000 1.5
+++ bsnes.spec 9 Mar 2009 18:17:27 -0000 1.6
@@ -1,15 +1,14 @@
-%define vernumber 039
+%define vernumber 040
Name: bsnes
Version: 0.%{vernumber}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: SNES emulator focused on accuracy
Group: Applications/Emulators
License: Redistributable, no modification permitted
URL: http://byuu.cinnamonpirate.com/?page=bsnes
Source0: http://byuu.cinnamonpirate.com/files/%{name}_v%{vernumber}.tar.bz2
-Source1: bsnes.desktop
Source2: README.bsnes
Patch0: bsnes-0.037a-strip.patch
Patch1: bsnes-system-zlib.patch
@@ -20,13 +19,18 @@
#isn't available when the library is built stand alone
BuildRequires: desktop-file-utils
BuildRequires: freealut-devel
-BuildRequires: gtk2-devel
BuildRequires: libao-devel
BuildRequires: libXv-devel
BuildRequires: libXtst-devel
BuildRequires: minizip-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: SDL-devel
+#Qt >= 4.5 is required for legal reasons
+%if 0%{?fedora} >= 11
+BuildRequires: qt-devel >= 1:4.5.0-1%{?dist}
+%else
+BuildRequires: gtk2-devel
+%endif
%description
bsnes is an emulator that began development on 2004-10-14. The purpose of the
@@ -55,7 +59,13 @@
%build
pushd src
-make %{?_smp_mflags} platform=x compiler=gcc enable_gzip=true enable_jma=true
+%if 0%{?fedora} >= 11
+make %{?_smp_mflags} platform=x compiler=gcc enable_gzip=true enable_jma=true \
+ moc=moc-qt4
+%else
+make %{?_smp_mflags} platform=x compiler=gcc enable_gzip=true enable_jma=true \
+ ui=ui_hiro
+%endif
%install
@@ -63,7 +73,8 @@
pushd src
make install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix}
desktop-file-install --vendor=rpmfusion \
- --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1}
+ --delete-original --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+ $RPM_BUILD_ROOT%{_datadir}/applications/bsnes.desktop
%clean
@@ -74,13 +85,21 @@
%defattr(-,root,root,-)
%doc README.Fedora
%{_bindir}/bsnes
-%{_datadir}/icons/bsnes.png
+%{_datadir}/pixmaps/bsnes.png
%{_datadir}/applications/rpmfusion-bsnes.desktop
%changelog
+* Mon Mar 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.040-1
+- Updated to 0.040
+- The desktop file now comes with the tarball
+- Icon is now installed to %%{_datadir}/pixmaps
+- The Qt ui is only built when it is legal to do so
+- Updated the strip patch
+- Fixed the last %%changelog entry
+
* Sun Feb 22 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.039-2
-- Drop the ExcludeArch, libco has a C fallback
+- Dropped the ExclusiveArch, libco has a C fallback
- Use macros consistently
* Tue Jan 20 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.039-1
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 20 Jan 2009 20:34:40 -0000 1.4
+++ sources 9 Mar 2009 18:17:27 -0000 1.5
@@ -1 +1 @@
-131a72097a90fc8cd614dc1dd4e0cc72 bsnes_v039.tar.bz2
+763e4ecd9b4b78432d70e1572f73efdb bsnes_v040.tar.bz2
--- bsnes.desktop DELETED ---
15 years, 9 months