libXt 1.3.0
Update package to version 1.3.0.
Since upstream commit ff361fe5ff0e ("Build xz tarballs instead of
bzip2"), .tar.xz is used instead of .tar.bz2, update `Source0`
accordingly.
This commit is contained in:
parent
57ec0efc3d
commit
449f6d9f8c
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ libXt-1.0.7.tar.bz2
|
||||
/libXt-20190424.tar.bz2
|
||||
/libXt-1.2.0.tar.bz2
|
||||
/libXt-1.2.1.tar.bz2
|
||||
/libXt-1.3.0.tar.xz
|
||||
|
||||
11
libXt.spec
11
libXt.spec
@ -4,17 +4,17 @@
|
||||
|
||||
Summary: X.Org X11 libXt runtime library
|
||||
Name: libXt
|
||||
Version: 1.2.1
|
||||
Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Version: 1.3.0
|
||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
License: MIT AND HPND-sell-variant AND SMLNJ AND MIT-open-group AND X11
|
||||
URL: https://www.x.org
|
||||
|
||||
%if 0%{?gitdate}
|
||||
Source0: %{tarball}-%{gitdate}.tar.bz2
|
||||
Source0: %{tarball}-%{gitdate}.tar.xz
|
||||
Source1: make-git-snapshot.sh
|
||||
Source2: commitid
|
||||
%else
|
||||
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz
|
||||
%endif
|
||||
|
||||
Requires: libX11%{?_isa} >= 1.6
|
||||
@ -108,6 +108,9 @@ cp -p COPYING ${RPM_BUILD_ROOT}%{_datadir}/doc/%{name}/COPYING
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 05 2023 José Expósito <jexposit@redhat.com> - 1.3.0-1
|
||||
- libXt 1.3.0
|
||||
|
||||
* Wed Sep 06 2023 Benjamin Tissoires <benjamin.tissoires@redhat.com> - 1.2.1-6
|
||||
- SPDX migration
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libXt-1.2.1.tar.bz2) = 6877af61ba91eeed6b6f80471b84f354ad0ec0827249c7ee0a00c13508063fe8d2696dd400a4bdbc6ca2ff67cbe1317ad5ac24522fd96099dc56535e33ca052c
|
||||
SHA512 (libXt-1.3.0.tar.xz) = 64c5978655135b925c3aaad86b1aa6a3f3b57ad8b3592bf142be616b8aa339a02c2fc7badfab9564ea8076ea8f37acfe31709ed528f5a1d251f2d116aa074118
|
||||
|
||||
Loading…
Reference in New Issue
Block a user