Hello community,

here is the log from the commit of package mosh for openSUSE:Factory checked in 
at 2019-07-16 08:40:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mosh (Old)
 and      /work/SRC/openSUSE:Factory/.mosh.new.1887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mosh"

Tue Jul 16 08:40:20 2019 rev:17 rq:714788 version:1.3.2+20190710

Changes:
--------
--- /work/SRC/openSUSE:Factory/mosh/mosh.changes        2017-07-28 
09:48:09.971839875 +0200
+++ /work/SRC/openSUSE:Factory/.mosh.new.1887/mosh.changes      2019-07-16 
08:40:21.403020707 +0200
@@ -1,0 +2,14 @@
+Thu Jul 11 08:34:38 UTC 2019 - [email protected]
+
+- Switch to git snapshots as there was no release over years.
+- Update to version 1.3.2+20190710
+  * Apply latest consecutive resize, not earliest.
+  * mosh-server: improve error logging
+  * Add syslog logging of connections
+  * Fix issue with incorrect true-color background erase colors.
+  * Add true color support.
+  * Allow non-inserting prediction.
+  * Don't do prediction on large pastes into mosh-client.
+  * and more.
+
+-------------------------------------------------------------------

Old:
----
  mosh-1.3.2.tar.gz

New:
----
  _service
  _servicedata
  mosh-1.3.2+20190710.tar.xz

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

Other differences:
------------------
++++++ mosh.spec ++++++
--- /var/tmp/diff_new_pack.HytX5S/_old  2019-07-16 08:40:22.015020359 +0200
+++ /var/tmp/diff_new_pack.HytX5S/_new  2019-07-16 08:40:22.023020355 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mosh
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Flavio Castelli.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,19 +13,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           mosh
-Version:        1.3.2
+Version:        1.3.2+20190710
 Release:        0
 Summary:        The mobile shell
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Networking/SSH
 Url:            https://mosh.org/
-Source:         https://mosh.org/%{name}-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.xz
 Source1:        %{name}.SuSEfirewall
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
@@ -49,7 +51,10 @@
 %prep
 %setup -q
 
+sed -i '1s@^#!.*env perl@#!/usr/bin/perl@' scripts/mosh.pl
+
 %build
+autoreconf -fi
 %configure \
   --enable-completion \
   --enable-client     \

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">git://github.com/mobile-shell/mosh.git</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="versionformat">@PARENT_TAG@+%cd</param>
    <param name="versionrewrite-pattern">mosh(.*)</param>
    <param name="versionrewrite-replacement">\1</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">mosh-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled" />
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">git://github.com/mobile-shell/mosh.git</param>
              <param 
name="changesrevision">b1da7005358b4a550e31faa646cf1cf116700412</param></service></servicedata>

Reply via email to