[moe] 1.5.

Jon Ciesla limb at fedoraproject.org
Fri Mar 8 19:12:46 UTC 2013


commit eee77475dfc80ddd712a72d5ec451a30aafb9a4c
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Mar 8 13:09:39 2013 -0600

    1.5.

 .gitignore              |    1 +
 moe-1.5-configure.patch |   11 +++++++++++
 moe.spec                |   11 +++++++----
 sources                 |    4 +---
 4 files changed, 20 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf403a3..6f10522 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ moe-1.3.tar.gz
 /moe-1.4.tar.lz
 /moe-1.4.tar.gz
 /moe-1.4-configure.patch
+/moe-1.5.tar.gz
diff --git a/moe-1.5-configure.patch b/moe-1.5-configure.patch
new file mode 100644
index 0000000..f1e634b
--- /dev/null
+++ b/moe-1.5-configure.patch
@@ -0,0 +1,11 @@
+--- configure~	2013-02-19 09:02:25.000000000 -0600
++++ configure	2013-03-08 13:05:26.972389307 -0600
+@@ -26,7 +26,7 @@
+ sysconfdir='$(prefix)/etc'
+ CXX=g++
+ CPPFLAGS=
+-CXXFLAGS='-Wall -W -O2'
++CXXFLAGS="-Wall -W -O2 $CXXFLAGS"
+ LDFLAGS=
+ 
+ # checking whether we are using GNU C++.
diff --git a/moe.spec b/moe.spec
index c632e6c..c6edd73 100644
--- a/moe.spec
+++ b/moe.spec
@@ -1,13 +1,13 @@
 Name:		moe
-Version:	1.4
-Release:	6%{?dist}
+Version:	1.5
+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.gz
-Patch0:		moe-1.4-configure.patch
+Patch0:		moe-1.5-configure.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	ncurses-devel
@@ -24,7 +24,7 @@ browser, duplicate removal from prompt histories, delimiter matching, etc.
 
 %prep
 %setup -q
-%patch0 -p1 -b .configure
+%patch0 -p0 -b .configure
 
 %build
 %configure
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/%{name}*
 
 %changelog
+* Fri Mar 08 2013 Jon Ciesla <limburgher at gmail.com> - 1.5-1
+- Latest upstream, BZ 919547.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index c43340b..61ba541 100644
--- a/sources
+++ b/sources
@@ -1,3 +1 @@
-9eb117063772f286107ffc6afdb53914  moe-1.4.tar.gz
-6d207709e2bf705d8e24e015deda41e4  moe-1.4-configure.patch
-3c76867a7a325d980f32e6a82d194bb6  moe-1.4-configure.patch
+9657248473d04549d6e85e6d36a3e3c3  moe-1.5.tar.gz


More information about the scm-commits mailing list