rpms/desmume/F-12 .cvsignore, 1.6, 1.7 desmume.spec, 1.10, 1.11 sources, 1.6, 1.7
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/desmume/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18415
Modified Files:
.cvsignore desmume.spec sources
Log Message:
* Sun Dec 06 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.5-1
- Updated to upstream version 0.9.5
- Updated icon cache scriptlets
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/desmume/F-12/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 24 Jul 2009 15:54:06 -0000 1.6
+++ .cvsignore 6 Dec 2009 17:12:34 -0000 1.7
@@ -1 +1 @@
-desmume-0.9.4.tar.gz
+desmume-0.9.5.tar.gz
Index: desmume.spec
===================================================================
RCS file: /cvs/free/rpms/desmume/F-12/desmume.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- desmume.spec 24 Jul 2009 16:44:08 -0000 1.10
+++ desmume.spec 6 Dec 2009 17:12:34 -0000 1.11
@@ -1,5 +1,5 @@
Name: desmume
-Version: 0.9.4
+Version: 0.9.5
Release: 1%{?dist}
Summary: A Nintendo DS emulator
@@ -15,6 +15,7 @@
BuildRequires: zziplib-devel
BuildRequires: gettext
BuildRequires: intltool
+BuildRequires: agg-devel
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
@@ -46,9 +47,6 @@
%setup -q
%patch0 -p1
-# Fix to compile under gcc 4.4
-sed -i "s/TexCache_TexFormat format/TexCache_TexFormat/" src/texcache.h
-
# Fix end-of-line encoding
sed -i 's/\r//' AUTHORS
@@ -120,33 +118,35 @@
%post
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%post glade
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+ touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%postun glade
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+ touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%posttrans glade
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
@@ -174,6 +174,10 @@
%changelog
+* Sun Dec 06 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.5-1
+- Updated to upstream version 0.9.5
+- Updated icon cache scriptlets
+
* Fri Jul 24 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.4-1
- Updated to upstream version 0.9.4
- Added a fix to compile under gcc 4.4 (SF #2819176)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/desmume/F-12/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 24 Jul 2009 15:54:06 -0000 1.6
+++ sources 6 Dec 2009 17:12:34 -0000 1.7
@@ -1 +1 @@
-0e877fe4b99d99502173efa6efae05b1 desmume-0.9.4.tar.gz
+aca40a8507d4104626da7086d451037b desmume-0.9.5.tar.gz
14 years, 11 months
rpms/desmume/devel .cvsignore, 1.6, 1.7 desmume.spec, 1.10, 1.11 sources, 1.6, 1.7
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/desmume/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16777
Modified Files:
.cvsignore desmume.spec sources
Log Message:
* Sun Dec 06 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.5-1
- Updated to upstream version 0.9.5
- Updated icon cache scriptlets
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/desmume/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 24 Jul 2009 15:54:06 -0000 1.6
+++ .cvsignore 6 Dec 2009 16:55:32 -0000 1.7
@@ -1 +1 @@
-desmume-0.9.4.tar.gz
+desmume-0.9.5.tar.gz
Index: desmume.spec
===================================================================
RCS file: /cvs/free/rpms/desmume/devel/desmume.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- desmume.spec 24 Jul 2009 16:44:08 -0000 1.10
+++ desmume.spec 6 Dec 2009 16:55:32 -0000 1.11
@@ -1,5 +1,5 @@
Name: desmume
-Version: 0.9.4
+Version: 0.9.5
Release: 1%{?dist}
Summary: A Nintendo DS emulator
@@ -15,6 +15,7 @@
BuildRequires: zziplib-devel
BuildRequires: gettext
BuildRequires: intltool
+BuildRequires: agg-devel
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
@@ -46,9 +47,6 @@
%setup -q
%patch0 -p1
-# Fix to compile under gcc 4.4
-sed -i "s/TexCache_TexFormat format/TexCache_TexFormat/" src/texcache.h
-
# Fix end-of-line encoding
sed -i 's/\r//' AUTHORS
@@ -120,33 +118,35 @@
%post
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%post glade
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+ touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%postun glade
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+ touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%posttrans glade
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
@@ -174,6 +174,10 @@
%changelog
+* Sun Dec 06 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.5-1
+- Updated to upstream version 0.9.5
+- Updated icon cache scriptlets
+
* Fri Jul 24 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.4-1
- Updated to upstream version 0.9.4
- Added a fix to compile under gcc 4.4 (SF #2819176)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/desmume/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 24 Jul 2009 15:54:06 -0000 1.6
+++ sources 6 Dec 2009 16:55:32 -0000 1.7
@@ -1 +1 @@
-0e877fe4b99d99502173efa6efae05b1 desmume-0.9.4.tar.gz
+aca40a8507d4104626da7086d451037b desmume-0.9.5.tar.gz
14 years, 11 months
rpms/VirtualBox-OSE/devel VirtualBox-OSE.spec,1.42,1.43
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6036
Modified Files:
VirtualBox-OSE.spec
Log Message:
Fix file modes
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- VirtualBox-OSE.spec 6 Dec 2009 12:16:25 -0000 1.42
+++ VirtualBox-OSE.spec 6 Dec 2009 14:44:15 -0000 1.43
@@ -371,11 +371,11 @@
%{_libdir}/virtualbox/vboxwebsrv
%{_libdir}/virtualbox/webtest
%{_libdir}/virtualbox/EfiThunk
-%{priv_mode} %{_libdir}/virtualbox/VBoxHeadless
-%{priv_mode} %{_libdir}/virtualbox/VBoxSDL
-%{priv_mode} %{_libdir}/virtualbox/VBoxNetDHCP
-%{priv_mode} %{_libdir}/virtualbox/VBoxNetAdpCtl
-%{priv_mode} %{_libdir}/virtualbox/VirtualBox
+%attr(4755,root,root) %{_libdir}/virtualbox/VBoxHeadless
+%attr(4755,root,root) %{_libdir}/virtualbox/VBoxSDL
+%attr(4755,root,root) %{_libdir}/virtualbox/VBoxNetDHCP
+%attr(4755,root,root) %{_libdir}/virtualbox/VBoxNetAdpCtl
+%attr(4755,root,root) %{_libdir}/virtualbox/VirtualBox
%{_datadir}/pixmaps/*
%{_datadir}/applications/*.desktop
%config %{_sysconfdir}/vbox/vbox.cfg
14 years, 11 months
rpms/VirtualBox-OSE/devel VirtualBox-OSE.spec,1.41,1.42
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26102
Modified Files:
VirtualBox-OSE.spec
Log Message:
Another crack at fixing filelist
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- VirtualBox-OSE.spec 30 Nov 2009 20:54:09 -0000 1.41
+++ VirtualBox-OSE.spec 6 Dec 2009 12:16:25 -0000 1.42
@@ -197,8 +197,8 @@
install -p -m 0644 -t $RPM_BUILD_ROOT%{_libdir}/virtualbox \
obj/bin/V*.gc \
- obj/bin/V*.r0
-# obj/bin/vboxefi.fv
+ obj/bin/V*.r0 \
+ obj/bin/VBoxEFI*.fd
# Executabes
install -p -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/virtualbox \
14 years, 11 months
rpms/audacity-freeworld/devel audacity-1.3.9-libdir.patch,NONE,1.1
by David Timms
Author: dtimms
Update of /cvs/free/rpms/audacity-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9457
Added Files:
audacity-1.3.9-libdir.patch
Log Message:
add missed libdir patch update:wq
audacity-1.3.9-libdir.patch:
--- NEW FILE audacity-1.3.9-libdir.patch ---
diff -Nur audacity-src-1.3.9-orig/src/effects/ladspa/LoadLadspa.cpp audacity-src-1.3.9/src/effects/ladspa/LoadLadspa.cpp
--- audacity-src-1.3.9-orig/src/effects/ladspa/LoadLadspa.cpp 2009-08-31 12:45:40.000000000 +0200
+++ audacity-src-1.3.9/src/effects/ladspa/LoadLadspa.cpp 2009-09-03 12:01:49.823505468 +0200
@@ -286,7 +286,7 @@
#ifdef __WXGTK__
wxGetApp().AddUniquePathToPathList(wxT(INSTALL_PREFIX) wxT("/ladspa"), pathList);
- wxGetApp().AddUniquePathToPathList(wxT("/usr/local/lib/ladspa"), pathList);
+ wxGetApp().AddUniquePathToPathList(wxT("/usr/local/__RPM_LIB__/ladspa"), pathList);
wxGetApp().AddUniquePathToPathList(wxT(LIBDIR) wxT("/ladspa"), pathList);
#endif
14 years, 11 months
rpms/audacity-freeworld/devel audacity-1.3.9-getmaxpeak.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 audacity-freeworld.spec, 1.11, 1.12 sources, 1.5, 1.6 audacity-1.3.6-flac-import.patch, 1.1, NONE audacity-1.3.7-audiodevdefaults.patch, 1.1, NONE audacity-1.3.7-libdir.patch, 1.1, NONE audacity-1.3.7-portaudio-non-mmap-alsa.patch, 1.1, NONE audacity-1.3.7-repeat.patch, 1.1, NONE
by David Timms
Author: dtimms
Update of /cvs/free/rpms/audacity-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4781
Modified Files:
.cvsignore audacity-freeworld.spec sources
Added Files:
audacity-1.3.9-getmaxpeak.patch
Removed Files:
audacity-1.3.6-flac-import.patch
audacity-1.3.7-audiodevdefaults.patch
audacity-1.3.7-libdir.patch
audacity-1.3.7-portaudio-non-mmap-alsa.patch
audacity-1.3.7-repeat.patch
Log Message:
- upgrade to 1.3.10-beta
- re-base spec to fedora devel and patches by mschwendt
- delete no longer required patches
audacity-1.3.9-getmaxpeak.patch:
--- NEW FILE audacity-1.3.9-getmaxpeak.patch ---
diff -Nur audacity-src-1.3.9-orig/src/AudioIO.cpp audacity-src-1.3.9/src/AudioIO.cpp
--- audacity-src-1.3.9-orig/src/AudioIO.cpp 2009-08-31 12:45:38.000000000 +0200
+++ audacity-src-1.3.9/src/AudioIO.cpp 2009-12-04 14:40:41.559205870 +0100
@@ -2750,7 +2750,7 @@
// Stop recording if 'silence' is detected
if(gAudioIO->mPauseRec && inputBuffer) {
- if(gAudioIO->mInputMeter->GetMaxPeak() < gAudioIO->mSilenceLevel ) {
+ if(gAudioIO->mInputMeter && (gAudioIO->mInputMeter->GetMaxPeak() < gAudioIO->mSilenceLevel) ) {
if(!gAudioIO->IsPaused()) {
AudacityProject *p = GetActiveProject();
wxCommandEvent dummyEvt;
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 26 May 2009 13:38:58 -0000 1.5
+++ .cvsignore 6 Dec 2009 01:35:41 -0000 1.6
@@ -1 +1 @@
-audacity-minsrc-1.3.7.tar.bz2
+audacity-minsrc-1.3.10.tar.bz2
Index: audacity-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/devel/audacity-freeworld.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- audacity-freeworld.spec 23 Oct 2009 06:29:58 -0000 1.11
+++ audacity-freeworld.spec 6 Dec 2009 01:35:41 -0000 1.12
@@ -1,31 +1,25 @@
+%define tartopdir audacity-src-1.3.10
+
+Name: audacity-freeworld
+
%define realname audacity
Conflicts: %{realname}
-Name: audacity-freeworld
-Version: 1.3.7
-Release: 0.6.2.beta%{?dist}
+Version: 1.3.10
+Release: 0.1.1.beta%{?dist}
Summary: Multitrack audio editor
Group: Applications/Multimedia
License: GPLv2
URL: http://audacity.sourceforge.net
-Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-1.3.7.tar.bz2
+Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%{version}.t...
Source1: audacity.png
Source2: audacity.desktop
Patch1: audacity-1.3.7-libmp3lame-default.patch
-Patch2: audacity-1.3.7-libdir.patch
-Patch3: audacity-1.3.6-flac-import.patch
-Patch4: audacity-1.3.7-portaudio-non-mmap-alsa.patch
-Patch5: audacity-1.3.7-repeat.patch
+Patch2: audacity-1.3.9-libdir.patch
Patch6: audacity-1.3.7-vamp-1.3.patch
-Patch7: audacity-1.3.7-audiodevdefaults.patch
-
-#Patch1: audacity-1.3.4-libdir.patch
-#Patch2: audacity-1.3.5-gcc43.patch
-#Patch3: audacity-1.3.4-libmp3lame-default.patch
-#Patch4: audacity-1.3.6-ffmpeg-lib-search-path.patch
-#Patch5: audacity-1.3.6-portaudio-pulseaudio-rev4-pathfix.patch
+Patch7: audacity-1.3.9-getmaxpeak.patch
Provides: audacity-nonfree = %{version}-%{release}
Obsoletes: audacity-nonfree < %{version}-%{release}
@@ -34,14 +28,12 @@
BuildRequires: alsa-lib-devel
BuildRequires: desktop-file-utils
BuildRequires: expat-devel
-BuildRequires: ffmpeg-devel
BuildRequires: flac-devel
BuildRequires: gettext
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: ladspa-devel
-BuildRequires: lame-devel
BuildRequires: libid3tag-devel
-BuildRequires: libmad-devel
+BuildRequires: taglib-devel
BuildRequires: libogg-devel
BuildRequires: libsamplerate-devel
BuildRequires: libsndfile-devel
@@ -55,38 +47,37 @@
BuildRequires: zip
BuildRequires: zlib-devel
BuildRequires: wxGTK-devel
+BuildRequires: libmad-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: lame-devel
%description
Audacity is a cross-platform multitrack audio editor. It allows you to
record sounds directly or to import files in various formats. It features
- a few simple effects, all of the editing features you should need, and
+a few simple effects, all of the editing features you should need, and
unlimited undo. The GUI was built with wxWidgets and the audio I/O
-supports PulseAudio, OSS and ALSA under Linux.
-This build has support for mp3 and ffmpeg import/export.
+supports PulseAudio, OSS and ALSA under Linux.
+This build has support for mp3 and ffmpeg import/export.
%prep
-%setup -q -n audacity-src-%{version}
+%setup -q -n %{tartopdir}
# Substitute hardcoded library paths.
%patch1 -p1
%patch2 -p1
for i in src/effects/ladspa/LoadLadspa.cpp src/AudacityApp.cpp src/export/ExportMP3.cpp
-#lib-src/libvamp/vamp-hostsdk/PluginHostAdapter.cpp
do
sed -i -e 's!__RPM_LIBDIR__!%{_libdir}!g' $i
sed -i -e 's!__RPM_LIB__!%{_lib}!g' $i
done
grep -q -s __RPM_LIB * -R && exit 1
-%patch3 -p1 -b .dumb-flac-import
-%patch4 -p1 -b .pa-non-mmap-alsa
-%patch5 -p1 -b .repeat
%if 0%{?fedora} < 11
%patch6 -p1 -b .vamp-1.3
%endif
-%patch7 -p1 -b .audiodevdefaults
+%patch7 -p1 -b .getmaxpeak
# Substitute occurences of "libmp3lame.so" with "libmp3lame.so.0".
for i in locale/*.po src/export/ExportMP3.cpp
@@ -94,12 +85,6 @@
sed -i -e 's!libmp3lame.so\([^.]\)!libmp3lame.so.0\1!g' $i
done
-# clear executable permissions on src files that go to -debuginfo
-#chmod a-x lib-src/FileDialog/FileDialog.*
-#chmod a-x lib-src/FileDialog/gtk/FileDialogPrivate.*
-#chmod a-x src/FileIO.* src/UploadDialog.*
-#chmod a-x src/widgets/HtmlWindow.cpp src/widgets/ProgressDialog.*
-
%build
%configure \
@@ -114,7 +99,7 @@
--with-expat=system \
--with-soundtouch=system \
--with-ffmpeg=system \
- --with-libmad=system \
+ --with-libmad=system
# _smp_mflags cause problems
make
@@ -127,8 +112,13 @@
make DESTDIR=${RPM_BUILD_ROOT} install
+# Audacity 1.3.8-beta complains if the help/manual directories
+# don't exist.
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/help/manual
+
%{find_lang} %{realname}
+
rm -f $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
desktop-file-install \
--vendor fedora \
@@ -164,6 +154,18 @@
%changelog
+* Sat Dec 5 2009 David Timms <iinet.net.au@dtimms> - 1.3.10-0.1.1.beta
+- upgrade to 1.3.10-beta
+- re-base spec to fedora devel and patches by mschwendt
+
+* Thu Dec 3 2009 David Timms <iinet.net.au@dtimms> - 1.3.9-0.4.2.beta
+- continue with upgrade to f12 version
+
+* Mon Nov 16 2009 David Timms <iinet.net.au@dtimms> - 1.3.9-0.4.1.beta
+- upgrade to 1.3.9-beta to match Fedora version.
+- resync to include new and updated patches from mschwendt
+- add conditional freeworld to allow minimal change from Fedora version
+
* Fri Oct 23 2009 Orcan Ogetbil <oged[DOT]fedora[AT]gmail[DOT]com> - 1.3.7-0.6.2.beta
- Update desktop file according to F-12 FedoraStudio feature
Index: sources
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 26 May 2009 13:38:58 -0000 1.5
+++ sources 6 Dec 2009 01:35:41 -0000 1.6
@@ -1 +1 @@
-7dcbcd8ed417413fd824d446001058d9 audacity-minsrc-1.3.7.tar.bz2
+ffa698188e2e8f48c499268a478c579c audacity-minsrc-1.3.10.tar.bz2
--- audacity-1.3.6-flac-import.patch DELETED ---
--- audacity-1.3.7-audiodevdefaults.patch DELETED ---
--- audacity-1.3.7-libdir.patch DELETED ---
--- audacity-1.3.7-portaudio-non-mmap-alsa.patch DELETED ---
--- audacity-1.3.7-repeat.patch DELETED ---
14 years, 11 months
rpms/rt3070/F-12 blacklist-rt2800usb.conf, NONE, 1.1 rt3070.spec, 1.7, 1.8
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt3070/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21589
Modified Files:
rt3070.spec
Added Files:
blacklist-rt2800usb.conf
Log Message:
* Fri Dec 04 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.1.0-3.1
- Blacklist kernel's rt2800usb module
--- NEW FILE blacklist-rt2800usb.conf ---
# This file comes with RPMFusion's rt2870 or rt3070 package.
# As of kernel 2.6.31, the module that comes with the kernel gets
# loaded for this device and it stops the device from working. So...
blacklist rt2800usb
Index: rt3070.spec
===================================================================
RCS file: /cvs/free/rpms/rt3070/F-12/rt3070.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rt3070.spec 4 Aug 2009 04:50:43 -0000 1.7
+++ rt3070.spec 4 Dec 2009 13:35:32 -0000 1.8
@@ -2,14 +2,18 @@
Name: rt3070
Version: 2.1.1.0
-Release: 3%{?dist}
+Release: 3%{?dist}.1
Summary: Common files for RaLink rt3070 kernel driver
Group: System Environment/Kernel
License: GPLv2+
URL: http://www.ralinktech.com/ralink/Home/Support/Linux.html
Source0: http://www.ralinktech.com.tw/data/drivers/%{SourceName}.bz2
Source1: http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT3070.txt
+# Alternative suspend script. Might not be necessary anymore.
+# Kept for historical reasons.
Source2: suspend.sh
+# Blacklist the module shipped with kernel
+Source3: blacklist-rt2800usb.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -52,17 +56,24 @@
cp -a %{SOURCE2} .
+install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/
+cp -a %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
-%doc README_STA* *.txt suspend.sh
+%doc README_STA_usb *.txt suspend.sh
%dir %{_sysconfdir}/Wireless
%dir %{_sysconfdir}/Wireless/RT3070STA
%config(noreplace) %{_sysconfdir}/Wireless/RT3070STA/RT3070STA*.dat
+%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-rt2800usb.conf
%changelog
+* Fri Dec 04 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.1.0-3.1
+- Blacklist kernel's rt2800usb module
+
* Tue Aug 04 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.1.0-3
- *sigh* Upstream made a release without bumping the version
14 years, 11 months
rpms/rt2870/F-12 blacklist-rt2800usb.conf, NONE, 1.1 rt2870.spec, 1.8, 1.9
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2870/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20908
Modified Files:
rt2870.spec
Added Files:
blacklist-rt2800usb.conf
Log Message:
* Fri Dec 04 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-2.1
- Blacklist kernel's rt2800usb module
--- NEW FILE blacklist-rt2800usb.conf ---
# This file comes with RPMFusion's rt2870 or rt3070 package.
# As of kernel 2.6.31, the module that comes with the kernel gets
# loaded for this device and it stops the device from working. So...
blacklist rt2800usb
Index: rt2870.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870/F-12/rt2870.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rt2870.spec 17 Jun 2009 21:33:08 -0000 1.8
+++ rt2870.spec 4 Dec 2009 13:31:27 -0000 1.9
@@ -2,14 +2,18 @@
Name: rt2870
Version: 2.1.2.0
-Release: 2%{?dist}
+Release: 2%{?dist}.1
Summary: Common files for RaLink rt2870 kernel driver
Group: System Environment/Kernel
License: GPLv2+
URL: http://www.ralinktech.com/ralink/Home/Support/Linux.html
Source0: http://www.ralinktech.com.tw/data/drivers/%{SourceName}.tgz
Source1: http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT2870.txt
+# Alternative suspend script. Might not be necessary anymore.
+# Kept for historical reasons.
Source2: suspend.sh
+# Blacklist the module shipped with kernel
+Source3: blacklist-rt2800usb.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -49,6 +53,8 @@
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2870STA/
install -pm 0644 RT2870STA*.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2870STA/
cp -a %{SOURCE2} .
+install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/
+cp -a %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/
%clean
rm -rf $RPM_BUILD_ROOT
@@ -59,9 +65,12 @@
%dir %{_sysconfdir}/Wireless
%dir %{_sysconfdir}/Wireless/RT2870STA
%config(noreplace) %{_sysconfdir}/Wireless/RT2870STA/RT2870STA*.dat
-
+%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-rt2800usb.conf
%changelog
+* Fri Dec 04 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-2.1
+- Blacklist kernel's rt2800usb module
+
* Wed Jun 17 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-2
- Modify RT2870STA.dat to support WPA2 (RFBZ #664)
14 years, 11 months
rpms/qmmp-plugins-freeworld/F-12 qmmp-plugins-freeworld.spec, 1.8, 1.9
by Karel Volný
Author: kvolny
Update of /cvs/free/rpms/qmmp-plugins-freeworld/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20842/F-12
Modified Files:
qmmp-plugins-freeworld.spec
Log Message:
* Fri Dec 04 2009 Karel Volný <kvolny(a)redhat.com> 0.3.1-2
- add %{?_isa} to require architecture match (wrt Fedora bug #543963)
Index: qmmp-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/qmmp-plugins-freeworld/F-12/qmmp-plugins-freeworld.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qmmp-plugins-freeworld.spec 5 Nov 2009 11:19:21 -0000 1.8
+++ qmmp-plugins-freeworld.spec 4 Dec 2009 13:30:52 -0000 1.9
@@ -1,6 +1,6 @@
Name: qmmp-plugins-freeworld
Version: 0.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
Group: Applications/Multimedia
@@ -17,9 +17,8 @@
BuildRequires: faad2-devel
BuildRequires: libmad-devel qt-devel >= 4.3
BuildRequires: taglib-devel libcurl-devel
-BuildRequires: qmmp = %{version}
-Requires: qmmp = %{version}
-
+BuildRequires: qmmp%{?_isa} = %{version}
+Requires: qmmp%{?_isa} = %{version}
%description
Qmmp is an audio-player, written with help of Qt library.
@@ -103,6 +102,9 @@
%changelog
+* Fri Dec 04 2009 Karel Volný <kvolny(a)redhat.com> 0.3.1-2
+- add %%{?_isa} to require architecture match (wrt Fedora bug #543963)
+
* Thu Nov 05 2009 Karel Volný <kvolny(a)redhat.com> 0.3.1-1
- version bump
14 years, 11 months
rpms/qmmp-plugins-freeworld/devel qmmp-plugins-freeworld.spec, 1.8, 1.9
by Karel Volný
Author: kvolny
Update of /cvs/free/rpms/qmmp-plugins-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20842/devel
Modified Files:
qmmp-plugins-freeworld.spec
Log Message:
* Fri Dec 04 2009 Karel Volný <kvolny(a)redhat.com> 0.3.1-2
- add %{?_isa} to require architecture match (wrt Fedora bug #543963)
Index: qmmp-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/qmmp-plugins-freeworld/devel/qmmp-plugins-freeworld.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qmmp-plugins-freeworld.spec 5 Nov 2009 11:19:21 -0000 1.8
+++ qmmp-plugins-freeworld.spec 4 Dec 2009 13:30:52 -0000 1.9
@@ -1,6 +1,6 @@
Name: qmmp-plugins-freeworld
Version: 0.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
Group: Applications/Multimedia
@@ -17,9 +17,8 @@
BuildRequires: faad2-devel
BuildRequires: libmad-devel qt-devel >= 4.3
BuildRequires: taglib-devel libcurl-devel
-BuildRequires: qmmp = %{version}
-Requires: qmmp = %{version}
-
+BuildRequires: qmmp%{?_isa} = %{version}
+Requires: qmmp%{?_isa} = %{version}
%description
Qmmp is an audio-player, written with help of Qt library.
@@ -103,6 +102,9 @@
%changelog
+* Fri Dec 04 2009 Karel Volný <kvolny(a)redhat.com> 0.3.1-2
+- add %%{?_isa} to require architecture match (wrt Fedora bug #543963)
+
* Thu Nov 05 2009 Karel Volný <kvolny(a)redhat.com> 0.3.1-1
- version bump
14 years, 11 months