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