2017-03-14 00:05:35 +00:00
|
|
|
%global nm_version 1.2
|
|
|
|
%global nma_version 1.0
|
2020-03-06 14:32:54 +00:00
|
|
|
%global glib_required_version 2.63.1
|
2016-09-03 18:42:21 +00:00
|
|
|
%global gtk_required_version 3.11.3
|
2016-09-13 18:11:57 +00:00
|
|
|
%global geoclue_version 2.3.1
|
2016-09-03 18:42:21 +00:00
|
|
|
|
2021-02-17 23:23:44 +00:00
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
2012-09-26 17:20:43 +00:00
|
|
|
Name: gnome-initial-setup
|
2022-01-12 11:54:09 +00:00
|
|
|
Version: 42~alpha.1
|
2022-01-20 06:34:37 +00:00
|
|
|
Release: 3%{?dist}
|
2012-09-26 17:20:43 +00:00
|
|
|
Summary: Bootstrapping your OS
|
|
|
|
|
|
|
|
License: GPLv2+
|
2016-09-03 18:49:56 +00:00
|
|
|
URL: https://wiki.gnome.org/Design/OS/InitialSetup
|
2022-01-12 11:54:09 +00:00
|
|
|
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
|
2018-02-17 01:02:57 +00:00
|
|
|
Source1: vendor.conf
|
2013-01-11 19:57:43 +00:00
|
|
|
|
2019-04-04 15:20:06 +00:00
|
|
|
BuildRequires: meson
|
2019-08-26 23:44:49 +00:00
|
|
|
BuildRequires: gcc
|
2012-10-26 17:24:47 +00:00
|
|
|
BuildRequires: krb5-devel
|
2012-09-26 17:20:43 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: libpwquality-devel
|
2017-03-14 00:05:35 +00:00
|
|
|
BuildRequires: pkgconfig(libnm) >= %{nm_version}
|
|
|
|
BuildRequires: pkgconfig(libnma) >= %{nma_version}
|
2012-09-26 17:20:43 +00:00
|
|
|
BuildRequires: pkgconfig(accountsservice)
|
2022-01-12 11:54:09 +00:00
|
|
|
BuildRequires: pkgconfig(gnome-desktop-4)
|
2014-02-19 20:58:13 +00:00
|
|
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
2012-09-26 17:20:43 +00:00
|
|
|
BuildRequires: pkgconfig(cheese)
|
|
|
|
BuildRequires: pkgconfig(cheese-gtk) >= 3.3.5
|
2014-02-19 20:58:13 +00:00
|
|
|
BuildRequires: pkgconfig(fontconfig)
|
2016-09-13 18:11:57 +00:00
|
|
|
BuildRequires: pkgconfig(geocode-glib-1.0)
|
2022-01-12 11:54:09 +00:00
|
|
|
BuildRequires: pkgconfig(gweather4)
|
2012-09-26 17:20:43 +00:00
|
|
|
BuildRequires: pkgconfig(goa-1.0)
|
|
|
|
BuildRequires: pkgconfig(goa-backend-1.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk_required_version}
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib_required_version}
|
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= %{glib_required_version}
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_required_version}
|
|
|
|
BuildRequires: pkgconfig(gdm)
|
|
|
|
BuildRequires: pkgconfig(iso-codes)
|
2016-09-13 18:11:57 +00:00
|
|
|
BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue_version}
|
2016-09-03 18:49:18 +00:00
|
|
|
BuildRequires: pkgconfig(packagekit-glib2)
|
2015-03-05 11:22:01 +00:00
|
|
|
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
2012-11-27 02:35:01 +00:00
|
|
|
BuildRequires: krb5-devel
|
2013-05-02 12:45:21 +00:00
|
|
|
BuildRequires: ibus-devel
|
2014-02-28 12:52:06 +00:00
|
|
|
BuildRequires: rest-devel
|
2013-05-06 09:53:43 +00:00
|
|
|
BuildRequires: polkit-devel
|
2014-03-08 19:52:46 +00:00
|
|
|
BuildRequires: libsecret-devel
|
2012-09-26 17:20:43 +00:00
|
|
|
|
|
|
|
# gnome-initial-setup is being run by gdm
|
|
|
|
Requires: gdm
|
2016-09-13 18:11:57 +00:00
|
|
|
Requires: geoclue2-libs%{?_isa} >= %{geoclue_version}
|
2017-06-25 15:42:29 +00:00
|
|
|
Requires: glib2%{?_isa} >= %{glib_required_version}
|
2013-06-07 11:48:46 +00:00
|
|
|
# we install a rules file
|
|
|
|
Requires: polkit-js-engine
|
2013-04-16 16:26:36 +00:00
|
|
|
Requires: /usr/bin/gkbd-keyboard-display
|
2012-09-26 17:20:43 +00:00
|
|
|
|
2012-11-27 02:35:01 +00:00
|
|
|
Requires(pre): shadow-utils
|
|
|
|
|
2012-11-08 21:26:48 +00:00
|
|
|
Provides: user(%name)
|
|
|
|
|
2012-09-26 17:20:43 +00:00
|
|
|
%description
|
|
|
|
GNOME Initial Setup is an alternative to firstboot, providing
|
|
|
|
a good setup experience to welcome you to your system, and walks
|
|
|
|
you through configuring it. It is integrated with gdm.
|
|
|
|
|
|
|
|
%prep
|
2021-02-17 23:23:44 +00:00
|
|
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
2012-09-26 17:20:43 +00:00
|
|
|
|
|
|
|
%build
|
2021-09-14 20:02:39 +00:00
|
|
|
%meson -Dparental_controls=disabled -Dvendor-conf-file=%{_datadir}/gnome-initial-setup/vendor.conf
|
2019-04-04 15:20:06 +00:00
|
|
|
%meson_build
|
2012-09-26 17:20:43 +00:00
|
|
|
|
|
|
|
%install
|
2019-04-04 15:20:06 +00:00
|
|
|
%meson_install
|
2012-09-26 17:20:43 +00:00
|
|
|
|
2012-11-27 02:35:01 +00:00
|
|
|
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
|
2021-02-17 23:23:44 +00:00
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-initial-setup.desktop
|
2012-11-27 02:35:01 +00:00
|
|
|
|
2018-04-02 22:42:46 +00:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/gnome-initial-setup
|
|
|
|
cp %{SOURCE1} %{buildroot}%{_datadir}/gnome-initial-setup/
|
2012-11-27 02:35:01 +00:00
|
|
|
|
2012-09-26 17:20:43 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2012-11-08 21:26:48 +00:00
|
|
|
%pre
|
|
|
|
useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null || :
|
|
|
|
|
2012-09-26 17:20:43 +00:00
|
|
|
%files -f %{name}.lang
|
2015-03-02 21:28:16 +00:00
|
|
|
%license COPYING
|
2022-01-12 11:54:09 +00:00
|
|
|
%doc NEWS README.md
|
2012-09-26 17:20:43 +00:00
|
|
|
%{_libexecdir}/gnome-initial-setup
|
|
|
|
%{_libexecdir}/gnome-initial-setup-copy-worker
|
|
|
|
%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
|
2014-09-16 09:48:38 +00:00
|
|
|
%{_sysconfdir}/xdg/autostart/gnome-initial-setup-first-login.desktop
|
2012-09-26 17:20:43 +00:00
|
|
|
|
2021-02-17 23:23:44 +00:00
|
|
|
%{_datadir}/applications/gnome-initial-setup.desktop
|
2012-09-26 17:20:43 +00:00
|
|
|
%{_datadir}/gnome-session/sessions/gnome-initial-setup.session
|
2013-05-06 09:53:43 +00:00
|
|
|
%{_datadir}/gnome-shell/modes/initial-setup.json
|
2012-11-27 02:35:01 +00:00
|
|
|
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules
|
2019-09-04 14:50:11 +00:00
|
|
|
%{_userunitdir}/*
|
2012-09-26 17:20:43 +00:00
|
|
|
|
2018-04-02 22:42:46 +00:00
|
|
|
%dir %{_datadir}/gnome-initial-setup
|
|
|
|
%{_datadir}/gnome-initial-setup/vendor.conf
|
2018-02-17 01:02:57 +00:00
|
|
|
|
2012-09-26 17:20:43 +00:00
|
|
|
%changelog
|
2022-01-20 06:34:37 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42~alpha.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-01-12 17:00:37 +00:00
|
|
|
* Wed Jan 12 2022 David King <amigadave@amigadave.com> - 42~alpha.1-2
|
|
|
|
- Rebuild against gnome-desktop4
|
|
|
|
|
|
|
|
* Wed Jan 12 2022 David King <amigadave@amigadave.com> - 42~alpha.1-1
|
|
|
|
- Update to 42.alpha.1
|
2022-01-12 11:54:09 +00:00
|
|
|
|
2021-12-07 13:33:17 +00:00
|
|
|
* Tue Dec 07 2021 Kalev Lember <klember@redhat.com> - 41.2-1
|
|
|
|
- Update to 41.2
|
|
|
|
|
2021-09-17 10:02:12 +00:00
|
|
|
* Fri Sep 17 2021 Kalev Lember <klember@redhat.com> - 41.0-1
|
|
|
|
- Update to 41.0
|
|
|
|
|
2021-09-14 20:02:39 +00:00
|
|
|
* Tue Sep 14 2021 Kalev Lember <klember@redhat.com> - 41~rc-3
|
|
|
|
- Disable parental controls support as per Workstation WG decision (#2004259)
|
|
|
|
|
2021-09-14 18:20:10 +00:00
|
|
|
* Tue Sep 14 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 41~rc-2
|
|
|
|
- Fix new Fedora third party software page
|
|
|
|
|
2021-09-08 19:24:37 +00:00
|
|
|
* Wed Sep 08 2021 Kalev Lember <klember@redhat.com> - 41~rc-1
|
|
|
|
- Update to 41.rc
|
|
|
|
|
2021-08-24 20:06:42 +00:00
|
|
|
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 41~beta-3
|
|
|
|
- Rebuild
|
|
|
|
|
2021-08-24 17:11:52 +00:00
|
|
|
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 41~beta-2
|
|
|
|
- Enable parental controls support
|
|
|
|
|
2021-08-24 20:02:34 +00:00
|
|
|
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 41~beta-1.1
|
|
|
|
- Fix the polkit rule for Fedora third party setup (#1996901)
|
|
|
|
|
2021-08-23 06:47:12 +00:00
|
|
|
* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 41~beta-1
|
|
|
|
- Update to 41.beta
|
|
|
|
|
2021-08-06 14:01:32 +00:00
|
|
|
* Fri Aug 06 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 41~alpha-2
|
|
|
|
- Add enterprise login patch, first user should be a local admin
|
|
|
|
|
2021-08-03 09:59:08 +00:00
|
|
|
* Tue Aug 03 2021 Kalev Lember <klember@redhat.com> - 41~alpha-1
|
|
|
|
- Update to 41.alpha
|
|
|
|
|
2021-07-22 02:11:00 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-21 11:39:23 +00:00
|
|
|
* Mon Jun 21 2021 Kalev Lember <klember@redhat.com> - 40.2-1
|
|
|
|
- Update to 40.2
|
|
|
|
|
2021-05-05 19:47:48 +00:00
|
|
|
* Wed May 05 2021 Kalev Lember <klember@redhat.com> - 40.1-1
|
|
|
|
- Update to 40.1
|
|
|
|
|
2021-04-30 07:14:01 +00:00
|
|
|
* Fri Apr 30 2021 Kalev Lember <klember@redhat.com> - 40.0-2
|
|
|
|
- Drop gnome-tour dep here and move it to gnome-shell instead (#1955179)
|
|
|
|
|
2021-03-22 12:35:37 +00:00
|
|
|
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
|
|
|
- Update to 40.0
|
|
|
|
|
2021-03-15 21:56:45 +00:00
|
|
|
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 40~rc-1
|
|
|
|
- Update to 40.rc
|
|
|
|
|
2021-02-17 23:23:44 +00:00
|
|
|
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
|
|
|
|
- Update to 40.beta
|
|
|
|
|
2021-01-26 08:36:34 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-16 20:24:20 +00:00
|
|
|
* Sat Jan 16 2021 Kalev Lember <klember@redhat.com> - 3.38.3-1
|
|
|
|
- Update to 3.38.3
|
|
|
|
|
2020-11-25 09:14:35 +00:00
|
|
|
* Wed Nov 25 2020 Kalev Lember <klember@redhat.com> - 3.38.2-1
|
|
|
|
- Update to 3.38.2
|
|
|
|
|
2020-10-05 19:30:43 +00:00
|
|
|
* Mon Oct 5 2020 Kalev Lember <klember@redhat.com> - 3.38.1-1
|
|
|
|
- Update to 3.38.1
|
|
|
|
|
2020-09-11 18:39:04 +00:00
|
|
|
* Fri Sep 11 2020 Ray Strode <rstrode@redhat.com> - 3.38.0-2
|
|
|
|
- Remove weird, unnecessary g_idle_add which are triggering
|
|
|
|
some weird, not fully understood bug.
|
|
|
|
Resolves: #1875140
|
|
|
|
|
2020-09-10 18:51:23 +00:00
|
|
|
* Thu Sep 10 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
|
|
|
|
- Update to 3.38.0
|
|
|
|
|
2020-09-06 20:30:08 +00:00
|
|
|
* Sun Sep 06 2020 Kalev Lember <klember@redhat.com> - 3.37.92-1
|
|
|
|
- Update to 3.37.92
|
|
|
|
- Drop upstreamed honor-firstboot-disabled.patch
|
|
|
|
|
2020-08-27 16:12:10 +00:00
|
|
|
* Thu Aug 27 2020 Kalev Lember <klember@redhat.com> - 3.37.91.1-2
|
|
|
|
- Require new gnome-tour package (#1873206)
|
|
|
|
|
2020-08-24 14:21:54 +00:00
|
|
|
* Mon Aug 24 2020 Kalev Lember <klember@redhat.com> - 3.37.91.1-1
|
|
|
|
- Update to 3.37.91.1
|
|
|
|
- Rebase honor-firstboot-disabled.patch
|
|
|
|
|
2020-08-17 21:16:52 +00:00
|
|
|
* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 3.37.91-1
|
|
|
|
- Update to 3.37.91
|
|
|
|
|
2020-08-01 02:14:58 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.3-3
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 20:36:21 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-20 17:33:46 +00:00
|
|
|
* Mon Jul 20 2020 Kalev Lember <klember@redhat.com> - 3.37.3-1
|
|
|
|
- Update to 3.37.3
|
|
|
|
|
2020-06-23 22:22:19 +00:00
|
|
|
* Tue Jun 23 2020 Adam Williamson <awilliam@redhat.com> - 3.37.1-3
|
|
|
|
- Backport MR #89 to fix 'disabled' timezone page setting timezone
|
|
|
|
|
|
|
|
* Mon May 04 2020 Adam Williamson <awilliam@redhat.com> - 3.37.1-2
|
2020-05-04 23:59:06 +00:00
|
|
|
- Backport MR #83 to fix preselection of input methods
|
|
|
|
|
2020-04-30 13:02:36 +00:00
|
|
|
* Thu Apr 30 2020 Kalev Lember <klember@redhat.com> - 3.37.1-1
|
|
|
|
- Update to 3.37.1
|
|
|
|
|
2020-04-27 08:11:09 +00:00
|
|
|
* Mon Apr 27 2020 Kalev Lember <klember@redhat.com> - 3.36.2-1
|
|
|
|
- Update to 3.36.2
|
|
|
|
|
2020-03-28 03:39:49 +00:00
|
|
|
* Sat Mar 28 2020 Kalev Lember <klember@redhat.com> - 3.36.1-1
|
|
|
|
- Update to 3.36.1
|
|
|
|
|
2020-03-06 14:18:57 +00:00
|
|
|
* Fri Mar 06 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
|
|
|
|
- Update to 3.36.0
|
|
|
|
|
2020-03-02 20:08:36 +00:00
|
|
|
* Mon Mar 02 2020 Kalev Lember <klember@redhat.com> - 3.35.92-1
|
|
|
|
- Update to 3.35.92
|
|
|
|
|
2020-02-17 15:58:23 +00:00
|
|
|
* Mon Feb 17 2020 Kalev Lember <klember@redhat.com> - 3.35.91-1
|
|
|
|
- Update to 3.35.91
|
|
|
|
|
2020-02-04 02:33:10 +00:00
|
|
|
* Tue Feb 04 2020 Kalev Lember <klember@redhat.com> - 3.35.90-1
|
|
|
|
- Update to 3.35.90
|
|
|
|
|
2020-01-28 22:42:21 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-06 14:27:29 +00:00
|
|
|
* Thu Jan 16 2020 Kalev Lember <klember@redhat.com> - 3.35.3-2
|
|
|
|
- Rebuilt for libgnome-desktop soname bump
|
|
|
|
|
2020-01-07 15:06:21 +00:00
|
|
|
* Tue Jan 07 2020 Kalev Lember <klember@redhat.com> - 3.35.3-1
|
|
|
|
- Update to 3.35.3
|
|
|
|
|
2020-01-07 12:52:13 +00:00
|
|
|
* Tue Jan 07 2020 Kalev Lember <klember@redhat.com> - 3.34.3-1
|
|
|
|
- Update to 3.34.3
|
|
|
|
|
2019-10-07 08:15:37 +00:00
|
|
|
* Mon Oct 07 2019 Kalev Lember <klember@redhat.com> - 3.34.1-1
|
|
|
|
- Update to 3.34.1
|
|
|
|
|
2019-09-09 21:59:27 +00:00
|
|
|
* Mon Sep 09 2019 Benjamin Berg <bberg@redhat.com> - 3.34.0-2
|
|
|
|
- Fix g-i-s starting in GDM
|
|
|
|
Upstream MR https://gitlab.gnome.org/GNOME/gnome-initial-setup/merge_requests/59
|
|
|
|
- Resolves: 1750237
|
|
|
|
|
2019-09-09 11:27:05 +00:00
|
|
|
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
|
|
|
|
- Update to 3.34.0
|
|
|
|
|
2019-09-04 14:50:11 +00:00
|
|
|
* Wed Sep 04 2019 Benjamin Berg <bberg@redhat.com> - 3.33.92-2
|
|
|
|
- Include upstream patches to fix systemd support
|
|
|
|
https://gitlab.gnome.org/GNOME/gnome-initial-setup/merge_requests/58
|
|
|
|
- Resolves: 1746563
|
|
|
|
|
2019-09-03 14:32:59 +00:00
|
|
|
* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 3.33.92-1
|
|
|
|
- Update to 3.33.92
|
|
|
|
|
2019-08-26 22:00:33 +00:00
|
|
|
* Tue Aug 20 2019 Kalev Lember <klember@redhat.com> - 3.33.91-1
|
|
|
|
- Update to 3.33.91
|
|
|
|
|
2019-07-25 04:10:06 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.33.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-21 18:22:28 +00:00
|
|
|
* Sun Jul 21 2019 Kalev Lember <klember@redhat.com> - 3.33.4-2
|
|
|
|
- Rebuilt for libgnome-desktop soname bump
|
|
|
|
|
2019-07-15 14:42:48 +00:00
|
|
|
* Mon Jul 15 2019 Kalev Lember <klember@redhat.com> - 3.33.4-1
|
|
|
|
- Update to 3.33.4
|
|
|
|
|
2019-07-08 10:26:34 +00:00
|
|
|
* Mon Jul 08 2019 Kalev Lember <klember@redhat.com> - 3.33.2-2
|
|
|
|
- Rebuilt for libgweather soname bump
|
|
|
|
|
2019-05-21 11:17:36 +00:00
|
|
|
* Tue May 21 2019 Kalev Lember <klember@redhat.com> - 3.33.2-1
|
|
|
|
- Update to 3.33.2
|
|
|
|
|
2019-04-16 06:46:42 +00:00
|
|
|
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 3.32.1-2
|
|
|
|
- Rebuild with Meson fix for #1699099
|
|
|
|
|
2019-04-06 12:25:57 +00:00
|
|
|
* Sat Apr 06 2019 Kalev Lember <klember@redhat.com> - 3.32.1-1
|
|
|
|
- Update to 3.32.1
|
|
|
|
|
2019-04-04 15:20:06 +00:00
|
|
|
* Thu Apr 04 2019 Ray Strode <rstrode@redhat.com> - 3.32.0-1
|
|
|
|
- Update to 3.32.0
|
|
|
|
|
2019-01-31 23:09:19 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-09-22 21:25:00 +00:00
|
|
|
* Sat Sep 22 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
|
|
|
|
- Update to 3.30.0
|
|
|
|
|
2018-09-07 16:36:56 +00:00
|
|
|
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.29.92-1
|
|
|
|
- Update to 3.29.92
|
|
|
|
- Drop upstreamed patches reduce-initial-setup-redundancy.patch and
|
|
|
|
allow-weak-passwords.patch
|
|
|
|
- Rebase honor-firstboot-disabled.patch
|
|
|
|
|
2018-07-13 02:53:57 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-04-30 16:44:06 +00:00
|
|
|
* Mon Apr 30 2018 Adam Williamson <awilliam@redhat.com> - 3.28.0-7
|
|
|
|
- Drop unnecessary pkgconfig(NetworkManager) BuildRequire
|
2018-04-30 17:28:21 +00:00
|
|
|
- Run autoreconf to avoid automake version mismatch
|
2018-04-30 16:44:06 +00:00
|
|
|
|
2018-04-12 03:51:28 +00:00
|
|
|
* Wed Apr 11 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-6
|
|
|
|
- Allow setting weak passwords
|
|
|
|
|
2018-04-02 22:42:46 +00:00
|
|
|
* Mon Apr 02 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-5
|
|
|
|
- Move vendor.conf to /usr/share
|
|
|
|
|
2018-03-31 17:51:07 +00:00
|
|
|
* Sat Mar 31 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-4
|
|
|
|
- Forgot to update vendor.conf in the previous build
|
|
|
|
|
|
|
|
* Sat Mar 31 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-3
|
2018-03-31 17:16:30 +00:00
|
|
|
- Update reduce initial setup redundancy patch again
|
|
|
|
|
2018-03-31 17:51:07 +00:00
|
|
|
* Sat Mar 31 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-2
|
2018-03-31 15:33:52 +00:00
|
|
|
- Update reduce initial setup redundancy patches
|
|
|
|
|
2018-03-13 10:56:06 +00:00
|
|
|
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
|
|
|
- Update to 3.28.0
|
|
|
|
|
2018-02-17 01:02:57 +00:00
|
|
|
* Fri Feb 16 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.27.90-2
|
|
|
|
- Install vendor.conf to conditionally suppress certain pages
|
|
|
|
|
2018-02-16 17:46:07 +00:00
|
|
|
* Fri Feb 16 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.27.90-1
|
|
|
|
- Upgrade to 3.27.90 and add reduce initial setup redundancy patches
|
|
|
|
|
2018-02-13 13:31:31 +00:00
|
|
|
* Tue Feb 13 2018 Björn Esser <besser82@fedoraproject.org> - 3.26.0-5
|
|
|
|
- Rebuild against newer gnome-desktop3 package
|
|
|
|
|
2018-02-07 13:21:02 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-05 13:37:47 +00:00
|
|
|
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 3.26.0-3
|
|
|
|
- Rebuilt for libgweather soname bump
|
|
|
|
|
2018-01-20 22:06:47 +00:00
|
|
|
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 3.26.0-2
|
|
|
|
- Rebuilt for switch to libxcrypt
|
|
|
|
|
2017-09-14 21:55:12 +00:00
|
|
|
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
|
|
|
|
- Update to 3.26.0
|
|
|
|
|
2017-09-07 14:35:42 +00:00
|
|
|
* Thu Sep 07 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
|
|
|
|
- Update to 3.25.92
|
|
|
|
|
2017-07-31 13:53:26 +00:00
|
|
|
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.4-1
|
|
|
|
- Update to 3.25.4
|
|
|
|
|
2017-07-26 10:44:07 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-25 15:42:29 +00:00
|
|
|
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 3.25.3-1
|
|
|
|
- Update to 3.25.3
|
|
|
|
|
2017-05-10 19:14:07 +00:00
|
|
|
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 3.24.2-1
|
|
|
|
- Update to 3.24.2
|
|
|
|
|
2017-03-21 18:28:09 +00:00
|
|
|
* Tue Mar 21 2017 Rui Matos <rmatos@redhat.com> - 3.24.0-1
|
|
|
|
- Update to 3.24.0
|
|
|
|
|
2017-03-14 00:05:35 +00:00
|
|
|
* Tue Mar 14 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.92-1
|
|
|
|
- Update to 3.23.92
|
|
|
|
|
2017-02-10 11:23:38 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-31 12:24:20 +00:00
|
|
|
* Tue Jan 31 2017 Rui Matos <rmatos@redhat.com> - 3.23.1-2
|
|
|
|
- Honor anaconda's firstboot being disabled
|
|
|
|
|
2016-10-30 13:22:07 +00:00
|
|
|
* Sun Oct 30 2016 Kalev Lember <klember@redhat.com> - 3.23.1-1
|
|
|
|
- Update to 3.23.1
|
|
|
|
|
2016-10-12 17:51:36 +00:00
|
|
|
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
|
|
|
|
- Update to 3.22.1
|
|
|
|
|
2016-09-19 15:18:38 +00:00
|
|
|
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
|
|
|
|
- Update to 3.22.0
|
|
|
|
|
2016-09-13 18:11:57 +00:00
|
|
|
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
|
|
|
|
- Update to 3.21.92
|
|
|
|
|
2016-09-05 08:51:31 +00:00
|
|
|
* Mon Sep 05 2016 Kalev Lember <klember@redhat.com> - 3.21.91-2
|
|
|
|
- Build the software sources page
|
|
|
|
|
2016-09-03 18:49:18 +00:00
|
|
|
* Sat Sep 03 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
|
|
|
|
- Update to 3.21.91
|
2016-09-03 18:49:56 +00:00
|
|
|
- Update project URL
|
2016-09-03 18:49:18 +00:00
|
|
|
|
2016-04-13 20:45:41 +00:00
|
|
|
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
|
|
|
|
- Update to 3.20.1
|
|
|
|
|
2016-03-22 06:47:31 +00:00
|
|
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
|
|
|
- Update to 3.20.0
|
|
|
|
|
2016-03-15 07:20:11 +00:00
|
|
|
* Tue Mar 15 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
|
|
|
|
- Update to 3.19.92
|
|
|
|
|
2016-03-01 13:45:09 +00:00
|
|
|
* Tue Mar 01 2016 Richard Hughes <rhughes@redhat.com> - 3.19.91-1
|
|
|
|
- Update to 3.19.91
|
|
|
|
|
2016-02-16 19:25:30 +00:00
|
|
|
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 3.19.2-1
|
|
|
|
- Update to 3.19.2
|
|
|
|
|
2016-02-03 22:25:33 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-10-28 09:22:23 +00:00
|
|
|
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 3.19.1-1
|
|
|
|
- Update to 3.19.1
|
|
|
|
|
2015-09-21 14:28:27 +00:00
|
|
|
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
|
|
|
- Update to 3.18.0
|
|
|
|
|
2015-08-31 19:58:55 +00:00
|
|
|
* Mon Aug 31 2015 Kalev Lember <klember@redhat.com> - 3.17.91-1
|
|
|
|
- Update to 3.17.91
|
|
|
|
|
2015-08-17 18:56:34 +00:00
|
|
|
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
|
|
|
|
- Update to 3.17.90
|
2015-08-17 18:57:56 +00:00
|
|
|
- Use make_install macro
|
2015-08-17 18:56:34 +00:00
|
|
|
|
2015-08-17 16:35:29 +00:00
|
|
|
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.4-2
|
|
|
|
- Rebuilt for libcheese soname bump
|
|
|
|
|
2015-07-27 14:12:41 +00:00
|
|
|
* Mon Jul 27 2015 David King <amigadave@amigadave.com> - 3.17.4-1
|
|
|
|
- Update to 3.17.4
|
|
|
|
|
2015-07-22 14:30:14 +00:00
|
|
|
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 3.16.3-3
|
|
|
|
- Bump for new gnome-desktop3
|
|
|
|
|
2015-06-17 08:54:18 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-18 16:40:12 +00:00
|
|
|
* Mon May 18 2015 Matthias Clasen <mclasen@redhat.com> - 3.16.3-1
|
|
|
|
- Update to 3.16.3
|
|
|
|
|
2015-05-12 09:12:01 +00:00
|
|
|
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
|
|
|
|
- Update to 3.16.2
|
|
|
|
|
2015-04-15 10:19:06 +00:00
|
|
|
* Wed Apr 15 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
|
|
|
|
- Update to 3.16.1
|
|
|
|
|
2015-03-23 13:19:35 +00:00
|
|
|
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
|
|
|
- Update to 3.16.0
|
|
|
|
|
2015-03-18 14:01:16 +00:00
|
|
|
* Wed Mar 18 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
|
|
|
|
- Update to 3.15.92
|
|
|
|
|
2015-03-05 11:22:01 +00:00
|
|
|
* Thu Mar 05 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91.1-1
|
|
|
|
- Update to 3.15.91.1
|
|
|
|
|
2015-03-02 21:26:44 +00:00
|
|
|
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
|
|
|
|
- Update to 3.15.91
|
2015-03-02 21:28:16 +00:00
|
|
|
- Use the %%license macro for the COPYING file
|
2015-03-02 21:26:44 +00:00
|
|
|
|
2015-02-19 23:36:37 +00:00
|
|
|
* Thu Feb 19 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.90.1-1
|
|
|
|
- Update to 3.15.90.1
|
|
|
|
|
2014-12-16 16:46:00 +00:00
|
|
|
* Tue Dec 16 2014 Rui Matos <rmatos@redhat.com> - 3.14.2.1-2
|
|
|
|
- Resolves: rhbz#1172363
|
|
|
|
|
2014-11-11 18:11:07 +00:00
|
|
|
* Tue Nov 11 2014 Rui Matos <rmatos@redhat.com> - 3.14.2.1-1
|
|
|
|
- Update to 3.14.2.1
|
|
|
|
|
2014-11-10 14:19:49 +00:00
|
|
|
* Mon Nov 10 2014 Rui Matos <rmatos@redhat.com> - 3.14.2-1
|
|
|
|
- Update to 3.14.2
|
|
|
|
- Resolves: rhbz#1158442
|
|
|
|
|
2014-10-31 16:05:19 +00:00
|
|
|
* Fri Oct 31 2014 Rui Matos <rmatos@redhat.com> - 3.14.1-3
|
|
|
|
- Resolves: rhbz#1151519
|
|
|
|
|
2014-10-21 16:23:10 +00:00
|
|
|
* Tue Oct 21 2014 Rui Matos <rmatos@redhat.com> - 3.14.1-2
|
|
|
|
- Resolves: rhbz#1154206
|
|
|
|
|
2014-10-11 12:08:52 +00:00
|
|
|
* Sat Oct 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
|
|
|
|
- Update to 3.14.1
|
|
|
|
|
2014-09-23 09:29:15 +00:00
|
|
|
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
|
- Update to 3.14.0
|
|
|
|
|
2014-09-17 16:46:07 +00:00
|
|
|
* Wed Sep 17 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-1
|
|
|
|
- Update to 3.13.7
|
|
|
|
|
2014-09-16 09:48:38 +00:00
|
|
|
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.6-1
|
|
|
|
- Update to 3.13.6
|
|
|
|
|
2014-09-09 03:47:18 +00:00
|
|
|
* Mon Sep 08 2014 Adam Williamson <awilliam@redhat.com> - 3.13.5-2
|
|
|
|
- backport upstream patch to offer full list of keyboard layouts (BGO #729208)
|
|
|
|
|
2014-09-03 10:39:03 +00:00
|
|
|
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.5-1
|
|
|
|
- Update to 3.13.5
|
|
|
|
|
2014-08-16 17:47:28 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-13 14:45:06 +00:00
|
|
|
* Wed Aug 13 2014 Matthias Clasen <mclasen@redhat.com> - 3.13.4-2
|
|
|
|
- Drop the yelp focus patch (we've dropped the yelp patch it depends on)
|
|
|
|
|
2014-07-25 20:38:48 +00:00
|
|
|
* Fri Jul 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
|
|
|
|
- Update to 3.13.4
|
|
|
|
|
2014-07-24 21:27:17 +00:00
|
|
|
* Thu Jul 24 2014 Matthias Clasen <mclasen@redhat.com> - 3.12.1-3
|
|
|
|
- Fix a memory corruption crash (#1116478)
|
|
|
|
|
2014-06-07 17:11:45 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-15 18:48:52 +00:00
|
|
|
* Thu May 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
|
|
|
|
- Update to 3.12.1
|
|
|
|
|
2014-03-25 08:14:18 +00:00
|
|
|
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
|
|
|
|
- Update to 3.12.0
|
|
|
|
|
2014-03-20 09:53:30 +00:00
|
|
|
* Thu Mar 20 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
|
|
|
|
- Update to 3.11.92
|
|
|
|
|
2014-03-08 19:28:25 +00:00
|
|
|
* Sat Mar 08 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
|
|
|
|
- Update to 3.11.91
|
|
|
|
|
2014-02-28 11:26:43 +00:00
|
|
|
* Fri Feb 28 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
|
|
|
|
- Update to 3.11.90
|
|
|
|
|
2014-02-19 20:40:45 +00:00
|
|
|
* Wed Feb 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.10.1.1-5
|
|
|
|
- Rebuilt for libgnome-desktop soname bump
|
|
|
|
|
2013-11-29 16:19:03 +00:00
|
|
|
* Fri Nov 29 2013 Rui Matos <rmatos@redhat.com> - 3.10.1.1-4
|
|
|
|
- Resolves: rhbz#1035548 - Disables the GOA page in new user mode
|
|
|
|
|
2013-11-28 15:23:40 +00:00
|
|
|
* Thu Nov 28 2013 Rui Matos <rmatos@redhat.com> - 3.10.1.1-3
|
|
|
|
- Resolves: rhbz#1027507 - [abrt] gnome-initial-setup-3.10.1.1-2.fc20: magazine_chain_pop_head
|
|
|
|
|
2013-11-02 00:05:15 +00:00
|
|
|
* Fri Nov 1 2013 Matthias Clasen <mclasen@redhat.com> - 3.10.1.1-2
|
|
|
|
- Fix goa add dialog to not be empty
|
|
|
|
|
2013-10-28 23:26:51 +00:00
|
|
|
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1.1-1
|
|
|
|
- Update to 3.10.1.1
|
|
|
|
|
2013-09-26 12:49:51 +00:00
|
|
|
* Thu Sep 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0.1-1
|
|
|
|
- Update to 3.10.0.1
|
|
|
|
|
2013-09-25 13:39:27 +00:00
|
|
|
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
|
|
|
- Update to 3.10.0
|
|
|
|
|
2013-09-03 21:01:39 +00:00
|
|
|
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 0.12-7
|
|
|
|
- Rebuilt for libgnome-desktop soname bump
|
|
|
|
|
2013-08-22 20:27:14 +00:00
|
|
|
* Fri Aug 23 2013 Kalev Lember <kalevlember@gmail.com> - 0.12-6
|
|
|
|
- Rebuilt for gnome-online-accounts soname bump
|
|
|
|
|
2013-08-09 22:59:10 +00:00
|
|
|
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 0.12-5
|
|
|
|
- Rebuilt for cogl 1.15.4 soname bump
|
|
|
|
|
2013-08-06 18:27:12 +00:00
|
|
|
* Tue Aug 06 2013 Adam Williamson <awilliam@redhat.com> - 0.12-4
|
|
|
|
- rebuild for new libgweather
|
|
|
|
|
2013-08-03 15:28:52 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-20 20:53:56 +00:00
|
|
|
* Fri Jun 21 2013 Kalev Lember <kalevlember@gmail.com> - 0.12-2
|
|
|
|
- Rebuilt for libgweather 3.9.3 soname bump
|
|
|
|
|
2013-06-17 08:47:49 +00:00
|
|
|
* Mon Jun 17 2013 Rui Matos <rmatos@redhat.com> - 0.12-1
|
|
|
|
- Update to 0.12
|
|
|
|
|
2013-06-07 11:48:46 +00:00
|
|
|
* Fri Jun 7 2013 Matthias Clasen <mclasen@redhat.com> - 0.11-2
|
|
|
|
- Require polkit-js-engine
|
|
|
|
|
2013-05-29 02:20:08 +00:00
|
|
|
* Tue May 28 2013 Matthias Clasen <mclasen@redhat.com> - 0.11-1
|
|
|
|
- Update to 0.11
|
|
|
|
|
2013-05-06 09:53:43 +00:00
|
|
|
* Tue May 14 2013 Rui Matos <rmatos@redhat.com> - 0.10-1
|
|
|
|
- Update to 0.10
|
|
|
|
- Add BuildRequires on polkit-devel
|
|
|
|
- Update files list
|
|
|
|
|
2013-05-02 12:47:20 +00:00
|
|
|
* Thu May 2 2013 Rui Matos <rmatos@redhat.com> - 0.9-2
|
|
|
|
- Remove unused patches
|
2013-05-02 12:45:21 +00:00
|
|
|
- Add build requires for ibus
|
|
|
|
|
2013-04-17 03:11:30 +00:00
|
|
|
* Tue Apr 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.9-1
|
|
|
|
- Update to 0.9
|
|
|
|
|
2013-04-16 16:26:36 +00:00
|
|
|
* Tue Apr 16 2013 Ray Strode <rstrode@redhat.com> 0.8-4
|
|
|
|
- Add requires for keyboard viewer app
|
|
|
|
|
2013-03-21 01:54:38 +00:00
|
|
|
* Wed Mar 20 2013 Ray Strode <rstrode@redhat.com> 0.8-3
|
|
|
|
- Add cosimoc fix for gd page transitions
|
|
|
|
|
2013-03-21 01:36:21 +00:00
|
|
|
* Wed Mar 20 2013 Ray Strode <rstrode@redhat.com> 0.8-2
|
|
|
|
- Disable gd page transitions for now since they don't
|
|
|
|
completely work right (ask adamw).
|
|
|
|
- Fix crasher when realmd goes away
|
|
|
|
|
2013-03-19 17:28:34 +00:00
|
|
|
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 0.8-1
|
|
|
|
- Update to 0.8
|
|
|
|
|
2013-03-13 00:22:14 +00:00
|
|
|
* Tue Mar 12 2013 Matthias Clasen <mclasen@redhat.com> - 0.7-1
|
|
|
|
- Update to 0.7
|
|
|
|
|
2013-02-21 17:35:11 +00:00
|
|
|
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 0.6-4
|
|
|
|
- Rebuilt for cogl soname bump
|
|
|
|
|
2013-02-20 16:41:44 +00:00
|
|
|
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.6-3
|
|
|
|
- Rebuilt for libgnome-desktop soname bump
|
|
|
|
|
2013-01-25 14:25:19 +00:00
|
|
|
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.6-2
|
|
|
|
- Rebuild for new cogl
|
|
|
|
|
2013-01-17 03:36:22 +00:00
|
|
|
* Wed Jan 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.6-1
|
|
|
|
- 0.6
|
|
|
|
|
2013-01-11 19:57:43 +00:00
|
|
|
* Fri Jan 11 2013 Matthias Clasen <mclasen@redhat.com> - 0.5-1
|
|
|
|
- 0.5
|
|
|
|
|
2012-12-20 23:12:43 +00:00
|
|
|
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 0.4-2
|
|
|
|
- Rebuilt for libgweather soname bump
|
|
|
|
|
2012-11-27 02:35:01 +00:00
|
|
|
* Thu Nov 22 2012 Matthias Clasen <mclasen@redhat.com> - 0.4-1
|
|
|
|
- 0.4
|
|
|
|
|
2012-10-26 17:24:47 +00:00
|
|
|
* Fri Oct 26 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.3-3
|
|
|
|
- Add krb5
|
|
|
|
|
2012-10-26 16:00:48 +00:00
|
|
|
* Fri Oct 26 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.3-2
|
|
|
|
- 0.3-2
|
|
|
|
|
2012-10-19 02:51:58 +00:00
|
|
|
* Thu Oct 18 2012 Matthias Clsaen <mclasen@redhat.com> - 0.3-1
|
|
|
|
- 0.3
|
|
|
|
|
2012-09-26 17:20:43 +00:00
|
|
|
* Fri Sep 14 2012 Matthias Clasen <mclasen@redhat.com> - 0.2-2
|
|
|
|
- Add Requires: gdm
|
|
|
|
|
|
|
|
* Wed Aug 29 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.2-1
|
|
|
|
- Update to 0.2
|
|
|
|
|
|
|
|
* Fri Jun 08 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.1
|
|
|
|
- Initial packaging.
|