From 4eb4f355cf4a59d89095042026fc4999b4ca21fb Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 22:23:52 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/mesa-demos.git#23ec03ef5faa5a26db6e08d4b7099298e158f3f7 --- mesa-demos.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mesa-demos.spec b/mesa-demos.spec index e0874cc..ba3da64 100644 --- a/mesa-demos.spec +++ b/mesa-demos.spec @@ -7,7 +7,7 @@ Summary: Mesa demos Name: mesa-demos Version: 8.4.0 -Release: 8.%{gitdate}git%{shortcommit}%{?dist} +Release: 9.%{gitdate}git%{shortcommit}%{?dist} License: MIT URL: http://www.mesa3d.org #Source0: https://mesa.freedesktop.org/archive/demos/%{version}/%{name}-%{version}.tar.bz2 @@ -19,6 +19,7 @@ Patch0: mesa-demos-8.0.1-legal.patch Patch1: mesa-demos-as-needed.patch # Fix xdriinfo not working with libglvnd Patch2: xdriinfo-1.0.4-glvnd.patch +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: pkgconfig autoconf automake libtool BuildRequires: freeglut-devel @@ -113,6 +114,9 @@ install -m 0755 src/egl/opengles2/es2_info %{buildroot}%{_bindir} %{_bindir}/es2_info %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 8.4.0-9.20181118git1830dcb +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Tom Stellard - 8.4.0-8.20181118git1830dcb - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro