Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package samurai for openSUSE:Factory checked in at 2025-06-12 15:52:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/samurai (Old) and /work/SRC/openSUSE:Factory/.samurai.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "samurai" Thu Jun 12 15:52:57 2025 rev:3 rq:1284935 version:1.2+git41.g737f702 Changes: -------- --- /work/SRC/openSUSE:Factory/samurai/samurai.changes 2022-02-19 19:21:26.693213809 +0100 +++ /work/SRC/openSUSE:Factory/.samurai.new.19631/samurai.changes 2025-06-12 15:54:56.481368546 +0200 @@ -1,0 +2,8 @@ +Mon Jun 9 23:41:32 UTC 2025 - Eyad Issa <eyadlore...@gmail.com> + +- Update to 1.2+git41.737f702 + * Implement load average option + * Include exit status in job failure message +- Use %set_build_flags and enhance build script + +------------------------------------------------------------------- Old: ---- _service samurai-1.2+g24.tar.xz New: ---- samurai-1.2+git41.g737f702.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ samurai.spec ++++++ --- /var/tmp/diff_new_pack.yIjp6b/_old 2025-06-12 15:54:57.097394039 +0200 +++ /var/tmp/diff_new_pack.yIjp6b/_new 2025-06-12 15:54:57.101394205 +0200 @@ -1,7 +1,7 @@ # # spec file for package samurai # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,15 @@ # +%global git_ref 737f702fed670acb25e5e70b4b802690df7a4a8b + Name: samurai -Version: 1.2+g24 +Version: 1.2+git41.g737f702 Release: 0 Summary: C99 implementation of the ninja build tool License: Apache-2.0 -Group: Development/Tools/Building URL: https://github.com/michaelforney/samurai -Source0: %name-%version.tar.xz +Source0: %{URL}/archive/%{git_ref}/%{name}-%{version}.tar.gz BuildRequires: c_compiler BuildRequires: make @@ -36,17 +37,20 @@ and 4, respectively. %prep -%autosetup +%autosetup -n %{name}-%{git_ref} -p1 %build +export CC=cc +%set_build_flags + make clean -%make_build CC=cc CFLAGS="%optflags" %{?_smp_mflags} +%make_build %install %make_install PREFIX="%_prefix" %files +%license LICENSE %_bindir/* %_mandir/man1/*.1* -%license LICENSE