diff --git a/NetworkManager-vpnc.spec b/NetworkManager-vpnc.spec index edeba4e..3202931 100644 --- a/NetworkManager-vpnc.spec +++ b/NetworkManager-vpnc.spec @@ -1,5 +1,5 @@ %define nm_version 0.4-32.cvs20050629 -%define dbus_version 0.33 +%define dbus_version 0.34 %define gtk2_version 2.6.0 %define vpnc_version 0.3.3-1 %define shared_mime_version 0.16-3 @@ -7,7 +7,7 @@ Summary: NetworkManager VPN integration for vpnc Name: NetworkManager-vpnc Version: 0.2 -Release: 1 +Release: 2 License: GPL Group: System Environment/Base Source: %{name}-%{version}.tar.gz @@ -19,6 +19,7 @@ BuildRequires: GConf2-devel BuildRequires: libgnomeui-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel +BuildRequires: libpng-devel PreReq: /usr/bin/update-desktop-database PreReq: /usr/bin/gtk-update-icon-cache Requires: gtk2 >= %{gtk2_version} @@ -83,6 +84,18 @@ fi %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-cisco-vpn-settings.png %changelog +* Fri Jul 1 2005 David Zeuthen 0.2-2 +- Add missing changelog entry for last commit +- Temporarily BuildReq libpng-devel as it is not pulled in by gtk2-devel + (should be fixed in Core shortly) +- Pull in latest D-BUS (which features automatic reloading of policy files) + so users do not have to restart the messagebus after installing this package + +* Thu Jun 30 2005 David Zeuthen 0.2-1 +- New upsteam version +- Add the new gnome-mime-application-x-cisco-vpn-settings.png icon and call + gtk-update-icon-cache as appropriate + * Fri Jun 17 2005 David Zeuthen 0.1-2.cvs20050617 - Add Prereq: /usr/bin/update-desktop-database - Nuke .la and .a files