Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package radamsa for openSUSE:Factory checked in at 2024-01-08 23:46:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/radamsa (Old) and /work/SRC/openSUSE:Factory/.radamsa.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "radamsa" Mon Jan 8 23:46:08 2024 rev:8 rq:1137520 version:0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/radamsa/radamsa.changes 2023-06-20 16:49:47.339877291 +0200 +++ /work/SRC/openSUSE:Factory/.radamsa.new.21961/radamsa.changes 2024-01-08 23:46:12.028358614 +0100 @@ -1,0 +2,8 @@ +Sun Jan 7 15:53:06 UTC 2024 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to 0.7: + * made autofuzz nondeterministic +- added library https://gitlab.com/owl-lisp/hex +- bump OWL dependency ol.c.gz to 0.2.2 + +------------------------------------------------------------------- Old: ---- ol.c.gz radamsa-v0.6.tar.bz2 New: ---- hex.tar.gz ol-0.2.2.c.gz radamsa-v0.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ radamsa.spec ++++++ --- /var/tmp/diff_new_pack.6B6NQh/_old 2024-01-08 23:46:13.272403845 +0100 +++ /var/tmp/diff_new_pack.6B6NQh/_new 2024-01-08 23:46:13.276403991 +0100 @@ -1,7 +1,7 @@ # # spec file for package radamsa # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,14 @@ Name: radamsa -Version: 0.6 +Version: 0.7 Release: 0 Summary: A test case generator for robustness testing, aka a fuzzer License: MIT URL: https://gitlab.com/akihe/radamsa Source0: https://gitlab.com/akihe/radamsa/-/archive/v%{version}/radamsa-v%{version}.tar.bz2 -Source1: ol.c.gz -BuildRequires: curl -BuildRequires: wget +Source1: ol-0.2.2.c.gz +Source2: hex.tar.gz %description Radamsa is a test case generator for robustness testing, aka a fuzzer. It @@ -38,7 +37,8 @@ %prep %autosetup -n %{name}-v%{version} -cp %{SOURCE1} . +cp %{SOURCE1} ol.c.gz +mkdir -p lib && tar xf %{SOURCE2} -C lib %build %make_build CFLAGS="%{optflags}" ++++++ radamsa-v0.6.tar.bz2 -> radamsa-v0.7.tar.bz2 ++++++ ++++ 3187 lines of diff (skipped)