automatic version update by autodist [release 9.0.7-1mamba;Fri Jul 26 2024]

This commit is contained in:
Automatic Build System 2024-07-27 17:12:21 +02:00
parent 2746e2103b
commit 2166aa8d56
2 changed files with 4 additions and 25 deletions

View File

@ -1,22 +0,0 @@
From 34e743ffb6d8d01ea7d2669037f70fec53e4e54a Mon Sep 17 00:00:00 2001
From: Joffrey <j-off@live.fr>
Date: Thu, 23 May 2024 13:52:58 +0200
Subject: [PATCH] GCC 14.1: Fix incompatible pointer type
---
daemon/repo-mgr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/daemon/repo-mgr.c b/daemon/repo-mgr.c
index 8be4f04b6..f970abf01 100644
--- a/daemon/repo-mgr.c
+++ b/daemon/repo-mgr.c
@@ -4885,7 +4885,7 @@ check_case_conflict (const char *path1, const char *path2, char **conflict_path)
// Since file creation is asynchronous, the file may not have been created locally at the time of checking for case conflicts,
// so an additional check for the name of the file being created is required.
static gboolean
-is_adding_files_case_conflict (GList **adding_files, const char *name, const char **conflict_path)
+is_adding_files_case_conflict (GList **adding_files, const char *name, char **conflict_path)
{
GList *ptr;
SeafStat st;

View File

@ -4,7 +4,7 @@
%define maj2_version %(echo %version | cut -d. -f1-2)
%define MAJver %(echo %version | cut -d. -f1)
Name: seafile
Version: 9.0.6
Version: 9.0.7
Release: 1mamba
Summary: A next-generation open source cloud storage system with advanced support for file syncing
Group: Applications/Web
@ -14,7 +14,6 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.seafile.com/en/home/
Source: https://github.com/haiwen/seafile.git/v%{version}/seafile-%{version}.tar.bz2
Source3: seafile-client.service
Patch0: seafile-9.0.6-gcc-14.1.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -77,7 +76,6 @@ This package contains python bindings to %{name}.
%setup -q
#-D -T
#:<< _EOF
%patch 0 -p1 -b .gcc-14.1
./autogen.sh
@ -132,6 +130,9 @@ install -D -m0644 %{SOURCE3} %{buildroot}%{_unitdir}/seafile-client.service
%{python3_sitearch}/seafile/__pycache__/*.py*
%changelog
* Fri Jul 26 2024 Automatic Build System <autodist@openmamba.org> 9.0.7-1mamba
- automatic version update by autodist
* Tue Jun 25 2024 Automatic Build System <autodist@openmamba.org> 9.0.6-1mamba
- automatic version update by autodist