Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcotp for openSUSE:Factory checked 
in at 2023-02-01 16:39:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcotp (Old)
 and      /work/SRC/openSUSE:Factory/.libcotp.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcotp"

Wed Feb  1 16:39:21 2023 rev:7 rq:1062422 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcotp/libcotp.changes  2023-01-08 
21:26:01.319419084 +0100
+++ /work/SRC/openSUSE:Factory/.libcotp.new.32243/libcotp.changes       
2023-02-01 16:46:55.472432929 +0100
@@ -1,0 +2,25 @@
+Wed Feb  1 09:37:48 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Drop libbaseencode dep, since it's no longer necessary and obsolete it
+- Fix changelog typo
+
+-------------------------------------------------------------------
+Tue Jan 31 23:25:26 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2.0.0:
+  * In particular, libbaseencode has been merged with libcotp, so now users
+    can call base32 functions by just including `cotp.h`
+  BREAKING CHANGES:
+  * `totp_verify` has been removed
+  * `hotp_verify` has been removed
+  * `base64_encode` has been removed
+  * `base64_decode` has been removed
+  ADDED:
+  * new API `otp_to_int`
+  * `base32` encoding and decoding functions from libbaseencode
+  * new tests for libcotp
+  CHANGES:
+  * the soversion is now set only from the `$major` version (e.g. `2`), and
+    not from `$major$minor` (e.g. `12`) like it used to be.
+
+-------------------------------------------------------------------

Old:
----
  v1.2.8.tar.gz
  v1.2.8.tar.gz.asc

New:
----
  v2.0.0.tar.gz
  v2.0.0.tar.gz.asc

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

Other differences:
------------------
++++++ libcotp.spec ++++++
--- /var/tmp/diff_new_pack.kOLueS/_old  2023-02-01 16:46:55.892435196 +0100
+++ /var/tmp/diff_new_pack.kOLueS/_new  2023-02-01 16:46:55.896435217 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define libsoname %{name}12
+%define libsoname %{name}2
 %if 0%{?fedora_version}
 %global debug_package %{nil}
 %endif
 Name:           libcotp
-Version:        1.2.8
+Version:        2.0.0
 Release:        0
 Summary:        C library for generating TOTP and HOTP
 License:        Apache-2.0
@@ -33,9 +33,9 @@
 BuildRequires:  cmake
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
-BuildRequires:  libbaseencode-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  pkgconfig
+Obsoletes:      libbaseencode <= 1.0.15
 
 %description
 %{name} C library for generating TOTP and HOTP according to RFC-6238.


++++++ v1.2.8.tar.gz -> v2.0.0.tar.gz ++++++
++++ 1708 lines of diff (skipped)

Reply via email to