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=: