Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fossil for openSUSE:Factory checked 
in at 2022-04-22 21:54:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fossil (Old)
 and      /work/SRC/openSUSE:Factory/.fossil.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fossil"

Fri Apr 22 21:54:59 2022 rev:34 rq:972159 version:2.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/fossil/fossil.changes    2022-02-25 
21:25:57.243647756 +0100
+++ /work/SRC/openSUSE:Factory/.fossil.new.1538/fossil.changes  2022-04-22 
21:56:12.546939647 +0200
@@ -1,0 +2,32 @@
+Fri Apr 22 08:55:40 UTC 2022 - Reinhard Max <m...@suse.com>
+
+- fossil 2.18:
+  * Added support for SSL/TLS server mode for commands like "fossil
+    server" and "fossil http"
+  * The new cherry-pick command is an alias for merge --cherrypick
+  * Add new setting "large-file-size". If the size of any file in a
+    commit exceeds this size, a warning is issued
+  * Query parameter "year=YYYY" is now accepted by /timeline
+  * The tar and zip commands no longer sterilize the manifest file
+  * Futher improvement to diff alignment in cases that involve both
+    edits and indentation changes
+  * Chat improvements
+  * Promote the test-detach command into the detach command
+  * For "fossil pull" with the --from-parent-project option, if no
+    URL is specified then use the last URL from the most recent
+    prior "fossil pull --from-parent-project"
+  * Add options --project-name and --project-desc to the "fossil
+    init" command.
+  * The /ext page generates the SERVER_SOFTWARE environment
+    variable for clients
+  * Fix the REQUEST_URI CGI variable such that it includes the
+    query string. This is how most other systems understand
+    REQUEST_URI
+  * Added the --transport-command option to fossil sync and similar
+- minimum/bundled version of sqlite increased to 3.38.0
+- fossil-json1.patch: Starting from version 3.38.0 SQLite has JSON
+  enabled by default and ENABLE_JSON1 has disappeared from the list
+  of compile-time options.
+- Add a _service file to download the tarball automatically.
+
+-------------------------------------------------------------------

Old:
----
  fossil-2.17.tar.gz

New:
----
  _service
  fossil-2.18.tar.gz
  fossil-json1.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fossil.spec ++++++
--- /var/tmp/diff_new_pack.7mN1q3/_old  2022-04-22 21:56:13.038940207 +0200
+++ /var/tmp/diff_new_pack.7mN1q3/_new  2022-04-22 21:56:13.042940212 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define fossil_uuid 
f48180f2ff3169651a725396d4f7d667c99a92873b9c3df7eee2f144be7a0721
+%define fossil_uuid 
84f25d7eb10c0714109d69bb2809abfa8b4b5c3d73b151a5b10df724dacd46d8
 %if 0%{?suse_version} > 1500
 %bcond_without system_sqlite
 %else
@@ -24,22 +24,21 @@
 %endif
 %bcond_without tests
 Name:           fossil
-Version:        2.17
+Version:        2.18
 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-json1.patch
 BuildRequires:  fuse-devel
 BuildRequires:  gcc
 BuildRequires:  openssl-devel
 BuildRequires:  tcl
 BuildRequires:  zlib-devel
 %if %{with system_sqlite}
-# package specifies 3.35, but sqlite3_deserialize / sqlite3_serialize
-# interfaces enabled by default in 3.36
-BuildRequires:  sqlite3-devel >= 3.36.0
+BuildRequires:  sqlite3-devel >= 3.38.0
 %endif
 
 %description
@@ -52,7 +51,7 @@
 * sqlite-backed database
 
 %prep
-%autosetup
+%autosetup -p0
 # test package version and source version match
 grep -qFx %{version} VERSION
 

++++++ _service ++++++
<services>
  <service name="download_files" mode="disabled" />
</services>

++++++ fossil-2.17.tar.gz -> fossil-2.18.tar.gz ++++++
/work/SRC/openSUSE:Factory/fossil/fossil-2.17.tar.gz 
/work/SRC/openSUSE:Factory/.fossil.new.1538/fossil-2.18.tar.gz differ: char 5, 
line 1

++++++ fossil-json1.patch ++++++
--- tools/sqlcompattest.c       2022-04-22 09:12:32.070901756 +0200
+++ tools/sqlcompattest.c       2022-04-22 09:13:32.251220664 +0200
@@ -64,7 +64,6 @@ int main(int argc, char **argv){
   int i;
   static const char *zRequiredOpts[] = {
     "ENABLE_FTS4",        /* Required for repository search */
-    "ENABLE_JSON1",       /* Required for the check-in locking protocol */
     "ENABLE_DBSTAT_VTAB", /* Required by /repo-tabsize page */
   };
 

Reply via email to