From 050c505db4ec5fb1f7743f4bb6463ecb47598fcd Mon Sep 17 00:00:00 2001 From: peijiankang Date: Mon, 4 Aug 2025 14:12:59 +0800 Subject: [PATCH] remove ROC sensitive --- 0001-remove-ROC-sensitive.patch | 24 ++++++++++++++++++++++++ gnome-settings-daemon.spec | 7 ++++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 0001-remove-ROC-sensitive.patch diff --git a/0001-remove-ROC-sensitive.patch b/0001-remove-ROC-sensitive.patch new file mode 100644 index 0000000..32f4b8a --- /dev/null +++ b/0001-remove-ROC-sensitive.patch @@ -0,0 +1,24 @@ +From 2a807ceacb55882b10c35804f2af7b0767aa62c8 Mon Sep 17 00:00:00 2001 +From: peijiankang +Date: Wed, 23 Jul 2025 10:17:48 +0800 +Subject: [PATCH] remove ROC sensitive + +--- + plugins/datetime/backward | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/plugins/datetime/backward b/plugins/datetime/backward +index f1f95a8..7d79b95 100644 +--- a/plugins/datetime/backward ++++ b/plugins/datetime/backward +@@ -95,7 +95,6 @@ Link Pacific/Chuuk Pacific/Truk + Link Pacific/Pohnpei Pacific/Ponape + Link Europe/Warsaw Poland + Link Europe/Lisbon Portugal +-Link Asia/Taipei ROC + Link Asia/Seoul ROK + Link Asia/Singapore Singapore + Link Europe/Istanbul Turkey +-- +2.25.1 + diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index dbd4ffc..a08cc13 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -1,12 +1,14 @@ Name: gnome-settings-daemon Version: 3.38.2 -Release: 2 +Release: 3 Summary: Settings of GNOME Sessions and related applications License: GPLv2+ URL: https://download.gnome.org/sources/%{name} Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz Source1: org.gnome.settings-daemon.plugins.power.gschema.override +Patch01: 0001-remove-ROC-sensitive.patch + BuildRequires: cups-devel gcc gettext meson >= 0.44.0 perl-interpreter pkgconfig(alsa) BuildRequires: pkgconfig(colord) >= 1.3.5 pkgconfig(fontconfig) pkgconfig(geoclue-2.0) >= 2.3.1 BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.10.0 pkgconfig(glib-2.0) >= 2.53.0 @@ -86,6 +88,9 @@ echo "%{_libdir}/gnome-settings-daemon-3.0" > %{buildroot}%{_sysconfdir}/ld.so.c %{_libdir}/pkgconfig/gnome-settings-daemon.pc %changelog +* Mon Aug 04 2025 peijiankang - 3.38.2-3 +- remove ROC sensitive info + * Thu Sep 09 2021 lingsheng - 3.38.2-2 - Delete rpath setting -- Gitee