rpms/fish/devel fish-1.14.0-wutil.patch,NONE,1.1 fish.spec,1.5,1.6

Oliver Falk (oliver) fedora-extras-commits at redhat.com
Fri Mar 10 14:15:32 UTC 2006


Author: oliver

Update of /cvs/extras/rpms/fish/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23553

Modified Files:
	fish.spec 
Added Files:
	fish-1.14.0-wutil.patch 
Log Message:

* Fri Mar 10 2006 Oliver Falk <oliver at linux-kernel.at>                - 1.14.0-2
- Fix buildreqs
- Fix wutil.h


fish-1.14.0-wutil.patch:

--- NEW FILE fish-1.14.0-wutil.patch ---
diff -Nur fish-1.14.0-orig/wutil.h fish-1.14.0/wutil.h
--- fish-1.14.0-orig/wutil.h	2005-09-24 22:31:33.000000000 +0200
+++ fish-1.14.0/wutil.h	2006-03-10 11:19:08.000000000 +0100
@@ -11,6 +11,7 @@
 #include <dirent.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include "config.h"
 
 
 /**


Index: fish.spec
===================================================================
RCS file: /cvs/extras/rpms/fish/devel/fish.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fish.spec	28 Sep 2005 11:24:42 -0000	1.5
+++ fish.spec	10 Mar 2006 14:15:32 -0000	1.6
@@ -2,16 +2,18 @@
 Name:                   fish
 
 Version:                1.14.0
-Release:                1%{?dist}
+Release:                2%{?dist}
 
 License:                GPL
 Group:                  System Environment/Shells
 URL:                    http://roo.no-ip.org/fish/
 
 Source0:                http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2
+Patch0:                 fish-1.14.0-wutil.patch
 
 BuildRoot:              %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:          doxygen ncurses-devel xorg-x11-devel
+BuildRequires:          doxygen ncurses-devel
+BuildRequires:          libX11-devel libXt-devel libXext-devel
 
 %description 
 fish is a shell geared towards interactive use. It's features are
@@ -20,6 +22,8 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .wutil
+
 
 %build
 
@@ -69,6 +73,10 @@
 %config %_sysconfdir/fish.d/completions/*.fish
 
 %changelog
+* Fri Mar 10 2006 Oliver Falk <oliver at linux-kernel.at>		- 1.14.0-2
+- Fix buildreqs
+- Fix wutil.h
+
 * Sat Sep 24 2005 Axel Liljencrantz <axel at liljencrantz.se> 1.14.0-0
 - 1.14.0
 




More information about the fedora-extras-commits mailing list