fix version of kylin-usb-creator
This commit is contained in:
parent
5125f6770e
commit
f918f55474
25
0001-fix-version-of-kylin-usb-creator.patch
Normal file
25
0001-fix-version-of-kylin-usb-creator.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 348c4985246d76f762c3d9a96a3b961a53730518 Mon Sep 17 00:00:00 2001
|
||||||
|
From: peijiankang <peijiankang@kylinos.cn>
|
||||||
|
Date: Wed, 22 Mar 2023 14:16:27 +0800
|
||||||
|
Subject: [PATCH] fix version of kylin-usb-creator
|
||||||
|
|
||||||
|
---
|
||||||
|
UIControl/src/include/menumodule.h | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/UIControl/src/include/menumodule.h b/UIControl/src/include/menumodule.h
|
||||||
|
index ca42c31..d9deeb2 100644
|
||||||
|
--- a/UIControl/src/include/menumodule.h
|
||||||
|
+++ b/UIControl/src/include/menumodule.h
|
||||||
|
@@ -56,7 +56,7 @@ public:
|
||||||
|
public:
|
||||||
|
// 程序在实例化的时候需要传递的信息字段,打开debug开关后这些字段会被自动填充
|
||||||
|
QString appName = "tools/kylin-usb-creator"; //格式kylin-usb-creator
|
||||||
|
- QString appVersion = "1.1.0";
|
||||||
|
+ QString appVersion = "1.1.1";
|
||||||
|
QString appDesc = "appDesc字段未填充!";
|
||||||
|
QString iconPath = ":/data/kylin-usb-creator.svg";
|
||||||
|
QString confPath = "org.kylin-usb-creator-data.settings";
|
||||||
|
--
|
||||||
|
2.39.1
|
||||||
|
|
||||||
@ -1,10 +1,11 @@
|
|||||||
Name: kylin-usb-creator
|
Name: kylin-usb-creator
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: kylin-usb-creator
|
Summary: kylin-usb-creator
|
||||||
License: GPL-3+
|
License: GPL-3+
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
Patch01: 0001-fix-version-of-kylin-usb-creator.patch
|
||||||
|
|
||||||
BuildRequires: qt5-qttools-devel
|
BuildRequires: qt5-qttools-devel
|
||||||
BuildRequires: qt5-qtscript-devel
|
BuildRequires: qt5-qtscript-devel
|
||||||
@ -22,6 +23,7 @@ BuildRequires: polkit-qt5-1-devel
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch01 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{qmake_qt5} %{_qt5_qmake_flags} CONFIG+=enable-by-default kylin-usb-creator.pro
|
%{qmake_qt5} %{_qt5_qmake_flags} CONFIG+=enable-by-default kylin-usb-creator.pro
|
||||||
@ -56,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 22 2023 peijiankang <peijiankang@kylinos.cn> - 1.1.1-3
|
||||||
|
- fix version of kylin-usb-creator
|
||||||
|
|
||||||
* Tue Feb 07 2023 peijiankang <peijiankang@kylinos.cn> - 1.1.1-2
|
* Tue Feb 07 2023 peijiankang <peijiankang@kylinos.cn> - 1.1.1-2
|
||||||
- add build debuginfo and debugsource
|
- add build debuginfo and debugsource
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user