From 08f55cba3d3344640ca0d4eeef9b48a98b44140e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:36:09 +0100 Subject: [PATCH] require dconf [release 0.9.8.10-2mamba;Mon Jun 30 2014] --- network-manager-applet.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/network-manager-applet.spec b/network-manager-applet.spec index 7b6b283..3ae8838 100644 --- a/network-manager-applet.spec +++ b/network-manager-applet.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: network-manager-applet Version: 0.9.8.10 -Release: 1mamba +Release: 2mamba Summary: A GNOME applet to control network connections Group: Graphical Desktop/Applications/Networking Vendor: openmamba @@ -61,6 +61,7 @@ Requires: gnome-keyring Requires(post):hicolor-icon-theme Requires: notification-daemon Requires: networkmanagervpnplugin +Requires: dconf Provides: networkmanagergui Obsoletes: wicd BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -88,7 +89,8 @@ This is the development package for the libraries. %build %configure \ - --with-gtk=3 + --with-gtk=3 \ + CFLAGS="%{optflags} -Wno-error=deprecated-declarations" %make @@ -150,6 +152,9 @@ fi %doc ChangeLog NEWS %changelog +* Mon Jun 30 2014 Silvan Calarco 0.9.8.10-2mamba +- require dconf + * Thu Jun 05 2014 Automatic Build System 0.9.8.10-1mamba - automatic version update by autodist