diff --git a/libXext-1.3.4.tar.bz2 b/libXext-1.3.4.tar.bz2 deleted file mode 100644 index 37a820a..0000000 Binary files a/libXext-1.3.4.tar.bz2 and /dev/null differ diff --git a/libXext-1.3.5.tar.gz b/libXext-1.3.5.tar.gz new file mode 100644 index 0000000..e104429 Binary files /dev/null and b/libXext-1.3.5.tar.gz differ diff --git a/libXext.spec b/libXext.spec index 3e848dd..5088783 100644 --- a/libXext.spec +++ b/libXext.spec @@ -1,10 +1,10 @@ Name: libXext -Version: 1.3.4 -Release: 6 +Version: 1.3.5 +Release: 1 Summary: Common extensions to the X11 protocol License: MIT URL: https://xorg.freedesktop.org/ -Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.gz BuildRequires: libtool xorg-x11-proto-devel libX11-devel xmlto make BuildRequires: libXau-devel xorg-x11-util-macros autoconf automake libtool pkgconfig @@ -60,6 +60,9 @@ make check %exclude %{_docdir}/libXext %changelog +* Fri Feb 03 2023 zhouwenpei - 1.3.5-1 +- update to 1.3.5 + * Tue Dec 20 2022 zhouwenpei - 1.3.4-6 - add BuildRequires make