Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sscep for openSUSE:Factory checked 
in at 2021-01-30 13:57:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sscep (Old)
 and      /work/SRC/openSUSE:Factory/.sscep.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sscep"

Sat Jan 30 13:57:09 2021 rev:3 rq:867910 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sscep/sscep.changes      2020-09-27 
11:50:50.992112829 +0200
+++ /work/SRC/openSUSE:Factory/.sscep.new.28504/sscep.changes   2021-01-30 
13:58:02.842425383 +0100
@@ -1,0 +2,15 @@
+Fri Jan  8 16:11:27 UTC 2021 - Martin Hauke <[email protected]>
+
+- Update to version 0.8.0
+  * Added support for HTTP/1.1
+  * Added support for IPv6
+  * Added GetCACaps (getcaps) operation
+  * Added support for POST method for PKI operations
+  * Added options for additional hashing algorithms
+  * Added support for autoconf/automake and CMake
+  * Changed project directory layout to match the conventions
+  * Fixed encoding of 'issuer and subject' and 'issuer and serial'
+  * Fixed crashes when sscep is used with an OpenSSL engine
+  * Replaced GNU getopt by a BSD licensed alternative
+
+-------------------------------------------------------------------

Old:
----
  sscep-0.7.0.tar.gz

New:
----
  sscep-0.8.0.tar.gz

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

Other differences:
------------------
++++++ sscep.spec ++++++
--- /var/tmp/diff_new_pack.MT0KrY/_old  2021-01-30 13:58:03.982427305 +0100
+++ /var/tmp/diff_new_pack.MT0KrY/_new  2021-01-30 13:58:03.986427311 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package sscep
 #
-# Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2016-2020, Martin Hauke <[email protected]>
+# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2016-2021, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,15 @@
 
 
 Name:           sscep
-Version:        0.7.0
+Version:        0.8.0
 Release:        0
 Summary:        A command line client for the SCEP protocol
 License:        BSD-3-Clause-Attribution AND OpenSSL
 Group:          Productivity/Networking/Diagnostic
 URL:            https://github.com/certnanny/sscep
 Source:         
https://github.com/certnanny/sscep/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
 BuildRequires:  libopenssl-devel
 
 %description
@@ -35,18 +37,17 @@
 %setup -q
 
 %build
-./Configure
-%make_build sscep_dyn CFLAGS="%{optflags} -fcommon"
+export CFLAGS="%optflags -fcommon"
+%cmake
 
 %install
+%cmake_install
 install -Dpm 0644 sscep.conf %{buildroot}%{_sysconfdir}/sscep/sscep.conf
-install -d %{buildroot}%{_bindir}
-install -pm 0755 mkrequest %{buildroot}%{_bindir}
-install -pm 0755 sscep_dyn %{buildroot}%{_bindir}/sscep
+install -Dpm 0755 mkrequest %{buildroot}%{_bindir}
 
 %files
-%license COPYRIGHT
-%doc HISTORY TODO README.md
+%license COPYING
+%doc AUTHORS ChangeLog README.md
 %dir %{_sysconfdir}/sscep/
 %config(noreplace) %{_sysconfdir}/sscep/sscep.conf
 %{_bindir}/sscep

++++++ sscep-0.7.0.tar.gz -> sscep-0.8.0.tar.gz ++++++
++++ 26255 lines of diff (skipped)

Reply via email to