Hello community, here is the log from the commit of package fossil for openSUSE:Leap:15.2 checked in at 2020-03-29 14:56:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/fossil (Old) and /work/SRC/openSUSE:Leap:15.2/.fossil.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fossil" Sun Mar 29 14:56:39 2020 rev:18 rq:789339 version:2.10 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/fossil/fossil.changes 2020-01-15 14:55:30.681591343 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.fossil.new.3160/fossil.changes 2020-03-29 14:56:45.567207550 +0200 @@ -1,0 +2,49 @@ +Sat Oct 5 11:16:57 UTC 2019 - Andreas Stieger <[email protected]> + +- fossil 2.10: + * Add support for CGI-based Server Extensions + * UI improvement and extensions + * Change the default hash policy to SHA3 + * Performance optimizations + +------------------------------------------------------------------- +Sun Aug 4 09:23:16 UTC 2019 - Andreas Stieger <[email protected]> + +- update to 2.9: + * Add the fossil git export command + * Web UI layout and behavior improvements + * Add the fossil touch command, and the --setmtime option on the + fossil open and fossil update commands + * Add the /secureraw page that requires the complete SHA1 or SHA3 + hash, not just a prefix, before it will deliver content + * Improvement to clone and sync behavior + * many other bug fixes and improvements +- includes changes from 2.8: + * Show cherry-pick merges as dotted lines on the timeline graph. + The "fossil rebuild" command must be run to create and populate + the new "cherrypick" table in the repository in order for this + feature to operate. + * Web UI improvements + * Wiki setup is now at /setup_wiki + * Provide the ability to redirect all HTTP pages to HTTPS + * Add the backoffice-disable setting to completely disable the + backoffice feature + +------------------------------------------------------------------- +Thu Sep 27 09:17:44 UTC 2018 - [email protected] + +- update to 2.7: + * New email alerts feature + * New discussion forum feature + * UI improvements for built-in skins on small screens + * Use of Content Security Policy (CSP) in built-in skins +- includes changes from 2.6: + * Add the new "Classic" timeline viewing mode + * Add support HTTP cache control mechanisms + * Improvements to various pages and functions + * Additional defenses against web-based attacks +- requires SQLite >= 3.25.0 +- rebase fossil-1.37-remove_date_time.patch to + fossil-2.7-remove_date_time.patch + +------------------------------------------------------------------- Old: ---- fossil-1.37-remove_date_time.patch fossil-src-2.5.tar.gz New: ---- fossil-2.7-remove_date_time.patch fossil-src-2.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fossil.spec ++++++ --- /var/tmp/diff_new_pack.HzI0Ws/_old 2020-03-29 14:56:46.455207999 +0200 +++ /var/tmp/diff_new_pack.HzI0Ws/_new 2020-03-29 14:56:46.459208002 +0200 @@ -1,7 +1,7 @@ # # spec file for package fossil # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,31 +12,31 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%if 0%{?suse_version} > 1330 +%if 0%{?suse_version} > 1500 %bcond_without system_sqlite %else %bcond_with system_sqlite %endif Name: fossil -Version: 2.5 +Version: 2.10 Release: 0 Summary: Distributed software configuration management License: BSD-2-Clause Group: Development/Tools/Version Control -Url: https://www.fossil-scm.org/ +URL: https://www.fossil-scm.org/ Source: https://www.fossil-scm.org/index.html/uv/%{name}-src-%{version}.tar.gz -Patch1: fossil-1.37-remove_date_time.patch +Patch1: fossil-2.7-remove_date_time.patch BuildRequires: fuse-devel BuildRequires: gcc BuildRequires: openssl-devel BuildRequires: tcl BuildRequires: zlib-devel %if %{with system_sqlite} -BuildRequires: sqlite3-devel >= 3.20.0 +BuildRequires: sqlite3-devel >= 3.25.0 %endif %description ++++++ fossil-1.37-remove_date_time.patch -> fossil-2.7-remove_date_time.patch ++++++ --- /work/SRC/openSUSE:Leap:15.2/fossil/fossil-1.37-remove_date_time.patch 2020-01-15 14:55:30.365591170 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.fossil.new.3160/fossil-2.7-remove_date_time.patch 2020-03-29 14:56:45.127207328 +0200 @@ -1,8 +1,8 @@ -Index: Fossil_2017-01-16_205854_1669115ab9/src/main.c +Index: fossil-2.7/src/main.c =================================================================== ---- Fossil_2017-01-16_205854_1669115ab9.orig/src/main.c -+++ Fossil_2017-01-16_205854_1669115ab9/src/main.c -@@ -922,8 +922,8 @@ static void get_version_blob( +--- fossil-2.7.orig/src/main.c 2018-09-22 19:40:11.000000000 +0200 ++++ fossil-2.7/src/main.c 2018-09-27 11:01:56.761406195 +0200 +@@ -1006,8 +1006,8 @@ static void get_version_blob( blob_zero(pOut); blob_appendf(pOut, "This is fossil version %s\n", get_version()); if( !bVerbose ) return; @@ -11,5 +11,5 @@ + blob_appendf(pOut, "Compiled using %s (%d-bit)\n", + COMPILER_NAME, sizeof(void*)*8); blob_appendf(pOut, "Schema version %s\n", AUX_SCHEMA_MAX); - #if defined(FOSSIL_ENABLE_MINIZ) - blob_appendf(pOut, "miniz %s, loaded %s\n", MZ_VERSION, mz_version()); + fossil_get_page_size(&pageSize); + blob_appendf(pOut, "Detected memory page size is %lu bytes\n", ++++++ fossil-src-2.5.tar.gz -> fossil-src-2.10.tar.gz ++++++ ++++ 169579 lines of diff (skipped)
