!13 update upstream version to 1.1.2
From: @peijiankang Reviewed-by: @hua_yadong Signed-off-by: @hua_yadong
This commit is contained in:
commit
f094dc27c0
@ -16,7 +16,7 @@ index ca42c31..d9deeb2 100644
|
||||
// 程序在实例化的时候需要传递的信息字段,打开debug开关后这些字段会被自动填充
|
||||
QString appName = "tools/kylin-usb-creator"; //格式kylin-usb-creator
|
||||
- QString appVersion = "1.1.0";
|
||||
+ QString appVersion = "1.1.1";
|
||||
+ QString appVersion = "1.1.2";
|
||||
QString appDesc = "appDesc字段未填充!";
|
||||
QString iconPath = ":/data/kylin-usb-creator.svg";
|
||||
QString confPath = "org.kylin-usb-creator-data.settings";
|
||||
|
||||
@ -34,7 +34,7 @@ index d9deeb2..3eeefb6 100644
|
||||
// 程序在实例化的时候需要传递的信息字段,打开debug开关后这些字段会被自动填充
|
||||
- QString appName = "tools/kylin-usb-creator"; //格式kylin-usb-creator
|
||||
+ QString appName = "kylin-usb-creator"; //格式kylin-usb-creator
|
||||
QString appVersion = "1.1.1";
|
||||
QString appVersion = "1.1.2";
|
||||
QString appDesc = "appDesc字段未填充!";
|
||||
QString iconPath = ":/data/kylin-usb-creator.svg";
|
||||
--
|
||||
|
||||
Binary file not shown.
BIN
kylin-usb-creator-1.1.2.tar.gz
Normal file
BIN
kylin-usb-creator-1.1.2.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,10 @@
|
||||
Name: kylin-usb-creator
|
||||
Version: 1.1.1
|
||||
Release: 4
|
||||
Version: 1.1.2
|
||||
Release: 1
|
||||
Summary: kylin-usb-creator
|
||||
License: GPL-3+
|
||||
URL: http://www.ukui.org
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: %{name}-userM.tar.gz
|
||||
Patch01: 0001-fix-version-of-kylin-usb-creator.patch
|
||||
Patch02: 0002-add-kylin-user-guide-of-kylin-usb-creator.patch
|
||||
|
||||
@ -18,6 +17,7 @@ BuildRequires: gsettings-qt-devel
|
||||
BuildRequires: kf5-kwindowsystem-devel
|
||||
BuildRequires: qt5-qtx11extras-devel
|
||||
BuildRequires: polkit-qt5-1-devel
|
||||
BuildRequires: ukui-interface
|
||||
|
||||
|
||||
%description
|
||||
@ -25,7 +25,6 @@ BuildRequires: polkit-qt5-1-devel
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -T -D -q -b 1
|
||||
%patch01 -p1
|
||||
%patch02 -p1
|
||||
|
||||
@ -63,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 08 2023 peijiankang <peijiankang@kylinos.cn> - 1.1.2-1
|
||||
- update to upstream version 1.1.2
|
||||
|
||||
* Wed Mar 22 2023 peijiankang <peijiankang@kylinos.cn> - 1.1.1-4
|
||||
- add kylin-user-guide of kylin-usb-creator
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user