!18 [sync] PR-17: upgrade to version 5.0.19
From: @openeuler-sync-bot Reviewed-by: @leeffo Signed-off-by: @leeffo
This commit is contained in:
commit
273a39ce07
@ -1,6 +1,6 @@
|
|||||||
From 6ca8ed226186256b5e016a0fbcdacc5abe79ece4 Mon Sep 17 00:00:00 2001
|
From b85d3426641d53d14e47ca353aaf8ee0b212fa1b Mon Sep 17 00:00:00 2001
|
||||||
From: leeffo <leeffo@yeah.net>
|
From: leeffo <liweiganga@uniontech.com>
|
||||||
Date: Mon, 13 Mar 2023 17:50:03 +0800
|
Date: Fri, 28 Jul 2023 16:25:32 +0800
|
||||||
Subject: [PATCH] change compile option
|
Subject: [PATCH] change compile option
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -32,14 +32,16 @@ index ae4fd62..dc39a01 100644
|
|||||||
|
|
||||||
kdir := /lib/modules/$(shell uname -r)/build
|
kdir := /lib/modules/$(shell uname -r)/build
|
||||||
diff --git a/library/Makefile b/library/Makefile
|
diff --git a/library/Makefile b/library/Makefile
|
||||||
index b9308ee..50b99b5 100644
|
index 78b63fd..5c2adf3 100644
|
||||||
--- a/library/Makefile
|
--- a/library/Makefile
|
||||||
+++ b/library/Makefile
|
+++ b/library/Makefile
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,7 +1,7 @@
|
||||||
CC := gcc
|
CC := gcc
|
||||||
-CFLAGS := -std=gnu99 -Wall -Wl,--no-undefined -Iinc -Iinc/index -shared -fPIC -fvisibility=hidden
|
GLIB_INCL := $(shell pkg-config --cflags glib-2.0)
|
||||||
+CFLAGS := -g -std=gnu99 -Wall -Wl,--no-undefined -Iinc -Iinc/index -shared -fPIC -fvisibility=hidden
|
GLIB_LIB := $(shell pkg-config --libs glib-2.0)
|
||||||
LDFLAG := -lpthread
|
-CFLAGS := -std=gnu99 -Wall -Wl,--no-undefined -D_GNU_SOURCE -Iinc -Iinc/index ${GLIB_INCL} -shared -fPIC -fvisibility=hidden
|
||||||
|
+CFLAGS := -g -std=gnu99 -Wall -Wl,--no-undefined -D_GNU_SOURCE -Iinc -Iinc/index ${GLIB_INCL} -shared -fPIC -fvisibility=hidden
|
||||||
|
LDFLAG := -lpthread -lpcre ${GLIB_LIB}
|
||||||
|
|
||||||
all: release debug
|
all: release debug
|
||||||
--
|
--
|
||||||
|
|||||||
Binary file not shown.
BIN
deepin-anything-5.0.19.tar.gz
Normal file
BIN
deepin-anything-5.0.19.tar.gz
Normal file
Binary file not shown.
@ -6,13 +6,13 @@
|
|||||||
%global sname server
|
%global sname server
|
||||||
|
|
||||||
Name: deepin-anything
|
Name: deepin-anything
|
||||||
Version: 5.0.15
|
Version: 5.0.19
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Something like everything, but nothing is really like anything...
|
Summary: Something like everything, but nothing is really like anything...
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://uos-packages.deepin.com/uos/pool/main/d/deepin-anything/
|
URL: https://uos-packages.deepin.com/uos/pool/main/d/deepin-anything/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Patch0: 0001-change-compile-option.patch
|
Patch0: 0001-change-compile-option.patch
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
@ -21,6 +21,8 @@ BuildRequires: udisks2-qt5
|
|||||||
BuildRequires: udisks2-qt5-devel
|
BuildRequires: udisks2-qt5-devel
|
||||||
BuildRequires: libmount
|
BuildRequires: libmount
|
||||||
BuildRequires: libmount-devel
|
BuildRequires: libmount-devel
|
||||||
|
BuildRequires: pcre-devel
|
||||||
|
BuildRequires: glib2-devel
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -95,6 +97,9 @@ install -Dm644 server/monitor/deepin-anything-monitor.service %{buildroot}/usr/l
|
|||||||
%{_libdir}/pkgconfig/deepin-anything-server-lib.pc
|
%{_libdir}/pkgconfig/deepin-anything-server-lib.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 28 2023 leeffo <liweiganga@uniontech.com> - 5.0.19-1
|
||||||
|
- upgrade to version 5.0.19
|
||||||
|
|
||||||
* Thu Mar 30 2023 liweiganga <liweiganga@uniontech.com> - 5.0.15-1
|
* Thu Mar 30 2023 liweiganga <liweiganga@uniontech.com> - 5.0.15-1
|
||||||
- update: update to 5.0.15
|
- update: update to 5.0.15
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user