rpms/ffmpeg2theora/devel ffmpeg2theora-0.26-ldflags.patch, NONE, 1.1 ffmpeg2theora.spec, 1.7, 1.8
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg2theora/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10243/devel
Modified Files:
ffmpeg2theora.spec
Added Files:
ffmpeg2theora-0.26-ldflags.patch
Log Message:
- Rebuilt for ldflags
ffmpeg2theora-0.26-ldflags.patch:
SConstruct | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE ffmpeg2theora-0.26-ldflags.patch ---
diff -up ffmpeg2theora-0.26/SConstruct.ldflags ffmpeg2theora-0.26/SConstruct
--- ffmpeg2theora-0.26/SConstruct.ldflags 2010-05-31 23:20:31.000000000 +0200
+++ ffmpeg2theora-0.26/SConstruct 2010-05-31 23:21:53.000000000 +0200
@@ -136,9 +136,9 @@ if not conf.CheckPKG(XIPH_LIBS):
Exit(1)
ParsePKGConfig(env, XIPH_LIBS)
-FFMPEG_LIBS="libavcodec libavformat libavdevice libpostproc libswscale"
+FFMPEG_LIBS="libavcodec libavformat libavdevice libpostproc libswscale libavutil"
if os.path.exists("./ffmpeg"):
- os.environ['PKG_CONFIG_PATH'] = "./ffmpeg/libavutil:./ffmpeg/libavformat:./ffmpeg/libavcodec:./ffmpeg/libavdevice:./ffmpeg/libswscale:./ffmpeg/libpostproc:" + os.environ.get('PKG_CONFIG_PATH', '')
+ os.environ['PKG_CONFIG_PATH'] = "./ffmpeg/libavutil:./ffmpeg/libavformat:./ffmpeg/libavcodec:./ffmpeg/libavdevice:./ffmpeg/libswscale:./ffmpeg/libpostproc:./ffmpeg/libavutil" + os.environ.get('PKG_CONFIG_PATH', '')
if not conf.CheckPKG(FFMPEG_LIBS):
print """
Could not find %s.
Index: ffmpeg2theora.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2theora/devel/ffmpeg2theora.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ffmpeg2theora.spec 28 Feb 2010 22:49:36 -0000 1.7
+++ ffmpeg2theora.spec 31 May 2010 21:32:25 -0000 1.8
@@ -1,12 +1,13 @@
Name: ffmpeg2theora
Version: 0.26
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Convert any file that ffmpeg can decode to theora
Group: Applications/Multimedia
License: GPLv2+
URL: http://v2v.cc/~j/ffmpeg2theora/
Source0: http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-%{version}.tar.bz2
+Patch0: ffmpeg2theora-0.26-ldflags.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: scons
@@ -26,6 +27,7 @@
%prep
%setup -q
+%patch0 -p1 -b .ldflags
%build
@@ -51,6 +53,9 @@
%changelog
+* Mon May 31 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.26-2
+- Rebuilt for ldflags
+
* Sun Feb 28 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 0.26-1
- Update to 0.26
14 years, 6 months
rpms/ffmpeg2theora/F-13 ffmpeg2theora-0.26-ldflags.patch, NONE, 1.1 ffmpeg2theora.spec, 1.7, 1.8
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg2theora/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10243/F-13
Modified Files:
ffmpeg2theora.spec
Added Files:
ffmpeg2theora-0.26-ldflags.patch
Log Message:
- Rebuilt for ldflags
ffmpeg2theora-0.26-ldflags.patch:
SConstruct | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE ffmpeg2theora-0.26-ldflags.patch ---
diff -up ffmpeg2theora-0.26/SConstruct.ldflags ffmpeg2theora-0.26/SConstruct
--- ffmpeg2theora-0.26/SConstruct.ldflags 2010-05-31 23:20:31.000000000 +0200
+++ ffmpeg2theora-0.26/SConstruct 2010-05-31 23:21:53.000000000 +0200
@@ -136,9 +136,9 @@ if not conf.CheckPKG(XIPH_LIBS):
Exit(1)
ParsePKGConfig(env, XIPH_LIBS)
-FFMPEG_LIBS="libavcodec libavformat libavdevice libpostproc libswscale"
+FFMPEG_LIBS="libavcodec libavformat libavdevice libpostproc libswscale libavutil"
if os.path.exists("./ffmpeg"):
- os.environ['PKG_CONFIG_PATH'] = "./ffmpeg/libavutil:./ffmpeg/libavformat:./ffmpeg/libavcodec:./ffmpeg/libavdevice:./ffmpeg/libswscale:./ffmpeg/libpostproc:" + os.environ.get('PKG_CONFIG_PATH', '')
+ os.environ['PKG_CONFIG_PATH'] = "./ffmpeg/libavutil:./ffmpeg/libavformat:./ffmpeg/libavcodec:./ffmpeg/libavdevice:./ffmpeg/libswscale:./ffmpeg/libpostproc:./ffmpeg/libavutil" + os.environ.get('PKG_CONFIG_PATH', '')
if not conf.CheckPKG(FFMPEG_LIBS):
print """
Could not find %s.
Index: ffmpeg2theora.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2theora/F-13/ffmpeg2theora.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ffmpeg2theora.spec 28 Feb 2010 22:49:36 -0000 1.7
+++ ffmpeg2theora.spec 31 May 2010 21:32:26 -0000 1.8
@@ -1,12 +1,13 @@
Name: ffmpeg2theora
Version: 0.26
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Convert any file that ffmpeg can decode to theora
Group: Applications/Multimedia
License: GPLv2+
URL: http://v2v.cc/~j/ffmpeg2theora/
Source0: http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-%{version}.tar.bz2
+Patch0: ffmpeg2theora-0.26-ldflags.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: scons
@@ -26,6 +27,7 @@
%prep
%setup -q
+%patch0 -p1 -b .ldflags
%build
@@ -51,6 +53,9 @@
%changelog
+* Mon May 31 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.26-2
+- Rebuilt for ldflags
+
* Sun Feb 28 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 0.26-1
- Update to 0.26
14 years, 6 months
rpms/rt3070/F-13 blacklist-rt2800usb.conf, NONE, 1.1 rt3070.spec, 1.7, 1.8
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt3070/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9466
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-13/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 31 May 2010 15:36:40 -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, 6 months
rpms/rt2870/F-13 blacklist-rt2800usb.conf, NONE, 1.1 rt2870.spec, 1.8, 1.9
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2870/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8830
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-13/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 31 May 2010 15:31:16 -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, 6 months
rpms/libmms/F-13 libmms-0.5-patches.patch,1.1,NONE
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/libmms/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20306
Removed Files:
libmms-0.5-patches.patch
Log Message:
Remove unused patch file
--- libmms-0.5-patches.patch DELETED ---
14 years, 6 months
rpms/libmms/F-13 .cvsignore, 1.3, 1.4 libmms.spec, 1.7, 1.8 sources, 1.3, 1.4
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/libmms/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19900
Modified Files:
.cvsignore libmms.spec sources
Log Message:
* Sun May 30 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.6-1
- New upstream release 0.6
- Update URL (upstream has moved back to sf.net)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libmms/F-13/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 18 Feb 2010 18:12:35 -0000 1.3
+++ .cvsignore 31 May 2010 10:52:02 -0000 1.4
@@ -1 +1 @@
-libmms-0.5.tar.gz
+libmms-0.6.tar.gz
Index: libmms.spec
===================================================================
RCS file: /cvs/free/rpms/libmms/F-13/libmms.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libmms.spec 18 May 2010 15:28:07 -0000 1.7
+++ libmms.spec 31 May 2010 10:52:03 -0000 1.8
@@ -1,14 +1,11 @@
Name: libmms
-Version: 0.5
-Release: 2%{?dist}
+Version: 0.6
+Release: 1%{?dist}
Summary: Library for Microsoft Media Server (MMS) streaming protocol
License: LGPLv2+
Group: System Environment/Libraries
-URL: http://launchpad.net/libmms
-Source0: http://launchpad.net/libmms/trunk/0.5/+download/libmms-%{version}.tar.gz
-# Various patches from / heading into upstream bazar concatenated into 1
-# see the git headers inside the file for details
-Patch0: libmms-0.5-patches.patch
+URL: http://www.sf.net/projects/libmms
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel
@@ -31,7 +28,6 @@
%prep
%setup -q
-%patch0 -p1
%build
@@ -66,8 +62,9 @@
%changelog
-* Tue May 18 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.5-2
-- rebuilt
+* Sun May 30 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.6-1
+- New upstream release 0.6
+- Update URL (upstream has moved back to sf.net)
* Thu Feb 18 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.5-1
- New upstream release 0.5 (rf1053)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libmms/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 18 Feb 2010 18:12:35 -0000 1.3
+++ sources 31 May 2010 10:52:03 -0000 1.4
@@ -1 +1 @@
-cf83053ec891f14e73a04c84d9de08ee libmms-0.5.tar.gz
+650ad04a4c8bd79246390b81b29680b6 libmms-0.6.tar.gz
14 years, 6 months
rpms/libmms/devel .cvsignore, 1.3, 1.4 libmms.spec, 1.5, 1.6 sources, 1.3, 1.4 libmms-0.5-patches.patch, 1.1, NONE
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/libmms/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19789
Modified Files:
.cvsignore libmms.spec sources
Removed Files:
libmms-0.5-patches.patch
Log Message:
* Sun May 30 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.6-1
- New upstream release 0.6
- Update URL (upstream has moved back to sf.net)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libmms/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 18 Feb 2010 18:12:35 -0000 1.3
+++ .cvsignore 31 May 2010 10:51:44 -0000 1.4
@@ -1 +1 @@
-libmms-0.5.tar.gz
+libmms-0.6.tar.gz
Index: libmms.spec
===================================================================
RCS file: /cvs/free/rpms/libmms/devel/libmms.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libmms.spec 18 Feb 2010 18:12:35 -0000 1.5
+++ libmms.spec 31 May 2010 10:51:44 -0000 1.6
@@ -1,14 +1,11 @@
Name: libmms
-Version: 0.5
+Version: 0.6
Release: 1%{?dist}
Summary: Library for Microsoft Media Server (MMS) streaming protocol
License: LGPLv2+
Group: System Environment/Libraries
-URL: http://launchpad.net/libmms
-Source0: http://launchpad.net/libmms/trunk/0.5/+download/libmms-%{version}.tar.gz
-# Various patches from / heading into upstream bazar concatenated into 1
-# see the git headers inside the file for details
-Patch0: libmms-0.5-patches.patch
+URL: http://www.sf.net/projects/libmms
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel
@@ -31,7 +28,6 @@
%prep
%setup -q
-%patch0 -p1
%build
@@ -66,6 +62,10 @@
%changelog
+* Sun May 30 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.6-1
+- New upstream release 0.6
+- Update URL (upstream has moved back to sf.net)
+
* Thu Feb 18 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.5-1
- New upstream release 0.5 (rf1053)
- Fix some regressions introduced by upstream
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libmms/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 18 Feb 2010 18:12:35 -0000 1.3
+++ sources 31 May 2010 10:51:44 -0000 1.4
@@ -1 +1 @@
-cf83053ec891f14e73a04c84d9de08ee libmms-0.5.tar.gz
+650ad04a4c8bd79246390b81b29680b6 libmms-0.6.tar.gz
--- libmms-0.5-patches.patch DELETED ---
14 years, 6 months
rpms/xtables-addons-kmod/F-12 xtables-addons-kmod.spec,1.12,1.13
by Chen Lei
Author: supercyper
Update of /cvs/free/rpms/xtables-addons-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19810/F-12
Modified Files:
xtables-addons-kmod.spec
Log Message:
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-12/xtables-addons-kmod.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xtables-addons-kmod.spec 31 May 2010 02:56:08 -0000 1.12
+++ xtables-addons-kmod.spec 31 May 2010 06:36:58 -0000 1.13
@@ -3,8 +3,8 @@
# "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 current
+%define buildforkernels newest
+#define buildforkernels current
#define buildforkernels akmods
Name: xtables-addons-kmod
14 years, 6 months
rpms/xtables-addons-kmod/F-13 xtables-addons-kmod.spec,1.14,1.15
by Chen Lei
Author: supercyper
Update of /cvs/free/rpms/xtables-addons-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19810/F-13
Modified Files:
xtables-addons-kmod.spec
Log Message:
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-13/xtables-addons-kmod.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xtables-addons-kmod.spec 31 May 2010 02:32:43 -0000 1.14
+++ xtables-addons-kmod.spec 31 May 2010 06:36:58 -0000 1.15
@@ -3,8 +3,8 @@
# "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 current
+%define buildforkernels newest
+#define buildforkernels current
#define buildforkernels akmods
Name: xtables-addons-kmod
14 years, 6 months
rpms/xtables-addons-kmod/F-11 xtables-addons-kmod.spec,1.10,1.11
by Chen Lei
Author: supercyper
Update of /cvs/free/rpms/xtables-addons-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19775/F-11
Modified Files:
xtables-addons-kmod.spec
Log Message:
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-11/xtables-addons-kmod.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xtables-addons-kmod.spec 31 May 2010 03:01:12 -0000 1.10
+++ xtables-addons-kmod.spec 31 May 2010 06:36:17 -0000 1.11
@@ -3,8 +3,8 @@
# "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 current
+%define buildforkernels newest
+#define buildforkernels current
#define buildforkernels akmods
Name: xtables-addons-kmod
14 years, 6 months