Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
19
.gitignore
vendored
19
.gitignore
vendored
@ -1 +1,18 @@
|
||||
SOURCES/libxcb-1.13.1.tar.bz2
|
||||
libxcb-1.2.tar.bz2
|
||||
xpyb-1.1.tar.bz2
|
||||
libxcb-1.3.tar.bz2
|
||||
libxcb-1.4.tar.bz2
|
||||
libxcb-1.5.tar.bz2
|
||||
libxcb-1.7.tar.bz2
|
||||
/libxcb-1.8.tar.bz2
|
||||
/libxcb-1.8.1.tar.bz2
|
||||
/libxcb-1.9.tar.bz2
|
||||
/libxcb-1.9.1.tar.bz2
|
||||
/libxcb-1.10.tar.bz2
|
||||
/libxcb-1.11.tar.bz2
|
||||
/libxcb-1.11.1.tar.bz2
|
||||
/libxcb-1.12.tar.bz2
|
||||
/libxcb-1.13.tar.bz2
|
||||
/libxcb-1.13.1.tar.bz2
|
||||
/libxcb-1.16.tar.xz
|
||||
/libxcb-1.17.0.tar.xz
|
||||
|
@ -1 +0,0 @@
|
||||
2ab17a1bb2a44e0a9cb0b26bcf899689ba1bbb3b SOURCES/libxcb-1.13.1.tar.bz2
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
@ -1,13 +1,13 @@
|
||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
|
||||
Name: libxcb
|
||||
Version: 1.13.1
|
||||
Release: 1%{?dist}
|
||||
Version: 1.17.0
|
||||
Release: 3%{?dist}
|
||||
Summary: A C binding to the X11 protocol
|
||||
License: MIT
|
||||
URL: https://xcb.freedesktop.org/
|
||||
License: X11
|
||||
URL: http://xcb.freedesktop.org/
|
||||
|
||||
Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
|
||||
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz
|
||||
|
||||
# This is stolen straight from the pthread-stubs source:
|
||||
# http://cgit.freedesktop.org/xcb/pthread-stubs/blob/?id=6900598192bacf5fd9a34619b11328f746a5956d
|
||||
@ -15,13 +15,14 @@ Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
|
||||
# the pkgconfig file so libs that link against libxcb know this...
|
||||
Source1: pthread-stubs.pc.in
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(xau) >= 0.99.2
|
||||
BuildRequires: pkgconfig(xcb-proto) >= 1.13
|
||||
BuildRequires: pkgconfig(xcb-proto) >= 1.17
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.18
|
||||
BuildRequires: python3 python3-devel
|
||||
|
||||
@ -69,7 +70,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
install -pm 644 COPYING NEWS README $RPM_BUILD_ROOT%{_pkgdocdir}
|
||||
install -pm 644 COPYING NEWS README.md $RPM_BUILD_ROOT%{_pkgdocdir}
|
||||
sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefix},' %{SOURCE1} \
|
||||
> $RPM_BUILD_ROOT%{_libdir}/pkgconfig/pthread-stubs.pc
|
||||
|
||||
@ -82,6 +83,7 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
%files
|
||||
%{_libdir}/libxcb-composite.so.0*
|
||||
%{_libdir}/libxcb-damage.so.0*
|
||||
%{_libdir}/libxcb-dbe.so.0*
|
||||
%{_libdir}/libxcb-dpms.so.0*
|
||||
%{_libdir}/libxcb-dri2.so.0*
|
||||
%{_libdir}/libxcb-dri3.so.0*
|
||||
@ -116,7 +118,65 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
%{_pkgdocdir}
|
||||
|
||||
%changelog
|
||||
* Tue Nov 19 2019 Adam Jackson <ajax@redhat.com> - 1.13.1-1
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.17.0-3
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.17.0-2
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Tue Apr 30 2024 Olivier Fourdan <ofourdan@redhat.com> - 1.17.0-1
|
||||
- libxcb 1.17.0
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Oct 06 2023 Peter Hutterer <peter.hutterer@redhat.com> - 1.16-2
|
||||
- Add missing README.md and libxcb-dbe
|
||||
|
||||
* Thu Oct 05 2023 José Expósito <jexposit@redhat.com> - 1.16-1
|
||||
- libxcb 1.16
|
||||
|
||||
* Thu Sep 07 2023 José Expósito <jexposit@redhat.com> - 1.13.1-13
|
||||
- SPDX Migration
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Thu Nov 5 11:20:53 AEST 2020 Peter Hutterer <peter.hutterer@redhat.com> - 1.13.1-6
|
||||
- Add BuildRequires for make
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Sep 28 2018 Adam Jackson <ajax@redhat.com> - 1.13.1-1
|
||||
- libxcb 1.13.1
|
||||
|
||||
* Tue Aug 14 2018 Adam Jackson <ajax@redhat.com> - 1.13-5
|
Loading…
Reference in New Issue
Block a user