rpms/clex/F-8 clex-3.18-configure.patch,NONE,1.1 clex.spec,1.2,1.3

Kairo Francisco de Araujo (kairo) fedora-extras-commits at redhat.com
Wed Apr 30 22:42:54 UTC 2008


Author: kairo

Update of /cvs/pkgs/rpms/clex/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10876/F-8

Modified Files:
	clex.spec 
Added Files:
	clex-3.18-configure.patch 
Log Message:
added clex-3.18-configure.patch for fedora (thanks dwmw2)
Update 3.18-2


clex-3.18-configure.patch:

--- NEW FILE clex-3.18-configure.patch ---
--- clex-3.18/configure	2008-04-30 13:37:37.000000000 -0300
+++ clex-3.18/configure-fedora	2008-04-30 13:37:37.000000000 -0300
@@ -3339,11 +3339,11 @@
 #ifdef __cplusplus
 extern "C"
 #endif
-char stdscr ();
+extern char stdscr ();
 int
 main ()
 {
-return stdscr ();
+return stdscr;
   ;
   return 0;
 }


Index: clex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/clex/F-8/clex.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- clex.spec	26 Apr 2008 17:17:27 -0000	1.2
+++ clex.spec	30 Apr 2008 22:42:16 -0000	1.3
@@ -1,12 +1,13 @@
 Name:           clex
 Version:        3.18 
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A free file manager with a full-screen user interface
 
 Group:          Applications/File
 License:        GPLv2+
 URL:            http://www.clex.sk
 Source0:        http://www.clex.sk/download/%{name}-%{version}.tar.gz
+Patch0:         clex-3.18-configure.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ncurses-devel
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .configure
 
 %build
 %configure
@@ -48,6 +50,9 @@
 
 
 %changelog
+* Sat Apr 28 2008 Kairo Araujo <kairoaraujo at gmail.com> - 3.18-2
+- added clex-3.18-configure.patch for fedora (thanks dwmw2)
+
 * Sat Apr 26 2008 Kairo Araujo <kairoaraujo at gmail.com> - 3.18-1
 - Update 3.18
 




More information about the fedora-extras-commits mailing list