diff --git a/libXau-1.0.10.tar.xz b/libXau-1.0.10.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..ee019cd529387a6bd0c049cd9f77f8081ab356b0 Binary files /dev/null and b/libXau-1.0.10.tar.xz differ diff --git a/libXau-1.0.9.tar.bz2 b/libXau-1.0.9.tar.bz2 deleted file mode 100644 index 63bcd5b3ebfb5f1d5c40d6a36755dabe03d9a9f1..0000000000000000000000000000000000000000 Binary files a/libXau-1.0.9.tar.bz2 and /dev/null differ diff --git a/libXau.spec b/libXau.spec index 78f60317c950f1d750e87f24560489a8f949b288..90cd328e6c6327ed17c61e205e852947d0b0f98f 100644 --- a/libXau.spec +++ b/libXau.spec @@ -1,12 +1,12 @@ %define anolis_release 1 Summary: Sample Authorization Protocol for X Name: libXau -Version: 1.0.9 +Version: 1.0.10 Release: %{anolis_release}%{?dist} License: MIT URL: http://www.x.org -Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 +Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz BuildRequires: make @@ -22,6 +22,14 @@ authorization data in the connection setup block to restrict use of the display to only those clients that show that they know a server-specific key called a "magic cookie". +%package doc +Summary: Documentation files for %{name} +Requires: %{name} = %{version}-%{release} +BuildArch: noarch + +%description doc +The %{name}-doc package contains documentation files for %{name}. + %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} @@ -56,10 +64,13 @@ make check %ldconfig_postun %files -%doc AUTHORS COPYING README ChangeLog +%doc COPYING %{_libdir}/libXau.so.6 %{_libdir}/libXau.so.6.0.0 +%files doc +%doc AUTHORS README ChangeLog + %files devel %{_includedir}/X11/Xauth.h %{_libdir}/libXau.so @@ -67,6 +78,9 @@ make check %{_mandir}/man3/*.3* %changelog +* Mon Sep 26 2022 mgb01105731 - 1.0.10-1 +- update to 1.0.10 + * Thu Apr 07 2022 mgb01105731 - 1.0.9-1 - Init from upstream version 1.0.9