Compare commits

...

No commits in common. 'i10c-beta' and 'c9' have entirely different histories.

2
.gitignore vendored

@ -1 +1 @@
SOURCES/libxcb-1.17.0.tar.xz SOURCES/libxcb-1.13.1.tar.bz2

@ -1 +1 @@
ebb3197ac4c75c51c4e7e3278e8406d9441a4d47 SOURCES/libxcb-1.17.0.tar.xz 2ab17a1bb2a44e0a9cb0b26bcf899689ba1bbb3b SOURCES/libxcb-1.13.1.tar.bz2

@ -1,13 +1,13 @@
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
Name: libxcb Name: libxcb
Version: 1.17.0 Version: 1.13.1
Release: 2%{?dist} Release: 9%{?dist}
Summary: A C binding to the X11 protocol Summary: A C binding to the X11 protocol
License: X11 License: MIT
URL: http://xcb.freedesktop.org/ URL: http://xcb.freedesktop.org/
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
# This is stolen straight from the pthread-stubs source: # This is stolen straight from the pthread-stubs source:
# http://cgit.freedesktop.org/xcb/pthread-stubs/blob/?id=6900598192bacf5fd9a34619b11328f746a5956d # http://cgit.freedesktop.org/xcb/pthread-stubs/blob/?id=6900598192bacf5fd9a34619b11328f746a5956d
@ -22,7 +22,7 @@ BuildRequires: libtool
BuildRequires: libxslt BuildRequires: libxslt
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: pkgconfig(xau) >= 0.99.2 BuildRequires: pkgconfig(xau) >= 0.99.2
BuildRequires: pkgconfig(xcb-proto) >= 1.17 BuildRequires: pkgconfig(xcb-proto) >= 1.13
BuildRequires: pkgconfig(xorg-macros) >= 1.18 BuildRequires: pkgconfig(xorg-macros) >= 1.18
BuildRequires: python3 python3-devel BuildRequires: python3 python3-devel
@ -70,7 +70,7 @@ make %{?_smp_mflags}
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
install -pm 644 COPYING NEWS README.md $RPM_BUILD_ROOT%{_pkgdocdir} install -pm 644 COPYING NEWS README $RPM_BUILD_ROOT%{_pkgdocdir}
sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefix},' %{SOURCE1} \ sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefix},' %{SOURCE1} \
> $RPM_BUILD_ROOT%{_libdir}/pkgconfig/pthread-stubs.pc > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/pthread-stubs.pc
@ -83,7 +83,6 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%files %files
%{_libdir}/libxcb-composite.so.0* %{_libdir}/libxcb-composite.so.0*
%{_libdir}/libxcb-damage.so.0* %{_libdir}/libxcb-damage.so.0*
%{_libdir}/libxcb-dbe.so.0*
%{_libdir}/libxcb-dpms.so.0* %{_libdir}/libxcb-dpms.so.0*
%{_libdir}/libxcb-dri2.so.0* %{_libdir}/libxcb-dri2.so.0*
%{_libdir}/libxcb-dri3.so.0* %{_libdir}/libxcb-dri3.so.0*
@ -118,44 +117,12 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.17.0-2 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.13.1-9
- Rebuilt for MSVSphere 10 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.17.0-2 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.13.1-8
- Bump release for June 2024 mass rebuild - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* 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 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save