Hello community,

here is the log from the commit of package conman for openSUSE:Factory checked 
in at 2017-10-07 17:51:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/conman (Old)
 and      /work/SRC/openSUSE:Factory/.conman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "conman"

Sat Oct  7 17:51:34 2017 rev:4 rq:532246 version:0.2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/conman/conman.changes    2017-08-16 
16:18:30.137053494 +0200
+++ /work/SRC/openSUSE:Factory/.conman.new/conman.changes       2017-10-07 
17:51:36.060836558 +0200
@@ -1,0 +2,20 @@
+Fri Oct  6 13:59:27 UTC 2017 - [email protected]
+
+- Updated to version 0.2.8:
+  * Changed project homepage to <https://dun.github.io/conman/>. (#21)
+  * Changed conman.conf default loopback setting to ON.
+  * Changed rpm spec file from sysvinit to systemd.
+  * Added 'server nofile' config directive to increase NOFILE limit. (#17)
+  * Added '-P' cmdline opt to daemon for specifying pidfile. (#20)
+  * Added test console device to aid in development and testing.
+  * Fixed telnet option negotiation loop. (#9)
+  * Fixed arbitrary limit on number of IPMI SOL consoles. (#15)
+  * Fixed 4-character limit on timezones. (#16)
+  * Fixed 1-second delay when connecting the client to a console.
+  * Fixed UDS console reconnect delay to use exponential timeout.
+  * Fixed UDS console reconnect delay to require min connect time before reset.
+  * Fixed UDS console resource leak of pathname during config processing.
+  * Fixed all gcc, clang, and Coverity Scan warnings.
+  * Improved scalability of daemon.
+
+-------------------------------------------------------------------

Old:
----
  conman-0.2.7.tar.bz2

New:
----
  conman-0.2.8.tar.gz

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

Other differences:
------------------
++++++ conman.spec ++++++
--- /var/tmp/diff_new_pack.62wnxU/_old  2017-10-07 17:51:36.888800160 +0200
+++ /var/tmp/diff_new_pack.62wnxU/_new  2017-10-07 17:51:36.892799984 +0200
@@ -33,7 +33,7 @@
 %endif
 
 Name:           conman
-Version:        0.2.7
+Version:        0.2.8
 Release:        0
 
 Summary:        The Console Manager
@@ -48,7 +48,7 @@
 %if 0%{?have_freeipmi}
 BuildRequires:  freeipmi-devel
 %endif
-Source0:        
https://github.com/dun/conman/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
+Source0:        https://github.com/dun/conman/archive/%{name}-%{version}.tar.gz
 Source1:        %{name}.service
 %if 0%{?have_systemd}
 BuildRequires:  systemd
@@ -80,7 +80,7 @@
   - broadcasting client output to multiple consoles
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n %{name}-%{name}-%{version}
 %patch1 -p1
 
 %build
@@ -167,12 +167,13 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS
-%doc ChangeLog
-%doc COPYING
 %doc DISCLAIMER*
 %doc FAQ
+%doc COPYING
 %doc NEWS
 %doc README
+%doc PLATFORMS
+%doc README.md
 %doc THANKS
 %config(noreplace) %attr(-,%conman_u,%conman_g) %{_sysconfdir}/conman.conf
 %config(noreplace) %{_sysconfdir}/logrotate.d/conman

++++++ conman-suse-fix-expect-scripts.patch ++++++
--- /var/tmp/diff_new_pack.62wnxU/_old  2017-10-07 17:51:36.936798050 +0200
+++ /var/tmp/diff_new_pack.62wnxU/_new  2017-10-07 17:51:36.940797874 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- conman-0.2.7.orig/lib/exec/ssh.exp
 +++ conman-0.2.7/lib/exec/ssh.exp
-@@ -168,7 +168,7 @@ expect {
+@@ -166,7 +166,7 @@ expect {
      }
      exp_continue -continue_timer
    }
@@ -11,7 +11,7 @@
      if {$authenticated == 0} {
        send "$pswd\r"
        incr authenticated
-@@ -178,7 +178,7 @@ expect {
+@@ -176,7 +176,7 @@ expect {
        exit 1
      }
    }


Reply via email to