From 4240f09ecad3608f1889d78202f0117f402e8703 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Fri, 24 Jun 2022 14:39:40 +0800 Subject: [PATCH] Modified kylin-weather display is incomplete --- ...-kylin-weather-display-is-incomplete.patch | 25 +++++++++++++++++++ indicator-china-weather.spec | 9 ++++--- 2 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 0002-Modified-kylin-weather-display-is-incomplete.patch diff --git a/0002-Modified-kylin-weather-display-is-incomplete.patch b/0002-Modified-kylin-weather-display-is-incomplete.patch new file mode 100644 index 0000000..222bddd --- /dev/null +++ b/0002-Modified-kylin-weather-display-is-incomplete.patch @@ -0,0 +1,25 @@ +From 0e535fa024870259a89875fe3ceb6a6a7af39032 Mon Sep 17 00:00:00 2001 +From: peijiankang +Date: Fri, 24 Jun 2022 14:36:45 +0800 +Subject: [PATCH] Modified kylin-weather display is incomplete + +--- + src/citycollectionwidget.ui | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/citycollectionwidget.ui b/src/citycollectionwidget.ui +index ad0ec8c..6f98797 100644 +--- a/src/citycollectionwidget.ui ++++ b/src/citycollectionwidget.ui +@@ -31,7 +31,7 @@ + + 46 + 24 +- 56 ++ 121 + 17 + + +-- +2.33.0 + diff --git a/indicator-china-weather.spec b/indicator-china-weather.spec index 086a358..ea971ca 100644 --- a/indicator-china-weather.spec +++ b/indicator-china-weather.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: indicator-china-weather Version: 3.1.0 -Release: 8 +Release: 9 Summary: The weather data are from the heweather API s6 version. License: GPL-3.0+ URL: https://github.com/UbuntuKylin/indicator-china-weather @@ -21,10 +21,9 @@ BuildRequires: GeoIP-devel # Requires: NetworkManager -#patch0: 0001-remove-about.patch -#patch1: 0001-fix-vnc-show-issue.patch patch0: fix-gsetting-issue.patch patch1: fix-auto-get-location.patch +patch2: 0002-Modified-kylin-weather-display-is-incomplete.patch %description Indicator that displays China weather information @@ -36,6 +35,7 @@ patch1: fix-auto-get-location.patch %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{qmake_qt5} %{_qt5_qmake_flags} CONFIG+=enable-by-default indicator-china-weather.pro @@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/man/man1/indicator-china-weather.1.gz %changelog +* Fri Jun 24 2022 peijiankang - 3.1.0-9 +- Modified kylin-weather display is incomplete + * Mon Jan 10 2022 douyan - 3.1.0-8 - add fix-auto-get-location.patch