rpms/thunderbird-enigmail/devel xulrunner-prtime.patch, NONE, 1.1 .cvsignore, 1.17, 1.18 sources, 1.18, 1.19 thunderbird-enigmail.spec, 1.23, 1.24 thunderbird-mozconfig, 1.8, 1.9 xulrunner-10.0-gcc47.patch, 1.2, 1.3 mozilla-724615.patch, 1.1, NONE mozilla-733867-x.patch, 1.2, NONE mozilla-file.patch, 1.1, NONE
by Remi Collet
Author: remi
Update of /cvs/free/rpms/thunderbird-enigmail/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25725
Modified Files:
.cvsignore sources thunderbird-enigmail.spec
thunderbird-mozconfig xulrunner-10.0-gcc47.patch
Added Files:
xulrunner-prtime.patch
Removed Files:
mozilla-724615.patch mozilla-733867-x.patch mozilla-file.patch
Log Message:
Enigmail 1.4.2 for Thunderbird 13.0
xulrunner-prtime.patch:
PHal.ipdl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE xulrunner-prtime.patch ---
diff -up mozilla-release/hal/sandbox/PHal.ipdl.old mozilla-release/hal/sandbox/PHal.ipdl
--- mozilla-release/hal/sandbox/PHal.ipdl.old 2012-06-01 14:04:00.000000000 +0200
+++ mozilla-release/hal/sandbox/PHal.ipdl 2012-06-05 09:15:02.524408100 +0200
@@ -39,7 +39,7 @@
include protocol PContent;
include protocol PBrowser;
-include "nspr/prtime.h";
+include "prtime.h";
include "mozilla/HalSensor.h";
include "mozilla/HalTypes.h";
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore 28 Apr 2012 15:30:34 -0000 1.17
+++ .cvsignore 5 Jun 2012 18:14:12 -0000 1.18
@@ -1,2 +1,2 @@
-thunderbird-12.0.source.tar.bz2
-enigmail-1.4.1.tar.gz
+enigmail-1.4.2.tar.gz
+thunderbird-13.0.source.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources 28 Apr 2012 15:30:34 -0000 1.18
+++ sources 5 Jun 2012 18:14:12 -0000 1.19
@@ -1,2 +1,2 @@
-7b30b72472a65bce74ba0ae60e4d4e6c thunderbird-12.0.source.tar.bz2
-0eba75fbcf8f0bb32d538df102fbb8e9 enigmail-1.4.1.tar.gz
+ed608e1cd4cd20b96f7f5afdbf081141 enigmail-1.4.2.tar.gz
+0134c67c30e8598f2a64ea004d5bc4bc thunderbird-13.0.source.tar.bz2
Index: thunderbird-enigmail.spec
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/devel/thunderbird-enigmail.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- thunderbird-enigmail.spec 1 May 2012 07:44:47 -0000 1.23
+++ thunderbird-enigmail.spec 5 Jun 2012 18:14:12 -0000 1.24
@@ -14,9 +14,10 @@
%global sqlite_version 3.7.10
%global libnotify_version 0.4
%global libvpx_version 1.0.0
+%global _default_patch_fuzz 2
-%global thunver 12.0
-%global thunmax 13.0
+%global thunver 13.0
+%global thunmax 14.0
# The tarball is pretty inconsistent with directory structure.
# Sometimes there is a top level directory. That goes here.
@@ -34,11 +35,11 @@
Summary: Authentication and encryption extension for Mozilla Thunderbird
Name: thunderbird-enigmail
-Version: 1.4.1
+Version: 1.4.2
%if 0%{?prever:1}
Release: 0.1.%{prever}%{?dist}
%else
-Release: 2%{?dist}
+Release: 1%{?dist}
%endif
URL: http://enigmail.mozdev.org/
License: MPLv1.1 or GPLv2+
@@ -66,15 +67,12 @@
Patch8: xulrunner-10.0-secondary-ipc.patch
# Build patches
-Patch102: mozilla-733867-x.patch
-Patch103: mozilla-file.patch
Patch104: xulrunner-10.0-gcc47.patch
+Patch105: xulrunner-prtime.patch
+
# Linux specific
Patch200: thunderbird-8.0-enable-addons.patch
-# ARM Specific
-Patch210: mozilla-724615.patch
-
%if %{official_branding}
# Required by Mozilla Corporation
@@ -85,6 +83,7 @@
%endif
BuildRequires: nspr-devel >= %{nspr_version}
+BuildRequires: nss-static
BuildRequires: nss-devel >= %{nss_version}
BuildRequires: cairo-devel >= %{cairo_version}
BuildRequires: libnotify-devel >= %{libnotify_version}
@@ -148,13 +147,11 @@
cd mozilla
%patch7 -p2 -b .static
%patch8 -p3 -b .secondary-ipc
-%patch103 -p1 -b .mozilla-file
%patch104 -p1 -b .gcc47
+%patch105 -p1 -b .prtime
cd ..
-%patch102 -p1 -b .733867
%patch200 -p1 -b .addons
-%patch210 -p1 -b .724615
%if %{official_branding}
# Required by Mozilla Corporation
@@ -259,6 +256,9 @@
# ===== Enigmail work =====
pushd mailnews/extensions/enigmail
./makemake -r
+popd
+
+pushd objdir/mailnews/extensions/enigmail
make
make xpi
popd
@@ -270,8 +270,7 @@
cd %{tarballdir}
mkdir -p %{buildroot}%{enigmail_extname}
-
-unzip -q mozilla/dist/bin/enigmail-*-linux-*.xpi -d %{buildroot}%{enigmail_extname}
+unzip -q objdir/mozilla/dist/bin/enigmail-*-linux-*.xpi -d %{buildroot}%{enigmail_extname}
%files
@@ -281,6 +280,9 @@
#===============================================================================
%changelog
+* Tue Jun 05 2012 Remi Collet <remi(a)fedoraproject.org> 1.4.2-1
+- Enigmail 1.4.2 for Thunderbird 13.0
+
* Tue May 01 2012 Remi Collet <remi(a)fedoraproject.org> 1.4.1-2
- spec cleanups
Index: thunderbird-mozconfig
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/devel/thunderbird-mozconfig,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- thunderbird-mozconfig 28 Apr 2012 15:30:34 -0000 1.8
+++ thunderbird-mozconfig 5 Jun 2012 18:14:12 -0000 1.9
@@ -1,6 +1,6 @@
mk_add_options MOZ_CO_PROJECT=mail
ac_add_options --enable-application=mail
-mk_add_options MOZ_OBJDIR=@TOPSRCDIR@
+mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir
mk_add_options AUTOCONF=autoconf-2.13
#ac_add_options --with-system-png
xulrunner-10.0-gcc47.patch:
Makefile.in | 3 +++
1 file changed, 3 insertions(+)
Index: xulrunner-10.0-gcc47.patch
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/devel/xulrunner-10.0-gcc47.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xulrunner-10.0-gcc47.patch 28 Apr 2012 15:30:34 -0000 1.2
+++ xulrunner-10.0-gcc47.patch 5 Jun 2012 18:14:12 -0000 1.3
@@ -1,15 +1,3 @@
-diff -up mozilla-beta/ipc/chromium/src/base/time_posix.cc.gcc47 mozilla-beta/ipc/chromium/src/base/time_posix.cc
---- mozilla-beta/ipc/chromium/src/base/time_posix.cc.gcc47 2012-01-24 03:00:00.000000000 -0500
-+++ mozilla-beta/ipc/chromium/src/base/time_posix.cc 2012-01-30 14:12:49.198472212 -0500
-@@ -14,6 +14,8 @@
- #include <time.h>
- #endif
-
-+#include <unistd.h>
-+
- #include <limits>
-
- #include "base/basictypes.h"
diff -up mozilla-beta/toolkit/crashreporter/client/Makefile.in.gcc47 mozilla-beta/toolkit/crashreporter/client/Makefile.in
--- mozilla-beta/toolkit/crashreporter/client/Makefile.in.gcc47 2012-01-30 14:41:14.475441039 -0500
+++ mozilla-beta/toolkit/crashreporter/client/Makefile.in 2012-01-30 14:43:03.587646656 -0500
--- mozilla-724615.patch DELETED ---
--- mozilla-733867-x.patch DELETED ---
--- mozilla-file.patch DELETED ---
12 years, 5 months
rpms/xtables-addons/devel xtables-addons.spec,1.8,1.9
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12369/devel
Modified Files:
xtables-addons.spec
Log Message:
Fix for UsrMove
Index: xtables-addons.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/xtables-addons.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xtables-addons.spec 12 Apr 2012 21:31:39 -0000 1.8
+++ xtables-addons.spec 5 Jun 2012 12:21:11 -0000 1.9
@@ -1,7 +1,7 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
Version: 1.42
-Release: 1%{?dist}
+Release: 2%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
Group: System Environment/Base
@@ -56,10 +56,6 @@
rm -f geoip/{Makefile*,.gitignore}
chmod 0644 geoip/*
-# move ipset to /sbin
-install -d %{buildroot}/sbin
-mv %{buildroot}/%{_sbindir}/ipset %{buildroot}/sbin
-
# There is no -devel package. So no need for these files
rm -f %{buildroot}%{_libdir}/*.{la,so}
@@ -91,13 +87,16 @@
%doc LICENSE README doc/* geoip
%attr(0755,root,root) %{_initddir}/*
%config(noreplace) %{_sysconfdir}/sysconfig/*
-/%{_lib}/xtables/*.so
+%{_libdir}/xtables/*.so
%{_libdir}/*.so.*
-/sbin/ipset
+%{_sbindir}/ipset
%{_sbindir}/*
%{_mandir}/man?/*
%changelog
+* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.42-2
+- Fix for UsrMove - rfbz#2360
+
* Thu Apr 12 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.42-1
- Update to 1.42
12 years, 5 months
rpms/xtables-addons/F-17 xtables-addons.spec,1.8,1.9
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12369/F-17
Modified Files:
xtables-addons.spec
Log Message:
Fix for UsrMove
Index: xtables-addons.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-17/xtables-addons.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xtables-addons.spec 12 Apr 2012 21:31:02 -0000 1.8
+++ xtables-addons.spec 5 Jun 2012 12:21:11 -0000 1.9
@@ -1,7 +1,7 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
Version: 1.42
-Release: 1%{?dist}
+Release: 2%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
Group: System Environment/Base
@@ -56,10 +56,6 @@
rm -f geoip/{Makefile*,.gitignore}
chmod 0644 geoip/*
-# move ipset to /sbin
-install -d %{buildroot}/sbin
-mv %{buildroot}/%{_sbindir}/ipset %{buildroot}/sbin
-
# There is no -devel package. So no need for these files
rm -f %{buildroot}%{_libdir}/*.{la,so}
@@ -91,13 +87,16 @@
%doc LICENSE README doc/* geoip
%attr(0755,root,root) %{_initddir}/*
%config(noreplace) %{_sysconfdir}/sysconfig/*
-/%{_lib}/xtables/*.so
+%{_libdir}/xtables/*.so
%{_libdir}/*.so.*
-/sbin/ipset
+%{_sbindir}/ipset
%{_sbindir}/*
%{_mandir}/man?/*
%changelog
+* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.42-2
+- Fix for UsrMove - rfbz#2360
+
* Thu Apr 12 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.42-1
- Update to 1.42
12 years, 5 months
rpms/wl-kmod/F-17 wl-kmod.spec,1.71,1.72
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10561
Modified Files:
wl-kmod.spec
Log Message:
* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-2.13
- Rebuilt for updated kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-17/wl-kmod.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- wl-kmod.spec 27 May 2012 13:59:36 -0000 1.71
+++ wl-kmod.spec 5 Jun 2012 11:31:27 -0000 1.72
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 5.100.82.112
-Release: 2%{?dist}.12
+Release: 2%{?dist}.13
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -83,6 +83,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-2.13
+- Rebuilt for updated kernel
+
* Sun May 27 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-2.12
- Rebuilt for updated kernel
12 years, 5 months
rpms/nvidia-kmod/F-17 nvidia-kmod.spec,1.113,1.114
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10440
Modified Files:
nvidia-kmod.spec
Log Message:
* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:295.53-1.3
- Rebuilt for updated kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-17/nvidia-kmod.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- nvidia-kmod.spec 27 May 2012 13:59:23 -0000 1.113
+++ nvidia-kmod.spec 5 Jun 2012 11:31:16 -0000 1.114
@@ -9,7 +9,7 @@
Epoch: 1
Version: 295.53
# 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
@@ -77,6 +77,9 @@
%changelog
+* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:295.53-1.3
+- Rebuilt for updated kernel
+
* Sun May 27 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:295.53-1.2
- Rebuilt for updated kernel
12 years, 5 months
rpms/nvidia-173xx-kmod/F-17 nvidia-173xx-kmod.spec,1.50,1.51
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10316
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.34-1.3
- Rebuilt for updated kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-17/nvidia-173xx-kmod.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- nvidia-173xx-kmod.spec 27 May 2012 13:59:13 -0000 1.50
+++ nvidia-173xx-kmod.spec 5 Jun 2012 11:31:03 -0000 1.51
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.34
# Taken over by kmodtool
-Release: 1%{?dist}.2
+Release: 1%{?dist}.3
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.34-1.3
+- Rebuilt for updated kernel
+
* Sun May 27 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.34-1.2
- Rebuilt for updated kernel
12 years, 5 months
rpms/catalyst-kmod/F-17 catalyst-kmod.spec,1.25,1.26
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10192
Modified Files:
catalyst-kmod.spec
Log Message:
* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.13
- Rebuilt for updated kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-17/catalyst-kmod.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- catalyst-kmod.spec 27 May 2012 13:59:03 -0000 1.25
+++ catalyst-kmod.spec 5 Jun 2012 11:30:52 -0000 1.26
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 11.11
-Release: 1%{?dist}.12
+Release: 1%{?dist}.13
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -97,6 +97,9 @@
%changelog
+* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.13
+- Rebuilt for updated kernel
+
* Sun May 27 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.12
- Rebuilt for updated kernel
12 years, 5 months
rpms/xtables-addons-kmod/F-17 xtables-addons-kmod.spec,1.34,1.35
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10068
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.42-2.7
- Rebuilt for updated kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-17/xtables-addons-kmod.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- xtables-addons-kmod.spec 27 May 2012 13:58:53 -0000 1.34
+++ xtables-addons-kmod.spec 5 Jun 2012 11:30:40 -0000 1.35
@@ -8,7 +8,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 1.42
-Release: 2%{?dist}.6
+Release: 2%{?dist}.7
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -66,6 +66,9 @@
rm -rf %{buildroot}
%changelog
+* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.42-2.7
+- Rebuilt for updated kernel
+
* Sun May 27 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.42-2.6
- Rebuilt for updated kernel
12 years, 5 months
rpms/west-chamber-kmod/F-17 west-chamber-kmod.spec,1.25,1.26
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/west-chamber-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9944
Modified Files:
west-chamber-kmod.spec
Log Message:
* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.17
- Rebuilt for updated kernel
Index: west-chamber-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/west-chamber-kmod/F-17/west-chamber-kmod.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- west-chamber-kmod.spec 27 May 2012 13:58:44 -0000 1.25
+++ west-chamber-kmod.spec 5 Jun 2012 11:30:28 -0000 1.26
@@ -11,7 +11,7 @@
Name: west-chamber-kmod
Summary: Kernel module (kmod) for west-chamber
Version: 0.0.1
-Release: 7.%{?svndate}svn%{?dist}.16
+Release: 7.%{?svndate}svn%{?dist}.17
License: GPLv2+
Group: System Environment/Kernel
URL: http://code.google.com/p/scholarzhang/
@@ -82,6 +82,9 @@
rm -rf %{buildroot}
%changelog
+* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.17
+- Rebuilt for updated kernel
+
* Sun May 27 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.16
- Rebuilt for updated kernel
12 years, 5 months
rpms/VirtualBox-OSE-kmod/F-17 VirtualBox-OSE-kmod.spec,1.76,1.77
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9820
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.14-2.4
- Rebuilt for updated kernel
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-17/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- VirtualBox-OSE-kmod.spec 27 May 2012 13:58:35 -0000 1.76
+++ VirtualBox-OSE-kmod.spec 5 Jun 2012 11:30:18 -0000 1.77
@@ -18,7 +18,7 @@
Name: VirtualBox-OSE-kmod
Version: 4.1.14
-Release: 2%{?dist}.3
+Release: 2%{?dist}.4
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -96,6 +96,9 @@
%changelog
+* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.14-2.4
+- Rebuilt for updated kernel
+
* Sun May 27 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.14-2.3
- Rebuilt for updated kernel
12 years, 5 months