From b31e4e850d3617d55a9de2ea0f8ba1c6a07534f5 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 20:58:10 +0100 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/gnome-common.git#ed10ab83b25f7c2c2d4c6dee19d06b8caa4ed9d0 --- gnome-common.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnome-common.spec b/gnome-common.spec index fd39d41..9262bb7 100644 --- a/gnome-common.spec +++ b/gnome-common.spec @@ -1,11 +1,14 @@ Name: gnome-common Version: 3.18.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Useful things common to building GNOME packages from scratch BuildArch: noarch License: GPLv2+ URL: https://wiki.gnome.org/Projects/GnomeCommon Source0: https://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz + +BuildRequires: make + # This will pull in the latest version; if your package requires something older, # well, BuildRequire it in that spec. At least until such time as we have a # build system that is intelligent enough to inspect your source code @@ -42,6 +45,9 @@ make DESTDIR=%{buildroot} INSTALL="install -p" install %{_datadir}/aclocal/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 3.18.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 3.18.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild