diff --git a/0001-change-compile-option.patch b/0001-change-compile-option.patch index bff172384872af5fa87bfd58a6fa8070dd5bc077..a6b11a555e2552fa89c4f7336001f9da79d0da2c 100644 --- a/0001-change-compile-option.patch +++ b/0001-change-compile-option.patch @@ -1,6 +1,6 @@ -From 6ca8ed226186256b5e016a0fbcdacc5abe79ece4 Mon Sep 17 00:00:00 2001 -From: leeffo -Date: Mon, 13 Mar 2023 17:50:03 +0800 +From b85d3426641d53d14e47ca353aaf8ee0b212fa1b Mon Sep 17 00:00:00 2001 +From: leeffo +Date: Fri, 28 Jul 2023 16:25:32 +0800 Subject: [PATCH] change compile option --- @@ -32,14 +32,16 @@ index ae4fd62..dc39a01 100644 kdir := /lib/modules/$(shell uname -r)/build diff --git a/library/Makefile b/library/Makefile -index b9308ee..50b99b5 100644 +index 78b63fd..5c2adf3 100644 --- a/library/Makefile +++ b/library/Makefile -@@ -1,5 +1,5 @@ +@@ -1,7 +1,7 @@ CC := gcc --CFLAGS := -std=gnu99 -Wall -Wl,--no-undefined -Iinc -Iinc/index -shared -fPIC -fvisibility=hidden -+CFLAGS := -g -std=gnu99 -Wall -Wl,--no-undefined -Iinc -Iinc/index -shared -fPIC -fvisibility=hidden - LDFLAG := -lpthread + GLIB_INCL := $(shell pkg-config --cflags glib-2.0) + GLIB_LIB := $(shell pkg-config --libs glib-2.0) +-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 -- diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 36e8eda1746b837c939c679c5fa785c49b42bc9a..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# deepin-anything - -#### Description -deepin anything - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md deleted file mode 100644 index 88496c027155ebe43b8784788d24400e90034d38..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# deepin-anything - -#### 介绍 -deepin anything - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 码云特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 -5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/deepin-anything-5.0.15.tar.gz b/deepin-anything-5.0.15.tar.gz deleted file mode 100644 index 65503af99d5a424ad45f9a0bb44c839ba1317787..0000000000000000000000000000000000000000 Binary files a/deepin-anything-5.0.15.tar.gz and /dev/null differ diff --git a/deepin-anything-5.0.19.tar.gz b/deepin-anything-5.0.19.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ff5da9bb594ee3dd6c7ca80ff9da1052709a825a Binary files /dev/null and b/deepin-anything-5.0.19.tar.gz differ diff --git a/deepin-anything.spec b/deepin-anything.spec index 5623d4619edd5649aec9d64f751c6d6976eab7ff..9ff6e9091ea233e5ab960348acaa7cd2301359d2 100644 --- a/deepin-anything.spec +++ b/deepin-anything.spec @@ -6,13 +6,13 @@ %global sname server Name: deepin-anything -Version: 5.0.15 +Version: 5.0.19 Release: 1 Summary: Something like everything, but nothing is really like anything... License: GPLv3 URL: https://uos-packages.deepin.com/uos/pool/main/d/deepin-anything/ Source0: %{name}-%{version}.tar.gz -Patch0: 0001-change-compile-option.patch +Patch0: 0001-change-compile-option.patch BuildRequires: qt5-qtbase-devel @@ -21,6 +21,8 @@ BuildRequires: udisks2-qt5 BuildRequires: udisks2-qt5-devel BuildRequires: libmount BuildRequires: libmount-devel +BuildRequires: pcre-devel +BuildRequires: glib2-devel %description @@ -95,6 +97,9 @@ install -Dm644 server/monitor/deepin-anything-monitor.service %{buildroot}/usr/l %{_libdir}/pkgconfig/deepin-anything-server-lib.pc %changelog +* Wed Jun 19 lvgenggeng - 5.0.19-1 +- upgrade to version 5.0.19 + * Thu Mar 30 2023 liweiganga - 5.0.15-1 - update: update to 5.0.15