Hello community,

here is the log from the commit of package openfortivpn for openSUSE:Leap:15.2 
checked in at 2020-05-24 18:08:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/openfortivpn (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.openfortivpn.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openfortivpn"

Sun May 24 18:08:50 2020 rev:21 rq:808442 version:1.14.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/openfortivpn/openfortivpn.changes      
2020-04-14 14:24:17.229422540 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.openfortivpn.new.2738/openfortivpn.changes    
2020-05-24 18:08:51.350130727 +0200
@@ -1,0 +2,18 @@
+Tue May 12 18:46:49 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to version 1.14.0
+  * add git commit id in debug output
+  * do not use interface ip for routing on linux
+  * avoid extra hop on interface for default route
+  * clean up, updates and improvments in the build system
+  * increase the inbound HTTP buffer capacity when needed
+  * print domain search list to output
+  * add systemd service file
+  * add systemd notification when stopping
+  * allow logging with both smartcard and username
+  * fix GCC 9 and clang warnings
+  * bump default minimal TLS version from TLSv1.0 to TLSv1.2
+  * fix a couple coverity warnings
+- Package systemd service file
+
+-------------------------------------------------------------------

Old:
----
  openfortivpn-1.13.3.tar.gz

New:
----
  openfortivpn-1.14.0.tar.gz

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

Other differences:
------------------
++++++ openfortivpn.spec ++++++
--- /var/tmp/diff_new_pack.Q6H4aC/_old  2020-05-24 18:08:51.642131359 +0200
+++ /var/tmp/diff_new_pack.Q6H4aC/_new  2020-05-24 18:08:51.646131368 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           openfortivpn
-Version:        1.13.3
+Version:        1.14.0
 Release:        0
 Summary:        Client for PPP+SSL VPN tunnel services
 License:        GPL-3.0-or-later
@@ -28,6 +28,7 @@
 BuildRequires:  automake
 BuildRequires:  openssl-devel
 Requires:       ppp
+BuildRequires:  systemd-rpm-macros
 
 %description
 openfortivpn is a client for PPP+SSL VPN tunnel services. It spawns a pppd
@@ -40,13 +41,26 @@
 
 %build
 autoreconf -fiv
-%configure
+%configure \
+    --with-systemdsystemunitdir=%{_unitdir} 
 make %{?_smp_mflags} V=1
 
 %install
 %make_install
 rm -f %{buildroot}/%{_datadir}/openfortivpn/config.template
 
+%preun
+%service_del_preun [email protected]
+
+%postun
+%service_del_postun [email protected]
+
+%pre
+%service_add_pre [email protected]
+
+%post
+%service_add_post [email protected]
+
 %files
 %license LICENSE LICENSE.OpenSSL
 %doc README.md
@@ -54,5 +68,6 @@
 %{_mandir}/man1/openfortivpn.1%{?ext_man}
 %dir %{_sysconfdir}/openfortivpn
 %config(noreplace) %{_sysconfdir}/openfortivpn/config
+%{_unitdir}/[email protected]
 
 %changelog

++++++ openfortivpn-1.13.3.tar.gz -> openfortivpn-1.14.0.tar.gz ++++++
++++ 2241 lines of diff (skipped)


Reply via email to