SPECS (AC-branch): X11-driver-firegl.spec, X11-driver-nvidia-legac...
glen
glen at pld-linux.org
Mon Oct 22 22:42:03 CEST 2007
Author: glen Date: Mon Oct 22 20:42:03 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- disable userspace for alt kernel
---- Files affected:
SPECS:
X11-driver-firegl.spec (1.141.2.13 -> 1.141.2.14) , X11-driver-nvidia-legacy.spec (1.38.2.17 -> 1.38.2.18) , X11-driver-nvidia-legacy2.spec (1.1.2.21 -> 1.1.2.22) , X11-driver-nvidia.spec (1.78.2.9.2.20 -> 1.78.2.9.2.21) , drbd.spec (1.90.4.14 -> 1.90.4.15) , eagle-usb.spec (1.89.2.12 -> 1.89.2.13) , em8300.spec (1.49.2.14 -> 1.49.2.15) , ipp2p.spec (1.52.2.13 -> 1.52.2.14) , libfuse.spec (1.76.2.14 -> 1.76.2.15) , ndiswrapper.spec (1.37.2.19 -> 1.37.2.20) , p2p.spec (1.23.2.15 -> 1.23.2.16) , qemu.spec (1.85.2.18 -> 1.85.2.19) , rt2400.spec (1.48.2.13 -> 1.48.2.14) , shfs.spec (1.66.2.12 -> 1.66.2.13) , submount.spec (1.22.2.12 -> 1.22.2.13) , svgalib.spec (1.165.2.12 -> 1.165.2.13) , unionfs.spec (1.24.2.18 -> 1.24.2.19) , zaptel.spec (1.75.2.24 -> 1.75.2.25) , zd1211.spec (1.28.4.15 -> 1.28.4.16)
---- Diffs:
================================================================
Index: SPECS/X11-driver-firegl.spec
diff -u SPECS/X11-driver-firegl.spec:1.141.2.13 SPECS/X11-driver-firegl.spec:1.141.2.14
--- SPECS/X11-driver-firegl.spec:1.141.2.13 Mon Oct 22 22:24:59 2007
+++ SPECS/X11-driver-firegl.spec Mon Oct 22 22:41:53 2007
@@ -9,15 +9,17 @@
%bcond_with verbose # verbose build (V=1)
%bcond_without incall # include all sources in srpm
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
-#
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
+%endif
+
%define _min_eq_x11 1:6.9.0
%define _max_x11 1:7.0.0
%define x11ver x690
@@ -255,6 +257,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.141.2.14 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.141.2.13 2007/10/22 20:24:59 glen
- unify kernel macros
================================================================
Index: SPECS/X11-driver-nvidia-legacy.spec
diff -u SPECS/X11-driver-nvidia-legacy.spec:1.38.2.17 SPECS/X11-driver-nvidia-legacy.spec:1.38.2.18
--- SPECS/X11-driver-nvidia-legacy.spec:1.38.2.17 Mon Oct 22 22:24:59 2007
+++ SPECS/X11-driver-nvidia-legacy.spec Mon Oct 22 22:41:53 2007
@@ -8,15 +8,17 @@
%bcond_without userspace # don't build userspace programs
%bcond_with verbose # verbose build (V=1)
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
-#
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
+%endif
+
%define _nv_ver 71.86.01
%define _min_x11 6.7.0
#
@@ -328,6 +330,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.38.2.18 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.38.2.17 2007/10/22 20:24:59 glen
- unify kernel macros
================================================================
Index: SPECS/X11-driver-nvidia-legacy2.spec
diff -u SPECS/X11-driver-nvidia-legacy2.spec:1.1.2.21 SPECS/X11-driver-nvidia-legacy2.spec:1.1.2.22
--- SPECS/X11-driver-nvidia-legacy2.spec:1.1.2.21 Mon Oct 22 22:24:59 2007
+++ SPECS/X11-driver-nvidia-legacy2.spec Mon Oct 22 22:41:53 2007
@@ -8,15 +8,17 @@
%bcond_without userspace # don't build userspace programs
%bcond_with verbose # verbose build (V=1)
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
-#
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
+%endif
+
%define _nv_ver 96.43.01
%define _min_x11 6.7.0
%define _rel 56
@@ -322,6 +324,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.1.2.22 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.1.2.21 2007/10/22 20:24:59 glen
- unify kernel macros
================================================================
Index: SPECS/X11-driver-nvidia.spec
diff -u SPECS/X11-driver-nvidia.spec:1.78.2.9.2.20 SPECS/X11-driver-nvidia.spec:1.78.2.9.2.21
--- SPECS/X11-driver-nvidia.spec:1.78.2.9.2.20 Mon Oct 22 22:24:59 2007
+++ SPECS/X11-driver-nvidia.spec Mon Oct 22 22:41:53 2007
@@ -8,15 +8,17 @@
%bcond_without userspace # don't build userspace programs
%bcond_with verbose # verbose build (V=1)
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
-#
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
+%endif
+
%define _nv_ver 100.14.19
%define _min_x11 6.7.0
%define _rel 55
@@ -325,6 +327,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.78.2.9.2.21 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.78.2.9.2.20 2007/10/22 20:24:59 glen
- unify kernel macros
================================================================
Index: SPECS/drbd.spec
diff -u SPECS/drbd.spec:1.90.4.14 SPECS/drbd.spec:1.90.4.15
--- SPECS/drbd.spec:1.90.4.14 Mon Oct 22 22:24:59 2007
+++ SPECS/drbd.spec Mon Oct 22 22:41:53 2007
@@ -9,16 +9,18 @@
%bcond_with verbose # verbose build (V=1)
%bcond_with grsec_kernel # build for kernel-grsecurity
#
+%ifarch sparc
+%undefine with_smp
+%endif
+
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
-#
-%ifarch sparc
-%undefine with_smp
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
%endif
%define _rel 55
@@ -215,6 +217,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.90.4.15 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.90.4.14 2007/10/22 20:24:59 glen
- unify kernel macros
================================================================
Index: SPECS/eagle-usb.spec
diff -u SPECS/eagle-usb.spec:1.89.2.12 SPECS/eagle-usb.spec:1.89.2.13
--- SPECS/eagle-usb.spec:1.89.2.12 Mon Oct 22 22:24:59 2007
+++ SPECS/eagle-usb.spec Mon Oct 22 22:41:53 2007
@@ -12,20 +12,22 @@
%bcond_without cmvs
%bcond_with verbose # verbose build (V=1)
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
%ifarch sparc
# no USB in sparc(32) kernel; just build userspace to use with sparc64 kernel
%undefine with_kernel
%endif
-#
+
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
-#
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
+%endif
+
%define _rel 55
Summary: Linux driver for the Eagle 8051 Analog (sagem f at st 800/840/908/...) modems
Summary(pl): Sterownik dla Linuksa do modemów Eagle 8051 Analog (sagem f at st 800/840/908/...)
@@ -216,6 +218,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.89.2.13 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.89.2.12 2007/10/22 20:24:59 glen
- unify kernel macros
================================================================
Index: SPECS/em8300.spec
diff -u SPECS/em8300.spec:1.49.2.14 SPECS/em8300.spec:1.49.2.15
--- SPECS/em8300.spec:1.49.2.14 Mon Oct 22 22:24:59 2007
+++ SPECS/em8300.spec Mon Oct 22 22:41:53 2007
@@ -10,20 +10,22 @@
%bcond_without userspace # don't build userspace tools
%bcond_with verbose # verbose build (V=1)
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
%ifarch sparc
# kernel modules won't build on sparc32, no I2C in kernel
%undefine with_kernel
%endif
-#
+
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
-#
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
+%endif
+
%define _rel 55
Summary: DXR3 and H+ driver
Summary(pl): Sterowniki dla DXR3 i H+
@@ -273,6 +275,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.49.2.15 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.49.2.14 2007/10/22 20:24:59 glen
- unify kernel macros
================================================================
Index: SPECS/ipp2p.spec
diff -u SPECS/ipp2p.spec:1.52.2.13 SPECS/ipp2p.spec:1.52.2.14
--- SPECS/ipp2p.spec:1.52.2.13 Mon Oct 22 22:24:59 2007
+++ SPECS/ipp2p.spec Mon Oct 22 22:41:53 2007
@@ -8,21 +8,22 @@
%bcond_without userspace # don't build userspace module
%bcond_with verbose # verbose build (V=1)
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
%ifarch sparc
%undefine with_smp
%endif
-#
+
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
-#
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
+%endif
+
%define iptables_ver 1.3.3
-#
%define _rel 55
Summary: IPP2P - a netfilter extension to identify P2P filesharing traffic
Summary(pl): IPP2P - rozszerzenie filtra pakietów identyfikuj±ce ruch P2P
@@ -252,6 +253,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.52.2.14 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.52.2.13 2007/10/22 20:24:59 glen
- unify kernel macros
================================================================
Index: SPECS/libfuse.spec
diff -u SPECS/libfuse.spec:1.76.2.14 SPECS/libfuse.spec:1.76.2.15
--- SPECS/libfuse.spec:1.76.2.14 Mon Oct 22 22:24:59 2007
+++ SPECS/libfuse.spec Mon Oct 22 22:41:53 2007
@@ -8,19 +8,21 @@
%bcond_without userspace # don't build userspace tools
%bcond_with verbose # verbose build (V=1)
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
%ifarch sparc
%undefine with_smp
%endif
-#
+
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
-#
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
+%endif
+
%define _rel 55
Summary: Filesystem in Userspace
Summary(pl): System plików w przestrzeni u¿ytkownika
@@ -265,6 +267,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.76.2.15 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.76.2.14 2007/10/22 20:24:59 glen
- unify kernel macros
================================================================
Index: SPECS/ndiswrapper.spec
diff -u SPECS/ndiswrapper.spec:1.37.2.19 SPECS/ndiswrapper.spec:1.37.2.20
--- SPECS/ndiswrapper.spec:1.37.2.19 Mon Oct 22 22:24:59 2007
+++ SPECS/ndiswrapper.spec Mon Oct 22 22:41:53 2007
@@ -8,15 +8,17 @@
%bcond_without up # don't build UP module
%bcond_with verbose # verbose build (V=1)
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
-#
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
+%endif
+
%define _rel 55
Summary: Tools to "wrap around" NDIS drivers
Summary(pl): Narzêdzia "opakowuj±ce" sterowniki NDIS
@@ -223,6 +225,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.37.2.20 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.37.2.19 2007/10/22 20:24:59 glen
- unify kernel macros
================================================================
Index: SPECS/p2p.spec
diff -u SPECS/p2p.spec:1.23.2.15 SPECS/p2p.spec:1.23.2.16
--- SPECS/p2p.spec:1.23.2.15 Mon Oct 22 22:24:59 2007
+++ SPECS/p2p.spec Mon Oct 22 22:41:53 2007
@@ -8,21 +8,22 @@
%bcond_without userspace # don't build userspace module
%bcond_with verbose # verbose build (V=1)
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
%ifarch sparc
%undefine with_smp
%endif
-#
+
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
+%endif
%define no_install_post_compress_modules 1
-
%define iptables_ver 1.3.3
%define _rel 55
@@ -211,6 +212,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23.2.16 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.23.2.15 2007/10/22 20:24:59 glen
- unify kernel macros
================================================================
Index: SPECS/qemu.spec
diff -u SPECS/qemu.spec:1.85.2.18 SPECS/qemu.spec:1.85.2.19
--- SPECS/qemu.spec:1.85.2.18 Mon Oct 22 22:24:59 2007
+++ SPECS/qemu.spec Mon Oct 22 22:41:53 2007
@@ -16,20 +16,22 @@
%bcond_without smp # don't build SMP module
%bcond_without userspace # don't build userspace utilities
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
# no kernel kqemu module for ppc
%ifarch ppc
%undefine with_kqemu
%undefine with_kernel
%endif
-#
+
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
+%endif
%define _kqemu_version 1.3.0pre11
%define _rel 55
@@ -346,6 +348,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.85.2.19 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.85.2.18 2007/10/22 20:24:59 glen
- unify kernel macros
================================================================
Index: SPECS/rt2400.spec
diff -u SPECS/rt2400.spec:1.48.2.13 SPECS/rt2400.spec:1.48.2.14
--- SPECS/rt2400.spec:1.48.2.13 Mon Oct 22 22:30:26 2007
+++ SPECS/rt2400.spec Mon Oct 22 22:41:53 2007
@@ -8,18 +8,20 @@
%bcond_without userspace # don't build userspace module
%bcond_with verbose # verbose build (V=1)
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
%ifarch sparc
%undefine with_smp
%endif
-#
+
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
+%endif
%define snap -cvs-20060911
%define _rel 55
@@ -174,6 +176,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.48.2.14 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.48.2.13 2007/10/22 20:30:26 glen
- %requires_releq_kernel_* already tightens the requirement
================================================================
Index: SPECS/shfs.spec
diff -u SPECS/shfs.spec:1.66.2.12 SPECS/shfs.spec:1.66.2.13
--- SPECS/shfs.spec:1.66.2.12 Mon Oct 22 22:24:59 2007
+++ SPECS/shfs.spec Mon Oct 22 22:41:53 2007
@@ -8,18 +8,20 @@
%bcond_with verbose # verbose build (V=1)
%bcond_without userspace # don't build userspace tools
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
%ifarch sparc
%undefine with_smp
%endif
-#
+
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
+%endif
%define _rel 55
Summary: (Secure) SHell FileSystem utilities
@@ -198,6 +200,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.66.2.13 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.66.2.12 2007/10/22 20:24:59 glen
- unify kernel macros
================================================================
Index: SPECS/submount.spec
diff -u SPECS/submount.spec:1.22.2.12 SPECS/submount.spec:1.22.2.13
--- SPECS/submount.spec:1.22.2.12 Mon Oct 22 22:24:59 2007
+++ SPECS/submount.spec Mon Oct 22 22:41:53 2007
@@ -8,18 +8,20 @@
%bcond_without userspace # don't build userspace utilities
%bcond_with verbose # verbose build (V=1)
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
%ifarch sparc
%undefine with_smp
%endif
-#
+
%if %{without kernel}
%undefine with_dist_kernel
%endif
-#
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine with_userspace
+%endif
%define _rel 55
Summary: Automatically mounts and unmounts removable media devices
@@ -200,6 +202,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22.2.13 2007/10/22 20:41:53 glen
+- disable userspace for alt kernel
+
Revision 1.22.2.12 2007/10/22 20:24:59 glen
- unify kernel macros
================================================================
Index: SPECS/svgalib.spec
diff -u SPECS/svgalib.spec:1.165.2.12 SPECS/svgalib.spec:1.165.2.13
--- SPECS/svgalib.spec:1.165.2.12 Mon Oct 22 22:24:59 2007
+++ SPECS/svgalib.spec Mon Oct 22 22:41:53 2007
@@ -8,7 +8,7 @@
%bcond_without smp # don't build SMP module
%bcond_without userspace # don't build userspace packages
%bcond_with grsec_kernel # build for kernel-grsecurity
-#
+
<<Diff was trimmed, longer than 597 lines>>
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/X11-driver-firegl.spec?r1=1.141.2.13&r2=1.141.2.14&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/X11-driver-nvidia-legacy.spec?r1=1.38.2.17&r2=1.38.2.18&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/X11-driver-nvidia-legacy2.spec?r1=1.1.2.21&r2=1.1.2.22&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/X11-driver-nvidia.spec?r1=1.78.2.9.2.20&r2=1.78.2.9.2.21&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/drbd.spec?r1=1.90.4.14&r2=1.90.4.15&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/eagle-usb.spec?r1=1.89.2.12&r2=1.89.2.13&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/em8300.spec?r1=1.49.2.14&r2=1.49.2.15&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ipp2p.spec?r1=1.52.2.13&r2=1.52.2.14&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libfuse.spec?r1=1.76.2.14&r2=1.76.2.15&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ndiswrapper.spec?r1=1.37.2.19&r2=1.37.2.20&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/p2p.spec?r1=1.23.2.15&r2=1.23.2.16&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qemu.spec?r1=1.85.2.18&r2=1.85.2.19&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rt2400.spec?r1=1.48.2.13&r2=1.48.2.14&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/shfs.spec?r1=1.66.2.12&r2=1.66.2.13&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/submount.spec?r1=1.22.2.12&r2=1.22.2.13&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/svgalib.spec?r1=1.165.2.12&r2=1.165.2.13&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/unionfs.spec?r1=1.24.2.18&r2=1.24.2.19&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/zaptel.spec?r1=1.75.2.24&r2=1.75.2.25&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/zd1211.spec?r1=1.28.4.15&r2=1.28.4.16&f=u
More information about the pld-cvs-commit
mailing list