Hello community,

here is the log from the commit of package mosh for openSUSE:Factory checked in 
at 2017-01-24 10:39:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2017-01-11 
12:03:20.321135994 +0100
+++ /work/SRC/openSUSE:Factory/.mosh.new/mosh.changes   2017-01-24 
10:39:05.249961351 +0100
@@ -1,0 +2,6 @@
+Sat Jan 21 11:26:52 UTC 2017 - [email protected]
+
+- Enable tests
+- Small package cleanup
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mosh.spec ++++++
--- /var/tmp/diff_new_pack.Pe66Df/_old  2017-01-24 10:39:05.745890918 +0100
+++ /var/tmp/diff_new_pack.Pe66Df/_new  2017-01-24 10:39:05.749890350 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mosh
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Flavio Castelli.
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,21 +26,17 @@
 Url:            https://mosh.org/
 Source:         https://mosh.org/%{name}-%{version}.tar.gz
 Source1:        %{name}.SuSEfirewall
-BuildRequires:  bash-completion
 BuildRequires:  gcc-c++
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
-BuildRequires:  protobuf-devel
 BuildRequires:  utempter-devel
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(bash-completion)
+BuildRequires:  pkgconfig(protobuf)
+BuildRequires:  pkgconfig(zlib)
 Requires:       openssh
 Requires:       perl-IO-Socket-INET6
 Requires:       perl-IO-Tty
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1320
-BuildRequires:  bash-completion-devel
-%endif
 
 %description
 Remote terminal application that allows roaming, supports
@@ -52,7 +48,6 @@
 
 %prep
 %setup -q
-cp -f %{SOURCE1} %{name}.SuSEfirewall
 
 %build
 %configure \
@@ -67,12 +62,15 @@
 %install
 %make_install
 # Copy a SUSEfirewall config file.
-install -Dpm 0644 %{name}.SuSEfirewall \
+install -Dpm 0644 %{SOURCE1} \
   %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/mosh
 
+%check
+make check
+
 %files
 %defattr(-,root,root)
-%config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/mosh
+%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/mosh
 %dir %{_sysconfdir}/ufw/
 %dir %{_sysconfdir}/ufw/applications.d/
 %config %{_sysconfdir}/ufw/applications.d/mosh


Reply via email to