import gnome-control-center-40.0-23.el9_0.1

This commit is contained in:
CentOS Sources 2022-06-28 02:40:42 -04:00 committed by Stepan Oksanichenko
parent 4b00ec33a1
commit 797facf91c
2 changed files with 18439 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
Name: gnome-control-center Name: gnome-control-center
Version: 40.0 Version: 40.0
Release: 23%{?dist} Release: 23%{?dist}.1
Summary: Utilities to configure the GNOME desktop Summary: Utilities to configure the GNOME desktop
License: GPLv2+ and CC-BY-SA License: GPLv2+ and CC-BY-SA
@ -41,12 +41,16 @@ Patch8: 0001-display-Only-display-configuration-options-if-apply-.patch
# Workaround for libnma not handling OWE https://gitlab.gnome.org/GNOME/libnma/-/issues/9 # Workaround for libnma not handling OWE https://gitlab.gnome.org/GNOME/libnma/-/issues/9
Patch9: 0001-network-Fix-OWE-settings.patch Patch9: 0001-network-Fix-OWE-settings.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=2097838
Patch10: gnome-control-center-timezones.patch
BuildRequires: chrpath BuildRequires: chrpath
BuildRequires: cups-devel BuildRequires: cups-devel
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: docbook-style-xsl libxslt BuildRequires: docbook-style-xsl libxslt
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gettext BuildRequires: gettext
BuildRequires: git
BuildRequires: meson BuildRequires: meson
BuildRequires: pkgconfig(accountsservice) BuildRequires: pkgconfig(accountsservice)
BuildRequires: pkgconfig(cheese) >= %{cheese_version} BuildRequires: pkgconfig(cheese) >= %{cheese_version}
@ -167,7 +171,7 @@ can install configuration files that are picked up by the control-center
utilities. utilities.
%prep %prep
%autosetup -p1 -n gnome-control-center-%{tarball_version} %autosetup -Sgit -p1 -n gnome-control-center-%{tarball_version}
%build %build
%meson \ %meson \
@ -229,6 +233,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gnome-control-center
%dir %{_datadir}/gnome/wm-properties %dir %{_datadir}/gnome/wm-properties
%changelog %changelog
* Wed Jun 22 2022 Tomas Popela <tpopela@redhat.com> - 40.0-23.1
- Remove timezone boundaries
- Resolves: rhbz#2099773
* Mon Mar 14 2022 Felipe Borges <feborges@redhat.com> - 40.0-23 * Mon Mar 14 2022 Felipe Borges <feborges@redhat.com> - 40.0-23
- Backport translations for Multitasking panel - Backport translations for Multitasking panel
- Make Multitasking panel capable of handling Right-to-Left locales - Make Multitasking panel capable of handling Right-to-Left locales