Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fossil for openSUSE:Factory checked in at 2025-02-11 21:31:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fossil (Old) and /work/SRC/openSUSE:Factory/.fossil.new.19470 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fossil" Tue Feb 11 21:31:53 2025 rev:41 rq:1245134 version:2.25 Changes: -------- --- /work/SRC/openSUSE:Factory/fossil/fossil.changes 2024-07-25 15:39:37.168163643 +0200 +++ /work/SRC/openSUSE:Factory/.fossil.new.19470/fossil.changes 2025-02-11 21:32:19.589320647 +0100 @@ -1,0 +2,27 @@ +Sat Feb 8 11:52:28 UTC 2025 - Andreas Stieger <[email protected]> + +- fossil 2.25: + * The "fossil ui /" command now works even for repositories that + have non-ASCII filenames + * Add the fossil tree command. + * On case-insensitive filesystems, store files using the + filesystem's preferred case rather than the case typed in by + the user. + * Change the name "fossil cherry-pick" command to "fossil + cherrypick", which is more familiar to Git users. Retain the + legacy name for compatibility. + * Add new query parameters to the /timeline page: d2=, p2=, and + dp2=. + * Add options to the fossil tag command that will list tag values. + * Add the -b|--brief option to the fossil status command. + * Add ability to upload unversioned files via the /uvlist page. + * Add history search to the /chat page. + * Add Unix socket support to the server command. + * Take into account zero-width and double-width unicode characters + when formatting the command-line timeline. +- drop patches: + * fossil-2.24-17c01c549e73c6b8.patch + * fossil-2.24-5ad708085a90365f.patch + * fossil-2.24-fb4e90b662803e47.patch + +------------------------------------------------------------------- Old: ---- fossil-2.24-17c01c549e73c6b8.patch fossil-2.24-5ad708085a90365f.patch fossil-2.24-fb4e90b662803e47.patch fossil-2.24.tar.gz New: ---- fossil-2.25.tar.gz BETA DEBUG BEGIN: Old:- drop patches: * fossil-2.24-17c01c549e73c6b8.patch * fossil-2.24-5ad708085a90365f.patch Old: * fossil-2.24-17c01c549e73c6b8.patch * fossil-2.24-5ad708085a90365f.patch * fossil-2.24-fb4e90b662803e47.patch Old: * fossil-2.24-5ad708085a90365f.patch * fossil-2.24-fb4e90b662803e47.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fossil.spec ++++++ --- /var/tmp/diff_new_pack.b7jOOk/_old 2025-02-11 21:32:20.457356454 +0100 +++ /var/tmp/diff_new_pack.b7jOOk/_new 2025-02-11 21:32:20.461356619 +0100 @@ -2,7 +2,7 @@ # spec file for package fossil # # Copyright (c) 2023 SUSE LLC -# Copyright (c) 2024 Andreas Stieger <[email protected]> +# Copyright (c) 2025 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,26 +18,25 @@ # From https://fossil-scm.org/home/uv/releases.md -%define fossil_uuid 8be0372c1051043761320c8ea8669c3cf320c406e5fe18ad36b7be5f844ca73b +%define fossil_uuid 8f798279d5f7c3288099915f2ea88c57b6d6039f3f05eac5e237897af33376dc %bcond_without tests Name: fossil -Version: 2.24 +Version: 2.25 Release: 0 Summary: Distributed software configuration management License: BSD-2-Clause Group: Development/Tools/Version Control URL: https://fossil-scm.org/ Source: https://fossil-scm.org/home/tarball/%{fossil_uuid}/%{name}-%{version}.tar.gz -Patch0: fossil-2.24-5ad708085a90365f.patch -Patch1: fossil-2.24-fb4e90b662803e47.patch -Patch2: fossil-2.24-17c01c549e73c6b8.patch BuildRequires: pkgconfig BuildRequires: tcl BuildRequires: pkgconfig(fuse) BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libssl) -BuildRequires: pkgconfig(sqlite3) >= 3.43.0 BuildRequires: pkgconfig(zlib) +%if 0%{?suse_version} > 1600 +BuildRequires: pkgconfig(sqlite3) >= 3.46.0 +%endif %description Fossil is a distributed software configuration management system with @@ -54,15 +53,14 @@ grep -qFx %{version} VERSION %build -%{?set_build_flags: %{set_build_flags}} -%{!?set_build_flags: export CFLAGS="%{optflags}"} -# FIXME: you should use the %%configure macro -./configure \ - --prefix=%{_prefix} \ +%configure \ + --host="" \ --with-openssl=%{_prefix} \ --with-zlib=%{_prefix} \ +%if 0%{?suse_version} > 1600 --disable-internal-sqlite \ --with-sqlite=%{_prefix} \ +%endif %{nil} %make_build ++++++ fossil-2.24.tar.gz -> fossil-2.25.tar.gz ++++++ /work/SRC/openSUSE:Factory/fossil/fossil-2.24.tar.gz /work/SRC/openSUSE:Factory/.fossil.new.19470/fossil-2.25.tar.gz differ: char 5, line 1
