b6f26f
%global debug_package %{nil}
b6f26f
b6f26f
%global tarball_version %%(echo %{version} | tr '~' '.')
b6f26f
b6f26f
Name:           gsettings-desktop-schemas
b6f26f
Version:        40.0
ceef13
Release:        6%{?dist}
b6f26f
Summary:        A collection of GSettings schemas
b6f26f
b6f26f
License:        LGPLv2+
b6f26f
# no homepage exists for this component
b6f26f
URL:            https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
b6f26f
Source0:        https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
b6f26f
b6f26f
BuildRequires:  gettext
b6f26f
BuildRequires:  glib2-devel >= 2.31.0
b6f26f
BuildRequires:  gobject-introspection-devel
b6f26f
BuildRequires:  meson
b6f26f
b6f26f
Requires: glib2 >= 2.31.0
b6f26f
b6f26f
# Recommend the default fonts set in the schemas
b6f26f
Recommends: font(cantarell)
ceef13
# For 9.2 we've decided that we will change the default monospace font to align
ceef13
# with Fedora and upstream GNOME. After doing the change we've discovered that
ceef13
# the font is not installed together with the g-d-s update when updating from
ceef13
# RHEL 9.0.0, This is because Source Code Pro was in BUILDROOT for 9.0.0 and
ceef13
# was moved to AppStream in 9.1.0. The "Recommends" specified below is not
ceef13
# applied on upgrade and we have to change it for "Requires" to install the font
ceef13
# correctly.
ceef13
#Recommends: font(sourcecodepro)
ceef13
Requires: font(sourcecodepro)
b6f26f
b6f26f
%description
b6f26f
gsettings-desktop-schemas contains a collection of GSettings schemas for
b6f26f
settings shared by various components of a desktop.
b6f26f
b6f26f
b6f26f
%package        devel
b6f26f
Summary:        Development files for %{name}
b6f26f
Requires:       %{name}%{?_isa} = %{version}-%{release}
b6f26f
b6f26f
%description    devel
b6f26f
The %{name}-devel package contains libraries
b6f26f
and header files for developing applications that use %{name}.
b6f26f
b6f26f
b6f26f
%prep
b6f26f
%autosetup -p1 -n %{name}-%{tarball_version}
b6f26f
b6f26f
b6f26f
%build
b6f26f
%meson
b6f26f
%meson_build
b6f26f
b6f26f
b6f26f
%install
b6f26f
%meson_install
b6f26f
b6f26f
%find_lang %{name} --with-gnome
b6f26f
b6f26f
b6f26f
%check
b6f26f
# Test that the schemas compile
b6f26f
glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
b6f26f
b6f26f
b6f26f
%files -f %{name}.lang
b6f26f
%doc AUTHORS MAINTAINERS NEWS README
b6f26f
%license COPYING
b6f26f
%{_datadir}/glib-2.0/schemas/*
b6f26f
%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert
b6f26f
%{_datadir}/GConf/gsettings/wm-schemas.convert
b6f26f
%{_libdir}/girepository-1.0/GDesktopEnums-3.0.typelib
b6f26f
b6f26f
%files devel
b6f26f
%doc HACKING
b6f26f
%{_includedir}/*
b6f26f
%{_datadir}/pkgconfig/*
b6f26f
%{_datadir}/gir-1.0/GDesktopEnums-3.0.gir
b6f26f
b6f26f
b6f26f
%changelog
ceef13
* Wed Dec 21 2022 Tomas Popela <tpopela@redhat.com> - 40.0-6
ceef13
- Require the Source Code Pro font instead of only recommending it to not break
ceef13
  systems updated from 9.0.0.
ceef13
  Resolves: rhbz#2093975
ceef13
ceef13
* Tue Nov 22 2022 Carlos Garnacho <cgarnach@redhat.com> - 40.0-5
ceef13
- Restore default monospace font to Source Code Pro
ceef13
  Resolves: rhbz#2093975
ceef13
b6f26f
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-4
b6f26f
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
b6f26f
  Related: rhbz#1991688
b6f26f
b6f26f
* Mon Jul 19 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 40.0-3
b6f26f
- Fix default monospace font
b6f26f
- Resolves: #1980001
b6f26f
b6f26f
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
b6f26f
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
b6f26f
b6f26f
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 40.0-1
b6f26f
- Update to 40.0
b6f26f
b6f26f
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 40~rc-1
b6f26f
- Update to 40.rc
b6f26f
b6f26f
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
b6f26f
- Update to 40.beta
b6f26f
b6f26f
* Tue Feb 02 2021 Florian Müllner <fmuellner@redhat.com> - 40~alpha-2.20210202git8c395d5
b6f26f
- Build snapshot of current upstream
b6f26f
b6f26f
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40~alpha-2
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b6f26f
b6f26f
* Thu Jan 14 2021 Kalev Lember <klember@redhat.com> - 40~alpha-1
b6f26f
- Update to 40.alpha
b6f26f
b6f26f
* Thu Dec 03 2020 Adam Williamson <awilliam@redhat.com> - 3.38.0-2
b6f26f
- Backport an upstream addition of a key GNOME Shell 40 alpha expects
b6f26f
b6f26f
* Mon Sep 14 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
b6f26f
- Update to 3.38.0
b6f26f
b6f26f
* Mon Sep 07 2020 Kalev Lember <klember@redhat.com> - 3.37.92-1
b6f26f
- Update to 3.37.92
b6f26f
b6f26f
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.2-2
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b6f26f
b6f26f
* Tue Jul 21 2020 Kalev Lember <klember@redhat.com> - 3.37.2-1
b6f26f
- Update to 3.37.2
b6f26f
b6f26f
* Tue May 05 2020 Kalev Lember <klember@redhat.com> - 3.37.1-1
b6f26f
- Update to 3.37.1
b6f26f
b6f26f
* Thu Apr 30 2020 Kalev Lember <klember@redhat.com> - 3.36.1-1
b6f26f
- Update to 3.36.1
b6f26f
b6f26f
* Mon Mar 09 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
b6f26f
- Update to 3.36.0
b6f26f
b6f26f
* Mon Feb 17 2020 Kalev Lember <klember@redhat.com> - 3.35.91-1
b6f26f
- Update to 3.35.91
b6f26f
b6f26f
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-2
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b6f26f
b6f26f
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
b6f26f
- Update to 3.34.0
b6f26f
b6f26f
* Fri Sep 06 2019 Kalev Lember <klember@redhat.com> - 3.33.92-1
b6f26f
- Update to 3.33.92
b6f26f
b6f26f
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 3.33.90-1
b6f26f
- Update to 3.33.90
b6f26f
b6f26f
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.33.1-2
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b6f26f
b6f26f
* Thu Jul 18 2019 David King <amigadave@amigadave.com> - 3.33.1-1
b6f26f
- Update to 3.33.1
b6f26f
- Update URLs
b6f26f
- Remove some old Conflicts
b6f26f
- Use autosetup and buildroot macros
b6f26f
b6f26f
* Mon Jun 24 2019 Kalev Lember <klember@redhat.com> - 3.33.0-1
b6f26f
- Update to 3.33.0
b6f26f
b6f26f
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
b6f26f
- Update to 3.32.0
b6f26f
b6f26f
* Wed Mar 06 2019 Kalev Lember <klember@redhat.com> - 3.31.92-1
b6f26f
- Update to 3.31.92
b6f26f
b6f26f
* Mon Feb 25 2019 Kalev Lember <klember@redhat.com> - 3.31.91-2
b6f26f
- Use fonts() provides instead of requiring specific package names (#1677056)
b6f26f
b6f26f
* Wed Feb 20 2019 Kalev Lember <klember@redhat.com> - 3.31.91-1
b6f26f
- Update to 3.31.91
b6f26f
b6f26f
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 3.31.90-2
b6f26f
- Recommend the default fonts set in the schemas:
b6f26f
  abattis-cantarell-fonts and adobe-source-code-pro-fonts (#1677056)
b6f26f
b6f26f
* Wed Feb 06 2019 Kalev Lember <klember@redhat.com> - 3.31.90-1
b6f26f
- Update to 3.31.90
b6f26f
b6f26f
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.0.2-2
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b6f26f
b6f26f
* Tue Jan 15 2019 Kalev Lember <klember@redhat.com> - 3.31.0.2-1
b6f26f
- Update to 3.31.0.2
b6f26f
- Switch to meson once again now that enums generation is fixed
b6f26f
b6f26f
* Thu Jan 10 2019 Kalev Lember <klember@redhat.com> - 3.31.0.1-2
b6f26f
- Switch back to autotools to fix missing org.gnome.desktop.enums.xml
b6f26f
- Add a test to verify that the schemas compile
b6f26f
b6f26f
* Wed Jan 09 2019 Kalev Lember <klember@redhat.com> - 3.31.0.1-1
b6f26f
- Update to 3.31.0.1
b6f26f
- Switch to the meson build system
b6f26f
b6f26f
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.28.1-2
b6f26f
- Rebuilt against fixed atk (#1626575)
b6f26f
b6f26f
* Tue Sep 04 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
b6f26f
- Update to 3.28.1
b6f26f
b6f26f
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-2
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b6f26f
b6f26f
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
b6f26f
- Update to 3.28.0
b6f26f
b6f26f
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
b6f26f
- Update to 3.27.92
b6f26f
b6f26f
* Fri Feb 09 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.90-1
b6f26f
+ gsettings-desktop-schemas-3.27.90-1
b6f26f
- Update to 3.27.90
b6f26f
b6f26f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.27.1-3
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b6f26f
b6f26f
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.1-2
b6f26f
- Remove obsolete scriptlets
b6f26f
b6f26f
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 3.27.1-1
b6f26f
- Update to 3.27.1
b6f26f
b6f26f
* Mon Sep 04 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
b6f26f
- Update to 3.24.1
b6f26f
b6f26f
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-3
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b6f26f
b6f26f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-2
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b6f26f
b6f26f
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
b6f26f
- Update to 3.24.0
b6f26f
b6f26f
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 3.23.90-1
b6f26f
- Update to 3.23.90
b6f26f
b6f26f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.3-2
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b6f26f
b6f26f
* Wed Jan 11 2017 Bastien Nocera <bnocera@redhat.com> - 3.23.3-1
b6f26f
+ gsettings-desktop-schemas-3.23.3-1
b6f26f
- Update to 3.23.3
b6f26f
b6f26f
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
b6f26f
- Update to 3.22.0
b6f26f
- Don't set group tags
b6f26f
b6f26f
* Fri Aug 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.4-1
b6f26f
- Update to 3.21.4
b6f26f
b6f26f
* Wed Jun 22 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.3-1
b6f26f
- Update to 3.21.3
b6f26f
b6f26f
* Thu May 26 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.2-1
b6f26f
- Update to 3.21.2
b6f26f
b6f26f
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
b6f26f
- Update to 3.20.0
b6f26f
b6f26f
* Thu Mar 17 2016 Richard Hughes <rhughes@redhat.com> - 3.19.92-1
b6f26f
- Update to 3.19.92
b6f26f
b6f26f
* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
b6f26f
- Update to 3.19.90
b6f26f
b6f26f
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.3-3
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b6f26f
b6f26f
* Thu Dec 17 2015 Kalev Lember <klember@redhat.com> - 3.19.3-2
b6f26f
- Conflict with mutter < 3.19.3
b6f26f
b6f26f
* Tue Dec 15 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
b6f26f
- Update to 3.19.3
b6f26f
b6f26f
* Thu Dec 10 2015 Kalev Lember <klember@redhat.com> - 3.19.2-2
b6f26f
- Revert natural scrolling for mice
b6f26f
b6f26f
* Wed Nov 25 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.2-1
b6f26f
- Update to 3.19.2
b6f26f
b6f26f
* Fri Oct 23 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
b6f26f
- Update to 3.18.1
b6f26f
b6f26f
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
b6f26f
- Update to 3.18.0
b6f26f
b6f26f
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 3.17.92-1
b6f26f
- Update to 3.17.92
b6f26f
- Use make_install macro
b6f26f
b6f26f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.1-2
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b6f26f
b6f26f
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
b6f26f
- Update to 3.16.1
b6f26f
b6f26f
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
b6f26f
- Update to 3.16.0
b6f26f
b6f26f
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
b6f26f
- Update to 3.15.92
b6f26f
- Use license macro for the COPYING file
b6f26f
b6f26f
* Thu Feb 19 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
b6f26f
- Update to 3.15.90
b6f26f
b6f26f
* Tue Jan 20 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
b6f26f
- Update to 3.15.4
b6f26f
b6f26f
* Wed Oct 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
b6f26f
- Update to 3.14.1
b6f26f
b6f26f
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
b6f26f
- Update to 3.14.0
b6f26f
b6f26f
* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
b6f26f
- Update to 3.13.92
b6f26f
- Tighten -devel subpackage deps
b6f26f
b6f26f
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
b6f26f
- Update to 3.13.91
b6f26f
b6f26f
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
b6f26f
- Update to 3.13.90
b6f26f
b6f26f
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-4
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b6f26f
b6f26f
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-3
b6f26f
- Rebuilt for gobject-introspection 1.41.4
b6f26f
b6f26f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b6f26f
b6f26f
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
b6f26f
- Update to 3.13.2
b6f26f
b6f26f
* Thu May 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
b6f26f
- Update to 3.13.1
b6f26f
b6f26f
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
b6f26f
- Update to 3.12.0
b6f26f
b6f26f
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
b6f26f
- Update to 3.11.91
b6f26f
b6f26f
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
b6f26f
- Update to 3.11.90
b6f26f
b6f26f
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
b6f26f
- Update to 3.11.5
b6f26f
b6f26f
* Tue Jan 14 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
b6f26f
- Update to 3.11.4
b6f26f
b6f26f
* Mon Dec 23 2013 Adam Williamson <awilliam@redhat.com> - 3.11.3-1
b6f26f
- Update to 3.11.3
b6f26f
b6f26f
* Wed Oct 16 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
b6f26f
- Update to 3.10.1
b6f26f
b6f26f
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
b6f26f
- Update to 3.10.0
b6f26f
b6f26f
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
b6f26f
- Update to 3.9.91
b6f26f
b6f26f
* Wed Aug 21 2013 Richard Hughes <rhughes@redhat.com> - 3.9.90-1
b6f26f
- Update to 3.9.90
b6f26f
b6f26f
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.5-1
b6f26f
- Update to 3.9.5
b6f26f
b6f26f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.3-2
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b6f26f
b6f26f
* Thu Jun 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-1
b6f26f
- Update to 3.9.3
b6f26f
b6f26f
* Tue May 28 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.2-1
b6f26f
- Update to 3.9.2
b6f26f
b6f26f
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
b6f26f
- Update to 3.8.2
b6f26f
b6f26f
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
b6f26f
- Update to 3.8.0
b6f26f
b6f26f
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.92-1
b6f26f
- Update to 3.7.92
b6f26f
b6f26f
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
b6f26f
- Update to 3.7.91
b6f26f
b6f26f
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
b6f26f
- Update to 3.7.90
b6f26f
b6f26f
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
b6f26f
- Update to 3.7.5
b6f26f
b6f26f
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
b6f26f
- Update to 3.7.4
b6f26f
b6f26f
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
b6f26f
- Update to 3.7.3
b6f26f
b6f26f
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
b6f26f
- Update to 3.7.2
b6f26f
b6f26f
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
b6f26f
- Update to 3.6.1
b6f26f
b6f26f
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
b6f26f
- Update to 3.6.0
b6f26f
b6f26f
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
b6f26f
- Update to 3.5.92
b6f26f
b6f26f
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
b6f26f
- Update to 3.5.91
b6f26f
b6f26f
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
b6f26f
- Update to 3.5.90
b6f26f
b6f26f
* Wed Jul 18 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.4-1
b6f26f
- Update to 3.5.4
b6f26f
b6f26f
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
b6f26f
- Update to 3.5.3
b6f26f
b6f26f
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
b6f26f
- Update to 3.5.2
b6f26f
b6f26f
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
b6f26f
- Update to 3.4.2
b6f26f
b6f26f
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
b6f26f
- Update to 3.4.1
b6f26f
b6f26f
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
b6f26f
- Update to 3.4.0
b6f26f
b6f26f
* Mon Mar 19 2012 Richard Hughes <rhughes@redhat.com> 3.3.92-1
b6f26f
- Update to 3.3.92
b6f26f
b6f26f
* Wed Feb 22 2012 Bastien Nocera <bnocera@redhat.com> 3.3.90-1
b6f26f
- Update to 3.3.90
b6f26f
b6f26f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-4
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b6f26f
b6f26f
* Wed Nov 23 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.3.2-3
b6f26f
- Disable empty -debuginfo package.
b6f26f
- Fix minimum required glib2 version.
b6f26f
b6f26f
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-2
b6f26f
- Enable introspection
b6f26f
- Make the package archful, since we now install in libdir
b6f26f
b6f26f
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
b6f26f
- Update to 3.3.2
b6f26f
b6f26f
* Mon Sep 26 2011 Bastien Nocera <bnocera@redhat.com> 3.2.0-1
b6f26f
- Update to 3.2.0
b6f26f
b6f26f
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
b6f26f
- Update to 3.1.91
b6f26f
b6f26f
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
b6f26f
- Update to 3.1.3
b6f26f
b6f26f
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
b6f26f
- Update to 3.0.1
b6f26f
b6f26f
* Thu Apr  7 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-2
b6f26f
- Don't perform questionable migrations
b6f26f
b6f26f
* Mon Apr 04 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0-1
b6f26f
- Update to 3.0.0
b6f26f
b6f26f
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
b6f26f
- Update to 2.91.92
b6f26f
b6f26f
* Wed Mar 09 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-2
b6f26f
- Fix possible crasher when converting schemas
b6f26f
b6f26f
* Tue Mar 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-1
b6f26f
- Update to 2.91.91
b6f26f
b6f26f
* Thu Feb 24 2011 Colin Walters <walters@verbum.org> - 0.1.7-2
b6f26f
- Add patch from git to disable a11y by default; it makes
b6f26f
  gnome-shell totally unusable right now
b6f26f
b6f26f
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 0.1.7-1
b6f26f
- Update to 0.1.7
b6f26f
b6f26f
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.5-3
b6f26f
- Rebuild
b6f26f
b6f26f
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
b6f26f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b6f26f
b6f26f
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
b6f26f
- Update to 0.1.5
b6f26f
b6f26f
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.4-1
b6f26f
- Update to 0.1.4
b6f26f
b6f26f
* Sat Jan  8 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.3-1
b6f26f
- Update to 0.1.3
b6f26f
b6f26f
* Tue Nov 30 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.2-1
b6f26f
- Update to 0.1.2
b6f26f
b6f26f
* Wed Nov 17 2010 Bastien Nocera <bnocera@redhat.com> 0.1.1-1
b6f26f
- Update to 0.1.1
b6f26f
b6f26f
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.0-1
b6f26f
- Update to 0.1.0
b6f26f
b6f26f
* Tue Aug 24 2010 Matthias Clasen <mclasen@redhat.com> - 0.0.1-1
b6f26f
- Update to 0.0.1
b6f26f
b6f26f
* Tue Aug  3 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.0.1-1.git20100729
b6f26f
- Initial packaging