Update to git snapshot to fix some covscan issues
This commit is contained in:
parent
db4cac2200
commit
6a3e33fde8
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ libXt-1.0.7.tar.bz2
|
|||||||
/libXt-20130524.tar.bz2
|
/libXt-20130524.tar.bz2
|
||||||
/libXt-1.1.4.tar.bz2
|
/libXt-1.1.4.tar.bz2
|
||||||
/libXt-1.1.5.tar.bz2
|
/libXt-1.1.5.tar.bz2
|
||||||
|
/libXt-20190424.tar.bz2
|
||||||
|
2
commitid
2
commitid
@ -1 +1 @@
|
|||||||
1f4802b745aa172d375cb79403cb1e013e6aa4c0
|
ba4ec937680ee72f2fcd463752766340a4b3729d
|
||||||
|
13
libXt.spec
13
libXt.spec
@ -1,11 +1,11 @@
|
|||||||
%global tarball libXt
|
%global tarball libXt
|
||||||
#global gitdate 20130524
|
%global gitdate 20190424
|
||||||
%global gitversion 1f4802b74
|
%global gitversion ba4ec9376
|
||||||
|
|
||||||
Summary: X.Org X11 libXt runtime library
|
Summary: X.Org X11 libXt runtime library
|
||||||
Name: libXt
|
Name: libXt
|
||||||
Version: 1.1.5
|
Version: 1.1.5
|
||||||
Release: 10%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
Release: 11%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
|
|
||||||
@ -17,12 +17,12 @@ Source2: commitid
|
|||||||
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: libX11%{?_isa} >= 1.5.99.902
|
Requires: libX11%{?_isa} >= 1.6
|
||||||
|
|
||||||
BuildRequires: xorg-x11-util-macros
|
BuildRequires: xorg-x11-util-macros
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(sm)
|
BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(sm)
|
||||||
BUildRequires: libX11-devel >= 1.5.99.902
|
BUildRequires: libX11-devel >= 1.6
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 libXt runtime library
|
X.Org X11 libXt runtime library
|
||||||
@ -107,6 +107,9 @@ cp -p COPYING ${RPM_BUILD_ROOT}%{_datadir}/doc/%{name}/COPYING
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 24 2019 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.1.5-11.20190424gitba4ec9376
|
||||||
|
- Update to git snapshot to fix some covscan issues
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-10
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user