Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bees for openSUSE:Factory checked in at 2022-12-05 18:02:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bees (Old) and /work/SRC/openSUSE:Factory/.bees.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bees" Mon Dec 5 18:02:13 2022 rev:5 rq:1040264 version:0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/bees/bees.changes 2022-10-26 16:08:40.586028173 +0200 +++ /work/SRC/openSUSE:Factory/.bees.new.1835/bees.changes 2022-12-05 18:02:33.237023583 +0100 @@ -1,0 +2,6 @@ +Mon Dec 5 12:42:19 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 0.8: + * fs: make dedupe work again after a really unfortunate build fix + +------------------------------------------------------------------- Old: ---- bees-0.7-20221025-git.tar.xz New: ---- v0.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bees.spec ++++++ --- /var/tmp/diff_new_pack.j6ilsa/_old 2022-12-05 18:02:33.725026241 +0100 +++ /var/tmp/diff_new_pack.j6ilsa/_new 2022-12-05 18:02:33.729026263 +0100 @@ -16,17 +16,14 @@ # -%define vtag 0.7-20221025 - Name: bees -Version: 0.7.20221025 +Version: 0.8 Release: 0 Summary: Best-Effort Extent-Same, a btrfs deduplication agent License: GPL-3.0-only Group: System/Filesystems URL: https://github.com/Zygo/bees -#Source: https://github.com/Zygo/bees/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Source: bees-%{vtag}-git.tar.xz +Source: https://github.com/Zygo/bees/archive/refs/tags/v%{version}.tar.gz Patch1: fix-Makefile-version.diff BuildRequires: gcc-c++ BuildRequires: libbtrfs-devel @@ -51,7 +48,7 @@ * Automatic self-throttling based on system load %prep -%setup -q -n %{name}-%{vtag} +%setup -q %patch1 -p1 %build @@ -64,7 +61,7 @@ DEFAULT_MAKE_TARGET=all EOF -make %{?_smp_mflags} +%make_build %install %make_install