Compare commits

...

No commits in common. "c8" and "c9s" have entirely different histories.
c8 ... c9s

7 changed files with 57 additions and 6 deletions

7
.gitignore vendored
View File

@ -1 +1,6 @@
SOURCES/libXxf86dga-1.1.5.tar.bz2
libXxf86dga-1.1.1.tar.bz2
/libXxf86dga-1.1.2.tar.bz2
/libXxf86dga-1.1.3.tar.bz2
/libXxf86dga-20130524.tar.bz2
/libXxf86dga-1.1.4.tar.bz2
/libXxf86dga-1.1.5.tar.bz2

View File

@ -1 +1 @@
332ba80d1b3d06473f7bbfe1612e7c5b58fbdf69 SOURCES/libXxf86dga-1.1.5.tar.bz2
332ba80d1b3d06473f7bbfe1612e7c5b58fbdf69 libXxf86dga-1.1.5.tar.bz2

1
commitid Normal file
View File

@ -0,0 +1 @@
a8dc6be3213bc91dec5e25535ef4bad5a9456af0

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -5,9 +5,8 @@
Summary: X.Org X11 libXxf86dga runtime library
Name: libXxf86dga
Version: 1.1.5
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.x.org
%if 0%{?gitdate}
@ -20,6 +19,7 @@ Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
Requires: libX11 >= 1.5.99.902
BuildRequires: make
BuildRequires: xorg-x11-util-macros
BuildRequires: autoconf automake libtool
BuildRequires: pkgconfig
@ -32,7 +32,6 @@ X.Org X11 libXxf86dga runtime library
%package devel
Summary: X.Org X11 libXxf86dga development package
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
@ -70,7 +69,29 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_includedir}/X11/extensions/Xxf86dga.h
%changelog
* Thu Jun 04 2020 Benjamin Tissoires <benjamin.tissoires@redhat.com> - 1.1.5-1
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.5-8
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.5-7
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Nov 5 12:27:26 AEST 2020 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.5-5
- Add BuildRequires for make
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Wed Mar 20 2019 Adam Jackson <ajax@redhat.com> - 1.1.5-1
- libXxf86dga 1.1.5
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-14

17
make-git-snapshot.sh Executable file
View File

@ -0,0 +1,17 @@
#!/bin/sh
DIRNAME=libXxf86dga-$( date +%Y%m%d )
rm -rf $DIRNAME
git clone git://git.freedesktop.org/git/xorg/lib/libXxf86dga $DIRNAME
cd $DIRNAME
if [ -z "$1" ]; then
git log | head -1
else
git checkout $1
fi
git log | head -1 | awk '{ print $2 }' > ../commitid
git repack -a -d
cd ..
tar jcf $DIRNAME.tar.bz2 $DIRNAME
rm -rf $DIRNAME

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (libXxf86dga-1.1.5.tar.bz2) = 0e77c4003aeba737b10c17d55aeefa935fc57c4ba9e8f79a834f3f8c690d6a1d98f69ad707eded784346c1cf40c41829719d257283b5eae3207147fb4c79ed89