rpms/xorg-x11-drv-nvidia-173xx/F-19 00-avoid-glamor.conf, NONE, 1.1 xorg-x11-drv-nvidia-173xx.spec, 1.30, 1.31
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2238
Modified Files:
xorg-x11-drv-nvidia-173xx.spec
Added Files:
00-avoid-glamor.conf
Log Message:
* Sun Dec 01 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 173.14.38-2
- disable glamor module
--- NEW FILE 00-avoid-glamor.conf ---
#This file is provided by xorg-x11-drv-nvidia
#Do not edit
Section "Module"
Disable "glamoregl"
EndSection
Index: xorg-x11-drv-nvidia-173xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx/F-19/xorg-x11-drv-nvidia-173xx.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- xorg-x11-drv-nvidia-173xx.spec 29 Sep 2013 21:58:08 -0000 1.30
+++ xorg-x11-drv-nvidia-173xx.spec 1 Dec 2013 17:26:36 -0000 1.31
@@ -5,7 +5,7 @@
Name: xorg-x11-drv-nvidia-173xx
Version: 173.14.38
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 173xx serie proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -15,6 +15,7 @@
Source1: ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x8...
Source2: 00-nvidia.conf
Source3: nvidia-173xx-xorg.conf
+Source5: 00-avoid-glamor.conf
Source6: blacklist-nouveau.conf
Source11: nvidia-173xx-README.Fedora
Source99: nvidia-settings.desktop
@@ -238,6 +239,7 @@
#Install static driver dependant configuration files
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
install -pm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
+install -pm 0644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
sed -i -e 's|@LIBDIR@|%{_libdir}|g' $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
touch -r %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
install -pm 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/X11/
@@ -303,6 +305,7 @@
%defattr(-,root,root,-)
%doc nvidiapkg/usr/share/doc/*
%config %{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
+%config %{_sysconfdir}/X11/xorg.conf.d/00-avoid-glamor.conf
%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-nouveau.conf
%config(noreplace) %{_sysconfdir}/X11/nvidia-173xx-xorg.conf
#{_initrddir}/nvidia-173xx
@@ -341,6 +344,9 @@
%changelog
+* Sun Dec 01 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 173.14.38-2
+- disable glamor module
+
* Wed Sep 25 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 173.14.38-1
- Update to 173.14.38
10 years, 12 months
rpms/xorg-x11-drv-nvidia-173xx/devel 00-avoid-glamor.conf, NONE, 1.1 xorg-x11-drv-nvidia-173xx.spec, 1.27, 1.28
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1990
Modified Files:
xorg-x11-drv-nvidia-173xx.spec
Added Files:
00-avoid-glamor.conf
Log Message:
* Sun Dec 01 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 173.14.38-2
- disable glamor module
--- NEW FILE 00-avoid-glamor.conf ---
#This file is provided by xorg-x11-drv-nvidia
#Do not edit
Section "Module"
Disable "glamoregl"
EndSection
Index: xorg-x11-drv-nvidia-173xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx/devel/xorg-x11-drv-nvidia-173xx.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xorg-x11-drv-nvidia-173xx.spec 25 Sep 2013 21:19:23 -0000 1.27
+++ xorg-x11-drv-nvidia-173xx.spec 1 Dec 2013 17:21:52 -0000 1.28
@@ -5,7 +5,7 @@
Name: xorg-x11-drv-nvidia-173xx
Version: 173.14.38
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 173xx serie proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -15,6 +15,7 @@
Source1: ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x8...
Source2: 00-nvidia.conf
Source3: nvidia-173xx-xorg.conf
+Source5: 00-avoid-glamor.conf
Source6: blacklist-nouveau.conf
Source11: nvidia-173xx-README.Fedora
Source99: nvidia-settings.desktop
@@ -237,6 +238,7 @@
#Install static driver dependant configuration files
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
install -pm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
+
sed -i -e 's|@LIBDIR@|%{_libdir}|g' $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
touch -r %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
install -pm 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/X11/
@@ -302,6 +304,7 @@
%defattr(-,root,root,-)
%doc nvidiapkg/usr/share/doc/*
%config %{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
+%config %{_sysconfdir}/X11/xorg.conf.d/00-avoid-glamor.conf
%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-nouveau.conf
%config(noreplace) %{_sysconfdir}/X11/nvidia-173xx-xorg.conf
#{_initrddir}/nvidia-173xx
@@ -340,6 +343,9 @@
%changelog
+* Sun Dec 01 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 173.14.38-2
+- disable glamor module
+
* Wed Sep 25 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 173.14.38-1
- Update to 173.14.38
10 years, 12 months
rpms/xorg-x11-drv-nvidia-304xx/F-19 00-avoid-glamor.conf, NONE, 1.1 xorg-x11-drv-nvidia-304xx.spec, 1.11, 1.12
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1758
Modified Files:
xorg-x11-drv-nvidia-304xx.spec
Added Files:
00-avoid-glamor.conf
Log Message:
* Sun Dec 01 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 304.108-2
- disable glamor module
--- NEW FILE 00-avoid-glamor.conf ---
#This file is provided by xorg-x11-drv-nvidia
#Do not edit
Section "Module"
Disable "glamoregl"
EndSection
Index: xorg-x11-drv-nvidia-304xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/F-19/xorg-x11-drv-nvidia-304xx.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xorg-x11-drv-nvidia-304xx.spec 29 Sep 2013 21:27:23 -0000 1.11
+++ xorg-x11-drv-nvidia-304xx.spec 1 Dec 2013 17:17:39 -0000 1.12
@@ -7,7 +7,7 @@
Name: xorg-x11-drv-nvidia-304xx
Version: 304.108
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 304xx serie proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -17,6 +17,7 @@
Source1: ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x8...
Source2: 00-nvidia.conf
Source3: nvidia-xorg.conf
+Source5: 00-avoid-glamor.conf
Source6: blacklist-nouveau.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -226,6 +227,7 @@
#Install static driver dependant configuration files
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
install -pm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
+install -pm 0644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
sed -i -e 's|@LIBDIR@|%{_libdir}|g' $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
sed -i -e 's|nvidia|%{_nvidia_serie}|g' $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
touch -r %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
@@ -339,6 +341,7 @@
%dir %{_sysconfdir}/OpenCL/vendors
%config %{_sysconfdir}/OpenCL/vendors/nvidia.icd
%config %{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
+%config %{_sysconfdir}/X11/xorg.conf.d/00-avoid-glamor.conf
%config(noreplace) %{_prefix}/lib/modprobe.d/blacklist-nouveau.conf
%config(noreplace) %{_sysconfdir}/X11/nvidia-xorg.conf
%{_bindir}/nvidia-bug-report.sh
@@ -388,6 +391,9 @@
%changelog
+* Sun Dec 01 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 304.108-2
+- disable glamor module
+
* Tue Aug 13 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 304.108-1
- Update to 304.108
10 years, 12 months
rpms/xorg-x11-drv-nvidia-304xx/devel 00-avoid-glamor.conf, NONE, 1.1 xorg-x11-drv-nvidia-304xx.spec, 1.2, 1.3
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1562
Modified Files:
xorg-x11-drv-nvidia-304xx.spec
Added Files:
00-avoid-glamor.conf
Log Message:
* Sun Dec 01 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 304.116-2
- disable glamor module
--- NEW FILE 00-avoid-glamor.conf ---
#This file is provided by xorg-x11-drv-nvidia
#Do not edit
Section "Module"
Disable "glamoregl"
EndSection
Index: xorg-x11-drv-nvidia-304xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/devel/xorg-x11-drv-nvidia-304xx.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xorg-x11-drv-nvidia-304xx.spec 1 Dec 2013 11:54:38 -0000 1.2
+++ xorg-x11-drv-nvidia-304xx.spec 1 Dec 2013 17:14:07 -0000 1.3
@@ -7,7 +7,7 @@
Name: xorg-x11-drv-nvidia-304xx
Version: 304.116
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 304xx serie proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -17,6 +17,7 @@
Source1: ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x8...
Source2: 00-nvidia.conf
Source3: nvidia-xorg.conf
+Source5: 00-avoid-glamor.conf
Source6: blacklist-nouveau.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -226,6 +227,7 @@
#Install static driver dependant configuration files
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
install -pm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
+install -pm 0644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
sed -i -e 's|@LIBDIR@|%{_libdir}|g' $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
sed -i -e 's|nvidia|%{_nvidia_serie}|g' $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
touch -r %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
@@ -339,6 +341,7 @@
%dir %{_sysconfdir}/OpenCL/vendors
%config %{_sysconfdir}/OpenCL/vendors/nvidia.icd
%config %{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
+%config %{_sysconfdir}/X11/xorg.conf.d/00-avoid-glamor.conf
%config(noreplace) %{_prefix}/lib/modprobe.d/blacklist-nouveau.conf
%config(noreplace) %{_sysconfdir}/X11/nvidia-xorg.conf
%{_bindir}/nvidia-bug-report.sh
@@ -388,6 +391,9 @@
%changelog
+* Sun Dec 01 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 304.116-2
+- disable glamor module
+
* Sun Dec 01 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 304.116-1
- Update to 304.116
10 years, 12 months
rpms/ndiswrapper-kmod/devel ndiswrapper-kmod.spec, 1.59, 1.60 ndiswrapper-1.58-add_taint.patch, 1.1, NONE
by Leigh Scott
Author: leigh123linux
Update of /cvs/free/rpms/ndiswrapper-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1235
Modified Files:
ndiswrapper-kmod.spec
Removed Files:
ndiswrapper-1.58-add_taint.patch
Log Message:
* Sun Dec 01 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1.59-2
- drop patch
Index: ndiswrapper-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/devel/ndiswrapper-kmod.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ndiswrapper-kmod.spec 1 Dec 2013 16:43:00 -0000 1.59
+++ ndiswrapper-kmod.spec 1 Dec 2013 17:07:55 -0000 1.60
@@ -10,14 +10,13 @@
Summary: Ndiswrapper kernel module
Name: ndiswrapper-kmod
Version: 1.59
-Release: 1%{?pre}%{?dist}
+Release: 2%{?pre}%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
Source0: http://downloads.sf.net/ndiswrapper/ndiswrapper-%{version}%{?pre}.tar.gz
Source11: ndiswrapper-kmodtool-excludekernel-filterfile
Patch0: ndiswrapper-kmod-nomodinfo.patch
-Patch1: ndiswrapper-1.58-add_taint.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
@@ -49,7 +48,6 @@
%setup -q -c -T -a 0 -n %{name}-%{version}%{?pre}
(cd ndiswrapper-%{version}%{?pre} ;
%patch0 -p1 -b .orig
-%patch1 -p1 -b .orig
)
sed -i 's|/sbin/depmod -a|/bin/true|' ndiswrapper-%{version}%{?pre}/driver/Makefile
for kernel_version in %{?kernel_versions} ; do
@@ -77,6 +75,9 @@
%changelog
+* Sun Dec 01 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1.59-2
+- drop patch
+
* Sun Dec 01 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.59-1
- Update to 1.59
--- ndiswrapper-1.58-add_taint.patch DELETED ---
10 years, 12 months
rpms/xorg-x11-drv-catalyst-legacy/devel dead.package,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-catalyst-legacy/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv942/devel
Added Files:
dead.package
Log Message:
dead package
--- NEW FILE dead.package ---
#This package is unmaintained
10 years, 12 months
rpms/catalyst-legacy-kmod/devel dead.package,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-legacy-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv893
Added Files:
dead.package
Log Message:
Dead Package
--- NEW FILE dead.package ---
This package is unmaintained
10 years, 12 months
rpms/catalyst-kmod/devel dead.package, 1.2, 1.3 .cvsignore, 1.7, NONE catalyst-kmod.spec, 1.19, NONE catalyst-kmodtool-excludekernel-filterfile, 1.3, NONE compat_alloc-Makefile.patch, 1.2, NONE fix_proc_perms.patch, 1.1, NONE sources, 1.7, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv837/devel
Added Files:
dead.package
Removed Files:
.cvsignore catalyst-kmod.spec
catalyst-kmodtool-excludekernel-filterfile
compat_alloc-Makefile.patch fix_proc_perms.patch sources
Log Message:
Dead.package
Index: dead.package
===================================================================
RCS file: dead.package
diff -N dead.package
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ dead.package 1 Dec 2013 16:50:30 -0000 1.3
@@ -0,0 +1 @@
+catalyst-kmod is unmaintained
--- .cvsignore DELETED ---
--- catalyst-kmod.spec DELETED ---
--- catalyst-kmodtool-excludekernel-filterfile DELETED ---
--- compat_alloc-Makefile.patch DELETED ---
--- fix_proc_perms.patch DELETED ---
--- sources DELETED ---
10 years, 12 months
rpms/xorg-x11-drv-catalyst/devel dead.package, 1.2, 1.3 00-catalyst-modulepath.conf, 1.1, NONE 01-catalyst-videodriver.conf, 1.1, NONE amdcccle.desktop, 1.1, NONE blacklist-radeon.conf, 1.3, NONE catalyst-README.Fedora, 1.3, NONE catalyst-a-ac-aticonfig, 1.1, NONE catalyst-a-lid-aticonfig, 1.1, NONE catalyst-ati-powermode.sh, 1.1, NONE catalyst-atieventsd.init, 1.1, NONE sources, 1.6, NONE xorg-x11-drv-catalyst.spec, 1.9, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-catalyst/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv722/devel
Added Files:
dead.package
Removed Files:
00-catalyst-modulepath.conf 01-catalyst-videodriver.conf
amdcccle.desktop blacklist-radeon.conf catalyst-README.Fedora
catalyst-a-ac-aticonfig catalyst-a-lid-aticonfig
catalyst-ati-powermode.sh catalyst-atieventsd.init sources
xorg-x11-drv-catalyst.spec
Log Message:
Dead.package
Index: dead.package
===================================================================
RCS file: dead.package
diff -N dead.package
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ dead.package 1 Dec 2013 16:49:28 -0000 1.3
@@ -0,0 +1 @@
+xorg-x11-drv-catalyst is unmaintained
--- 00-catalyst-modulepath.conf DELETED ---
--- 01-catalyst-videodriver.conf DELETED ---
--- amdcccle.desktop DELETED ---
--- blacklist-radeon.conf DELETED ---
--- catalyst-README.Fedora DELETED ---
--- catalyst-a-ac-aticonfig DELETED ---
--- catalyst-a-lid-aticonfig DELETED ---
--- catalyst-ati-powermode.sh DELETED ---
--- catalyst-atieventsd.init DELETED ---
--- sources DELETED ---
--- xorg-x11-drv-catalyst.spec DELETED ---
10 years, 12 months
rpms/wl-kmod/devel wl-kmod.spec,1.77,1.78
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv539
Modified Files:
wl-kmod.spec
Log Message:
* Sun Dec 01 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-3
- Rebuilt for f20 final kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/devel/wl-kmod.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- wl-kmod.spec 30 Sep 2013 08:55:26 -0000 1.77
+++ wl-kmod.spec 1 Dec 2013 16:46:18 -0000 1.78
@@ -3,11 +3,11 @@
# "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
-%global buildforkernels akmod
+%global buildforkernels current
Name: wl-kmod
Version: 6.30.223.141
-Release: 2%{?dist}
+Release: 3%{?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
+* Sun Dec 01 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-3
+- Rebuilt for f20 final kernel
+
* Mon Sep 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-2
- Rebuilt
10 years, 12 months