Hello community, here is the log from the commit of package fossil for openSUSE:Factory checked in at 2017-12-08 21:48:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fossil (Old) and /work/SRC/openSUSE:Factory/.fossil.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fossil" Fri Dec 8 21:48:37 2017 rev:19 rq:555248 version:2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/fossil/fossil.changes 2017-08-12 20:28:30.329071735 +0200 +++ /work/SRC/openSUSE:Factory/.fossil.new/fossil.changes 2017-12-08 21:48:49.399365061 +0100 @@ -1,0 +2,41 @@ +Thu Dec 7 13:09:48 UTC 2017 - [email protected] + +- Use bcond for deciding between system and builtin sqlite. +- Update to version 2.4: + * New feature: URL Aliases. URL Aliases allow an administrator to + define their own URLs on the web interface that are rewritten to + built-in URLs with specific parameters. Create and configure + URL Aliases using the /Setup/URL_Aliases menu option in the + web interface. + * Add tech-note search capability. + * Add the -r|--revision and -o|--origin options to the annotate + command. + * Add the origin= query parameter to the /annotate webpage. + * The fossil annotate command and the /annotate web page go + backwards in time as far as can be computed in 30 milliseconds + by default, rather than stopping after 20 steps. The new + limit= query parameter or the --limit command-line option can + be used to alter this timeout. + * Provide separate on-line help screens for each setting. + * Back out support for the --no-dir-symlinks option + * Remove support from the legacy configuration sync + protocol. The only way now to do a configuration push or pull + is to use the new protocol that was added in 2011. + * Add the from= and to= query parameters to /fdiff in order to + get a diff of two files in the same check-in. + * CVE-2017-17459, bsc#1071709: Fix the "ssh://" protocol to + prevent an attack whereby the attacker convinces a victim to + run a "clone" with a dodgy URL and thereby gains access to + their system + * Provide a checkbox that will temporarily disable all ad-units. + * Improvements to the /stat page + * Various new hyperlinks to the /bloblist and /bigbloblist pages. + * Correct the /doc page to support read-only repositories. + * Correct /zip, /tarball, zip, and tarball pages and commands to + honor the versioned manifest setting when outside of an open + checkout directory. + * The admin-log and access-log settings are now on by default + for new repositories. + * Update the built-in SQLite to version 3.21.0. + +------------------------------------------------------------------- Old: ---- fossil-src-2.3.tar.gz New: ---- fossil-src-2.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fossil.spec ++++++ --- /var/tmp/diff_new_pack.KKJFSY/_old 2017-12-08 21:48:50.727307939 +0100 +++ /var/tmp/diff_new_pack.KKJFSY/_new 2017-12-08 21:48:50.735307594 +0100 @@ -16,10 +16,14 @@ # -%define with_system_sqlite 0%{?suse_version} > 1320 +%if 0%{?suse_version} > 1330 +%bcond_without system_sqlite +%else +%bcond_with system_sqlite +%endif Name: fossil -Version: 2.3 +Version: 2.4 Release: 0 Summary: Distributed software configuration management License: BSD-2-Clause @@ -32,8 +36,8 @@ BuildRequires: tcl BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{with_system_sqlite} -BuildRequires: sqlite3-devel >= 3.8.7 +%if %{with system_sqlite} +BuildRequires: sqlite3-devel >= 3.20.0 %endif BuildRequires: openssl-devel @@ -58,7 +62,7 @@ ./configure \ --prefix=%{_prefix} \ --with-openssl=auto \ -%if 0%{with_system_sqlite} +%if %{with system_sqlite} --disable-internal-sqlite %endif ++++++ fossil-src-2.3.tar.gz -> fossil-src-2.4.tar.gz ++++++ ++++ 21247 lines of diff (skipped)
