rpms/avidemux/F-14 avidemux-2.5.4-audio_prefs.patch, NONE, 1.1 avidemux-2.5.4-ffmpeg_perms.patch, NONE, 1.1 avidemux.spec, 1.39, 1.40
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/avidemux/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31256
Modified Files:
avidemux.spec
Added Files:
avidemux-2.5.4-audio_prefs.patch
avidemux-2.5.4-ffmpeg_perms.patch
Log Message:
* Sun Apr 24 2011 Richard Shaw <hobbes1069(a)gmail.com> - 2.5.4-5
- AAC encoding now working. (Kevin Kolfer)
- Fedora 15 build dependecy fixed. (Kevin Kolfer)
- Audio device peferences now remembered.
avidemux-2.5.4-audio_prefs.patch:
config.h.cmake | 2 --
1 file changed, 2 deletions(-)
--- NEW FILE avidemux-2.5.4-audio_prefs.patch ---
diff -Naur avidemux_2.5.4.orig/cmake/config.h.cmake avidemux_2.5.4/cmake/config.h.cmake
--- avidemux_2.5.4.orig/cmake/config.h.cmake 2010-09-29 14:01:12.000000000 -0500
+++ avidemux_2.5.4/cmake/config.h.cmake 2011-04-22 10:52:22.664268351 -0500
@@ -76,9 +76,7 @@
/* use Nvwa memory leak detector */
#cmakedefine FIND_LEAKS
-#if defined(OSS_SUPPORT) || defined (USE_ARTS) || defined(USE_SDL) || defined(__APPLE__) || defined(__WIN32) || defined(ALSA_SUPPORT)
#define HAVE_AUDIO
-#endif
#define HAVE_ENCODER
avidemux-2.5.4-ffmpeg_perms.patch:
admFFmpegBuild.cmake | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
--- NEW FILE avidemux-2.5.4-ffmpeg_perms.patch ---
diff -ur avidemux_2.5.4/cmake/admFFmpegBuild.cmake avidemux_2.5.4-ffmpeg-permissions/cmake/admFFmpegBuild.cmake
--- avidemux_2.5.4/cmake/admFFmpegBuild.cmake 2010-09-05 13:42:43.000000000 +0200
+++ avidemux_2.5.4-ffmpeg-permissions/cmake/admFFmpegBuild.cmake 2011-04-24 04:02:46.000000000 +0200
@@ -178,29 +178,36 @@
set(FFMPEG_INSTALL_DIR lib${LIB_SUFFIX})
endif (WIN32)
+if (CMAKE_INSTALL_SO_NO_EXE)
+ set(FFMPEG_SHLIB_INSTALL_TYPE FILES)
+else (CMAKE_INSTALL_SO_NO_EXE)
+ set(FFMPEG_SHLIB_INSTALL_TYPE PROGRAMS)
+endif (CMAKE_INSTALL_SO_NO_EXE)
+
+
add_library(ADM_libswscale UNKNOWN IMPORTED)
set_property(TARGET ADM_libswscale PROPERTY IMPORTED_LOCATION "${FFMPEG_BINARY_DIR}/libswscale/${LIBSWSCALE_LIB}")
-install(FILES "${FFMPEG_BINARY_DIR}/libswscale/${LIBSWSCALE_LIB}" DESTINATION "${FFMPEG_INSTALL_DIR}")
+install(${FFMPEG_SHLIB_INSTALL_TYPE} "${FFMPEG_BINARY_DIR}/libswscale/${LIBSWSCALE_LIB}" DESTINATION "${FFMPEG_INSTALL_DIR}")
add_library(ADM_libpostproc UNKNOWN IMPORTED)
set_property(TARGET ADM_libpostproc PROPERTY IMPORTED_LOCATION "${FFMPEG_BINARY_DIR}/libpostproc/${LIBPOSTPROC_LIB}")
-install(FILES "${FFMPEG_BINARY_DIR}/libpostproc/${LIBPOSTPROC_LIB}" DESTINATION "${FFMPEG_INSTALL_DIR}")
+install(${FFMPEG_SHLIB_INSTALL_TYPE} "${FFMPEG_BINARY_DIR}/libpostproc/${LIBPOSTPROC_LIB}" DESTINATION "${FFMPEG_INSTALL_DIR}")
add_library(ADM_libavutil UNKNOWN IMPORTED)
set_property(TARGET ADM_libavutil PROPERTY IMPORTED_LOCATION "${FFMPEG_BINARY_DIR}/libavutil/${LIBAVUTIL_LIB}")
-install(FILES "${FFMPEG_BINARY_DIR}/libavutil/${LIBAVUTIL_LIB}" DESTINATION "${FFMPEG_INSTALL_DIR}")
+install(${FFMPEG_SHLIB_INSTALL_TYPE} "${FFMPEG_BINARY_DIR}/libavutil/${LIBAVUTIL_LIB}" DESTINATION "${FFMPEG_INSTALL_DIR}")
add_library(ADM_libavcodec UNKNOWN IMPORTED)
set_property(TARGET ADM_libavcodec PROPERTY IMPORTED_LOCATION "${FFMPEG_BINARY_DIR}/libavcodec/${LIBAVCODEC_LIB}")
-install(FILES "${FFMPEG_BINARY_DIR}/libavcodec/${LIBAVCODEC_LIB}" DESTINATION "${FFMPEG_INSTALL_DIR}")
+install(${FFMPEG_SHLIB_INSTALL_TYPE} "${FFMPEG_BINARY_DIR}/libavcodec/${LIBAVCODEC_LIB}" DESTINATION "${FFMPEG_INSTALL_DIR}")
add_library(ADM_libavformat UNKNOWN IMPORTED)
set_property(TARGET ADM_libavformat PROPERTY IMPORTED_LOCATION "${FFMPEG_BINARY_DIR}/libavformat/${LIBAVFORMAT_LIB}")
-install(FILES "${FFMPEG_BINARY_DIR}/libavformat/${LIBAVFORMAT_LIB}" DESTINATION "${FFMPEG_INSTALL_DIR}")
+install(${FFMPEG_SHLIB_INSTALL_TYPE} "${FFMPEG_BINARY_DIR}/libavformat/${LIBAVFORMAT_LIB}" DESTINATION "${FFMPEG_INSTALL_DIR}")
add_library(ADM_libavcore UNKNOWN IMPORTED)
set_property(TARGET ADM_libavcore PROPERTY IMPORTED_LOCATION "${FFMPEG_BINARY_DIR}/libavcore/${LIBAVCORE_LIB}")
-install(FILES "${FFMPEG_BINARY_DIR}/libavcore/${LIBAVCORE_LIB}" DESTINATION "${FFMPEG_INSTALL_DIR}")
+install(${FFMPEG_SHLIB_INSTALL_TYPE} "${FFMPEG_BINARY_DIR}/libavcore/${LIBAVCORE_LIB}" DESTINATION "${FFMPEG_INSTALL_DIR}")
include_directories("${FFMPEG_SOURCE_DIR}")
include_directories("${FFMPEG_SOURCE_DIR}/libavutil")
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/F-14/avidemux.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- avidemux.spec 21 Apr 2011 01:59:03 -0000 1.39
+++ avidemux.spec 24 Apr 2011 12:18:44 -0000 1.40
@@ -2,7 +2,7 @@
Name: avidemux
Version: 2.5.4
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Graphical video editing and transcoding tool
Group: Applications/Multimedia
@@ -38,12 +38,14 @@
Patch4: avidemux-2.5.3-mpeg2enc.patch
Patch5: avidemux-2.5.3-pluginlibs.patch
# Patch8 obtained from http://lists.rpmfusion.org/pipermail/rpmfusion-developers/2010-October/00...
-#Patch6: avidemux_2.5.4-ffmpeg-aac.patch
+Patch6: avidemux_2.5.4-ffmpeg-aac.patch
Patch7: avidemux-2.5.4-gcc46_tmp_fix.patch
Patch8: avidemux-2.5.4-gtk_menu_crash_fix.patch
# Patch needed for version of x264 in F15/rawhide.
Patch9: avidemux-2.5.4-x264_fix.patch
-#Patch10: avidemux-2.5.4-ext_lib_cmake_fix.patch
+Patch10: avidemux-2.5.4-ext_lib_cmake_fix.patch
+Patch11: avidemux-2.5.4-audio_prefs.patch
+Patch12: avidemux-2.5.4-ffmpeg_perms.patch
# Upstream has been informed http://avidemux.org/admForum/viewtopic.php?id=6447
ExcludeArch: ppc ppc64
@@ -184,13 +186,14 @@
%patch3 -p1 -b .tmplinktarget
%patch4 -p1 -b .mpeg2enc
%patch5 -p1 -b .pluginlibs
-# Does not work as is. Disabled for now.
-#%patch6 -p1 -b .ffmpegaac
+%patch6 -p1 -b .ffmpegaac
%patch7 -p1 -b .gcc46tmpfix
%patch8 -b .gtk_menu
%patch9 -p1 -b .x264fix
# Fixes cmake configuration but build fails.
#%patch10 -p1 -b .extlibfix
+%patch11 -p1 -b .audioprefs
+%patch12 -p1 -b .ffmpegperms
%build
# Out of source build
@@ -293,6 +296,11 @@
%{_includedir}/ADM_coreConfig.h
%changelog
+* Sun Apr 24 2011 Richard Shaw <hobbes1069(a)gmail.com> - 2.5.4-5
+- AAC encoding now working. (Kevin Kolfer)
+- Fedora 15 build dependecy fixed. (Kevin Kolfer)
+- Audio device peferences now remembered.
+
* Wed Apr 20 2011 Richard Shaw <hobbes1069(a)gmail.com> - 2.5.4-4
- Disabled non-working patch for experimental aac encoding with ffmpeg.
- Removed dependency on bundled javascript library. Now uses system library.
13 years, 7 months
rpms/wl-kmod/F-14 wl-kmod.spec,1.62,1.63
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/wl-kmod/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9249
Modified Files:
wl-kmod.spec
Log Message:
* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.100.82.38-1.3
- rebuild for updated kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-14/wl-kmod.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- wl-kmod.spec 4 Apr 2011 05:50:51 -0000 1.62
+++ wl-kmod.spec 24 Apr 2011 07:23:24 -0000 1.63
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 5.100.82.38
-Release: 1%{?dist}.2
+Release: 1%{?dist}.3
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
+* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.100.82.38-1.3
+- rebuild for updated kernel
+
* Mon Apr 04 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.100.82.38-1.2
- rebuild for updated kernel
13 years, 7 months
rpms/psb-kmod/F-14 psb-kmod.spec,1.12,1.13
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/psb-kmod/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9128
Modified Files:
psb-kmod.spec
Log Message:
* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.41.1-14.10
- rebuild for updated kernel
Index: psb-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/psb-kmod/F-14/psb-kmod.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- psb-kmod.spec 13 Apr 2011 15:10:54 -0000 1.12
+++ psb-kmod.spec 24 Apr 2011 07:23:15 -0000 1.13
@@ -7,7 +7,7 @@
Name: psb-kmod
Version: 4.41.1
-Release: 14%{?dist}.9
+Release: 14%{?dist}.10
Summary: Kernel module for Poulsbo graphics chipsets
Group: System Environment/Kernel
@@ -116,6 +116,9 @@
%changelog
+* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.41.1-14.10
+- rebuild for updated kernel
+
* Mon Apr 04 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.41.1-14.9
- rebuild for updated kernel
13 years, 7 months
rpms/nvidia-kmod/F-14 nvidia-kmod.spec,1.79,1.80
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-kmod/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9007
Modified Files:
nvidia-kmod.spec
Log Message:
* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:260.19.36-1.3
- rebuild for updated kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-14/nvidia-kmod.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- nvidia-kmod.spec 4 Apr 2011 05:50:33 -0000 1.79
+++ nvidia-kmod.spec 24 Apr 2011 07:23:06 -0000 1.80
@@ -9,7 +9,7 @@
Epoch: 1
Version: 260.19.36
# Taken over by kmodtool
-Release: 1%{?dist}.2
+Release: 1%{?dist}.3
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -86,6 +86,9 @@
%changelog
+* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:260.19.36-1.3
+- rebuild for updated kernel
+
* Mon Apr 04 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:260.19.36-1.2
- rebuild for updated kernel
13 years, 7 months
rpms/nvidia-96xx-kmod/F-14 nvidia-96xx-kmod.spec,1.40,1.41
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-96xx-kmod/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8886
Modified Files:
nvidia-96xx-kmod.spec
Log Message:
* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.19-1.8
- rebuild for updated kernel
Index: nvidia-96xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/F-14/nvidia-96xx-kmod.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- nvidia-96xx-kmod.spec 4 Apr 2011 05:50:22 -0000 1.40
+++ nvidia-96xx-kmod.spec 24 Apr 2011 07:22:57 -0000 1.41
@@ -7,7 +7,7 @@
Name: nvidia-96xx-kmod
Version: 96.43.19
-Release: 1%{?dist}.7
+Release: 1%{?dist}.8
# Taken over by kmodtool
Summary: NVIDIA 96xx display driver kernel module
Group: System Environment/Kernel
@@ -91,6 +91,9 @@
%changelog
+* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.19-1.8
+- rebuild for updated kernel
+
* Mon Apr 04 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.19-1.7
- rebuild for updated kernel
13 years, 7 months
rpms/nvidia-173xx-kmod/F-14 nvidia-173xx-kmod.spec,1.43,1.44
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8765
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.28-1.10
- rebuild for updated kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-14/nvidia-173xx-kmod.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- nvidia-173xx-kmod.spec 4 Apr 2011 05:50:12 -0000 1.43
+++ nvidia-173xx-kmod.spec 24 Apr 2011 07:22:46 -0000 1.44
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.28
# Taken over by kmodtool
-Release: 1%{?dist}.9
+Release: 1%{?dist}.10
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.28-1.10
+- rebuild for updated kernel
+
* Mon Apr 04 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.28-1.9
- rebuild for updated kernel
13 years, 7 months
rpms/catalyst-kmod/F-14 catalyst-kmod.spec,1.10,1.11
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/catalyst-kmod/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8638
Modified Files:
catalyst-kmod.spec
Log Message:
* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 11.2-1.2
- rebuild for updated kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-14/catalyst-kmod.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- catalyst-kmod.spec 4 Apr 2011 05:50:02 -0000 1.10
+++ catalyst-kmod.spec 24 Apr 2011 07:22:35 -0000 1.11
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 11.2
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -97,6 +97,9 @@
%changelog
+* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 11.2-1.2
+- rebuild for updated kernel
+
* Mon Apr 04 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 11.2-1.1
- rebuild for updated kernel
13 years, 7 months
rpms/xtables-addons-kmod/F-14 xtables-addons-kmod.spec,1.18,1.19
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xtables-addons-kmod/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8467
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.30-1.9
- rebuild for updated kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-14/xtables-addons-kmod.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xtables-addons-kmod.spec 4 Apr 2011 05:55:06 -0000 1.18
+++ xtables-addons-kmod.spec 24 Apr 2011 07:20:23 -0000 1.19
@@ -10,7 +10,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 1.30
-Release: 1%{?dist}.8
+Release: 1%{?dist}.9
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -68,6 +68,9 @@
rm -rf %{buildroot}
%changelog
+* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.30-1.9
+- rebuild for updated kernel
+
* Mon Apr 04 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.30-1.8
- rebuild for updated kernel
13 years, 7 months
rpms/west-chamber-kmod/F-14 west-chamber-kmod.spec,1.14,1.15
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/west-chamber-kmod/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8346
Modified Files:
west-chamber-kmod.spec
Log Message:
* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.1-6.20101017svn.9
- rebuild for updated kernel
Index: west-chamber-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/west-chamber-kmod/F-14/west-chamber-kmod.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- west-chamber-kmod.spec 4 Apr 2011 05:54:56 -0000 1.14
+++ west-chamber-kmod.spec 24 Apr 2011 07:20:14 -0000 1.15
@@ -13,7 +13,7 @@
Name: west-chamber-kmod
Summary: Kernel module (kmod) for west-chamber
Version: 0.0.1
-Release: 6.%{?svndate}svn%{?dist}.8
+Release: 6.%{?svndate}svn%{?dist}.9
License: GPLv2+
Group: System Environment/Kernel
URL: http://code.google.com/p/scholarzhang/
@@ -84,6 +84,9 @@
rm -rf %{buildroot}
%changelog
+* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.1-6.20101017svn.9
+- rebuild for updated kernel
+
* Mon Apr 04 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.1-6.20101017svn.8
- rebuild for updated kernel
13 years, 7 months
rpms/VirtualBox-OSE-kmod/F-14 VirtualBox-OSE-kmod.spec,1.56,1.57
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8225
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.0.2-2.2
- rebuild for updated kernel
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-14/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- VirtualBox-OSE-kmod.spec 4 Apr 2011 05:54:45 -0000 1.56
+++ VirtualBox-OSE-kmod.spec 24 Apr 2011 07:20:04 -0000 1.57
@@ -19,7 +19,7 @@
Name: VirtualBox-OSE-kmod
Version: 4.0.2
-Release: 2%{?dist}.1
+Release: 2%{?dist}.2
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -105,6 +105,9 @@
%changelog
+* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.0.2-2.2
+- rebuild for updated kernel
+
* Mon Apr 04 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.0.2-2.1
- rebuild for updated kernel
13 years, 7 months