rpms/mlt/F-12 .cvsignore,1.4,1.5 mlt.spec,1.4,1.5 sources,1.4,1.5
by Zarko Pintar
Author: grof
Update of /cvs/free/rpms/mlt/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23551/F-12
Modified Files:
.cvsignore mlt.spec sources
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mlt/F-12/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 9 Oct 2009 09:03:28 -0000 1.4
+++ .cvsignore 11 Dec 2009 07:20:58 -0000 1.5
@@ -1 +1 @@
-mlt-0.4.6.tar.gz
+mlt-0.4.10.tar.gz
Index: mlt.spec
===================================================================
RCS file: /cvs/free/rpms/mlt/F-12/mlt.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mlt.spec 21 Oct 2009 13:30:54 -0000 1.4
+++ mlt.spec 11 Dec 2009 07:20:58 -0000 1.5
@@ -1,3 +1,5 @@
+%{!?ruby_sitelib: %global ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"] ')}
+%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
@@ -6,8 +8,8 @@
Summary: Toolkit for broadcasters, video editors, media players, transcoders
Name: mlt
-Version: 0.4.6
-Release: 2%{?dist}
+Version: 0.4.10
+Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.mltframework.org/twiki/bin/view/MLT/
@@ -33,6 +35,7 @@
BuildRequires: swig
BuildRequires: python-devel
BuildRequires: php-devel
+BuildRequires: ruby-devel ruby
%description
MLT is an open source multimedia framework, designed and developed for
@@ -56,6 +59,11 @@
Requires: %{name} = %{version}-%{release}
Summary: Python package to work with MLT
+%package ruby
+Requires: ruby(abi) = 1.8
+Requires: %{name} = %{version}-%{release}
+Summary: Ruby package to work with MLT
+
%package php
Requires: php
Requires: %{name} = %{version}-%{release}
@@ -68,6 +76,9 @@
%description python
This module allows to work with MLT using python.
+%description ruby
+This module allows to work with MLT using ruby.
+
%description php
This module allows to work with MLT using PHP.
@@ -76,7 +87,10 @@
%setup -q
find ./ -name configure -exec chmod 755 {} \;
chmod 755 src/modules/lumas/create_lumas
+chmod 644 src/modules/qimage/kdenlivetitle_wrapper.cpp
+chmod 644 src/modules/kdenlive/filter_freeze.c
chmod -x demo/demo
+
# Don't optimize (breaks debugging)
sed -i -e '/fomit-frame-pointer/d' configure
sed -i -e '/ffast-math/d' configure
@@ -95,7 +109,7 @@
--qimage-includedir=%{_qt4_headerdir} \
--rename-melt=%{name}-melt \
--avformat-swscale \
- --swig-languages='python php'
+ --swig-languages='python php ruby'
make %{?_smp_mflags}
@@ -105,8 +119,13 @@
make DESTDIR=$RPM_BUILD_ROOT install
install -d $RPM_BUILD_ROOT%{python_sitelib}
install -d $RPM_BUILD_ROOT%{python_sitearch}
+install -d $RPM_BUILD_ROOT%{ruby_sitelib}
+install -d $RPM_BUILD_ROOT%{ruby_sitearch}
install -d $RPM_BUILD_ROOT%{php_extdir}
install -pm 0644 src/swig/python/%{name}.py $RPM_BUILD_ROOT%{python_sitelib}/
+install -pm 0755 src/swig/ruby/play.rb $RPM_BUILD_ROOT%{ruby_sitelib}/
+install -pm 0755 src/swig/ruby/thumbs.rb $RPM_BUILD_ROOT%{ruby_sitelib}/
+install -pm 0755 src/swig/ruby/%{name}.so $RPM_BUILD_ROOT%{ruby_sitearch}/
install -pm 0755 src/swig/python/_%{name}.so $RPM_BUILD_ROOT%{python_sitearch}/
install -pm 0755 src/swig/php/%{name}.so $RPM_BUILD_ROOT%{php_extdir}/
@@ -138,6 +157,12 @@
%{python_sitelib}/%{name}.pyo
%{python_sitearch}/_%{name}.so
+%files ruby
+%defattr(-,root,root,-)
+%{ruby_sitelib}/play.rb
+%{ruby_sitelib}/thumbs.rb
+%{ruby_sitearch}/%{name}.so
+
%files php
%defattr(-,root,root,-)
%{php_extdir}/%{name}.so
@@ -151,8 +176,9 @@
%changelog
-* Wed Oct 21 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.4.6-2
-- rebuild for new ffmpeg
+* Wed Dec 09 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.4.10-1
+- new version
+- added subpackage for ruby
* Wed Oct 07 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.4.6-1
- new version
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mlt/F-12/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 9 Oct 2009 09:03:28 -0000 1.4
+++ sources 11 Dec 2009 07:20:58 -0000 1.5
@@ -1 +1 @@
-77b1affc2011eff9eedc2746c06b34e2 mlt-0.4.6.tar.gz
+7b0ba842277ea0a77e40a15917ab623f mlt-0.4.10.tar.gz
14 years, 11 months
rpms/mlt/devel .cvsignore,1.4,1.5 mlt.spec,1.4,1.5 sources,1.4,1.5
by Zarko Pintar
Author: grof
Update of /cvs/free/rpms/mlt/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22992/devel
Modified Files:
.cvsignore mlt.spec sources
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mlt/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 9 Oct 2009 09:03:28 -0000 1.4
+++ .cvsignore 11 Dec 2009 07:19:15 -0000 1.5
@@ -1 +1 @@
-mlt-0.4.6.tar.gz
+mlt-0.4.10.tar.gz
Index: mlt.spec
===================================================================
RCS file: /cvs/free/rpms/mlt/devel/mlt.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mlt.spec 21 Oct 2009 13:30:54 -0000 1.4
+++ mlt.spec 11 Dec 2009 07:19:15 -0000 1.5
@@ -1,3 +1,5 @@
+%{!?ruby_sitelib: %global ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"] ')}
+%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
@@ -6,8 +8,8 @@
Summary: Toolkit for broadcasters, video editors, media players, transcoders
Name: mlt
-Version: 0.4.6
-Release: 2%{?dist}
+Version: 0.4.10
+Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.mltframework.org/twiki/bin/view/MLT/
@@ -33,6 +35,7 @@
BuildRequires: swig
BuildRequires: python-devel
BuildRequires: php-devel
+BuildRequires: ruby-devel ruby
%description
MLT is an open source multimedia framework, designed and developed for
@@ -56,6 +59,11 @@
Requires: %{name} = %{version}-%{release}
Summary: Python package to work with MLT
+%package ruby
+Requires: ruby(abi) = 1.8
+Requires: %{name} = %{version}-%{release}
+Summary: Ruby package to work with MLT
+
%package php
Requires: php
Requires: %{name} = %{version}-%{release}
@@ -68,6 +76,9 @@
%description python
This module allows to work with MLT using python.
+%description ruby
+This module allows to work with MLT using ruby.
+
%description php
This module allows to work with MLT using PHP.
@@ -76,7 +87,10 @@
%setup -q
find ./ -name configure -exec chmod 755 {} \;
chmod 755 src/modules/lumas/create_lumas
+chmod 644 src/modules/qimage/kdenlivetitle_wrapper.cpp
+chmod 644 src/modules/kdenlive/filter_freeze.c
chmod -x demo/demo
+
# Don't optimize (breaks debugging)
sed -i -e '/fomit-frame-pointer/d' configure
sed -i -e '/ffast-math/d' configure
@@ -95,7 +109,7 @@
--qimage-includedir=%{_qt4_headerdir} \
--rename-melt=%{name}-melt \
--avformat-swscale \
- --swig-languages='python php'
+ --swig-languages='python php ruby'
make %{?_smp_mflags}
@@ -105,8 +119,13 @@
make DESTDIR=$RPM_BUILD_ROOT install
install -d $RPM_BUILD_ROOT%{python_sitelib}
install -d $RPM_BUILD_ROOT%{python_sitearch}
+install -d $RPM_BUILD_ROOT%{ruby_sitelib}
+install -d $RPM_BUILD_ROOT%{ruby_sitearch}
install -d $RPM_BUILD_ROOT%{php_extdir}
install -pm 0644 src/swig/python/%{name}.py $RPM_BUILD_ROOT%{python_sitelib}/
+install -pm 0755 src/swig/ruby/play.rb $RPM_BUILD_ROOT%{ruby_sitelib}/
+install -pm 0755 src/swig/ruby/thumbs.rb $RPM_BUILD_ROOT%{ruby_sitelib}/
+install -pm 0755 src/swig/ruby/%{name}.so $RPM_BUILD_ROOT%{ruby_sitearch}/
install -pm 0755 src/swig/python/_%{name}.so $RPM_BUILD_ROOT%{python_sitearch}/
install -pm 0755 src/swig/php/%{name}.so $RPM_BUILD_ROOT%{php_extdir}/
@@ -138,6 +157,12 @@
%{python_sitelib}/%{name}.pyo
%{python_sitearch}/_%{name}.so
+%files ruby
+%defattr(-,root,root,-)
+%{ruby_sitelib}/play.rb
+%{ruby_sitelib}/thumbs.rb
+%{ruby_sitearch}/%{name}.so
+
%files php
%defattr(-,root,root,-)
%{php_extdir}/%{name}.so
@@ -151,8 +176,9 @@
%changelog
-* Wed Oct 21 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.4.6-2
-- rebuild for new ffmpeg
+* Wed Dec 09 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.4.10-1
+- new version
+- added subpackage for ruby
* Wed Oct 07 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.4.6-1
- new version
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mlt/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 9 Oct 2009 09:03:28 -0000 1.4
+++ sources 11 Dec 2009 07:19:15 -0000 1.5
@@ -1 +1 @@
-77b1affc2011eff9eedc2746c06b34e2 mlt-0.4.6.tar.gz
+7b0ba842277ea0a77e40a15917ab623f mlt-0.4.10.tar.gz
14 years, 11 months
rpms/wl-kmod/F-10 wl-kmod.spec,1.39,1.40
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/wl-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32253
Modified Files:
wl-kmod.spec
Log Message:
* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9-2.11
- rebuild for new kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-10/wl-kmod.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- wl-kmod.spec 5 Nov 2009 19:26:34 -0000 1.39
+++ wl-kmod.spec 10 Dec 2009 20:38:49 -0000 1.40
@@ -3,11 +3,11 @@
# "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
Name: wl-kmod
Version: 5.10.91.9
-Release: 2%{?dist}.10
+Release: 2%{?dist}.11
Summary: Kernel module for broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -84,6 +84,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9-2.11
+- rebuild for new kernel
+
* Thu Nov 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9-2.10
- rebuild for new kernels
14 years, 11 months
rpms/slmodem-kmod/F-10 slmodem-kmod.spec,1.33,1.34
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/slmodem-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32131
Modified Files:
slmodem-kmod.spec
Log Message:
* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-26.33
- rebuild for new kernel
Index: slmodem-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/slmodem-kmod/F-10/slmodem-kmod.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- slmodem-kmod.spec 5 Nov 2009 19:26:18 -0000 1.33
+++ slmodem-kmod.spec 10 Dec 2009 20:38:32 -0000 1.34
@@ -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 filever 2.9.11-20080817
%define datetag 20080817
@@ -12,7 +12,7 @@
Name: slmodem-kmod
Version: 2.9.11
-Release: 26%{?dist}.32
+Release: 26%{?dist}.33
Summary: Proprietary SmartLink softmodem kernel drivers
Group: System Environment/Kernel
@@ -102,6 +102,9 @@
%changelog
+* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-26.33
+- rebuild for new kernel
+
* Thu Nov 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-26.32
- rebuild for new kernels
14 years, 11 months
rpms/nvidia-kmod/F-10 nvidia-kmod.spec,1.48,1.49
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32010
Modified Files:
nvidia-kmod.spec
Log Message:
* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 180.60-1.8
- rebuild for new kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-10/nvidia-kmod.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- nvidia-kmod.spec 5 Nov 2009 19:25:59 -0000 1.48
+++ nvidia-kmod.spec 10 Dec 2009 20:38:13 -0000 1.49
@@ -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 newest
+#define buildforkernels newest
Name: nvidia-kmod
Version: 180.60
# Taken over by kmodtool
-Release: 1%{?dist}.7
+Release: 1%{?dist}.8
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 180.60-1.8
+- rebuild for new kernel
+
* Thu Nov 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 180.60-1.7
- rebuild for new kernels
14 years, 11 months
rpms/nvidia-beta-kmod/F-10 nvidia-beta-kmod.spec,1.29,1.30
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-beta-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31887
Modified Files:
nvidia-beta-kmod.spec
Log Message:
* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 180.11.02-1.19
- rebuild for new kernel
Index: nvidia-beta-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-beta-kmod/F-10/nvidia-beta-kmod.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- nvidia-beta-kmod.spec 5 Nov 2009 19:25:42 -0000 1.29
+++ nvidia-beta-kmod.spec 10 Dec 2009 20:37:54 -0000 1.30
@@ -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 newest
+#define buildforkernels newest
Name: nvidia-beta-kmod
Version: 180.11.02
# Taken over by kmodtool
-Release: 1%{?dist}.18
+Release: 1%{?dist}.19
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -99,6 +99,9 @@
%changelog
+* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 180.11.02-1.19
+- rebuild for new kernel
+
* Thu Nov 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 180.11.02-1.18
- rebuild for new kernels
14 years, 11 months
rpms/nvidia-96xx-kmod/F-10 nvidia-96xx-kmod.spec,1.30,1.31
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-96xx-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31761
Modified Files:
nvidia-96xx-kmod.spec
Log Message:
* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.11-1.18
- rebuild for new kernel
Index: nvidia-96xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/F-10/nvidia-96xx-kmod.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- nvidia-96xx-kmod.spec 5 Nov 2009 19:25:25 -0000 1.30
+++ nvidia-96xx-kmod.spec 10 Dec 2009 20:37:36 -0000 1.31
@@ -3,11 +3,11 @@
# "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
Name: nvidia-96xx-kmod
Version: 96.43.11
-Release: 1%{?dist}.17
+Release: 1%{?dist}.18
# Taken over by kmodtool
Summary: NVIDIA 96xx display driver kernel module
Group: System Environment/Kernel
@@ -94,6 +94,9 @@
%changelog
+* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.11-1.18
+- rebuild for new kernel
+
* Thu Nov 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.11-1.17
- rebuild for new kernels
14 years, 11 months
rpms/nvidia-173xx-kmod/F-10 nvidia-173xx-kmod.spec,1.30,1.31
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31637
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.18-1.17
- rebuild for new kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-10/nvidia-173xx-kmod.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- nvidia-173xx-kmod.spec 5 Nov 2009 19:25:05 -0000 1.30
+++ nvidia-173xx-kmod.spec 10 Dec 2009 20:37:18 -0000 1.31
@@ -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 newest
+#define buildforkernels newest
Name: nvidia-173xx-kmod
Version: 173.14.18
# Taken over by kmodtool
-Release: 1%{?dist}.16
+Release: 1%{?dist}.17
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.18-1.17
+- rebuild for new kernel
+
* Thu Nov 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.18-1.16
- rebuild for new kernels
14 years, 11 months
rpms/madwifi-kmod/F-10 madwifi-kmod.spec,1.32,1.33
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/madwifi-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31516
Modified Files:
madwifi-kmod.spec
Log Message:
* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.9.4-60.r3861_20080903.33
- rebuild for new kernel
Index: madwifi-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/madwifi-kmod/F-10/madwifi-kmod.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- madwifi-kmod.spec 5 Nov 2009 19:24:48 -0000 1.32
+++ madwifi-kmod.spec 10 Dec 2009 20:36:59 -0000 1.33
@@ -3,14 +3,14 @@
# "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 revision r3861-20080903
%define branch hal-0.10.5.6
Name: madwifi-kmod
Version: 0.9.4
-Release: 60.%(echo %{revision}| tr - _)%{?dist}.32
+Release: 60.%(echo %{revision}| tr - _)%{?dist}.33
Summary: Kernel module for Atheros 802.11 wireless devices ar5210,ar5211 or ar5212
Group: System Environment/Kernel
@@ -74,6 +74,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.9.4-60.r3861_20080903.33
+- rebuild for new kernel
+
* Thu Nov 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.9.4-60.r3861_20080903.32
- rebuild for new kernels
14 years, 11 months
rpms/fglrx-kmod/F-10 fglrx-kmod.spec,1.46,1.47
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/fglrx-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31395
Modified Files:
fglrx-kmod.spec
Log Message:
* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 9.3-1.16
- rebuild for new kernel
Index: fglrx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/fglrx-kmod/F-10/fglrx-kmod.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- fglrx-kmod.spec 5 Nov 2009 19:24:31 -0000 1.46
+++ fglrx-kmod.spec 10 Dec 2009 20:36:42 -0000 1.47
@@ -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
# Tweak to have debuginfo - part 1/2
%if 0%{?fedora} > 7
@@ -13,7 +13,7 @@
Name: fglrx-kmod
Version: 9.3
-Release: 1%{?dist}.15
+Release: 1%{?dist}.16
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -96,6 +96,9 @@
%changelog
+* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 9.3-1.16
+- rebuild for new kernel
+
* Thu Nov 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 9.3-1.15
- rebuild for new kernels
14 years, 11 months