From 5db02c7f01dc360d46695f1d423a45742d326ad803c9fb47dc24c60120e886e6 Mon Sep 17 00:00:00 2001 From: Maurizio Galli Date: Thu, 25 Apr 2019 09:00:38 +0000 Subject: [PATCH] Accepting request 697774 from openSUSE:Factory:RISCV - Remove useless clang dependency OBS-URL: https://build.opensuse.org/request/show/697774 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/package-update-indicator?expand=0&rev=7 --- package-update-indicator.changes | 5 +++++ package-update-indicator.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package-update-indicator.changes b/package-update-indicator.changes index f101047..2666c26 100644 --- a/package-update-indicator.changes +++ b/package-update-indicator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 25 08:04:41 UTC 2019 - Andreas Schwab + +- Remove useless clang dependency + ------------------------------------------------------------------- Tue Apr 16 07:01:16 UTC 2019 - Maurizio Galli diff --git a/package-update-indicator.spec b/package-update-indicator.spec index 23b6245..ea96d7c 100644 --- a/package-update-indicator.spec +++ b/package-update-indicator.spec @@ -26,7 +26,6 @@ Group: System/Daemons URL: https://code.guido-berhoerster.org/projects/package-update-indicator Source: https://code.guido-berhoerster.org/projects/package-update-indicator/downloads/%{name}-%{version}.tar.gz Source1: 10_opensuse_update_command.gschema.override -BuildRequires: clang BuildRequires: docbook5-xsl-stylesheets BuildRequires: gettext >= 0.19 BuildRequires: libxml2-tools @@ -50,7 +49,7 @@ The package-update-indicator utility regularly checks for software updates and n %autosetup %build -%make_build prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=: CFLAGS="%{optflags}" +%make_build prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=: CFLAGS="%{optflags}" CC=gcc %install %make_install prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=: