Blame SPECS/gsettings-desktop-schemas.spec

414955
%global debug_package %{nil}
414955
414955
Name:           gsettings-desktop-schemas
414955
Version:        3.32.0
3cd976
Release:        6%{?dist}
414955
Summary:        A collection of GSettings schemas
414955
414955
License:        LGPLv2+
414955
# no homepage exists for this component
414955
URL:            http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas
414955
Source0:        http://download.gnome.org/sources/%{name}/3.32/%{name}-%{version}.tar.xz
414955
Source1:        org.gnome.desktop.interface.gschema.override
414955
414955
# https://bugzilla.redhat.com/show_bug.cgi?id=1709937
414955
Patch0:         add-mount-removable-storage-devices-as-read-only-option.patch
79a636
# Backport from 3.33.1
79a636
Patch1:         0001-schemas-Add-enable-hot-corners-setting.patch
79a636
Patch2:         0001-Add-a-setting-for-overlay-scrolling.patch
3cd976
Patch3:         0001-schemas-Add-new-lockdown-setting-for-password-showing.patch
414955
414955
BuildRequires:  gettext
414955
BuildRequires:  glib2-devel >= 2.31.0
414955
BuildRequires:  gobject-introspection-devel
414955
BuildRequires:  meson
414955
414955
# Older versions need the "scroll-method" key that was removed in 3.19.3
414955
Conflicts: control-center < 1:3.19.3
414955
Conflicts: gnome-settings-daemon < 3.19.3
414955
Conflicts: mutter < 3.19.3
414955
414955
Requires: glib2 >= 2.31.0
414955
414955
# Recommend the default fonts set in the schemas
414955
Recommends: font(cantarell)
414955
Recommends: font(sourcecodepro)
2a249c
Recommends: font(dejavusansmono)
414955
414955
%description
414955
gsettings-desktop-schemas contains a collection of GSettings schemas for
414955
settings shared by various components of a desktop.
414955
414955
414955
%package        devel
414955
Summary:        Development files for %{name}
414955
Requires:       %{name}%{?_isa} = %{version}-%{release}
414955
414955
%description    devel
414955
The %{name}-devel package contains libraries
414955
and header files for developing applications that use %{name}.
414955
414955
414955
%prep
414955
%autosetup -p1
414955
414955
414955
%build
414955
%meson
414955
%meson_build
414955
414955
414955
%install
414955
%meson_install
414955
414955
# Restore old monospace default
414955
cp -a %{SOURCE1} %{buildroot}%{_datadir}/glib-2.0/schemas
414955
414955
%find_lang %{name} --with-gnome
414955
414955
414955
%check
414955
# Test that the schemas compile
414955
glib-compile-schemas --dry-run --strict $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
414955
414955
414955
%files -f %{name}.lang
414955
%doc AUTHORS MAINTAINERS NEWS README
414955
%license COPYING
414955
%{_datadir}/glib-2.0/schemas/*
414955
%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert
414955
%{_datadir}/GConf/gsettings/wm-schemas.convert
414955
%{_libdir}/girepository-1.0/GDesktopEnums-3.0.typelib
414955
414955
%files devel
414955
%doc HACKING
414955
%{_includedir}/*
414955
%{_datadir}/pkgconfig/*
414955
%{_datadir}/gir-1.0/GDesktopEnums-3.0.gir
414955
414955
414955
%changelog
3cd976
* Tue Jul 20 2021 Ray Strode <rstrode@redhat.com> - 3.32.0-6
3cd976
- Add setting for locking down Show Password in entries
3cd976
  Related: #1770302
3cd976
2a249c
* Mon Jun 29 2020 Carlos Garnacho <cgarnach@redhat.com> - 3.32.0-5
2a249c
- Recommend DejaVu Sans Mono font as the default monospace font
2a249c
  Resolves: #1656262
2a249c
79a636
* Thu Nov 21 2019 Benjamin Otte <otte@redhat.com> - 3.32-0-4
79a636
- Backport setting for overlay scrolling
79a636
  Resolves: #1723464
79a636
79a636
* Tue Jul 23 2019 Florian Müllner <fmuellner@redhat.com> - 3.32-0-3
79a636
- Backport 'enable-hot-corners' setting
79a636
  Resolves: #1704355
79a636
414955
* Tue Jun 04 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.0-2
414955
- Restore previous monospace font default
414955
  Resolves: #1715761
414955
414955
* Thu May 23 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.0-1
414955
- Update to 3.32.0
414955
  Resolves: #1698930
414955
414955
* Wed May 15 2019 Ondrej Holy <oholy@redhat.com> - 3.28.1-2
414955
- Add mount-removable-storage-devices-as-read-only option
414955
- Resovles: #1709937
414955
414955
* Tue Sep 04 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
414955
- Update to 3.28.1
414955
414955
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
414955
- Update to 3.28.0
414955
414955
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
414955
- Update to 3.27.92
414955
414955
* Fri Feb 09 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.90-1
414955
+ gsettings-desktop-schemas-3.27.90-1
414955
- Update to 3.27.90
414955
414955
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.27.1-3
414955
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
414955
414955
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.1-2
414955
- Remove obsolete scriptlets
414955
414955
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 3.27.1-1
414955
- Update to 3.27.1
414955
414955
* Mon Sep 04 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
414955
- Update to 3.24.1
414955
414955
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-3
414955
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
414955
414955
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-2
414955
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
414955
414955
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
414955
- Update to 3.24.0
414955
414955
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 3.23.90-1
414955
- Update to 3.23.90
414955
414955
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.3-2
414955
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
414955
414955
* Wed Jan 11 2017 Bastien Nocera <bnocera@redhat.com> - 3.23.3-1
414955
+ gsettings-desktop-schemas-3.23.3-1
414955
- Update to 3.23.3
414955
414955
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
414955
- Update to 3.22.0
414955
- Don't set group tags
414955
414955
* Fri Aug 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.4-1
414955
- Update to 3.21.4
414955
414955
* Wed Jun 22 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.3-1
414955
- Update to 3.21.3
414955
414955
* Thu May 26 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.2-1
414955
- Update to 3.21.2
414955
414955
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
414955
- Update to 3.20.0
414955
414955
* Thu Mar 17 2016 Richard Hughes <rhughes@redhat.com> - 3.19.92-1
414955
- Update to 3.19.92
414955
414955
* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
414955
- Update to 3.19.90
414955
414955
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.3-3
414955
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
414955
414955
* Thu Dec 17 2015 Kalev Lember <klember@redhat.com> - 3.19.3-2
414955
- Conflict with mutter < 3.19.3
414955
414955
* Tue Dec 15 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
414955
- Update to 3.19.3
414955
414955
* Thu Dec 10 2015 Kalev Lember <klember@redhat.com> - 3.19.2-2
414955
- Revert natural scrolling for mice
414955
414955
* Wed Nov 25 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.2-1
414955
- Update to 3.19.2
414955
414955
* Fri Oct 23 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
414955
- Update to 3.18.1
414955
414955
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
414955
- Update to 3.18.0
414955
414955
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 3.17.92-1
414955
- Update to 3.17.92
414955
- Use make_install macro
414955
414955
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.1-2
414955
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
414955
414955
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
414955
- Update to 3.16.1
414955
414955
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
414955
- Update to 3.16.0
414955
414955
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
414955
- Update to 3.15.92
414955
- Use license macro for the COPYING file
414955
414955
* Thu Feb 19 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
414955
- Update to 3.15.90
414955
414955
* Tue Jan 20 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
414955
- Update to 3.15.4
414955
414955
* Wed Oct 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
414955
- Update to 3.14.1
414955
414955
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
414955
- Update to 3.14.0
414955
414955
* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
414955
- Update to 3.13.92
414955
- Tighten -devel subpackage deps
414955
414955
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
414955
- Update to 3.13.91
414955
414955
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
414955
- Update to 3.13.90
414955
414955
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-4
414955
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
414955
414955
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-3
414955
- Rebuilt for gobject-introspection 1.41.4
414955
414955
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
414955
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
414955
414955
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
414955
- Update to 3.13.2
414955
414955
* Thu May 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
414955
- Update to 3.13.1
414955
414955
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
414955
- Update to 3.12.0
414955
414955
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
414955
- Update to 3.11.91
414955
414955
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
414955
- Update to 3.11.90
414955
414955
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
414955
- Update to 3.11.5
414955
414955
* Tue Jan 14 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
414955
- Update to 3.11.4
414955
414955
* Mon Dec 23 2013 Adam Williamson <awilliam@redhat.com> - 3.11.3-1
414955
- Update to 3.11.3
414955
414955
* Wed Oct 16 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
414955
- Update to 3.10.1
414955
414955
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
414955
- Update to 3.10.0
414955
414955
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
414955
- Update to 3.9.91
414955
414955
* Wed Aug 21 2013 Richard Hughes <rhughes@redhat.com> - 3.9.90-1
414955
- Update to 3.9.90
414955
414955
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.5-1
414955
- Update to 3.9.5
414955
414955
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.3-2
414955
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
414955
414955
* Thu Jun 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-1
414955
- Update to 3.9.3
414955
414955
* Tue May 28 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.2-1
414955
- Update to 3.9.2
414955
414955
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
414955
- Update to 3.8.2
414955
414955
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
414955
- Update to 3.8.0
414955
414955
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.92-1
414955
- Update to 3.7.92
414955
414955
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
414955
- Update to 3.7.91
414955
414955
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
414955
- Update to 3.7.90
414955
414955
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
414955
- Update to 3.7.5
414955
414955
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
414955
- Update to 3.7.4
414955
414955
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
414955
- Update to 3.7.3
414955
414955
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
414955
- Update to 3.7.2
414955
414955
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
414955
- Update to 3.6.1
414955
414955
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
414955
- Update to 3.6.0
414955
414955
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
414955
- Update to 3.5.92
414955
414955
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
414955
- Update to 3.5.91
414955
414955
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
414955
- Update to 3.5.90
414955
414955
* Wed Jul 18 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.4-1
414955
- Update to 3.5.4
414955
414955
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
414955
- Update to 3.5.3
414955
414955
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
414955
- Update to 3.5.2
414955
414955
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
414955
- Update to 3.4.2
414955
414955
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
414955
- Update to 3.4.1
414955
414955
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
414955
- Update to 3.4.0
414955
414955
* Mon Mar 19 2012 Richard Hughes <rhughes@redhat.com> 3.3.92-1
414955
- Update to 3.3.92
414955
414955
* Wed Feb 22 2012 Bastien Nocera <bnocera@redhat.com> 3.3.90-1
414955
- Update to 3.3.90
414955
414955
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-4
414955
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
414955
414955
* Wed Nov 23 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.3.2-3
414955
- Disable empty -debuginfo package.
414955
- Fix minimum required glib2 version.
414955
414955
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-2
414955
- Enable introspection
414955
- Make the package archful, since we now install in libdir
414955
414955
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
414955
- Update to 3.3.2
414955
414955
* Mon Sep 26 2011 Bastien Nocera <bnocera@redhat.com> 3.2.0-1
414955
- Update to 3.2.0
414955
414955
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
414955
- Update to 3.1.91
414955
414955
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
414955
- Update to 3.1.3
414955
414955
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
414955
- Update to 3.0.1
414955
414955
* Thu Apr  7 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-2
414955
- Don't perform questionable migrations
414955
414955
* Mon Apr 04 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0-1
414955
- Update to 3.0.0
414955
414955
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
414955
- Update to 2.91.92
414955
414955
* Wed Mar 09 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-2
414955
- Fix possible crasher when converting schemas
414955
414955
* Tue Mar 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-1
414955
- Update to 2.91.91
414955
414955
* Thu Feb 24 2011 Colin Walters <walters@verbum.org> - 0.1.7-2
414955
- Add patch from git to disable a11y by default; it makes
414955
  gnome-shell totally unusable right now
414955
414955
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 0.1.7-1
414955
- Update to 0.1.7
414955
414955
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.5-3
414955
- Rebuild
414955
414955
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
414955
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
414955
414955
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
414955
- Update to 0.1.5
414955
414955
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.4-1
414955
- Update to 0.1.4
414955
414955
* Sat Jan  8 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.3-1
414955
- Update to 0.1.3
414955
414955
* Tue Nov 30 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.2-1
414955
- Update to 0.1.2
414955
414955
* Wed Nov 17 2010 Bastien Nocera <bnocera@redhat.com> 0.1.1-1
414955
- Update to 0.1.1
414955
414955
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.0-1
414955
- Update to 0.1.0
414955
414955
* Tue Aug 24 2010 Matthias Clasen <mclasen@redhat.com> - 0.0.1-1
414955
- Update to 0.0.1
414955
414955
* Tue Aug  3 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.0.1-1.git20100729
414955
- Initial packaging