Hello community,

here is the log from the commit of package mosh for openSUSE:Factory checked in 
at 2014-11-14 09:19:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-11-12 
09:52:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mosh.new/mosh.changes   2014-11-14 
09:19:31.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Nov 13 15:43:07 UTC 2014 - [email protected]
+
+- Enable utempter
+- Run autoreconf after michals patch
+- spec-cleaner run
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mosh.spec ++++++
--- /var/tmp/diff_new_pack.KsKYbK/_old  2014-11-14 09:19:32.000000000 +0100
+++ /var/tmp/diff_new_pack.KsKYbK/_new  2014-11-14 09:19:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mosh
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Flavio Castelli.
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,24 +24,24 @@
 License:        GPL-3.0+
 Group:          Productivity/Networking/SSH
 Url:            http://mosh.mit.edu/
+Source0:        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++
+BuildRequires:  libtool
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRequires:  protobuf-devel
+BuildRequires:  utempter-devel
 BuildRequires:  zlib-devel
 Requires:       openssh
 Requires:       perl-IO-Socket-INET6
 Requires:       perl-IO-Tty
-Source0:        http://mosh.mit.edu/%{name}-%{version}.tar.gz
-Source1:        %{name}.SuSEfirewall
-Patch0:         mosh-1.2.4-ipv6.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
-%if 0%{?suse_version} > 1020
-%define with_susefirewall_config 1
-%endif
-
 %description
 Remote terminal application that allows roaming, supports intermittent
 connectivity, and provides intelligent local echo and line editing of user
@@ -53,38 +53,29 @@
 %prep
 %setup -q
 %patch0
+autoreconf -fvi
 
 %build
-# utempter requires libutempter not utempter itself and it is not yet
-# packaged properly in openSUSE
 %configure \
        --enable-completion \
        --enable-client \
        --enable-server \
        --disable-examples \
        --enable-hardening \
-       --enable-ufw \
-       --without-utempter
+       --enable-ufw
 make V=1 %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 # copy susefirewall config file
-%if 0%{?with_susefirewall_config}
-%{__install} -D -m 0644 %{S:1} 
%{buildroot}/etc/sysconfig/SuSEfirewall2.d/services/mosh
-%endif
-
-%clean
-rm -rf %{buildroot}
+install -D -m 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.*
-%if 0%{?with_susefirewall_config}
 %config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/mosh
-%endif
 %dir %{_sysconfdir}/ufw
 %dir %{_sysconfdir}/ufw/applications.d
 %config %{_sysconfdir}/ufw/applications.d/mosh

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to