rpms/avidemux/F-12 avidemux.spec,1.28,1.29
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/avidemux/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22683/F-12
Modified Files:
avidemux.spec
Log Message:
Enable %_with_faac support (#1058)
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/F-12/avidemux.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- avidemux.spec 18 Jan 2010 21:13:35 -0000 1.28
+++ avidemux.spec 31 Jan 2010 00:31:44 -0000 1.29
@@ -72,7 +72,7 @@
# Audio Codecs
BuildRequires: a52dec-devel >= 0.7.4
-#BuildRequires: faac-devel >= 1.24
+%{?_with_faac:BuildRequires: faac-devel >= 1.24}
BuildRequires: faad2-devel >= 2.0
BuildRequires: lame-devel >= 3.96.1
BuildRequires: libmad-devel >= 0.15.1
14 years, 10 months
rpms/avidemux/devel avidemux.spec,1.31,1.32
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/avidemux/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22683/devel
Modified Files:
avidemux.spec
Log Message:
Enable %_with_faac support (#1058)
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/devel/avidemux.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- avidemux.spec 27 Jan 2010 22:27:54 -0000 1.31
+++ avidemux.spec 31 Jan 2010 00:31:44 -0000 1.32
@@ -72,7 +72,7 @@
# Audio Codecs
BuildRequires: a52dec-devel >= 0.7.4
-#BuildRequires: faac-devel >= 1.24
+%{?_with_faac:BuildRequires: faac-devel >= 1.24}
BuildRequires: faad2-devel >= 2.0
BuildRequires: lame-devel >= 3.96.1
BuildRequires: libmad-devel >= 0.15.1
14 years, 10 months
rpms/qtractor/F-11 .cvsignore, 1.5, 1.6 qtractor.spec, 1.5, 1.6 sources, 1.5, 1.6
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/qtractor/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11966
Modified Files:
.cvsignore qtractor.spec sources
Log Message:
* Sat Jan 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.5-1
- updated to 0.4.5.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-11/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 24 Oct 2009 01:21:03 -0000 1.5
+++ .cvsignore 30 Jan 2010 22:43:21 -0000 1.6
@@ -1,2 +1,2 @@
qtractor-0.3.0-user-manual.odt
-qtractor-0.4.3.tar.gz
+qtractor-0.4.5.tar.gz
Index: qtractor.spec
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-11/qtractor.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qtractor.spec 24 Oct 2009 01:21:03 -0000 1.5
+++ qtractor.spec 30 Jan 2010 22:43:21 -0000 1.6
@@ -10,7 +10,7 @@
Summary: Audio/MIDI multi-track sequencer
Name: qtractor
-Version: 0.4.3
+Version: 0.4.5
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
@@ -31,6 +31,7 @@
BuildRequires: libvorbis-devel
BuildRequires: qt-devel
BuildRequires: rubberband-devel
+BuildRequires: slv2-devel
Requires: hicolor-icon-theme
@@ -51,6 +52,9 @@
# Preserve timestamps:
sed -i 's|@install|install -p|' Makefile.in
+# Fix weird permissions
+chmod -x src/*.{cpp,h}
+
%build
export PATH=${PATH}:%{_libdir}/qt4/bin
%configure \
@@ -104,6 +108,9 @@
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%changelog
+* Sat Jan 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.5-1
+- updated to 0.4.5.
+
* Fri Oct 23 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.3-1
- updated to 0.4.3.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 24 Oct 2009 01:21:03 -0000 1.5
+++ sources 30 Jan 2010 22:43:21 -0000 1.6
@@ -1,2 +1,2 @@
295b3728414df215a9ed5eff81bf27c8 qtractor-0.3.0-user-manual.odt
-51f9fef064b2115da3e571e3a00e8833 qtractor-0.4.3.tar.gz
+457985aa5f5a98f52f70300e509bef56 qtractor-0.4.5.tar.gz
14 years, 10 months
rpms/qtractor/F-12 .cvsignore, 1.5, 1.6 qtractor.spec, 1.5, 1.6 sources, 1.5, 1.6
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/qtractor/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11816
Modified Files:
.cvsignore qtractor.spec sources
Log Message:
* Sat Jan 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.5-1
- updated to 0.4.5.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-12/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 24 Oct 2009 01:20:14 -0000 1.5
+++ .cvsignore 30 Jan 2010 22:42:30 -0000 1.6
@@ -1,2 +1,2 @@
qtractor-0.3.0-user-manual.odt
-qtractor-0.4.3.tar.gz
+qtractor-0.4.5.tar.gz
Index: qtractor.spec
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-12/qtractor.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qtractor.spec 24 Oct 2009 01:20:14 -0000 1.5
+++ qtractor.spec 30 Jan 2010 22:42:30 -0000 1.6
@@ -10,7 +10,7 @@
Summary: Audio/MIDI multi-track sequencer
Name: qtractor
-Version: 0.4.3
+Version: 0.4.5
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
@@ -31,6 +31,7 @@
BuildRequires: libvorbis-devel
BuildRequires: qt-devel
BuildRequires: rubberband-devel
+BuildRequires: slv2-devel
Requires: hicolor-icon-theme
@@ -51,6 +52,9 @@
# Preserve timestamps:
sed -i 's|@install|install -p|' Makefile.in
+# Fix weird permissions
+chmod -x src/*.{cpp,h}
+
%build
export PATH=${PATH}:%{_libdir}/qt4/bin
%configure \
@@ -104,6 +108,9 @@
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%changelog
+* Sat Jan 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.5-1
+- updated to 0.4.5.
+
* Fri Oct 23 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.3-1
- updated to 0.4.3.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-12/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 24 Oct 2009 01:20:14 -0000 1.5
+++ sources 30 Jan 2010 22:42:30 -0000 1.6
@@ -1,2 +1,2 @@
295b3728414df215a9ed5eff81bf27c8 qtractor-0.3.0-user-manual.odt
-51f9fef064b2115da3e571e3a00e8833 qtractor-0.4.3.tar.gz
+457985aa5f5a98f52f70300e509bef56 qtractor-0.4.5.tar.gz
14 years, 10 months
rpms/qtractor/devel .cvsignore, 1.5, 1.6 qtractor.spec, 1.5, 1.6 sources, 1.5, 1.6
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/qtractor/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11375
Modified Files:
.cvsignore qtractor.spec sources
Log Message:
* Sat Jan 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.5-1
- updated to 0.4.5.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/qtractor/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 24 Oct 2009 01:20:14 -0000 1.5
+++ .cvsignore 30 Jan 2010 22:41:21 -0000 1.6
@@ -1,2 +1,2 @@
qtractor-0.3.0-user-manual.odt
-qtractor-0.4.3.tar.gz
+qtractor-0.4.5.tar.gz
Index: qtractor.spec
===================================================================
RCS file: /cvs/free/rpms/qtractor/devel/qtractor.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qtractor.spec 24 Oct 2009 01:20:14 -0000 1.5
+++ qtractor.spec 30 Jan 2010 22:41:21 -0000 1.6
@@ -10,7 +10,7 @@
Summary: Audio/MIDI multi-track sequencer
Name: qtractor
-Version: 0.4.3
+Version: 0.4.5
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
@@ -31,6 +31,7 @@
BuildRequires: libvorbis-devel
BuildRequires: qt-devel
BuildRequires: rubberband-devel
+BuildRequires: slv2-devel
Requires: hicolor-icon-theme
@@ -51,6 +52,9 @@
# Preserve timestamps:
sed -i 's|@install|install -p|' Makefile.in
+# Fix weird permissions
+chmod -x src/*.{cpp,h}
+
%build
export PATH=${PATH}:%{_libdir}/qt4/bin
%configure \
@@ -104,6 +108,9 @@
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%changelog
+* Sat Jan 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.5-1
+- updated to 0.4.5.
+
* Fri Oct 23 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.3-1
- updated to 0.4.3.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/qtractor/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 24 Oct 2009 01:20:14 -0000 1.5
+++ sources 30 Jan 2010 22:41:21 -0000 1.6
@@ -1,2 +1,2 @@
295b3728414df215a9ed5eff81bf27c8 qtractor-0.3.0-user-manual.odt
-51f9fef064b2115da3e571e3a00e8833 qtractor-0.4.3.tar.gz
+457985aa5f5a98f52f70300e509bef56 qtractor-0.4.5.tar.gz
14 years, 10 months
rpms/VirtualBox-OSE-kmod/F-12 VirtualBox-OSE-kmod.spec,1.43,1.44
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32372
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Sat Jan 30 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1.2-1.1
- rebuild for new kernel
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-12/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- VirtualBox-OSE-kmod.spec 26 Jan 2010 14:45:32 -0000 1.43
+++ VirtualBox-OSE-kmod.spec 30 Jan 2010 20:45:24 -0000 1.44
@@ -3,7 +3,7 @@
# "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 newest
+%define buildforkernels newest
%define buildforkernels akmod
# Allow only root to access vboxdrv regardless of the file mode
@@ -12,7 +12,7 @@
Name: VirtualBox-OSE-kmod
Version: 3.1.2
-Release: 1%{?dist}
+Release: 1%{?dist}.1
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -92,6 +92,9 @@
%changelog
+* Sat Jan 30 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1.2-1.1
+- rebuild for new kernel
+
* Tue Jan 26 2010 Lubomir Rintel <lkundrak(a)v3.sk> - 3.1.2-1
- New release
14 years, 10 months
rpms/staging-kmod/F-12 staging-kmod.spec,1.17,1.18
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32235
Modified Files:
staging-kmod.spec
Log Message:
* Sat Jan 30 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.11
- rebuild for new kernel
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-12/staging-kmod.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- staging-kmod.spec 20 Jan 2010 16:20:54 -0000 1.17
+++ staging-kmod.spec 30 Jan 2010 20:45:08 -0000 1.18
@@ -10,7 +10,7 @@
Name: staging-kmod
Version: 2.6.31.5
-Release: 2%{?dist}.10
+Release: 2%{?dist}.11
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -94,6 +94,9 @@
%changelog
+* Sat Jan 30 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.11
+- rebuild for new kernel
+
* Wed Jan 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.10
- rebuild for new kernel
14 years, 10 months
rpms/rt3070-kmod/F-12 rt3070-kmod.spec,1.29,1.30
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt3070-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32014
Modified Files:
rt3070-kmod.spec
Log Message:
* Sat Jan 30 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.1.0-3.13
- rebuild for new kernel
Index: rt3070-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt3070-kmod/F-12/rt3070-kmod.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- rt3070-kmod.spec 20 Jan 2010 16:20:39 -0000 1.29
+++ rt3070-kmod.spec 30 Jan 2010 20:44:49 -0000 1.30
@@ -7,7 +7,7 @@
Name: rt3070-kmod
Version: 2.1.1.0
-Release: 3%{?dist}.12
+Release: 3%{?dist}.13
Summary: Kernel module for wireless devices with Ralink's rt307x chipsets
Group: System Environment/Kernel
@@ -87,6 +87,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Jan 30 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.1.0-3.13
+- rebuild for new kernel
+
* Wed Jan 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.1.0-3.12
- rebuild for new kernel
14 years, 10 months
rpms/rt2870-kmod/F-12 rt2870-kmod.spec,1.64,1.65
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt2870-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31826
Modified Files:
rt2870-kmod.spec
Log Message:
* Sat Jan 30 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-6.5
- rebuild for new kernel
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-12/rt2870-kmod.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- rt2870-kmod.spec 20 Jan 2010 16:20:23 -0000 1.64
+++ rt2870-kmod.spec 30 Jan 2010 20:44:33 -0000 1.65
@@ -7,7 +7,7 @@
Name: rt2870-kmod
Version: 2.1.2.0
-Release: 6%{?dist}.4
+Release: 6%{?dist}.5
Summary: Kernel module for wireless devices with Ralink's rt2870 chipsets
Group: System Environment/Kernel
@@ -80,6 +80,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Jan 30 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-6.5
+- rebuild for new kernel
+
* Wed Jan 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-6.4
- rebuild for new kernel
14 years, 10 months
rpms/wl-kmod/F-12 wl-kmod.spec,1.54,1.55
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/wl-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31791
Modified Files:
wl-kmod.spec
Log Message:
* Sat Jan 30 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9.3-3.13
- rebuild for new kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-12/wl-kmod.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- wl-kmod.spec 20 Jan 2010 16:25:16 -0000 1.54
+++ wl-kmod.spec 30 Jan 2010 20:44:30 -0000 1.55
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 5.10.91.9.3
-Release: 3%{?dist}.12
+Release: 3%{?dist}.13
Summary: Kernel module for broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -82,6 +82,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Jan 30 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9.3-3.13
+- rebuild for new kernel
+
* Wed Jan 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9.3-3.12
- rebuild for new kernel
14 years, 10 months