Hello community,

here is the log from the commit of package mosh for openSUSE:Factory checked in 
at 2016-04-30 23:29:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-08-03 
17:22:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mosh.new/mosh.changes   2016-04-30 
23:29:15.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Apr  4 18:51:34 UTC 2016 - [email protected]
+
+- Update dependencies
+  * drop autotools and autoreconf calling (as patch needing it was
+    dropped)
+  * add bash-completion as build dependnency and update install 
+    path for completion
+- Make building more verbose
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mosh.spec ++++++
--- /var/tmp/diff_new_pack.9FppMG/_old  2016-04-30 23:29:15.000000000 +0200
+++ /var/tmp/diff_new_pack.9FppMG/_new  2016-04-30 23:29:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mosh
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Flavio Castelli.
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,10 +26,8 @@
 Url:            http://mosh.mit.edu/
 Source:         http://mosh.mit.edu/%{name}-%{version}.tar.gz
 Source1:        %{name}.SuSEfirewall
-BuildRequires:  autoconf
-BuildRequires:  automake
+BuildRequires:  bash-completion
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
@@ -53,7 +51,6 @@
 %setup -q
 
 %build
-autoreconf -fi
 %configure \
   --enable-completion \
   --enable-client     \
@@ -61,7 +58,7 @@
   --disable-examples  \
   --enable-hardening  \
   --enable-ufw
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
@@ -70,7 +67,6 @@
 
 %files
 %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/
@@ -78,6 +74,7 @@
 %{_bindir}/mosh
 %{_bindir}/mosh-client
 %{_bindir}/mosh-server
+%{_datadir}/bash-completion
 %{_mandir}/man1/mosh.1%{?ext_man}
 %{_mandir}/man1/mosh-client.1%{?ext_man}
 %{_mandir}/man1/mosh-server.1%{?ext_man}


Reply via email to