libXext 1.3.3

This commit is contained in:
Peter Hutterer 2014-07-24 11:43:22 +10:00
parent 9abb4bf7d0
commit 94c3d3db38
4 changed files with 7 additions and 31 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ libXext-1.1.2.tar.bz2
/libXext-1.3.1.tar.bz2
/libXext-20130524.tar.bz2
/libXext-1.3.2.tar.bz2
/libXext-1.3.3.tar.bz2

View File

@ -1,25 +0,0 @@
diff --git a/src/Xge.c b/src/Xge.c
index 5c4d72d..2811ae8 100644
--- a/src/Xge.c
+++ b/src/Xge.c
@@ -265,9 +265,6 @@ _xgeWireToEvent(Display* dpy, XEvent* re, xEvent *event)
it = it->next;
}
- fprintf(stderr,
- "_xgeWireToEvent: Unknown extension %d, this should never happen.\n",
- extension);
return False;
}
@@ -295,10 +292,6 @@ _xgeEventToWire(Display* dpy, XEvent* re, xEvent* event)
it = it->next;
}
- fprintf(stderr,
- "_xgeEventToWire: Unknown extension %d, this should never happen.\n",
- extension);
-
return Success;
}

View File

@ -4,8 +4,8 @@
Summary: X.Org X11 libXext runtime library
Name: libXext
Version: 1.3.2
Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
Version: 1.3.3
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.x.org
@ -18,8 +18,6 @@ Source2: commitid
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
%endif
Patch0: Xge-remove-warning-messages-about-missing-Xge-extension-event-translations.patch
Requires: libX11 >= 1.5.99.902
BuildRequires: autoconf automake libtool
@ -43,7 +41,6 @@ X.Org X11 libXext development package
%prep
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
%patch0 -p1
%build
autoreconf -v --install --force
@ -97,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3*
%changelog
* Thu Jul 24 2014 Peter Hutterer <peter.hutterer@redhat.com> 1.3.3-1
- libXext 1.3.3
* Tue Jul 22 2014 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.3.2-4
- Xge: remove warning messages about missing Xge extension event translations (rhbz #1122011)

View File

@ -1 +1 @@
4376101e51bb2c6c44d9ab14344e85ad libXext-1.3.2.tar.bz2
52df7c4c1f0badd9f82ab124fb32eb97 libXext-1.3.3.tar.bz2