rpms/tasque/F-12 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 tasque.spec, 1.7, 1.8

dkaylor dkaylor at fedoraproject.org
Wed Feb 17 05:38:52 UTC 2010


Author: dkaylor

Update of /cvs/pkgs/rpms/tasque/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19627

Modified Files:
	.cvsignore sources tasque.spec 
Log Message:
Update to 0.1.9



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tasque/F-12/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	30 Dec 2008 01:04:41 -0000	1.3
+++ .cvsignore	17 Feb 2010 05:38:51 -0000	1.4
@@ -1,2 +1 @@
-tasque-0.1.8.tar.bz2
-tasque-0.1.8-libdir.patch
+tasque-0.1.9.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tasque/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	30 Dec 2008 01:04:42 -0000	1.3
+++ sources	17 Feb 2010 05:38:51 -0000	1.4
@@ -1,2 +1 @@
-81bc4f5a3dd4d7a1d28c85202c752e78  tasque-0.1.8.tar.bz2
-b51f0f1ee962e33706c732512b315f78  tasque-0.1.8-libdir.patch
+899d996361b5841664581d970b1ba7af  tasque-0.1.9.tar.bz2


Index: tasque.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tasque/F-12/tasque.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- tasque.spec	12 Feb 2010 20:05:59 -0000	1.7
+++ tasque.spec	17 Feb 2010 05:38:52 -0000	1.8
@@ -1,26 +1,20 @@
 %define debug_package %{nil} #Mono package
 
 Name:           tasque
-Version:        0.1.8
-Release:        4%{?dist}.1
+Version:        0.1.9
+Release:        1%{?dist}
 Summary:        A simple task management app (TODO list) for the Linux Desktop
 
 Group:          Applications/Productivity
 License:        MIT
 URL:            http://live.gnome.org/Tasque
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/tasque/0.1/%{name}-%{version}.tar.bz2
-Patch0:         tasque-0.1.8-libdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  intltool pkgconfig mono-core gtk-sharp2-devel gnome-sharp-devel ndesk-dbus-devel ndesk-dbus-glib-devel
+BuildRequires:  intltool pkgconfig mono-core gtk-sharp2-devel gnome-sharp-devel ndesk-dbus-devel ndesk-dbus-glib-devel evolution-sharp-devel
 BuildRequires:  gettext desktop-file-utils mono-data-sqlite
-Requires:       mono-core gnome-sharp gtk-sharp2 ndesk-dbus-glib mono-data-sqlite
+Requires:       mono-core gnome-sharp gtk-sharp2 ndesk-dbus-glib mono-data-sqlite mono-web
 ExcludeArch:    sparc64
 
-%if 0%{?fedora} >= 10
-BuildRequires: notify-sharp-devel
-Requires: notify-sharp
-%endif
-
 %description
 Tasque is a simple task management app (TODO list) for the Linux Desktop. 
 
@@ -34,7 +28,6 @@ Development file for tasque 
 
 %prep
 %setup -q
-%patch0
 sed -i.nosuse -e 's|X-SuSE-Core-Office;||' data/tasque.desktop.in
 
 %build
@@ -80,6 +73,12 @@ fi
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Tue Feb 16 2010 David Kaylor<dkaylor at gmail.com> - 0.1.9-1
+- Update to version 0.1.9
+- Remove libdir patch (fixed upstream)
+- Remove version check for Fedora 10
+- Add evolution-sharp-devel and mono-web dependencies
+
 * Fri Feb 12 2010 Dennis Gilmore <dennis at ausil.us> - 0.1.8-4.1 
 - ExcludeArch sparc64  no mono there
 



More information about the scm-commits mailing list