rpms/moe/devel moe-1.3-configure.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 moe.spec, 1.5, 1.6 sources, 1.2, 1.3

Vivek Shah bonii at fedoraproject.org
Tue Nov 17 17:58:38 UTC 2009


Author: bonii

Update of /cvs/pkgs/rpms/moe/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15535

Modified Files:
	.cvsignore moe.spec sources 
Added Files:
	moe-1.3-configure.patch 
Log Message:

- Added new configure patch to respect Fedora compiler flags
- Updated to new upstream version
- Removed earlier includes patch which is fixed in current version


moe-1.3-configure.patch:
 configure |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE moe-1.3-configure.patch ---
--- moe-1.3-orig/configure	2009-11-17 22:52:30.272798024 +0530
+++ moe-1.3/configure	2009-11-17 23:04:55.873788360 +0530
@@ -28,8 +28,8 @@ sysconfdir='$(prefix)/etc'
 CC=
 CXX=
 CPPFLAGS=
-CFLAGS='-Wall -W -O2'
-CXXFLAGS='-Wall -W -O2'
+CFLAGS="-Wall -W -O2 $CFLAGS"
+CXXFLAGS="-Wall -W -O2 $CXXFLAGS"
 LDFLAGS=
 
 # Loop over all args


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/moe/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	25 Sep 2008 13:02:23 -0000	1.2
+++ .cvsignore	17 Nov 2009 17:58:37 -0000	1.3
@@ -1 +1 @@
-moe-1.0.tar.bz2
+moe-1.3.tar.gz


Index: moe.spec
===================================================================
RCS file: /cvs/pkgs/rpms/moe/devel/moe.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- moe.spec	25 Jul 2009 14:56:45 -0000	1.5
+++ moe.spec	17 Nov 2009 17:58:37 -0000	1.6
@@ -1,14 +1,13 @@
 Name:		moe
-Version:	1.0
-Release:	6%{?dist}
+Version:	1.3
+Release:	1%{?dist}
 Summary:	A powerful clean text editor
 
 Group:		Applications/Editors
 License:	GPLv3+
 URL:		http://www.gnu.org/software/moe/moe.html
-Source0:	http://ftp.gnu.org/gnu/moe/%{name}-%{version}.tar.bz2
-Patch0:		moe-1.0-configure.patch
-Patch1:		moe-1.0-includes.patch
+Source0:	http://ftp.gnu.org/gnu/moe/%{name}-%{version}.tar.gz
+Patch0:		moe-1.3-configure.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	ncurses-devel
@@ -26,14 +25,11 @@ browser, duplicate removal from prompt h
 %prep
 %setup -q
 %patch0 -p1 -b .configure
-%patch1 -p1 -b .includes
-
 
 %build
 %configure
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
@@ -62,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/%{name}*
 
 %changelog
+* Tue Nov 17 2009 Vivek Shah <boni.vivek at gmail.com> -1.3-1
+- Updated to new upstream version
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/moe/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	25 Sep 2008 13:02:23 -0000	1.2
+++ sources	17 Nov 2009 17:58:37 -0000	1.3
@@ -1 +1 @@
-49bf36a529dc14f750f37bdc1cc4c40c  moe-1.0.tar.bz2
+ca057de812a26a2acd34828f833110ab  moe-1.3.tar.gz




More information about the fedora-extras-commits mailing list