diff --git a/Xaw3d.spec b/Xaw3d.spec index cfdeeee..068a6a7 100644 --- a/Xaw3d.spec +++ b/Xaw3d.spec @@ -1,10 +1,10 @@ Name: Xaw3d -Version: 1.6.3 +Version: 1.6.5 Release: 1 Summary: A version of the MIT Athena widget set for X License: MIT URL: https://xorg.freedesktop.org/ -Source0: https://xorg.freedesktop.org/archive/individual/lib/libXaw3d-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/archive/individual/lib/libXaw3d-%{version}.tar.gz # Patch5 doesn't apply cleanly, but has not been applied #Patch5: Xaw3d-1.5-debian-fixes.patch @@ -14,6 +14,7 @@ Patch11: Xaw3d-1.6.1-hsbar.patch BuildRequires: libXmu-devel libXt-devel libSM-devel libXext-devel libX11-devel BuildRequires: xorg-x11-util-macros bison flex ed gnupg2 libXpm-devel +BuildRequires: gcc %description Xaw3d is an enhanced version of the MIT Athena Widget set for @@ -63,8 +64,11 @@ Header files for Xaw3d %files help %defattr(-,root,root) -%doc ChangeLog README src/README.XAW3D +%doc ChangeLog README.md src/README.XAW3D %changelog +* Wed Oct 18 2023 li weigang - 1.6.5-1 +- update to version 1.6.5 + * Mon Sep 9 2019 openEuler Buildteam - 1.6.3-1 - Package init diff --git a/libXaw3d-1.6.3.tar.bz2 b/libXaw3d-1.6.3.tar.bz2 deleted file mode 100644 index b52db8c..0000000 Binary files a/libXaw3d-1.6.3.tar.bz2 and /dev/null differ diff --git a/libXaw3d-1.6.5.tar.gz b/libXaw3d-1.6.5.tar.gz new file mode 100644 index 0000000..45671cc Binary files /dev/null and b/libXaw3d-1.6.5.tar.gz differ