Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fossil for openSUSE:Factory checked in at 2021-07-07 18:30:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fossil (Old) and /work/SRC/openSUSE:Factory/.fossil.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fossil" Wed Jul 7 18:30:11 2021 rev:32 rq:904242 version:2.16 Changes: -------- --- /work/SRC/openSUSE:Factory/fossil/fossil.changes 2021-04-24 23:10:30.567509884 +0200 +++ /work/SRC/openSUSE:Factory/.fossil.new.2625/fossil.changes 2021-07-07 18:31:21.786575003 +0200 @@ -1,0 +2,21 @@ +Sun Jul 4 12:19:44 UTC 2021 - Andreas Stieger <[email protected]> + +- fossil 2.16: + * Add the fossil patch command + * Improve the fossil ui command to work on check-out directories + and remote machines + * web UI improvements + * Add fossil bisect run command for improved automation of bisects + * Improve fossil merge handling of renames + * wiki now defaults to markdown + * email alerts can now be set to expire to prevent sending mail + to abandoned accounts forever + +------------------------------------------------------------------- +Sat Jul 3 14:16:56 UTC 2021 - Andreas Stieger <[email protected]> + +- fossil 2.15.2: + * Fix the client-side TLS so that it verifies that the server + hostname matches its certificate (boo#1187988) + +------------------------------------------------------------------- Old: ---- fossil-src-2.15.1.tar.gz New: ---- fossil-2.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fossil.spec ++++++ --- /var/tmp/diff_new_pack.KZ4vEJ/_old 2021-07-07 18:31:22.206571707 +0200 +++ /var/tmp/diff_new_pack.KZ4vEJ/_new 2021-07-07 18:31:22.210571675 +0200 @@ -16,27 +16,30 @@ # -%bcond_without tests +%define fossil_uuid 7aedd5675883d4412cf20917d340b6985e3ecb842e88a39f135df034b2d5f4d3 %if 0%{?suse_version} > 1500 %bcond_without system_sqlite %else %bcond_with system_sqlite %endif +%bcond_without tests Name: fossil -Version: 2.15.1 +Version: 2.16 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/uv/fossil-src-%{version}.tar.gz +Source: https://fossil-scm.org/home/tarball/%{fossil_uuid}/%{name}-%{version}.tar.gz BuildRequires: fuse-devel BuildRequires: gcc BuildRequires: openssl-devel BuildRequires: tcl BuildRequires: zlib-devel %if %{with system_sqlite} -BuildRequires: sqlite3-devel >= 3.35.0 +# package specifies 3.35, but sqlite3_deserialize / sqlite3_serialize +# interfaces enabled by default in 3.36 +BuildRequires: sqlite3-devel >= 3.36.0 %endif %description ++++++ fossil-src-2.15.1.tar.gz -> fossil-2.16.tar.gz ++++++ ++++ 27457 lines of diff (skipped)
