SPECS: libICE.spec, libSM.spec, libX11.spec, libXau.spec, libXaw.s...

arekm arekm at pld-linux.org
Mon Aug 15 01:07:12 CEST 2005


Author: arekm                        Date: Sun Aug 14 23:07:12 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- modular X11R7.0-RC0 version (desc from trojan version to keep diffs as smallest as it's possible)

---- Files affected:
SPECS:
   libICE.spec (1.13 -> 1.14) , libSM.spec (1.14 -> 1.15) , libX11.spec (1.15 -> 1.16) , libXau.spec (1.12 -> 1.13) , libXaw.spec (1.18 -> 1.19) , libXcomposite.spec (1.12 -> 1.13) , libXcursor.spec (1.11 -> 1.12) , libXdamage.spec (1.9 -> 1.10) , libXdmcp.spec (1.14 -> 1.15) , libXext.spec (1.12 -> 1.13) , libXfixes.spec (1.12 -> 1.13) , libXfont.spec (1.12 -> 1.13) , libXft.spec (1.14 -> 1.15) , libXinerama.spec (1.2 -> 1.3) , libXi.spec (1.10 -> 1.11) , libXmu.spec (1.16 -> 1.17) , libXpm.spec (1.12 -> 1.13) , libXp.spec (1.2 -> 1.3) , libXrandr.spec (1.9 -> 1.10) , libXrender.spec (1.11 -> 1.12) , libXres.spec (1.9 -> 1.10) , libXt.spec (1.15 -> 1.16) , libXtst.spec (1.2 -> 1.3) , libXv.spec (1.11 -> 1.12) , xproto.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/libICE.spec
diff -u SPECS/libICE.spec:1.13 SPECS/libICE.spec:1.14
--- SPECS/libICE.spec:1.13	Sun May  1 12:21:25 2005
+++ SPECS/libICE.spec	Mon Aug 15 01:07:05 2005
@@ -1,27 +1,25 @@
 # $Revision$, $Date$
+
+#
 Summary:	Inter Client Exchange library
 Summary(pl):	Biblioteka wymiany między klientami
 Name:		libICE
-Version:	6.3.3
-Release:	1
+Version:	0.99.0
+Release:	0.02
 License:	MIT
 Group:		X11/Libraries
-Source0:	http://xlibs.freedesktop.org/release/%{name}-%{version}.tar.bz2
-# Source0-md5:	e67d98bebfabf884e58501e44b7efd35
-URL:		http://freedesktop.org/Software/xlibs
-BuildRequires:	autoconf >= 2.57
+Source0:	http://xorg.freedesktop.org/X11R7.0-RC0/lib/%{name}-%{version}.tar.bz2
+# Source0-md5:	91ba0aa9ccfbff49f001fb49a73142b8
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf
 BuildRequires:	automake
-BuildRequires:	libX11-devel
 BuildRequires:	libtool
-BuildRequires:	pkgconfig
-Requires:	libX11
-Conflicts:	XFree86-libs < 1:4.4.0-0.3
+BuildRequires:	pkg-config
+BuildRequires:	util-macros
+BuildRequires:	xtrans-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_prefix		/usr/X11R6
-%define		_mandir		%{_prefix}/man
-
-%define		_noautoreqdep		libX11.so.6
 
 %description
 Inter Client Exchange library.
@@ -29,31 +27,43 @@
 %description -l pl
 Biblioteka wymiany między klientami.
 
+
 %package devel
-Summary:	Inter Client Exchange library - development files
-Summary(pl):	Biblioteka wymiany między klientami - pliki dla programistów
+Summary:	Header files libICE development
+Summary(pl):	Pliki nagłówkowe do biblioteki libICE
 Group:		X11/Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libX11-devel
-Conflicts:	XFree86-devel < 1:4.4.0-0.3
+Requires:	xproto-devel
 
 %description devel
-Inter Client Exchange library - development files.
+Inter Client Exchange library.
+
+This package contains the header files needed to develop programs that
+use these libICE.
 
 %description devel -l pl
-Biblioteka wymiany między klientami - pliki dla programistów.
+Biblioteka wymiany między klientami.
+
+Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
+używających biblioteki libICE.
+
 
 %package static
-Summary:	Inter Client Exchange library - static version
-Summary(pl):	Statyczna wersja biblioteki wymiany między klientami
-Group:		X11/Development/Libraries
+Summary:	Static libICE libraries
+Summary(pl):	Biblioteki statyczne libICE
+Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-Inter Client Exchange library - static version.
+Inter Client Exchange library.
+
+This package contains the static libICE library.
 
 %description static -l pl
-Statyczna wersja biblioteki wymiany między klientami.
+Biblioteka wymiany między klientami.
+
+Pakiet zawiera statyczną bibliotekę libICE.
+
 
 %prep
 %setup -q
@@ -80,18 +90,21 @@
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
 
+
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/libICE.so.*.*.*
+%doc AUTHORS ChangeLog
+%attr(755,root,wheel) %{_libdir}/libICE.so.*
+
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libICE.so
+%{_includedir}/X11/ICE/*.h
 %{_libdir}/libICE.la
-%{_includedir}/X11/ICE
+%attr(755,root,wheel) %{_libdir}/libICE.so
 %{_pkgconfigdir}/ice.pc
 
+
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libICE.a
@@ -102,6 +115,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2005/08/14 23:07:05  arekm
+- modular X11R7.0-RC0 version (desc from trojan version to keep diffs as smallest as it's possible)
+
 Revision 1.13  2005/05/01 10:21:25  qboosh
 - updated Source URL, unified URL
 

================================================================
Index: SPECS/libSM.spec
diff -u SPECS/libSM.spec:1.14 SPECS/libSM.spec:1.15
--- SPECS/libSM.spec:1.14	Sun May  1 12:21:25 2005
+++ SPECS/libSM.spec	Mon Aug 15 01:07:05 2005
@@ -1,59 +1,70 @@
 # $Revision$, $Date$
+
+#
 Summary:	Session Management library
 Summary(pl):	Biblioteka zarządzania sesją
 Name:		libSM
-Version:	6.0.3
-Release:	1
+Version:	0.99.0
+Release:	0.02
 License:	MIT
 Group:		X11/Libraries
-Source0:	http://xlibs.freedesktop.org/release/%{name}-%{version}.tar.bz2
-# Source0-md5:	e01ec6568ad17c5df8f56828e34a0b2b
-URL:		http://freedesktop.org/Software/xlibs
-BuildRequires:	autoconf >= 2.57
+Source0:	http://xorg.freedesktop.org/X11R7.0-RC0/lib/%{name}-%{version}.tar.bz2
+# Source0-md5:	dc7e3578105f8ac1c0db58a5e292bc7f
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	libICE-devel
 BuildRequires:	libtool
-BuildRequires:	pkgconfig
-Requires:	libICE
-Conflicts:	XFree86-libs < 1:4.4.0-0.3
+BuildRequires:	pkg-config
+BuildRequires:	util-macros
+BuildRequires:	xtrans-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_prefix		/usr/X11R6
-%define		_mandir		%{_prefix}/man
-
-%define		_noautoreqdep		libICE.so.6 libX11.so.6
 
 %description
 Session Management library.
 
 %description -l pl
-Biblioteka zarządzania sesją.
+Biblioteka zarządzania sesją
+
 
 %package devel
-Summary:	Session Management library - development files
-Summary(pl):	Biblioteka zarządzania sesją - pliki dla programistów
+Summary:	Header files libSM development
+Summary(pl):	Pliki nagłówkowe do biblioteki libSM
 Group:		X11/Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	libICE-devel
-Conflicts:	XFree86-devel < 1:4.4.0-0.3
 
 %description devel
-Session Management library - development files.
+Session Management library.
+
+This package contains the header files needed to develop programs that
+use these libSM.
 
 %description devel -l pl
-Biblioteka zarządzania sesją - pliki dla programistów.
+Biblioteka zarządzania sesją
+
+Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
+używających biblioteki libSM.
+
 
 %package static
-Summary:	Session Management library - static version
-Summary(pl):	Biblioteka zarządzania sesją - wersja statyczna
-Group:		X11/Development/Libraries
+Summary:	Static libSM libraries
+Summary(pl):	Biblioteki statyczne libSM
+Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-Session Management library - static version.
+Session Management library.
+
+This package contains the static libSM library.
 
 %description static -l pl
-Biblioteka zarządzania sesją - wersja statyczna.
+Biblioteka zarządzania sesją
+
+Pakiet zawiera statyczą bibliotekę libSM.
+
 
 %prep
 %setup -q
@@ -80,18 +91,21 @@
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
 
+
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/libSM.so.*.*.*
+%doc AUTHORS ChangeLog
+%attr(755,root,wheel) %{_libdir}/libSM.so.*
+
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libSM.so
+%{_includedir}/X11/SM/*.h
 %{_libdir}/libSM.la
-%{_includedir}/X11/SM
+%attr(755,root,wheel) %{_libdir}/libSM.so
 %{_pkgconfigdir}/sm.pc
 
+
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libSM.a
@@ -102,6 +116,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2005/08/14 23:07:05  arekm
+- modular X11R7.0-RC0 version (desc from trojan version to keep diffs as smallest as it's possible)
+
 Revision 1.14  2005/05/01 10:21:25  qboosh
 - updated Source URL, unified URL
 

================================================================
Index: SPECS/libX11.spec
diff -u SPECS/libX11.spec:1.15 SPECS/libX11.spec:1.16
--- SPECS/libX11.spec:1.15	Sun May  1 12:21:25 2005
+++ SPECS/libX11.spec	Mon Aug 15 01:07:05 2005
@@ -1,78 +1,93 @@
 # $Revision$, $Date$
+
+#
 Summary:	X11 Base library
 Summary(pl):	Podstawowa biblioteka X11
 Name:		libX11
-Version:	6.2.1
-Release:	5
+Version:	0.99.0
+Release:	0.02
 License:	MIT
 Group:		X11/Libraries
-Source0:	http://xlibs.freedesktop.org/release/%{name}-%{version}.tar.bz2
-# Source0-md5:	59b6fa7cd6fe7ee1da92fd1b56d1cee3
-Patch0:		%{name}-find_keysymdef.patch
-Patch1:		%{name}-ac.patch
-URL:		http://freedesktop.org/Software/X11
-BuildRequires:	autoconf >= 2.57
+Source0:	http://xorg.freedesktop.org/X11R7.0-RC0/lib/%{name}-%{version}.tar.bz2
+# Source0-md5:	0bb745ed34f8bf09d0c0d89ff91c56b4
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf
 BuildRequires:	automake
+BuildRequires:	bigreqsproto-devel
+BuildRequires:	inputproto-devel
+BuildRequires:	kbproto-devel
+BuildRequires:	libXau-devel
 BuildRequires:	libXdmcp-devel
-BuildRequires:	libXtrans-devel
 BuildRequires:	libtool
-BuildRequires:	pkgconfig
-BuildRequires:	xextensions
-Requires:	libXau
-Requires:	libXdmcp
-Conflicts:	XFree86-libs < 1:4.4.0-0.3
+BuildRequires:	pkg-config
+BuildRequires:	util-macros
+BuildRequires:	xcmiscproto-devel
+BuildRequires:	xextproto-devel
+BuildRequires:	xf86bigfontproto-devel
+BuildRequires:	xtrans-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_prefix		/usr/X11R6
 %define		_mandir		%{_prefix}/man
 
-%define		_noautoreqdep	libX11.so.6
-
 %description
 X11 Base library.
 
 %description -l pl
 Podstawowa biblioteka X11.
 
+
 %package devel
-Summary:	X11 base library - development files
-Summary(pl):	Podstawowa biblioteka X11 - pliki dla programistów
+Summary:	Header files libX11 development
+Summary(pl):	Pliki nagłówkowe do biblioteki libX11
 Group:		X11/Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	kbproto-devel
+Requires:	libXau-devel
 Requires:	libXdmcp-devel
-Requires:	libXtrans-devel
-Requires:	xextensions
 
 %description devel
-X11 base library - development files.
+X11 Base library.
+
+This package contains the header files needed to develop programs that
+use these libX11.
 
 %description devel -l pl
-Podstawowa biblioteka X11 - pliki dla programistów.
+Podstawowa biblioteka X11.
+
+Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
+używających biblioteki libX11.
+
 
 %package static
-Summary:	X11 base library - static version
-Summary(pl):	Statyczna wersja podstawowej biblioteki X11
-Group:		X11/Development/Libraries
+Summary:	Static libX11 libraries
+Summary(pl):	Biblioteki statyczne libX11
+Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-X11 base library - static version.
+X11 Base library.
+
+This package contains the static libX11 library.
 
 %description static -l pl
-Statyczna wersja podstawowej biblioteki X11.
+Podstawowa biblioteka X11.
+
+Pakiet zawiera statyczną bibliotekę libX11.
+
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+
 
 %build
-%{__aclocal}
 %{__libtoolize}
+%{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	--enable-man-pages=3
 
 %{__make}
 
@@ -89,21 +104,23 @@
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
 
+
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
-%attr(755,root,root) %{_libdir}/libX11.so.*.*.*
-%dir %{_datadir}/X11
-%{_datadir}/X11/XErrorDB
-%{_datadir}/X11/XKeysymDB
-%{_datadir}/X11/locale
+%doc AUTHORS README
+%attr(755,root,wheel) %{_libdir}/libX11.so.*
+%{_libdir}/X11/locale
+%{_datadir}/X11
+
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libX11.so
+%{_includedir}/X11/*.h
 %{_libdir}/libX11.la
-%{_includedir}/X11/*
+%attr(755,root,wheel) %{_libdir}/libX11.so
 %{_pkgconfigdir}/x11.pc
+%{_mandir}/man3/*.3*
+
 
 %files static
 %defattr(644,root,root,755)
@@ -115,6 +132,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2005/08/14 23:07:05  arekm
+- modular X11R7.0-RC0 version (desc from trojan version to keep diffs as smallest as it's possible)
+
 Revision 1.15  2005/05/01 10:21:25  qboosh
 - updated Source URL, unified URL
 

================================================================
Index: SPECS/libXau.spec
diff -u SPECS/libXau.spec:1.12 SPECS/libXau.spec:1.13
--- SPECS/libXau.spec:1.12	Sun May  1 12:21:25 2005
+++ SPECS/libXau.spec	Mon Aug 15 01:07:05 2005
@@ -1,22 +1,22 @@
 # $Revision$, $Date$
-%bcond_with	x11  # with x11 bcond
+
+#
 Summary:	Xau - Authorization Protocol for X
 Summary(pl):	Xau - protokół autoryzacji dla X
 Name:		libXau
-Version:	0.1.1
-Release:	4
+Version:	0.99.0
+Release:	0.03
 License:	MIT
 Group:		X11/Libraries
-Source0:	http://xlibs.freedesktop.org/release/%{name}-%{version}.tar.bz2
-# Source0-md5:	3d747ada4a7d17538fa21c62d5608656
-Patch0:		%{name}-am.patch
-URL:		http://freedesktop.org/Software/xlibs
+Source0:	http://xorg.freedesktop.org/X11R7.0-RC0/lib/%{name}-%{version}.tar.bz2
+# Source0-md5:	1c5c9779d78f45267cae2e6cc1856517
+URL:		http://xorg.freedesktop.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	libtool
-BuildRequires:	pkgconfig
-%{!?with_x11:BuildRequires:xproto}
-%{?with_x11:BuildRequires:X11-devel}
+BuildRequires:	pkg-config
+BuildRequires:	util-macros
+BuildRequires:	xproto-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_prefix		/usr/X11R6
@@ -28,40 +28,51 @@
 %description -l pl
 Xau - protokół autoryzacji dla X.
 
+
 %package devel
-Summary:	Xau library - development files
-Summary(pl):	Biblioteka Xau - pliki dla programistów
+Summary:	Header files libXau development
+Summary(pl):	Pliki nagłówkowe do biblioteki libXau
 Group:		X11/Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-%{!?with_x11:Requires:	xproto}
-Conflicts:	XFree86-devel < 1:4.4.0-0.3
+Requires:	xproto-devel
 
 %description devel
-Xau library - development files.
+Xau - Authorization Protocol for X.
+
+This package contains the header files needed to develop programs that
+use these libXau.
 
 %description devel -l pl
-Biblioteka Xau - pliki dla programistów.
+Xau - protokół autoryzacji dla X.
+
+Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
+używających biblioteki libXau.
+
 
 %package static
-Summary:	Xau library - static version
-Summary(pl):	Biblioteka Xau - wersja statyczna
-Group:		X11/Development/Libraries
+Summary:	Static libXau libraries
+Summary(pl):	Biblioteki statyczne libXau
+Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
-Conflicts:	XFree86-devel < 1:4.4.0-0.3
 
 %description static
-Xau library - static version.
+Xau - Authorization Protocol for X.
+
+This package contains the static libXau library.
 
 %description static -l pl
-Biblioteka Xau - wersja statyczna.
+Xau - protokół autoryzacji dla X.
+
+Pakiet zawiera statyczne biblioteki libXau.
+
 
 %prep
 %setup -q
-%patch0 -p1 
+
 
 %build
-%{__aclocal}
 %{__libtoolize}
+%{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -81,24 +92,26 @@
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
 
+
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/libXau.so.*.*.*
+%doc AUTHORS README
+%attr(755,root,wheel) %{_libdir}/libXau.so.*
+
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libXau.so
-#{_libdir}/libXau.la
-%{!?with_x11:%{_includedir}/X11/Xauth.h}
+%{_includedir}/X11/Xauth.h
+%{_libdir}/libXau.la
+%attr(755,root,wheel) %{_libdir}/libXau.so
 %{_pkgconfigdir}/xau.pc
+%{_mandir}/man3/*.3*
+
 
-# X11 provides the static one
-%if ! %{with x11}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libXau.a
-%endif
+
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -106,44 +119,21 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.12  2005/05/01 10:21:25  qboosh
-- updated Source URL, unified URL
-
-Revision 1.11  2005/02/15 01:35:30  zergin
-- fixed x11 backond: if withput wouldn't include Xauth.h and libXau.a in
-  libXau-devel
-- rel++ (3 to 4)
-
-Revision 1.10  2004/08/20 19:13:53  djurban
-- with x11 bcond (no xproto req's, instead X11-devel)
-- am 1.9 patch
-- drop libtool
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libICE.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SPECS/libSM.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/SPECS/libX11.spec?r1=1.15&r2=1.16&f=u
    http://cvs.pld-linux.org/SPECS/libXau.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/libXaw.spec?r1=1.18&r2=1.19&f=u
    http://cvs.pld-linux.org/SPECS/libXcomposite.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/libXcursor.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/SPECS/libXdamage.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/SPECS/libXdmcp.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/SPECS/libXext.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/libXfixes.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/libXfont.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/libXft.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/SPECS/libXinerama.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/libXi.spec?r1=1.10&r2=1.11&f=u
    http://cvs.pld-linux.org/SPECS/libXmu.spec?r1=1.16&r2=1.17&f=u
    http://cvs.pld-linux.org/SPECS/libXpm.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/libXp.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/libXrandr.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/SPECS/libXrender.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/SPECS/libXres.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/SPECS/libXt.spec?r1=1.15&r2=1.16&f=u
    http://cvs.pld-linux.org/SPECS/libXtst.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/libXv.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/SPECS/xproto.spec?r1=1.15&r2=1.16&f=u




More information about the pld-cvs-commit mailing list