rpms/openafs/F-15 openafs-1.6.0-fPIC.patch, NONE, 1.1 openafs.spec, 1.14, 1.15
by Jack Neely
Author: jjneely
Update of /cvs/free/rpms/openafs/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8830
Modified Files:
openafs.spec
Added Files:
openafs-1.6.0-fPIC.patch
Log Message:
* Thu Aug 04 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-0.pre7.2
- BuildReq autoconf
- Patch osconf.m4 to force building with -fPIC as there were still
objects used in libraries that were not build with -fPIC
- Removed the CCOBJ environment variable with the configure line
openafs-1.6.0-fPIC.patch:
osconf.m4 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--- NEW FILE openafs-1.6.0-fPIC.patch ---
--- src/cf/osconf.m4.orig 2011-08-05 13:46:52.780804506 -0400
+++ src/cf/osconf.m4 2011-08-05 13:50:10.734686871 -0400
@@ -240,7 +240,7 @@
amd64_linux*)
CCOBJ="${CC} -fPIC"
KERN_OPTMZ=-O2
- MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}'
+ MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS} -fPIC'
MT_LIBS="-lpthread"
PAM_OPTMZ=-O2
PAM_CFLAGS="-Dlinux -DLINUX_PAM -fPIC"
@@ -263,8 +263,9 @@
;;
i386_linux*)
+ CCOBJ="${CC} -fPIC"
KERN_OPTMZ=-O2
- MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}'
+ MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS} -fPIC'
MT_LIBS="-lpthread"
DBG=-g
KERN_DBG=-g
Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/F-15/openafs.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- openafs.spec 25 Jul 2011 15:15:42 -0000 1.14
+++ openafs.spec 5 Aug 2011 19:19:26 -0000 1.15
@@ -15,7 +15,7 @@
Summary: Enterprise Network File System
Name: openafs
Version: 1.6.0
-Release: 0.%{pre}.1%{?dist}
+Release: 0.%{pre}.2%{?dist}
License: IBM
Group: System Environment/Daemons
URL: http://www.openafs.org
@@ -28,7 +28,9 @@
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: krb5-devel, pam-devel, ncurses-devel, flex, byacc, bison
-BuildRequires: automake
+BuildRequires: automake, autoconf
+
+Patch0: openafs-1.6.0-fPIC.patch
%description
The AFS distributed filesystem. AFS is a distributed filesystem
@@ -92,6 +94,9 @@
%prep
%setup -q -b 1 -n openafs-%{version}%{pre}
+# This changes osconf.m4 to build with -fPIC on i386 and x86_64
+%patch0
+
# Convert the licese to UTF-8
mv src/LICENSE src/LICENSE~
iconv -f ISO-8859-1 -t UTF8 src/LICENSE~ > src/LICENSE
@@ -116,8 +121,7 @@
--disable-kernel-module \
--disable-strip-binaries \
--enable-supergroups \
- --with-krb5-conf=/usr/bin/krb5-config \
- CCOBJ=-fPIC
+ --with-krb5-conf=/usr/bin/krb5-config
# Build is not SMP compliant
make $RPM_OPT_FLGS all_nolibafs
@@ -316,6 +320,12 @@
%{_datadir}/openafs/C/afszcm.cat
%changelog
+* Thu Aug 04 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-0.pre7.2
+- BuildReq autoconf
+- Patch osconf.m4 to force building with -fPIC as there were still
+ objects used in libraries that were not build with -fPIC
+- Removed the CCOBJ environment variable with the configure line
+
* Mon Jul 25 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-0.pre7.1
- rpmFusion Bug 1783
- Populate and set SELinux context for the AFS cache directory
13 years, 3 months
rpms/openafs/F-14 openafs-1.4.14-fPIC.patch, NONE, 1.1 openafs.spec, 1.8, 1.9
by Jack Neely
Author: jjneely
Update of /cvs/free/rpms/openafs/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5054
Modified Files:
openafs.spec
Added Files:
openafs-1.4.14-fPIC.patch
Log Message:
* Thu Aug 04 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.14.1-2
- BuildReq automake and autoconf
- Patch osconf.m4 to force building with -fPIC as there were still
objects used in libraries that were not build with -fPIC
- Removed the CCOBJ environment variable with the configure line
openafs-1.4.14-fPIC.patch:
osconf.m4 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- NEW FILE openafs-1.4.14-fPIC.patch ---
--- src/cf/osconf.m4.orig 2011-08-05 10:50:28.331936670 -0400
+++ src/cf/osconf.m4 2011-08-05 12:32:32.530773075 -0400
@@ -312,7 +312,7 @@
CCOBJ="${CC} -fPIC"
KERN_OPTMZ=-O2
LEX="flex -l"
- MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}'
+ MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS} -fPIC'
MT_LIBS="-lpthread"
PAM_CFLAGS="-g -O2 -Dlinux -DLINUX_PAM -fPIC"
SHLIB_CFLAGS="-fPIC"
@@ -368,11 +368,11 @@
i386_linux*)
CC="gcc -pipe"
- CCOBJ="gcc -pipe"
+ CCOBJ="gcc -pipe -fPIC"
MT_CC="gcc -pipe"
KERN_OPTMZ=-O2
LEX="flex -l"
- MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}'
+ MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS} -fPIC'
MT_LIBS="-lpthread"
DBG=-g
KERN_DBG=-g
Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/F-14/openafs.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openafs.spec 25 Jul 2011 15:44:06 -0000 1.8
+++ openafs.spec 5 Aug 2011 19:07:27 -0000 1.9
@@ -13,7 +13,7 @@
Summary: Enterprise Network File System
Name: openafs
Version: 1.4.14.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: IBM
Group: System Environment/Daemons
URL: http://www.openafs.org
@@ -26,6 +26,9 @@
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: krb5-devel, pam-devel, ncurses-devel, flex, byacc, bison
+BuildRequires: automake, autoconf
+
+Patch0: openafs-1.4.14-fPIC.patch
%description
The AFS distributed filesystem. AFS is a distributed filesystem
@@ -89,6 +92,9 @@
%prep
%setup -q -b 1 -n openafs-%{version}
+# This changes osconf.m4 to build with -fPIC on i386 and x86_64
+%patch0
+
# Convert the licese to UTF-8
mv src/LICENSE src/LICENSE~
iconv -f ISO-8859-1 -t UTF8 src/LICENSE~ > src/LICENSE
@@ -113,8 +119,7 @@
--disable-kernel-module \
--disable-strip-binaries \
--enable-supergroups \
- --with-krb5-conf=/usr/bin/krb5-config \
- CCOBJ=-fPIC
+ --with-krb5-conf=/usr/bin/krb5-config
# Build is not SMP compliant
make $RPM_OPT_FLGS all_nolibafs
@@ -306,6 +311,12 @@
%changelog
+* Thu Aug 04 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.14.1-2
+- BuildReq automake and autoconf
+- Patch osconf.m4 to force building with -fPIC as there were still
+ objects used in libraries that were not build with -fPIC
+- Removed the CCOBJ environment variable with the configure line
+
* Mon Jul 25 2011 Jack Neely <jjneely(a)ncsu.edu> 0.1.4.14.1-1
- Updated to OpenAFS version 1.4.14.1
- Populate cache directory even though we use memcache by default
13 years, 3 months
rpms/staging-kmod/F-15 staging-kmod.spec,1.23,1.24
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25144
Modified Files:
staging-kmod.spec
Log Message:
* Fri Aug 05 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.40-4
- fix BRCM drivers by building their util module for real
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-15/staging-kmod.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- staging-kmod.spec 1 Aug 2011 18:28:39 -0000 1.23
+++ staging-kmod.spec 5 Aug 2011 18:37:57 -0000 1.24
@@ -1,7 +1,7 @@
# akmods not supported
# which drivers to built
-%global stgdrvs ASUS_OLED ATH6K_LEGACY BATMAN_ADV BRCMSMAC BRCMFMAC BCM_WIMAX DRM_PSB EASYCAP ECHO EPL ET131X FB_UDL FB_XGI FT1000_USB HECI HYPERV IDE_PHISON INTEL_MEI LINE6_USB RTS_PSTOR RAMZSWAP R8187SE R8712U RTL8192SU RTL8192E RTL8192U SBE_2T3E3 SLICOSS SOLO6X10 TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 USB_ENESTORAGE W35UND PRISM2_USB VT6655 VT6656 XVMALLOC ZRAM ZCACHE
+%global stgdrvs ASUS_OLED ATH6K_LEGACY BATMAN_ADV BRCMUTIL BCM_WIMAX DRM_PSB EASYCAP ECHO EPL ET131X FB_UDL FB_XGI FT1000_USB HECI HYPERV IDE_PHISON INTEL_MEI LINE6_USB RTS_PSTOR RAMZSWAP R8187SE R8712U RTL8192SU RTL8192E RTL8192U SBE_2T3E3 SLICOSS SOLO6X10 TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 USB_ENESTORAGE W35UND PRISM2_USB VT6655 VT6656 XVMALLOC ZRAM ZCACHE
# avoid this error:
# /usr/lib/rpm/debugedit: canonicalization unexpectedly shrank by one character
@@ -20,7 +20,7 @@
Name: staging-kmod
Version: 2.6.40
-Release: %{?prever:0.}3%{?prever:.%{prever}}%{?dist}
+Release: %{?prever:0.}4%{?prever:.%{prever}}%{?dist}
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -66,8 +66,8 @@
for module in %{stgdrvs} ; do
configops="CONFIG_${module}=m"
case "${module}" in
- BRCM?MAC)
- configops="${configops} CONFIG_BRCMUTIL=y "
+ BRCMUTIL)
+ configops="${configops} CONFIG_BRCMSMAC=m CONFIG_BRCMFMAC=m"
;;
CX25821)
configops="${configops} CONFIG_CX25821_ALSA=m"
@@ -111,7 +111,7 @@
make %{?_smp_mflags} -C "${kernel_version##*___}" SUBDIRS=${PWD}/_kmod_build_${kernel_version%%___*}/drivers/staging/ modules ${configops}
case "${module}" in
- BRCM?MAC)
+ BRCMUTIL)
# move modules down one level to catch them during install
mv ${PWD}/_kmod_build_${kernel_version%%___*}/drivers/staging/brcm80211/*/*.ko ${PWD}/_kmod_build_${kernel_version%%___*}/drivers/staging/brcm80211/
;;
@@ -137,6 +137,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Aug 05 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.40-4
+- fix BRCM drivers by building their util module for real
+
* Mon Aug 01 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.40-3
- bump release to 3 to avoid tagging problems in cvs
- make it obvious that akmods are not supported and remove buildforkernels
13 years, 3 months
rpms/freetype-freeworld/devel .cvsignore, 1.10, 1.11 freetype-freeworld.spec, 1.17, 1.18 sources, 1.10, 1.11 freetype-2.4.5-CVE-2011-0226.patch, 1.1, NONE
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/freetype-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26597/devel
Modified Files:
.cvsignore freetype-freeworld.spec sources
Removed Files:
freetype-2.4.5-CVE-2011-0226.patch
Log Message:
* Thu Aug 04 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.6-1
- Update to 2.4.6 (matches Fedora freetype)
- Drop freetype-2.4.5-CVE-2011-0226.patch (fixed upstream)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 25 Jul 2011 11:17:51 -0000 1.10
+++ .cvsignore 4 Aug 2011 16:36:51 -0000 1.11
@@ -1 +1 @@
-freetype-2.4.5.tar.bz2
+freetype-2.4.6.tar.bz2
Index: freetype-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/freetype-freeworld.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- freetype-freeworld.spec 25 Jul 2011 11:27:44 -0000 1.17
+++ freetype-freeworld.spec 4 Aug 2011 16:36:51 -0000 1.18
@@ -1,6 +1,6 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
-Version: 2.4.5
+Version: 2.4.6
Release: 1%{?dist}
License: FTL or GPLv2+
Group: System Environment/Libraries
@@ -14,7 +14,6 @@
# Security patches
Patch89: freetype-2.4.2-CVE-2010-3311.patch
-Patch90: freetype-2.4.5-CVE-2011-0226.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
@@ -44,7 +43,6 @@
%patch46 -p1 -b .enable-valid
%patch89 -p1 -b .CVE-2010-3311
-%patch90 -p1 -b .CVE-2011-0226
%build
@@ -89,6 +87,10 @@
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Thu Aug 04 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.6-1
+- Update to 2.4.6 (matches Fedora freetype)
+- Drop freetype-2.4.5-CVE-2011-0226.patch (fixed upstream)
+
* Mon Jul 25 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.5-1
- Update to 2.4.5 (matches Fedora freetype)
- Drop upstreamed auto-autohint patches
Index: sources
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 25 Jul 2011 11:17:51 -0000 1.10
+++ sources 4 Aug 2011 16:36:51 -0000 1.11
@@ -1 +1 @@
-90428a6d8ec4876cd1eb94858c2a59b0 freetype-2.4.5.tar.bz2
+5e6510613f612809d2d7862592b92ab7 freetype-2.4.6.tar.bz2
--- freetype-2.4.5-CVE-2011-0226.patch DELETED ---
13 years, 3 months
rpms/kdenlive/F-14 kdenlive-0.8-fix-glu.patch,NONE,1.1
by Ryan Rix
Author: rrix
Update of /cvs/free/rpms/kdenlive/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17064
Added Files:
kdenlive-0.8-fix-glu.patch
Log Message:
add patches
kdenlive-0.8-fix-glu.patch:
videoglwidget.cpp | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE kdenlive-0.8-fix-glu.patch ---
diff -Nur kdenlive-0.8/src/videoglwidget.cpp kdenlive-0.8-fedora/src/videoglwidget.cpp
--- kdenlive-0.8/src/videoglwidget.cpp 2011-04-26 12:44:22.000000000 -0700
+++ kdenlive-0.8-fedora/src/videoglwidget.cpp 2011-07-21 18:16:34.680295693 -0700
@@ -1,6 +1,7 @@
#include <QtGui>
#include <QtOpenGL>
+#include <GL/glu.h>
#include "videoglwidget.h"
#ifndef GL_TEXTURE_RECTANGLE_EXT
13 years, 3 months
rpms/kdenlive/F-15 kdenlive-0.8-fix-glu.patch,NONE,1.1
by Ryan Rix
Author: rrix
Update of /cvs/free/rpms/kdenlive/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16630
Added Files:
kdenlive-0.8-fix-glu.patch
Log Message:
add patches
kdenlive-0.8-fix-glu.patch:
videoglwidget.cpp | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE kdenlive-0.8-fix-glu.patch ---
diff -Nur kdenlive-0.8/src/videoglwidget.cpp kdenlive-0.8-fedora/src/videoglwidget.cpp
--- kdenlive-0.8/src/videoglwidget.cpp 2011-04-26 12:44:22.000000000 -0700
+++ kdenlive-0.8-fedora/src/videoglwidget.cpp 2011-07-21 18:16:34.680295693 -0700
@@ -1,6 +1,7 @@
#include <QtGui>
#include <QtOpenGL>
+#include <GL/glu.h>
#include "videoglwidget.h"
#ifndef GL_TEXTURE_RECTANGLE_EXT
13 years, 3 months
rpms/nvidia-kmod/devel nvidia-kmod.spec,1.81,1.82
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24873
Modified Files:
nvidia-kmod.spec
Log Message:
Fix for akmod
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- nvidia-kmod.spec 2 Aug 2011 21:41:10 -0000 1.81
+++ nvidia-kmod.spec 3 Aug 2011 18:37:34 -0000 1.82
@@ -9,7 +9,7 @@
Epoch: 1
Version: 280.13
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -51,7 +51,7 @@
%ifarch %{ix86}
cp -a nvidiapkg-x86 _kmod_build_${kernel_version%%___*}
%else
- cp -a nvidiapkg-x86_64 _kmod_build_${kernel_version%%___*}
+ cp -a nvidiapkg-x64 _kmod_build_${kernel_version%%___*}
%endif
done
@@ -86,7 +86,7 @@
%changelog
-* Tue Aug 02 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-1
+* Tue Aug 02 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2
- Update to 280.13
* Sun Jul 24 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.11-1
13 years, 3 months
rpms/nvidia-kmod/F-15 nvidia-kmod.spec,1.91,1.92
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24474
Modified Files:
nvidia-kmod.spec
Log Message:
Fix prep for akmod
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/nvidia-kmod.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- nvidia-kmod.spec 3 Aug 2011 18:24:33 -0000 1.91
+++ nvidia-kmod.spec 3 Aug 2011 18:36:59 -0000 1.92
@@ -9,7 +9,7 @@
Epoch: 1
Version: 280.13
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -51,7 +51,7 @@
%ifarch %{ix86}
cp -a nvidiapkg-x86 _kmod_build_${kernel_version%%___*}
%else
- cp -a nvidiapkg-x86_64 _kmod_build_${kernel_version%%___*}
+ cp -a nvidiapkg-x64 _kmod_build_${kernel_version%%___*}
%endif
done
@@ -86,7 +86,7 @@
%changelog
-* Tue Aug 02 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-1
+* Tue Aug 02 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2
- Update to 280.13
* Sun Jul 24 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.11-1
13 years, 3 months
rpms/xorg-x11-drv-nvidia/F-15 sources, 1.34, 1.35 .cvsignore, 1.34, 1.35 xorg-x11-drv-nvidia.spec, 1.64, 1.65
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20012
Modified Files:
sources .cvsignore xorg-x11-drv-nvidia.spec
Log Message:
Update to 280.13
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-15/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources 22 Jul 2011 19:56:53 -0000 1.34
+++ sources 3 Aug 2011 18:27:04 -0000 1.35
@@ -1,2 +1,2 @@
-8c0b4392c9222023d0827e2743c42d40 NVIDIA-Linux-x86-275.21.run
-c488c30a6ad4660a4c4ef0c680332ab2 NVIDIA-Linux-x86_64-275.21.run
+c3992c8cef02b7773a398640d8830e77 NVIDIA-Linux-x86-280.13.run
+8f0e8d88a824f0bed27faa56a939a4f6 NVIDIA-Linux-x86_64-280.13.run
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-15/.cvsignore,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- .cvsignore 22 Jul 2011 19:56:53 -0000 1.34
+++ .cvsignore 3 Aug 2011 18:27:04 -0000 1.35
@@ -1,2 +1,2 @@
-NVIDIA-Linux-x86-275.21.run
-NVIDIA-Linux-x86_64-275.21.run
+NVIDIA-Linux-x86-280.13.run
+NVIDIA-Linux-x86_64-280.13.run
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-15/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- xorg-x11-drv-nvidia.spec 22 Jul 2011 19:56:53 -0000 1.64
+++ xorg-x11-drv-nvidia.spec 3 Aug 2011 18:27:04 -0000 1.65
@@ -6,7 +6,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
-Version: 275.21
+Version: 280.13
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@@ -75,11 +75,14 @@
%filter_from_provides /^libvdpau_nvidia\.so\.1/d;
%filter_from_provides /^libXvMCNVIDIA_dynamic\.so\.1/d;
%filter_from_provides /^libglx\.so/d;
+%filter_from_provides /^libcuda\.so\.1/d;
%filter_from_requires /^libnvidia/d;
%filter_from_requires /^libGLCore\.so/d;
%filter_from_requires /^libGL\.so/d;
%filter_from_requires /^libvdpau_nvidia\.so\.1/d;
%filter_from_requires /^libXvMCNVIDIA_dynamic\.so\.1/d;
+%filter_from_requires /^libglx\.so/d;
+%filter_from_requires /^libcuda\.so\.1/d;
%filter_setup
}
@@ -341,11 +344,18 @@
%changelog
-* Fri Jul 22 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:275.21-1
-- Update to 275.21
+* Tue Aug 02 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-1
+- Update to 280.13
-* Sun Jul 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:275.19-1
-- Update to 275.19
+* Sun Jul 24 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.11-1
+- Update to 280.11
+
+* Tue Jul 05 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.04-2
+- Fix filter_from_requires/provides libglx.so
+- Fix filter_from_requires/provides libcuda.so.1
+
+* Fri Jul 01 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.04-1
+- Update to 280.04 (beta)
* Tue Jun 14 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:275.09.07-1
- Update to 275.09.07
13 years, 3 months
rpms/nvidia-kmod/F-15 sources, 1.34, 1.35 .cvsignore, 1.34, 1.35 nvidia-kmod.spec, 1.90, 1.91
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19050
Modified Files:
sources .cvsignore nvidia-kmod.spec
Log Message:
Update to 280.13
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources 22 Jul 2011 20:00:57 -0000 1.34
+++ sources 3 Aug 2011 18:24:33 -0000 1.35
@@ -1 +1 @@
-3470f6a236fe3cf3d1189680f0b53b06 nvidia-kmod-data-275.21.tar.bz2
+c5728cbe2d975fcfb2cde71303032db3 nvidia-kmod-data-280.13.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/.cvsignore,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- .cvsignore 22 Jul 2011 20:00:57 -0000 1.34
+++ .cvsignore 3 Aug 2011 18:24:33 -0000 1.35
@@ -1 +1 @@
-nvidia-kmod-data-275.21.tar.bz2
+nvidia-kmod-data-280.13.tar.bz2
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/nvidia-kmod.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- nvidia-kmod.spec 31 Jul 2011 10:05:44 -0000 1.90
+++ nvidia-kmod.spec 3 Aug 2011 18:24:33 -0000 1.91
@@ -3,13 +3,13 @@
# "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 akmod
Name: nvidia-kmod
Epoch: 1
-Version: 275.21
+Version: 280.13
# Taken over by kmodtool
-Release: 1%{?dist}.1
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -51,7 +51,7 @@
%ifarch %{ix86}
cp -a nvidiapkg-x86 _kmod_build_${kernel_version%%___*}
%else
- cp -a nvidiapkg-x64 _kmod_build_${kernel_version%%___*}
+ cp -a nvidiapkg-x86_64 _kmod_build_${kernel_version%%___*}
%endif
done
@@ -86,20 +86,14 @@
%changelog
-* Sun Jul 31 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:275.21-1.1
-- rebuild for updated kernel
+* Tue Aug 02 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-1
+- Update to 280.13
-* Fri Jul 22 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:275.21-1
-- Update to 275.21
+* Sun Jul 24 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.11-1
+- Update to 280.11
-* Sun Jul 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:275.19-1
-- Update to 275.19
-
-* Tue Jul 12 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:275.09.07-1.2
-- Rebuild for updated kernel
-
-* Wed Jun 15 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:275.09.07-1.1
-- rebuild for updated kernel
+* Fri Jul 01 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.04-1
+- Update to 280.04 (beta)
* Tue Jun 14 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:275.09.07-1
- Update to 275.09.07
@@ -107,15 +101,6 @@
* Wed Jun 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.41.19-1
- Update to 270.41.19
-* Sat Jun 04 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:270.41.06-2.1
-- rebuild for updated kernel
-
-* Sun May 29 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.41.06-2
-- Build for current
-
-* Sat May 28 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:270.41.06-1.1
-- rebuild for updated kernel
-
* Sat Apr 30 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.41.06-1
- Update to 270.41.06
13 years, 3 months