Hello community,

here is the log from the commit of package sipsak for openSUSE:Leap:15.2 
checked in at 2020-02-13 14:40:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/sipsak (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.sipsak.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sipsak"

Thu Feb 13 14:40:53 2020 rev:1 rq:773536 version:0.9.7

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.sipsak.new.26092/sipsak.changes       
2020-02-13 14:40:54.169658820 +0100
@@ -0,0 +1,42 @@
+-------------------------------------------------------------------
+Wed Jan 22 21:58:28 UTC 2020 - Martin Hauke <[email protected]>
+
+- Package cleanup
+  * Run speccleaner
+  * Fix url
+  * Use source URL from github
+  * Use pkgconfig-style dependencies
+- Run testsuite  
+- Update to version 0.9.7
+  * added new option -E which overrules SRV result
+  * added new option -J to take ha1 instead of password
+  * dont retransmit on reliable transports
+  * added --disable-ips configure option which allows to compile
+    the oldstyle --numeric behavior
+  * added new option -k only available with TLS support
+  * added 'star' as special word for the contact option -C
+  * fixed overwritting of outbound proxy if domainname is an IP
+  * added option -Z to modify SIP_T1 at run time
+  * added syslog support
+  * enabled -c parameter for Inivte mode
+  * added new options for TLS (ca-cert, client-cert,
+    ignore-cert-failure)
+  * Note: these options are only available as long options
+  * added option to ignore TLS certificate verification errors
+  * added option -k, --local-ip
+  * added SHA-256 as a possible algorithm for digest authentication
+
+-------------------------------------------------------------------
+Wed Apr  4 00:21:12 UTC 2018 - [email protected]
+
+- modify source to compile on OpenSuSE Leap 15.0
+
+-------------------------------------------------------------------
+Fri Apr 17 2011 04:55:21 UTC - [email protected]
+ 
+- Code cleanup to try and make a better package I hope
+
+-------------------------------------------------------------------
+Fri Dec 13 2010 01:21:18 UTC - [email protected]
+
+- Initial RPM

New:
----
  sipsak-0.9.7.tar.gz
  sipsak.changes
  sipsak.spec

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

Other differences:
------------------
++++++ sipsak.spec ++++++
#
# spec file for package sipsak
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           sipsak
Version:        0.9.7
Release:        0
Summary:        SIP Swiss Army Knife
License:        GPL-2.0-only
Group:          Productivity/Telephony/SIP/Utilities
URL:            https://github.com/nils-ohlmeier/sipsak
Source:         
https://github.com/nils-ohlmeier/sipsak/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(check)
BuildRequires:  pkgconfig(libcares)
BuildRequires:  pkgconfig(openssl)

%description
Sipsak is a small command line tool for developers and administrators
of Session Initiation Protocol (SIP) applications. It can be used for
some simple tests on SIP applications and devices, including sending
OPTIONS requests, sending text files with SIP requests, traceroute,
user location test, flooding test, etc

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install

%check
make %{?_smp_mflags} check

%files
%license COPYING
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/sipsak
%{_mandir}/man1/sipsak.1%{?ext_man}

%changelog

Reply via email to