Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4d38878f8 | ||
|
|
f67adca227 | ||
|
|
6e99ceec21 | ||
|
|
c561c58bbc | ||
|
|
2f1761db0e | ||
|
|
794bc57110 | ||
|
|
c2764705a2 |
1 changed files with 25 additions and 6 deletions
|
|
@ -1,7 +1,8 @@
|
|||
Summary: A program for X11 protocol tracing
|
||||
Name: x11trace
|
||||
Version: 1.3.1
|
||||
License: GPLv2
|
||||
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
||||
License: GPL-2.0-only
|
||||
URL: http://xtrace.alioth.debian.org/
|
||||
|
||||
# Please set buildid below when building a private version of this rpm to
|
||||
|
|
@ -9,7 +10,7 @@ URL: http://xtrace.alioth.debian.org/
|
|||
#
|
||||
# % global buildid .local
|
||||
|
||||
Release: 26%{?buildid}%{?dist}
|
||||
Release: 32%{?buildid}%{?dist}
|
||||
Obsoletes: xtrace < 1.3.1-7
|
||||
|
||||
Source0: ftp://ftp.debian.org/debian/pool/main/x/xtrace/xtrace_%{version}.orig.tar.gz
|
||||
|
|
@ -39,10 +40,10 @@ events and errors going the other way.
|
|||
|
||||
%prep
|
||||
%setup -q -n xtrace-1.3.1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch -P1 -p1
|
||||
%patch -P2 -p1
|
||||
%patch -P3 -p1
|
||||
%patch -P4 -p1
|
||||
|
||||
%build
|
||||
autoreconf -i
|
||||
|
|
@ -61,6 +62,24 @@ make install DESTDIR=%{buildroot} INSTALL="install -p"
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-32
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-31
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-30
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 1.3.1-28
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-27
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-26
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue