diff --git a/.gitignore b/.gitignore index 65d8b59..c256d1d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Xge-remove-warning-messages-about-missing-Xge-extension-event-translations.patch b/Xge-remove-warning-messages-about-missing-Xge-extension-event-translations.patch deleted file mode 100644 index 32d7615..0000000 --- a/Xge-remove-warning-messages-about-missing-Xge-extension-event-translations.patch +++ /dev/null @@ -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; - } - diff --git a/libXext.spec b/libXext.spec index 8e6b39e..cd815f1 100644 --- a/libXext.spec +++ b/libXext.spec @@ -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 1.3.3-1 +- libXext 1.3.3 + * Tue Jul 22 2014 Benjamin Tissoires 1.3.2-4 - Xge: remove warning messages about missing Xge extension event translations (rhbz #1122011) diff --git a/sources b/sources index f6ee733..0964322 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4376101e51bb2c6c44d9ab14344e85ad libXext-1.3.2.tar.bz2 +52df7c4c1f0badd9f82ab124fb32eb97 libXext-1.3.3.tar.bz2