[gnome-do] Update to 0.9 release

Theodore Lee antiaircraft at fedoraproject.org
Mon Mar 5 01:24:53 UTC 2012


commit 8e9d35466d9e29275a8a8a0660baf7e6875a8c68
Author: Theodore Lee <theo148 at gmail.com>
Date:   Mon Mar 5 09:24:13 2012 +0800

    Update to 0.9 release

 .gitignore    |    1 +
 gnome-do.spec |   22 ++++++++++------------
 sources       |    2 +-
 3 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b561c8..d75dc68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 gnome-do-0.8.2-nodocky.tar.gz
 /gnome-do-0.8.5.tar.gz
+/gnome-do-0.9.tar.gz
diff --git a/gnome-do.spec b/gnome-do.spec
index 6145879..ac2e51e 100644
--- a/gnome-do.spec
+++ b/gnome-do.spec
@@ -1,28 +1,24 @@
 %global			debug_package %{nil}
-%global			mainver 0.8.5
+%global			mainver 0.9
 
 Name:			gnome-do
 Version:		%{mainver}
-Release:		9%{?dist}
+Release:		1%{?dist}
 Summary:		Quick launch and search
 
 License:		GPLv3+
 Group:			Applications/File
 URL:			http://do.davebsd.com/
-# http://launchpad.net/do/trunk/0.8.5/+download/gnome-do-0.8.5.tar.gz
+# http://launchpad.net/do/trunk/0.9/+download/gnome-do-0.9.tar.gz
 Source0:		http://launchpad.net/do/trunk/%{mainver}/+download/gnome-do-%{version}.tar.gz
-# https://bugs.launchpad.net/do/+bug/811366
-Patch0:			gnome-do-0.8.5-xargs.patch
-# https://bugs.launchpad.net/do/+bug/512940
-Patch1:			gnome-do-0.8.5-about.patch
 
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
 BuildRequires:		mono-devel, mono-addins-devel
 BuildRequires:		desktop-file-utils
-BuildRequires:		ndesk-dbus-devel
-BuildRequires:		ndesk-dbus-glib-devel
+BuildRequires:		dbus-sharp-devel
+BuildRequires:		dbus-sharp-glib-devel
 BuildRequires:		gtk-sharp2-devel, notify-sharp-devel
 BuildRequires:		gnome-sharp-devel, gnome-desktop-sharp-devel >= 2.26
 BuildRequires:		gnome-keyring-sharp-devel
@@ -65,9 +61,6 @@ Development files for GNOME Do
 %prep
 %setup -q
 
-%patch0 -p0 -z .xargs
-%patch1 -p0 -z .about
-
 %build
 %configure
 make %{?_smp_mflags}
@@ -143,6 +136,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Mon Mar 05 2012 Theodore Lee <theo148 at gmail.com> - 0.9-1
+- Update to latest upstream release
+- Drop upstreamed xargs and about dialog patches
+- Switch build dependencies from ndesk-dbus to dbus-sharp
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.5-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index b25e08d..025e61b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71e0e653021f895f151a6f46a97f75ba  gnome-do-0.8.5.tar.gz
+d360e56953915d9585c0ee71f433129c  gnome-do-0.9.tar.gz


More information about the scm-commits mailing list