Hello community,

here is the log from the commit of package mosh for openSUSE:Factory checked in 
at 2015-08-03 17:22:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mosh (Old)
 and      /work/SRC/openSUSE:Factory/.mosh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mosh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mosh/mosh.changes        2014-11-14 
09:19:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mosh.new/mosh.changes   2015-08-03 
17:22:08.000000000 +0200
@@ -1,0 +2,26 @@
+Sun Aug  2 09:32:36 UTC 2015 - [email protected]
+
+- Update to 1.2.5:
+  * Bind to a specific IP address with --bind-server.
+  * MOSH_ESCAPE_KEY configures escape character.
+  * Support non-roaming IPv6.
+  * Implement XTerm mouse mode.
+  * Report Git revision along with version if available.
+  * Add pselect() emulation.
+  * ARM Neon: fix gcc4.8 compiling problem.
+  * NaCl: Conditionally rename main to mosh_main.
+  * Debian: Improve bash-completion install and functionality.
+  * Automake/autoconf workarounds.
+  * mosh-server: Allow startup without PTY.
+  * network.cc: Properly close old fd on Socket assignment
+    operator.
+  * mosh-server: Allow startup with zero-window-size PTY.
+  * AddrInfo: Fix error message generation when node == NULL.
+  * Timestamp: Prevent integer overflow on Darwin PPC 32-bit.
+  * scripts/mosh: Fix hang when remote closes the connection.
+  * Fix issues with parsing of 256-color SGR sequences.
+  * Numerous code hygiene, Coverity, and Clang static analyzer
+    fixes.
+- Remove mosh-1.2.4-ipv6.patch: merged upstream.
+
+-------------------------------------------------------------------

Old:
----
  mosh-1.2.4-ipv6.patch
  mosh-1.2.4.tar.gz

New:
----
  mosh-1.2.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mosh.spec ++++++
--- /var/tmp/diff_new_pack.dg0Kbi/_old  2015-08-03 17:22:09.000000000 +0200
+++ /var/tmp/diff_new_pack.dg0Kbi/_new  2015-08-03 17:22:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mosh
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Flavio Castelli.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,15 +18,14 @@
 
 
 Name:           mosh
-Version:        1.2.4
+Version:        1.2.5
 Release:        0
 Summary:        The mobile shell
 License:        GPL-3.0+
 Group:          Productivity/Networking/SSH
 Url:            http://mosh.mit.edu/
-Source0:        http://mosh.mit.edu/%{name}-%{version}.tar.gz
+Source:         http://mosh.mit.edu/%{name}-%{version}.tar.gz
 Source1:        %{name}.SuSEfirewall
-Patch0:         mosh-1.2.4-ipv6.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -43,19 +42,18 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Remote terminal application that allows roaming, supports intermittent
-connectivity, and provides intelligent local echo and line editing of user
-keystrokes.
+Remote terminal application that allows roaming, supports
+intermittent connectivity, and provides intelligent local echo and
+line editing of user keystrokes.
 
-Mosh is a replacement for SSH. It's more robust and responsive, especially
-over Wi-Fi, cellular, and long-distance links.
+Mosh is a replacement for SSH. It's more robust and responsive,
+especially over Wi-Fi, cellular, and long-distance links.
 
 %prep
 %setup -q
-%patch0
-autoreconf -fvi
 
 %build
+autoreconf -fi
 %configure \
        --enable-completion \
        --enable-client \
@@ -63,25 +61,25 @@
        --disable-examples \
        --enable-hardening \
        --enable-ufw
-make V=1 %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-# copy susefirewall config file
-install -D -m 0644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/mosh
+%make_install
+# Copy SUSEfirewall config file.
+install -Dm 0644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/mosh
 
 %files
-%defattr(-,root,root,-)
-%doc %{_mandir}/man1/mosh.1.*
-%doc %{_mandir}/man1/mosh-client.1.*
-%doc %{_mandir}/man1/mosh-server.1.*
+%defattr(-,root,root)
+%config %{_sysconfdir}/bash_completion.d/mosh
 %config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/mosh
-%dir %{_sysconfdir}/ufw
-%dir %{_sysconfdir}/ufw/applications.d
+%dir %{_sysconfdir}/ufw/
+%dir %{_sysconfdir}/ufw/applications.d/
 %config %{_sysconfdir}/ufw/applications.d/mosh
 %{_bindir}/mosh
 %{_bindir}/mosh-client
 %{_bindir}/mosh-server
-%config %{_sysconfdir}/bash_completion.d/mosh
+%{_mandir}/man1/mosh.1%{?ext_man}
+%{_mandir}/man1/mosh-client.1%{?ext_man}
+%{_mandir}/man1/mosh-server.1%{?ext_man}
 
 %changelog

++++++ mosh-1.2.4.tar.gz -> mosh-1.2.5.tar.gz ++++++
++++ 13200 lines of diff (skipped)


Reply via email to