- libX11 1.3.4

This commit is contained in:
Adam Jackson 2010-06-04 14:16:21 +00:00
parent ce8f455bad
commit b45694dd53
4 changed files with 9 additions and 21 deletions

View File

@ -1 +1 @@
libX11-1.3.1.tar.bz2 libX11-1.3.4.tar.bz2

View File

@ -1,14 +0,0 @@
diff -up libX11-1.3.1/man/XCreateGC.man.fix-XCreateGC_manpage libX11-1.3.1/man/XCreateGC.man
--- libX11-1.3.1/man/XCreateGC.man.fix-XCreateGC_manpage 2010-04-12 19:19:13.860497216 +0200
+++ libX11-1.3.1/man/XCreateGC.man 2010-04-12 19:23:16.872621817 +0200
@@ -151,8 +151,8 @@ XCreateGC, XCopyGC, XChangeGC, XGetGCVal
GC XCreateGC\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^, unsigned long
\fIvaluemask\fP\^, XGCValues *\^\fIvalues\fP\^);
.HP
-int XCopyGC\^(\^Display *\fIdisplay\fP\^, GC \fIsrc\fP\^, GC \fIdest\fP\^,
-unsigned long \fIvaluemask\fP\^);
+int XCopyGC\^(\^Display *\fIdisplay\fP\^, GC \fIsrc\fP\^,
+unsigned long \fIvaluemask\fP\^, GC \fIdest\fP\^);
.HP
int XChangeGC\^(\^Display *\fIdisplay\fP\^, GC \fIgc\fP\^, unsigned long
\fIvaluemask\fP\^, XGCValues *\^\fIvalues\fP\^);

View File

@ -3,8 +3,8 @@
Summary: Core X11 protocol client library Summary: Core X11 protocol client library
Name: libX11 Name: libX11
Version: 1.3.1 Version: 1.3.4
Release: 3%{?dist} Release: 1%{?dist}
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.x.org URL: http://www.x.org
@ -16,7 +16,6 @@ Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.t
#Source1: make-git-snapshot.sh #Source1: make-git-snapshot.sh
Patch2: dont-forward-keycode-0.patch Patch2: dont-forward-keycode-0.patch
Patch3: libX11-1.3.1_fix_XCreateGC_manpage.patch
BuildRequires: xorg-x11-util-macros BuildRequires: xorg-x11-util-macros
BuildRequires: pkgconfig(xproto) >= 7.0.15 BuildRequires: pkgconfig(xproto) >= 7.0.15
@ -49,11 +48,10 @@ X.Org X11 libX11 development package
%setup -q %setup -q
#setup -q -n %{tarball}-%{gitdate} #setup -q -n %{tarball}-%{gitdate}
%patch2 -p1 -b .dont-forward-keycode-0 %patch2 -p1 -b .dont-forward-keycode-0
%patch3 -p1 -b .fix-XCreateGC_manpage
%build %build
# sodding libtool # sodding libtool
autoreconf -v --install # autoreconf -v --install
%configure \ %configure \
--disable-dependency-tracking \ --disable-dependency-tracking \
--disable-static --disable-static
@ -114,8 +112,12 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/x11.pc %{_libdir}/pkgconfig/x11.pc
%{_libdir}/pkgconfig/x11-xcb.pc %{_libdir}/pkgconfig/x11-xcb.pc
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%{_mandir}/man5/*.5*
%changelog %changelog
* Fri Jun 04 2010 Adam Jackson <ajax@redhat.com> 1.3.4-1
- libX11 1.3.4
* Mon Apr 12 2010 Matěj Cepl <mcepl@redhat.com> - 1.3.1-3 * Mon Apr 12 2010 Matěj Cepl <mcepl@redhat.com> - 1.3.1-3
- Fix XCopyGC manpage (#579102) - Fix XCopyGC manpage (#579102)

View File

@ -1 +1 @@
5e6895c6003f3f0172ba8a07b865d8b2 libX11-1.3.1.tar.bz2 f65c9c7ecbfb64c19dbd7927160d63fd libX11-1.3.4.tar.bz2