[mosh/el6] Update to mosh 1.2

Alex Chernyakhovsky achernya at fedoraproject.org
Fri Apr 27 04:36:27 UTC 2012


commit 751307b5db5034f3af8c442dfb63067c1ba0f657
Author: Alexander Chernyakhovsky <achernya at mit.edu>
Date:   Tue Apr 24 11:03:01 2012 -0400

    Update to mosh 1.2

 .gitignore |    1 +
 mosh.spec  |   17 ++++++++++++-----
 sources    |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2d1ef3c..34a6357 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /mosh-1.1.1.tar.gz
+/mosh-1.2.tar.gz
diff --git a/mosh.spec b/mosh.spec
index c9bfd0d..1df3df1 100644
--- a/mosh.spec
+++ b/mosh.spec
@@ -1,5 +1,5 @@
 Name:		mosh
-Version:	1.1.1
+Version:	1.2
 Release:	1%{?dist}
 Summary:	Mobile shell that supports roaming and intelligent local echo
 
@@ -11,7 +11,6 @@ Source0:	https://github.com/downloads/keithw/mosh/mosh-%{version}.tar.gz
 BuildRequires:	protobuf-compiler
 BuildRequires:	protobuf-devel
 BuildRequires:	libutempter-devel
-BuildRequires:	boost-devel
 BuildRequires:	zlib-devel
 BuildRequires:	ncurses-devel
 Requires:	openssh-clients
@@ -30,8 +29,9 @@ Mosh is a remote terminal application that supports:
 
 
 %build
+# Use upstream's more aggressive hardening instead of Fedora's defaults
 %configure --enable-compile-warnings=error
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="" CXXFLAGS=""
 
 
 %install
@@ -40,11 +40,18 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 %files
 %doc README.md COPYING ChangeLog
-%{_bindir}/*
-%{_mandir}/man1/*
+%{_bindir}/mosh
+%{_bindir}/mosh-client
+%{_bindir}/mosh-server
+%{_mandir}/man1/mosh.1.gz
+%{_mandir}/man1/mosh-client.1.gz
+%{_mandir}/man1/mosh-server.1.gz
 
 
 %changelog
+* Fri Apr 27 2012 Alexander Chernyakhovsky <achernya at mit.edu> - 1.2
+- Update to mosh 1.2.
+
 * Mon Mar 26 2012 Alexander Chernyakhovsky <achernya at mit.edu> - 1.1.1-1
 - Update to mosh 1.1.1.
 
diff --git a/sources b/sources
index 9210e51..93aec5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b42d1ba8e6e975f0e957c348cc998026  mosh-1.1.1.tar.gz
+2822792d362cc1539278ca3d3afb279a  mosh-1.2.tar.gz


More information about the scm-commits mailing list