Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jitterentropy for openSUSE:Factory checked in at 2021-09-29 20:19:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jitterentropy (Old) and /work/SRC/openSUSE:Factory/.jitterentropy.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jitterentropy" Wed Sep 29 20:19:05 2021 rev:2 rq:922114 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/jitterentropy/jitterentropy.changes 2021-09-25 22:51:26.715349164 +0200 +++ /work/SRC/openSUSE:Factory/.jitterentropy.new.1899/jitterentropy.changes 2021-09-29 20:20:33.303131213 +0200 @@ -1,0 +2,5 @@ +Tue Sep 28 20:19:44 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Trim conjecture from descriptions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jitterentropy.spec ++++++ --- /var/tmp/diff_new_pack.ISiCkL/_old 2021-09-29 20:20:33.895132072 +0200 +++ /var/tmp/diff_new_pack.ISiCkL/_new 2021-09-29 20:20:33.899132078 +0200 @@ -1,7 +1,7 @@ # -# spec file for package hello +# spec file for package jitterentropy # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,39 +18,29 @@ Name: jitterentropy Summary: A userspace library for jitter entropy generation -License: GPL-2.0-or-later OR BSD-3-Clause +License: BSD-3-Clause OR GPL-2.0-or-later Group: Development/Tools/Other Version: 3.3.0 Release: 0 -Url: https://github.com/smuellerDD/jitterentropy-library +URL: https://github.com/smuellerDD/jitterentropy-library Source0: https://github.com/smuellerDD/jitterentropy-library/archive/refs/tags/v%{version}.tar.gz Source1: baselibs.conf %description The Jitter RNG provides a noise source using the CPU execution -timing jitter. It does not depend on any system resource other than -a high-resolution time stamp. It is a small-scale, yet fast entropy -source that is viable in almost all environments and on a lot of CPU -architectures. - -The implementation of the Jitter RNG is independent of any operating -system. As such, it could even run on baremetal without any operating -system. +timing jitter. It depends on a high-resolution time stamp. -The design of the RNG is given in the documentation found in at +The design of this RNG is given in the documentation found at http://www.chronox.de/jent.html . This documentation also covers the full assessment of the SP800-90B compliance as well as all required test code. %package -n libjitterentropy3 Summary: Jitter entropy generator shared library -Group: Development/Tools/Other +Group: System/Libraries %description -n libjitterentropy3 The Jitter RNG provides a noise source using the CPU execution -timing jitter. It does not depend on any system resource other than -a high-resolution time stamp. It is a small-scale, yet fast entropy -source that is viable in almost all environments and on a lot of CPU -architectures. +timing jitter. It depends on a high-resolution time stamp. This package contains the shared library. @@ -61,35 +51,30 @@ %description devel The Jitter RNG provides a noise source using the CPU execution -timing jitter. It does not depend on any system resource other than -a high-resolution time stamp. It is a small-scale, yet fast entropy -source that is viable in almost all environments and on a lot of CPU -architectures. +timing jitter. It depends on a high-resolution time stamp. This package contains the development header and library. %prep -%setup -q -n jitterentropy-library-%version +%autosetup -n jitterentropy-library-%version %build -make PREFIX=/usr LIBDIR=%_lib +%make_build PREFIX="%_prefix" LIBDIR="%_lib" %install -%make_install PREFIX=/usr LIBDIR=%_lib +%make_install PREFIX="%_prefix" LIBDIR="%_lib" %post -n libjitterentropy3 -p /sbin/ldconfig %postun -n libjitterentropy3 -p /sbin/ldconfig %files devel -%defattr(-, root, root) %license LICENSE.gplv2 LICENSE LICENSE.bsd -/usr/include/jitterentropy-base-user.h -/usr/include/jitterentropy.h +%_includedir/jitterentropy-base-user.h +%_includedir/jitterentropy.h %_libdir/libjitterentropy.so %_mandir/man3/jitterentropy.3* %files -n libjitterentropy3 -%defattr(-, root, root) %license LICENSE.gplv2 LICENSE LICENSE.bsd %_libdir/libjitterentropy.so.3 %_libdir/libjitterentropy.so.3.3.0