diff --git a/libXinerama-1.1.4.tar.bz2 b/libXinerama-1.1.4.tar.bz2 deleted file mode 100644 index 60e1f2b..0000000 Binary files a/libXinerama-1.1.4.tar.bz2 and /dev/null differ diff --git a/libXinerama-1.1.5.tar.gz b/libXinerama-1.1.5.tar.gz new file mode 100644 index 0000000..cb3552e Binary files /dev/null and b/libXinerama-1.1.5.tar.gz differ diff --git a/libXinerama.spec b/libXinerama.spec index 39aef7d..9c6a2d8 100644 --- a/libXinerama.spec +++ b/libXinerama.spec @@ -1,12 +1,12 @@ %bcond_without static Name: libXinerama -Version: 1.1.4 -Release: 6 +Version: 1.1.5 +Release: 1 Summary: Xinerama extension 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: xorg-x11-util-macros autoconf automake libtool pkgconfig BuildRequires: xorg-x11-proto-devel libX11-devel libXext-devel @@ -63,6 +63,9 @@ autoreconf -ivf %{_mandir}/man3/* %changelog +* Fri Feb 03 2023 zhouwenpei - 1.1.5-1 +- update to 1.1.5 + * Sat Oct 22 2022 wangkerong - 1.1.4-6 - disable static library by default