diff --git a/0001-trun-on-large-text-block-time.patch b/0001-trun-on-large-text-block-time.patch new file mode 100644 index 0000000000000000000000000000000000000000..4c1677df6ecd3fe717b38c52c2ac728edf6b4f7a --- /dev/null +++ b/0001-trun-on-large-text-block-time.patch @@ -0,0 +1,58 @@ +diff --git a/panels/common/cc-time-editor.ui b/panels/common/cc-time-editor.ui +index 1732fcd..7ace78b 100644 +--- a/panels/common/cc-time-editor.ui ++++ b/panels/common/cc-time-editor.ui +@@ -35,7 +35,7 @@ + + + +- 0 ++ 4 + 0 + + +@@ -67,7 +67,7 @@ + + + +- 1 ++ 15 + 0 + + +@@ -84,7 +84,7 @@ + + 0 + 1 +- 2 ++ 22 + + + +@@ -115,7 +115,7 @@ + + + +- 0 ++ 4 + 2 + + +@@ -147,7 +147,7 @@ + + + +- 1 ++ 15 + 2 + + +@@ -182,7 +182,7 @@ + + + +- 2 ++ 22 + 1 + + diff --git a/found-control-center.spec b/found-control-center.spec index eaa09dea22a7326c74a76a4f3f90a542b633e188..48cf7fb3e2651fd60fd0cad61d943caa736e09e4 100644 --- a/found-control-center.spec +++ b/found-control-center.spec @@ -9,12 +9,13 @@ Name: found-control-center Version: 3.38.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Utilities to configure the GNOME desktop License: GPLv2+ and CC-BY-SA URL: http://www.gnome.org Source0: %{name}-%{version}.tar.gz +Patch0: 0001-trun-on-large-text-block-time.patch BuildRequires: pkgconfig(accountsservice) BuildRequires: desktop-file-utils @@ -172,6 +173,9 @@ The %{name}-data package contains libraries and header files for developing appl %{_datadir}/pkgconfig/gnome-keybindings.pc %changelog +* Fri Sep 07 2023 qiangy - 3.38.4-3 +- In Settings - Auxiliary Functions, open the large text and when setting the date and time, you can see that the time is blocked. + * Wed Aug 09 2023 qiangy - 3.38.4-1 - Init package.