Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bogofilter for openSUSE:Factory checked in at 2026-07-28 17:49:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bogofilter (Old) and /work/SRC/openSUSE:Factory/.bogofilter.new.2004 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bogofilter" Tue Jul 28 17:49:04 2026 rev:37 rq:1367785 version:1.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/bogofilter/bogofilter.changes 2026-06-03 20:21:01.477709146 +0200 +++ /work/SRC/openSUSE:Factory/.bogofilter.new.2004/bogofilter.changes 2026-07-28 17:49:19.634466478 +0200 @@ -1,0 +2,24 @@ +Sat Jul 25 19:12:44 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to version 1.2.5: + * KyotoCabinet driver const-ness fix that also improves + performance of full-database operations for LMDB and SQLite3 + * Plug one-shot memory leaks in bogoutil and bogotune + * Remove support for static library builds + * Add an OBITUARY file for founder David M. Relson; Matthias + Andree has been the maintainer since 2013 +- Drop bogofilter-kyotocabinet.patch: the Kyoto Cabinet backend + is part of the upstream release now +- Drop the autoreconf call and the autoconf/automake + BuildRequires: nothing patches configure.ac anymore and the + tarball ships configure +- Switch Source to the .tar.xz tarball; 1.2.5 is not published + as .tar.bz2 +- Drop doc/rpm.notes.BerkeleyDB from the doc subpackage: removed + upstream together with the RPM build scripts +- Delete automake .dirstamp files from the buildroot; 1.2.5 + installs them into the data directory +- Cleanup spec file: drop an empty leftover suse_version + conditional in %prep + +------------------------------------------------------------------- Old: ---- bogofilter-1.2.4.tar.bz2 bogofilter-kyotocabinet.patch New: ---- bogofilter-1.2.5.tar.xz ----------(Old B)---------- Old: Andree has been the maintainer since 2013 - Drop bogofilter-kyotocabinet.patch: the Kyoto Cabinet backend is part of the upstream release now ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bogofilter.spec ++++++ --- /var/tmp/diff_new_pack.nJnPyH/_old 2026-07-28 17:49:21.102517811 +0200 +++ /var/tmp/diff_new_pack.nJnPyH/_new 2026-07-28 17:49:21.106517951 +0200 @@ -34,18 +34,15 @@ %endif %define _name bogofilter Name: %{_name}%{?dash}%{?flavor}%{?src} -Version: 1.2.4 +Version: 1.2.5 Release: 0 Summary: Fast Anti-Spam Filtering by Bayesian Statistical Analysis License: GPL-2.0-or-later URL: https://bogofilter.sourceforge.net/ -Source: https://downloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.bz2 +Source: https://downloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.xz Source10: README.SUSE # PATCH-FEATURE-OPENSUSE bogofilter-kyotocabinet.patch --replace tokyocabinet with kyotocabinet following # tokyocabinet recommendations -Patch0: bogofilter-kyotocabinet.patch -BuildRequires: autoconf -BuildRequires: automake BuildRequires: flex BuildRequires: gcc BuildRequires: make @@ -133,12 +130,8 @@ %prep %setup -q -n %{_name}-%{version} -%if 0%{?suse_version} > 1320 -%patch -P 0 -p1 -%endif %build -autoreconf -fiv %configure \ --with-database=%{flavor} \ --program-suffix=-%{flavor} @@ -186,6 +179,10 @@ rm %{buildroot}/%{_sysconfdir}/bogofilter.cf.example %endif +# the contrib/ copy loop above picks up automake's .dirstamp bookkeeping +# files, which 1.2.5 leaves in the source tree +find %{buildroot} -name '.dirstamp' -delete + %if "%{flavor}" == "kyotocabinet" %post -n %{_name}-kyotocabinet %{_sbindir}/update-alternatives --install %{_bindir}/bogofilter bogofilter %{_bindir}/bogofilter-kyotocabinet 10 \ @@ -264,7 +261,7 @@ %doc AUTHORS GETTING.STARTED NEWS README* RELEASE.NOTES* %doc TODO bogofilter.cf.example %doc doc/README* doc/bogofilter-SA-* doc/*.html doc/integrating* -%doc doc/programmer/ doc/rpm.notes.BerkeleyDB +%doc doc/programmer/ %doc %{_defaultdocdir}/bogofilter-doc/README.SUSE %{_mandir}/man1/bogofilter.1%{?ext_man} %{_mandir}/man1/bogolexer.1%{?ext_man}
