From 919415e043064bc3bb25633130e0365524b538b1 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Sun, 21 May 2006 20:36:35 +0000 Subject: [PATCH] - Update to latest CVS - Drop special-case-madwifi.patch, since WEXT code is in madwifi-ng trunk now --- .cvsignore | 1 + NetworkManager.spec | 17 ++++++++--------- sources | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index 25c8aed..7845231 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ NetworkManager-0.6.1.tar.bz2 +NetworkManager-0.7.0.cvs20060521.tar.gz diff --git a/NetworkManager.spec b/NetworkManager.spec index b97652e..6f2df67 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -1,6 +1,6 @@ ExcludeArch: s390 s390x -%define cvs_snapshot 0 +%define cvs_snapshot 1 %define hal_version 0.5.0 %define dbus_version 0.60 @@ -9,22 +9,19 @@ ExcludeArch: s390 s390x %define bind_version 24:9.3.1-20 %if %{cvs_snapshot} -%define nm_cvs_version .cvs20060302 +%define nm_cvs_version .cvs20060521 %endif Name: NetworkManager Summary: Network connection manager and user applications -Version: 0.6.2 -Release: 3%{?nm_cvs_version}.fc6 +Version: 0.7.0 +Release: 0%{?nm_cvs_version} Group: System Environment/Base License: GPL URL: http://www.gnome.org/projects/NetworkManager/ Source: %{name}-%{version}%{?nm_cvs_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -Patch0: special-case-madwifi.patch -Patch1: service-startup.patch - PreReq: chkconfig Requires: wireless-tools >= %{wireless_tools_version} Requires: dbus >= %{dbus_version} @@ -117,8 +114,6 @@ NetworkManager functionality from applications that use glib. %prep %setup -q -%patch0 -p0 -b .madwifi -%patch1 -p1 -b .service-startup %build %configure --with-named=/usr/sbin/named --with-named-dir=/var/named/data --with-named-user=named --enable-notify=yes @@ -213,6 +208,10 @@ fi %changelog +* Sun May 21 2006 Dan Williams - 0.7.0-0.cvs20050621 +- Update to latest CVS +- Drop special-case-madwifi.patch, since WEXT code is in madwifi-ng trunk now + * Fri May 19 2006 Bill Nottingham - 0.6.2-3.fc6 - use the same 0.6.2 tarball as FC5, so we have the same VPN interface (did he fire ten args, or only nine?) diff --git a/sources b/sources index 2f3e2ae..5039277 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -872232e0820350adfce872ea8eda4d15 NetworkManager-0.6.2.tar.gz +6802662590c2e2021fac765a0f98cad8 NetworkManager-0.7.0.cvs20060521.tar.gz