rpms/nvidia-kmod/F-19 nvidia-kmod.spec,1.155,1.156
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17700/F-19
Modified Files:
nvidia-kmod.spec
Log Message:
Fix for ARM kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia-kmod.spec,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- nvidia-kmod.spec 3 Dec 2013 22:20:17 -0000 1.155
+++ nvidia-kmod.spec 11 Dec 2013 23:25:57 -0000 1.156
@@ -64,13 +64,17 @@
%build
for kernel_version in %{?kernel_versions}; do
pushd _kmod_build_${kernel_version%%___*}/kernel/
- make %{?_smp_mflags} IGNORE_CC_MISMATCH=1 KERNEL_UNAME="${kernel_version%%___*}" \
+ make %{?_smp_mflags} \
+ KERNEL_UNAME="${kernel_version%%___*}" SYSSRC="${kernel_version##*___}" \
+ IGNORE_CC_MISMATCH=1 IGNORE_XEN_PRESENCE=1 IGNORE_PREEMPT_RT_PRESENCE=1 \
%{?_nv_build_module_instances:NV_BUILD_MODULE_INSTANCES=%{?_nv_build_module_instances}} \
- SYSSRC="${kernel_version##*___}" module
+ module
popd
pushd _kmod_build_${kernel_version%%___*}/kernel/uvm
- make %{?_smp_mflags} IGNORE_CC_MISMATCH=1 KERNEL_UNAME="${kernel_version%%___*}" \
- SYSSRC="${kernel_version##*___}" module
+ make %{?_smp_mflags} \
+ KERNEL_UNAME="${kernel_version%%___*}" SYSSRC="${kernel_version##*___}" \
+ IGNORE_CC_MISMATCH=1 IGNORE_XEN_PRESENCE=1 IGNORE_PREEMPT_RT_PRESENCE=1 \
+ module
popd
done
@@ -90,6 +94,9 @@
%changelog
+* Wed Dec 11 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-9
+- Resort and IGNORE XEN/RT Checks
+
* Tue Dec 03 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-3.1
- Rebuilt for kernel
10 years, 11 months
rpms/xorg-x11-drv-nvidia/F-19 xorg-x11-drv-nvidia.spec,1.114,1.115
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16142/F-19
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
Backport
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-19/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- xorg-x11-drv-nvidia.spec 13 Nov 2013 21:13:03 -0000 1.114
+++ xorg-x11-drv-nvidia.spec 11 Dec 2013 22:57:16 -0000 1.115
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
Version: 331.20
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -68,13 +68,17 @@
%{?filter_setup:
%filter_from_provides /^libnvidia/d;
+%filter_from_provides /^libEGL\.so/d;
%filter_from_provides /^libGLcore\.so/d;
%filter_from_provides /^libGL\.so/d;
+%filter_from_provides /^libGLES.*\.so/d;
%filter_from_provides /^libvdpau_nvidia\.so\.1/d;
%filter_from_provides /^libglx\.so/d;
%filter_from_requires /^libnvidia/d;
+%filter_from_requires /^libEGL\.so/d;
%filter_from_requires /^libGLcore\.so/d;
%filter_from_requires /^libGL\.so/d;
+%filter_from_requires /^libGLES.*\.so/d;
%filter_from_requires /^libvdpau_nvidia\.so\.1/d;
%filter_from_requires /^libglx\.so/d;
%filter_setup
@@ -429,8 +433,12 @@
%{_nvidia_libdir}/libOpenCL.so
%{_nvidia_libdir}/libnvidia-compiler.so
%{_nvidia_libdir}/libnvidia-encode.so
+%{_nvidia_libdir}/libnvidia-ifr.so
+%{_nvidia_libdir}/libnvidia-opencl.so
+%{_nvidia_libdir}/tls/libnvidia-tls.so
+%{_libdir}/vdpau/libvdpau_nvidia.so
%endif
-%ifarch i686
+%ifarch i686 armv7hl
%{_nvidia_libdir}/libEGL.so
%{_nvidia_libdir}/libGLESv1_CM.so
%{_nvidia_libdir}/libGLESv2.so
@@ -441,15 +449,15 @@
%{_nvidia_libdir}/libGL.so
%{_nvidia_libdir}/libnvidia-glcore.so
%{_nvidia_libdir}/libnvidia-fbc.so
-%{_nvidia_libdir}/libnvidia-ifr.so
%{_nvidia_libdir}/libnvcuvid.so
%{_nvidia_libdir}/libnvidia-ml.so
-%{_nvidia_libdir}/libnvidia-opencl.so
-%{_nvidia_libdir}/tls/libnvidia-tls.so
%{_libdir}/libcuda.so
-%{_libdir}/vdpau/libvdpau_nvidia.so
%changelog
+* Wed Dec 11 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-5
+- Add filter on libEGL and libGLES to avoid race with mesa
+- Fix build on ARM
+
* Wed Nov 13 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-4
- Revert %%pretrans move - rfbz#3027
10 years, 11 months
rpms/xorg-x11-drv-nvidia/devel xorg-x11-drv-nvidia.spec,1.124,1.125
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16090
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
Fix build on ARM and race with mesa
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- xorg-x11-drv-nvidia.spec 11 Dec 2013 21:59:49 -0000 1.124
+++ xorg-x11-drv-nvidia.spec 11 Dec 2013 22:56:57 -0000 1.125
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
Version: 331.20
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -433,8 +433,12 @@
%{_nvidia_libdir}/libOpenCL.so
%{_nvidia_libdir}/libnvidia-compiler.so
%{_nvidia_libdir}/libnvidia-encode.so
+%{_nvidia_libdir}/libnvidia-ifr.so
+%{_nvidia_libdir}/libnvidia-opencl.so
+%{_nvidia_libdir}/tls/libnvidia-tls.so
+%{_libdir}/vdpau/libvdpau_nvidia.so
%endif
-%ifarch i686
+%ifarch i686 armv7hl
%{_nvidia_libdir}/libEGL.so
%{_nvidia_libdir}/libGLESv1_CM.so
%{_nvidia_libdir}/libGLESv2.so
@@ -445,15 +449,15 @@
%{_nvidia_libdir}/libGL.so
%{_nvidia_libdir}/libnvidia-glcore.so
%{_nvidia_libdir}/libnvidia-fbc.so
-%{_nvidia_libdir}/libnvidia-ifr.so
%{_nvidia_libdir}/libnvcuvid.so
%{_nvidia_libdir}/libnvidia-ml.so
-%{_nvidia_libdir}/libnvidia-opencl.so
-%{_nvidia_libdir}/tls/libnvidia-tls.so
%{_libdir}/libcuda.so
-%{_libdir}/vdpau/libvdpau_nvidia.so
%changelog
+* Wed Dec 11 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-5
+- Add filter on libEGL and libGLES to avoid race with mesa
+- Fix build on ARM
+
* Wed Nov 13 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-4
- Revert %%pretrans move - rfbz#3027
10 years, 11 months
rpms/xorg-x11-drv-nvidia/devel xorg-x11-drv-nvidia.spec,1.123,1.124
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13937
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
Add filter from provides/requires libEGL and libGLESv{1,2}
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- xorg-x11-drv-nvidia.spec 13 Nov 2013 21:12:46 -0000 1.123
+++ xorg-x11-drv-nvidia.spec 11 Dec 2013 21:59:49 -0000 1.124
@@ -68,13 +68,17 @@
%{?filter_setup:
%filter_from_provides /^libnvidia/d;
+%filter_from_provides /^libEGL\.so/d;
%filter_from_provides /^libGLcore\.so/d;
%filter_from_provides /^libGL\.so/d;
+%filter_from_provides /^libGLES.*\.so/d;
%filter_from_provides /^libvdpau_nvidia\.so\.1/d;
%filter_from_provides /^libglx\.so/d;
%filter_from_requires /^libnvidia/d;
+%filter_from_requires /^libEGL\.so/d;
%filter_from_requires /^libGLcore\.so/d;
%filter_from_requires /^libGL\.so/d;
+%filter_from_requires /^libGLES.*\.so/d;
%filter_from_requires /^libvdpau_nvidia\.so\.1/d;
%filter_from_requires /^libglx\.so/d;
%filter_setup
10 years, 11 months
rpms/openmw/F-19 .cvsignore, 1.2, 1.3 openmw-datapath.patch, 1.1, 1.2 openmw.spec, 1.1, 1.2 sources, 1.2, 1.3 openmw-bund_libs.patch, 1.1, NONE
by Alexandre Moine
Author: nobrakal
Update of /cvs/free/rpms/openmw/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9868/F-19
Modified Files:
.cvsignore openmw-datapath.patch openmw.spec sources
Removed Files:
openmw-bund_libs.patch
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 13 Oct 2013 18:44:20 -0000 1.2
+++ .cvsignore 10 Dec 2013 20:41:01 -0000 1.3
@@ -1 +1 @@
-openmw-0.26.0-source.tar.gz
+openmw-0.27.0-source.tar.gz
openmw-datapath.patch:
linuxpath.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: openmw-datapath.patch
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/openmw-datapath.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openmw-datapath.patch 13 Oct 2013 18:44:20 -0000 1.1
+++ openmw-datapath.patch 10 Dec 2013 20:41:01 -0000 1.2
@@ -1,6 +1,6 @@
-diff -Naur openmw-0.26.0.orig/components/files/linuxpath.cpp openmw-0.26.0/components/files/linuxpath.cpp
---- openmw-0.26.0.orig/components/files/linuxpath.cpp 2013-09-06 03:49:35.000000000 -0500
-+++ openmw-0.26.0/components/files/linuxpath.cpp 2013-09-15 08:00:41.674024032 -0500
+diff -Naur openmw-0.27.0.orig/components/files/linuxpath.cpp openmw-0.26.0/components/files/linuxpath.cpp
+--- openmw-0.27.0.orig/components/files/linuxpath.cpp 2013-09-06 03:49:35.000000000 -0500
++++ openmw-0.27.0/components/files/linuxpath.cpp 2013-09-15 08:00:41.674024032 -0500
@@ -76,7 +76,7 @@
boost::filesystem::path LinuxPath::getGlobalDataPath() const
Index: openmw.spec
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/openmw.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openmw.spec 13 Oct 2013 18:44:20 -0000 1.1
+++ openmw.spec 10 Dec 2013 20:41:01 -0000 1.2
@@ -1,16 +1,14 @@
Name: openmw
-Version: 0.26.0
-Release: 6%{?dist}
+Version: 0.27.0
+Release: 1%{?dist}
Summary: Unofficial open source engine re-implementation of the game Morrowind
License: GPLv3 and MIT and zlib
URL: https://openmw.org/
Source0: https://openmw.googlecode.com/files/%{name}-%{version}-source.tar.gz
-# Unbundle tinyxml
-Patch0: openmw-bund_libs.patch
# Fix data path from /usr/share/games/openmw to /usr/share/openmw/data
-Patch1: openmw-datapath.patch
+Patch0: openmw-datapath.patch
BuildRequires: cmake
BuildRequires: boost-devel
@@ -49,8 +47,7 @@
%prep
%setup -q -c %{name}-%{version}
-%patch0 -p1 -b .bund_libs
-%patch1 -p1 -b .datapath
+%patch0 -p1 -b .datapath
# Remove bundled tinyxml files
rm -f extern/oics/tiny*.*
@@ -68,10 +65,9 @@
make %{?_smp_mflags}
-
%install
pushd build
-%make_install
+%make_install
popd
desktop-file-validate %{buildroot}/%{_datadir}/applications/opencs.desktop
desktop-file-validate %{buildroot}/%{_datadir}/applications/openmw.desktop
@@ -82,8 +78,7 @@
rm -rf %{buildroot}%{_datadir}/licenses
# Create data directory
-mkdir -p %{buildroot}%{_datadir}/%{name}/data
-
+mkdir -p %{buildroot}/%{_datadir}/%{name}/data
%files
%doc GPL3.txt readme.txt _tmpdoc/*
@@ -101,6 +96,10 @@
%changelog
+* Fri Nov 29 2013 Alexandre Moine <nobrakal(a)fedoraproject.org> 0.27.0-1
+- Update to the new 0.27.0
+- Retire patch to unbundle tinyxml, this was solved in upstream.
+
* Wed Sep 18 2013 Alexandre Moine <nobrakal(a)fedoraproject.org> 0.26.0-6
- Change Licenses Tag
Index: sources
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 13 Oct 2013 18:44:20 -0000 1.2
+++ sources 10 Dec 2013 20:41:01 -0000 1.3
@@ -1 +1 @@
-4b2084c5f6711a00c73018091a6f11ca openmw-0.26.0-source.tar.gz
+28cad4edd465fdd2de1095894a60a5c2 openmw-0.27.0-source.tar.gz
--- openmw-bund_libs.patch DELETED ---
10 years, 11 months
rpms/openmw/devel .cvsignore, 1.2, 1.3 openmw-datapath.patch, 1.1, 1.2 openmw.spec, 1.1, 1.2 sources, 1.2, 1.3 openmw-bund_libs.patch, 1.1, NONE
by Alexandre Moine
Author: nobrakal
Update of /cvs/free/rpms/openmw/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9466/devel
Modified Files:
.cvsignore openmw-datapath.patch openmw.spec sources
Removed Files:
openmw-bund_libs.patch
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openmw/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 13 Oct 2013 17:00:57 -0000 1.2
+++ .cvsignore 10 Dec 2013 20:33:37 -0000 1.3
@@ -1 +1 @@
-openmw-0.26.0-source.tar.gz
+openmw-0.27.0-source.tar.gz
openmw-datapath.patch:
linuxpath.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: openmw-datapath.patch
===================================================================
RCS file: /cvs/free/rpms/openmw/devel/openmw-datapath.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openmw-datapath.patch 13 Oct 2013 17:00:57 -0000 1.1
+++ openmw-datapath.patch 10 Dec 2013 20:33:37 -0000 1.2
@@ -1,6 +1,6 @@
-diff -Naur openmw-0.26.0.orig/components/files/linuxpath.cpp openmw-0.26.0/components/files/linuxpath.cpp
---- openmw-0.26.0.orig/components/files/linuxpath.cpp 2013-09-06 03:49:35.000000000 -0500
-+++ openmw-0.26.0/components/files/linuxpath.cpp 2013-09-15 08:00:41.674024032 -0500
+diff -Naur openmw-0.27.0.orig/components/files/linuxpath.cpp openmw-0.26.0/components/files/linuxpath.cpp
+--- openmw-0.27.0.orig/components/files/linuxpath.cpp 2013-09-06 03:49:35.000000000 -0500
++++ openmw-0.27.0/components/files/linuxpath.cpp 2013-09-15 08:00:41.674024032 -0500
@@ -76,7 +76,7 @@
boost::filesystem::path LinuxPath::getGlobalDataPath() const
Index: openmw.spec
===================================================================
RCS file: /cvs/free/rpms/openmw/devel/openmw.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openmw.spec 13 Oct 2013 17:00:57 -0000 1.1
+++ openmw.spec 10 Dec 2013 20:33:38 -0000 1.2
@@ -1,16 +1,14 @@
Name: openmw
-Version: 0.26.0
-Release: 6%{?dist}
+Version: 0.27.0
+Release: 1%{?dist}
Summary: Unofficial open source engine re-implementation of the game Morrowind
License: GPLv3 and MIT and zlib
URL: https://openmw.org/
Source0: https://openmw.googlecode.com/files/%{name}-%{version}-source.tar.gz
-# Unbundle tinyxml
-Patch0: openmw-bund_libs.patch
# Fix data path from /usr/share/games/openmw to /usr/share/openmw/data
-Patch1: openmw-datapath.patch
+Patch0: openmw-datapath.patch
BuildRequires: cmake
BuildRequires: boost-devel
@@ -49,8 +47,7 @@
%prep
%setup -q -c %{name}-%{version}
-%patch0 -p1 -b .bund_libs
-%patch1 -p1 -b .datapath
+%patch0 -p1 -b .datapath
# Remove bundled tinyxml files
rm -f extern/oics/tiny*.*
@@ -68,10 +65,9 @@
make %{?_smp_mflags}
-
%install
pushd build
-%make_install
+%make_install
popd
desktop-file-validate %{buildroot}/%{_datadir}/applications/opencs.desktop
desktop-file-validate %{buildroot}/%{_datadir}/applications/openmw.desktop
@@ -82,8 +78,7 @@
rm -rf %{buildroot}%{_datadir}/licenses
# Create data directory
-mkdir -p %{buildroot}%{_datadir}/%{name}/data
-
+mkdir -p %{buildroot}/%{_datadir}/%{name}/data
%files
%doc GPL3.txt readme.txt _tmpdoc/*
@@ -101,6 +96,10 @@
%changelog
+* Fri Nov 29 2013 Alexandre Moine <nobrakal(a)fedoraproject.org> 0.27.0-1
+- Update to the new 0.27.0
+- Retire patch to unbundle tinyxml, this was solved in upstream.
+
* Wed Sep 18 2013 Alexandre Moine <nobrakal(a)fedoraproject.org> 0.26.0-6
- Change Licenses Tag
Index: sources
===================================================================
RCS file: /cvs/free/rpms/openmw/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 13 Oct 2013 17:00:57 -0000 1.2
+++ sources 10 Dec 2013 20:33:38 -0000 1.3
@@ -1 +1 @@
-4b2084c5f6711a00c73018091a6f11ca openmw-0.26.0-source.tar.gz
+28cad4edd465fdd2de1095894a60a5c2 openmw-0.27.0-source.tar.gz
--- openmw-bund_libs.patch DELETED ---
10 years, 11 months
rpms/vlc/devel vlc.spec, 1.194, 1.195 sources, 1.66, 1.67 .cvsignore, 1.56, 1.57
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8819
Modified Files:
vlc.spec sources .cvsignore
Log Message:
Update to 2.1.2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- vlc.spec 28 Nov 2013 23:12:38 -0000 1.194
+++ vlc.spec 10 Dec 2013 20:08:26 -0000 1.195
@@ -29,8 +29,8 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 2.1.1
-Release: 2%{?dist}
+Version: 2.1.2
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -488,6 +488,9 @@
%changelog
+* Tue Dec 10 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.1.2-1
+- Update to 2.1.2
+
* Thu Nov 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.1.1-2
- Rebuilt for live555
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/sources,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- sources 14 Nov 2013 12:11:51 -0000 1.66
+++ sources 10 Dec 2013 20:08:27 -0000 1.67
@@ -1 +1 @@
-1331cd853d56762c96afcb92dd498348 vlc-2.1.1.tar.xz
+fb6787ad749aadcfaeab3471939b3426 vlc-2.1.2.tar.xz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/.cvsignore,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- .cvsignore 14 Nov 2013 12:11:51 -0000 1.56
+++ .cvsignore 10 Dec 2013 20:08:27 -0000 1.57
@@ -1 +1 @@
-vlc-2.1.1.tar.xz
+vlc-2.1.2.tar.xz
10 years, 11 months
rpms/wl-kmod/devel wl-kmod.spec,1.79,1.80
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7620
Modified Files:
wl-kmod.spec
Log Message:
* Tue Dec 10 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-5
- Rebuilt for f20 final kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/devel/wl-kmod.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- wl-kmod.spec 7 Dec 2013 18:24:03 -0000 1.79
+++ wl-kmod.spec 10 Dec 2013 19:24:04 -0000 1.80
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 6.30.223.141
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -90,6 +90,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Dec 10 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-5
+- Rebuilt for f20 final kernel
+
* Sat Dec 07 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-4
- Rebuilt for f20 final kernel
10 years, 11 months
rpms/nvidia-kmod/devel nvidia-kmod.spec,1.144,1.145
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7496
Modified Files:
nvidia-kmod.spec
Log Message:
* Tue Dec 10 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-8
- Rebuilt for f20 final kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- nvidia-kmod.spec 7 Dec 2013 18:23:54 -0000 1.144
+++ nvidia-kmod.spec 10 Dec 2013 19:23:55 -0000 1.145
@@ -9,7 +9,7 @@
Epoch: 1
Version: 331.20
# Taken over by kmodtool
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -90,6 +90,9 @@
%changelog
+* Tue Dec 10 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-8
+- Rebuilt for f20 final kernel
+
* Sat Dec 07 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-7
- Rebuilt for f20 final kernel
10 years, 11 months
rpms/nvidia-304xx-kmod/devel nvidia-304xx-kmod.spec,1.8,1.9
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7371
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Tue Dec 10 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.116-4
- Rebuilt for f20 final kernel
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/devel/nvidia-304xx-kmod.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nvidia-304xx-kmod.spec 7 Dec 2013 18:23:43 -0000 1.8
+++ nvidia-304xx-kmod.spec 10 Dec 2013 19:23:47 -0000 1.9
@@ -8,7 +8,7 @@
Name: nvidia-304xx-kmod
Version: 304.116
# Taken over by kmodtool
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -80,6 +80,9 @@
%changelog
+* Tue Dec 10 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.116-4
+- Rebuilt for f20 final kernel
+
* Sat Dec 07 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.116-3
- Rebuilt for f20 final kernel
10 years, 11 months