update to 1.3.0

This commit is contained in:
zhangpan 2023-07-20 08:16:15 +00:00
parent 1a76d0e034
commit b37b863c60
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
libXt-1.3.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%bcond_without static %bcond_without static
Name: libXt Name: libXt
Version: 1.2.1 Version: 1.3.0
Release: 4 Release: 1
License: MIT License: MIT
Summary: X.Org X11 libXt runtime library Summary: X.Org X11 libXt runtime library
URL: https://www.x.org URL: https://www.x.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
%ifarch sw_64 %ifarch sw_64
Patch1: libXt-1.2.1-sw.patch Patch1: libXt-1.2.1-sw.patch
%endif %endif
@ -72,6 +72,9 @@ mkdir -p -m 0755 $RPM_BUILD_ROOT%{_datadir}/X11/app-defaults
%{_docdir}/%{name}/*.xml %{_docdir}/%{name}/*.xml
%changelog %changelog
* Thu Jul 20 2023 zhangpan <zhangpan103@h-partners.com> - 1.3.0-1
- update to 1.3.0
* Wed Nov 23 2022 wuzx<wuzx1226@qq.com> - 1.2.1-4 * Wed Nov 23 2022 wuzx<wuzx1226@qq.com> - 1.2.1-4
- Add sw64 architecture - Add sw64 architecture