diff --git a/libXfixes-6.0.0.tar.bz2 b/libXfixes-6.0.0.tar.bz2 deleted file mode 100644 index 646b907..0000000 Binary files a/libXfixes-6.0.0.tar.bz2 and /dev/null differ diff --git a/libXfixes-6.0.1.tar.gz b/libXfixes-6.0.1.tar.gz new file mode 100644 index 0000000..0effeef Binary files /dev/null and b/libXfixes-6.0.1.tar.gz differ diff --git a/libXfixes.spec b/libXfixes.spec index 39c46b8..de2ecc6 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,12 +1,12 @@ %bcond_without static Name: libXfixes -Version: 6.0.0 -Release: 2 +Version: 6.0.1 +Release: 1 Summary: X11 miscellaneous "fixes" extension library License: MIT URL: https://xorg.freedesktop.org/ -Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.gz BuildRequires: automake libtool xorg-x11-proto-devel libXext-devel Requires: libX11 @@ -61,6 +61,9 @@ developing applications that use %{name}. %{_mandir}/man3/Xfixes.3.gz %changelog +* Thu Jul 20 2023 zhangpan - 6.0.1-1 +- update to 6.0.1 + * Sat Oct 22 2022 wangkerong - 6.0.0-2 - disable static library by default