Update do 0.1.19, fix na GCC4.
Buduje się na Ac i Th.

-- 
Remigiusz "Enleth" Marcinkiewicz, [EMAIL PROTECTED], WWW enleth.com,
JID [EMAIL PROTECTED]
Index: devtodo.spec
===================================================================
RCS file: /cvsroot/SPECS/devtodo.spec,v
retrieving revision 1.18
diff -u -r1.18 devtodo.spec
--- devtodo.spec	16 Nov 2005 18:53:00 -0000	1.18
+++ devtodo.spec	19 Jan 2006 00:34:02 -0000
@@ -2,15 +2,16 @@
 Summary:	Todo list managment
 Summary(pl):	Zarządzanie listą spraw do zrobienia
 Name:		devtodo
-Version:	0.1.18
-Release:	3
+Version:	0.1.19
+Release:	1
 License:	GPL
 Group:		Development/Tools
 #Source0Download: http://swapoff.org/DevTodo
 Source0:	http://swapoff.org/files/devtodo/%{name}-%{version}.tar.gz
-# Source0-md5:	6ca0a414685cb7a7f32f7ae22cb3a2a9
+# Source0-md5:	723c86eae76c425ab9f271760bb951a3
 Patch0:		%{name}-include.patch
 Patch1:		%{name}-am_fix.patch
+Patch2:		%{name}-gcc4.patch
 URL:		http://swapoff.org/DevTodo
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -44,6 +45,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p0
 
 %build
 %{__aclocal}
@@ -72,7 +74,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS QuickStart README TODO doc/todorc.example doc/*sh
+%doc AUTHORS ChangeLog NEWS QuickStart README doc/todorc.example doc/*sh
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
diff -ru src.orig/TodoDB.h src/TodoDB.h
--- src.orig/TodoDB.h	2006-01-19 01:26:29.000000000 +0100
+++ src/TodoDB.h	2006-01-19 01:22:24.000000000 +0100
@@ -108,7 +108,7 @@
 		void initColour();
 		void initColourPost();
 		Todo::Priority getPriority(string current = "");
-		int TodoDB::markDone(Todo &todo);
+		int markDone(Todo &todo);
 
 		void formatItem(ostream &out, int depth, Todo const &item, string const &format);
 
diff -ru src.orig/Todo.h src/Todo.h
--- src.orig/Todo.h	2006-01-19 01:26:12.000000000 +0100
+++ src/Todo.h	2006-01-19 01:20:16.000000000 +0100
@@ -8,6 +8,8 @@
 
 using namespace std;
 
+class TodoDB;
+
 /*
 	Todo is the basic data structure for each entry in the .todo database.
 
_______________________________________________
pld-devel-pl mailing list
pld-devel-pl@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

Reply via email to