Hello community,

here is the log from the commit of package libksi for openSUSE:Factory checked 
in at 2016-01-05 21:54:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libksi (Old)
 and      /work/SRC/openSUSE:Factory/.libksi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libksi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libksi/libksi.changes    2015-07-08 
06:59:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libksi.new/libksi.changes       2016-01-05 
21:55:07.000000000 +0100
@@ -1,0 +2,18 @@
+Sat Jan  2 15:52:27 UTC 2016 - [email protected]
+
+- libksi 3.4.0.5 (1:0:0)
+  * Removed all default endpoints.
+  * Added multi signature container.
+  * Publications file parsing and verification are now more strict.
+  * Publications file verification customizable.
+  * Added fast tlv parser.
+  * Fixed getLatestPublication and getNearestPublication.
+  * Restructured logging (new log levels).
+  * All size variables changed to size_t.
+  * Hash algorithm id changed from int to KSI_HashAlgorithm.
+  * Publications file creation and signing support.
+  * Hashing algorithm RIPEMD-256 removed.
+  * Local aggregation support.
+  * Fixed calendar hash chain calculation.
+
+-------------------------------------------------------------------

Old:
----
  libksi-3.2.2.0.tar.gz

New:
----
  libksi-3.4.0.5.tar.gz

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

Other differences:
------------------
++++++ libksi.spec ++++++
--- /var/tmp/diff_new_pack.q7SKEM/_old  2016-01-05 21:55:08.000000000 +0100
+++ /var/tmp/diff_new_pack.q7SKEM/_new  2016-01-05 21:55:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libksi
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,16 @@
 #
 
 
+%define sover 1
 Name:           libksi
-Version:        3.2.2.0
+Version:        3.4.0.5
 Release:        0
 Summary:        GuardTime KSI API
 License:        Apache-2.0
 Group:          Development/Libraries/C and C++
 Url:            http://www.rsyslog.com/
 # https://github.com/rsyslog/libksi
-# extracted from 
http://rpms.adiscon.com/v8-stable/epel-7/x86_64/RPMS/libksi-3.2.2.0-1.el7.src.rpm
-# Source0:        
http://libgt.adiscon.com/files/download/%{name}-%{version}.tar.gz
-# applied: 488e6fb from https://github.com/rgerhards/libksi/pull/1
+# extracted from 
http://rpms.adiscon.com/v8-stable/epel-7/x86_64/RPMS/libksi1-3.4.0.5-2.el7.src.rpm
 Source0:        %{name}-%{version}.tar.gz
 BuildRequires:  curl-devel
 BuildRequires:  openssl-devel
@@ -36,17 +35,17 @@
 %description
 LibKSI - Keyless Signature Infrastructure GuardTime client library
 
-%package -n %{name}0
+%package -n %{name}%{sover}
 Summary:        GuardTime KSI API
 Group:          System/Libraries
 
-%description -n %{name}0
+%description -n %{name}%{sover}
 LibKSI - Keyless Signature Infrastructure GuardTime client library
 
 %package devel
 Summary:        Development files for the %{name} package
 Group:          Development/Libraries/C and C++
-Requires:       %{name}0 = %{version}
+Requires:       %{name}%{sover} = %{version}
 
 %description devel
 LibKSI - Keyless Signature Infrastructure GuardTime client library
@@ -72,15 +71,15 @@
 #make check
 #make test
 
-%post -n %{name}0 -p /sbin/ldconfig
+%post -n %{name}%{sover} -p /sbin/ldconfig
 
-%postun -n %{name}0 -p /sbin/ldconfig
+%postun -n %{name}%{sover} -p /sbin/ldconfig
 
-%files -n %{name}0
+%files -n %{name}%{sover}
 %defattr(-,root,root)
 %doc license.txt changelog
-%{_libdir}/libksi.so.0
-%{_libdir}/libksi.so.0.0.0
+%{_libdir}/libksi.so.%{sover}
+%{_libdir}/libksi.so.%{sover}.*
 
 %files devel
 %defattr(-,root,root)

++++++ libksi-3.2.2.0.tar.gz -> libksi-3.4.0.5.tar.gz ++++++
++++ 14718 lines of diff (skipped)


Reply via email to