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