4550128
%global gdk_pixbuf2_version               2.36.5
1268c72
%global gtk3_version                      3.3.6
e145455
%global glib2_version                     2.53.0
3c54cb8
%global gsettings_desktop_schemas_version 3.27.0
1268c72
%global po_package                        gnome-desktop-3.0
6f93337
6f93337
Name: gnome-desktop3
0a254ce
Version: 3.33.4
Michael Catanzaro 3893876
Release: 3%{?dist}
20bf6da
Summary: Library with common API for various GNOME modules
a8c0df3
a8c0df3
License: GPLv2+ and LGPLv2+
6f93337
URL: http://www.gnome.org
53b1a33
Source0: http://download.gnome.org/sources/gnome-desktop/3.33/gnome-desktop-%{version}.tar.xz
e0a69aa
8f54110
BuildRequires: gcc
8f54110
BuildRequires: gettext
8f54110
BuildRequires: gtk-doc
8f54110
BuildRequires: itstool
8f54110
BuildRequires: meson
d37dade
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf2_version}
1268c72
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
f889047
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
1268c72
BuildRequires: pkgconfig(gobject-introspection-1.0)
1268c72
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_schemas_version}
1268c72
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
1268c72
BuildRequires: pkgconfig(iso-codes)
327248f
BuildRequires: pkgconfig(libseccomp)
35759a9
BuildRequires: pkgconfig(libudev)
1268c72
BuildRequires: pkgconfig(xkeyboard-config)
6f93337
Owen W. Taylor dcac016
%if !0%{?flatpak}
327248f
Requires: bubblewrap
Owen W. Taylor dcac016
%endif
d37dade
Requires: gdk-pixbuf2%{?_isa} >= %{gdk_pixbuf2_version}
f889047
Requires: glib2%{?_isa} >= %{glib2_version}
86dc5c9
# needed for GnomeWallClock
86dc5c9
Requires: gsettings-desktop-schemas >= %{gsettings_desktop_schemas_version}
d37dade
Michael Catanzaro 3893876
# GnomeBGSlideShow API change breaks older gnome-shell versions
Michael Catanzaro 3893876
Conflicts: gnome-shell < 3.33.4
02a3ae4
6f93337
%description
20bf6da
gnome-desktop contains the libgnome-desktop library as well as a data
20bf6da
file that exports the "GNOME" version to the Settings Details panel.
6f93337
20bf6da
The libgnome-desktop library provides API shared by several applications
20bf6da
on the desktop, but that cannot live in the platform for various
20bf6da
reasons. There is no API or ABI guarantee, although we are doing our
20bf6da
best to provide stability. Documentation for the API is available with
20bf6da
gtk-doc.
6f93337
6f93337
%package devel
Rui Matos efd567f
Summary: Libraries and headers for %{name}
6f93337
License: LGPLv2+
1bd6931
Requires: %{name}%{?_isa} = %{version}-%{release}
6f93337
6f93337
%description devel
20bf6da
The %{name}-devel package contains libraries and header files for
20bf6da
developing applications that use %{name}.
6f93337
5239d8a
%package  tests
Rui Matos efd567f
Summary:  Tests for the %{name} package
5239d8a
Requires: %{name}%{?_isa} = %{version}-%{release}
5239d8a
5239d8a
%description tests
Rui Matos efd567f
The %{name}-tests package contains tests that can be used to verify
Rui Matos efd567f
the functionality of the installed %{name} package.
5239d8a
6f93337
%prep
729fb5a
%autosetup -p1 -n gnome-desktop-%{version}
6f93337
6f93337
%build
8f54110
%meson -Dgtk_doc=true -Dinstalled_tests=true
8f54110
%meson_build
6f93337
6f93337
%install
8f54110
%meson_install
6f93337
6f93337
%find_lang %{po_package} --all-name --with-gnome
6f93337
6f93337
%files -f %{po_package}.lang
f8d6301
%doc AUTHORS NEWS README
f8d6301
%license COPYING COPYING.LIB
ce4613b
%{_datadir}/gnome/gnome-version.xml
Richard Hughes 40fdfb3
%{_libexecdir}/gnome-rr-debug
6f93337
# LGPL
0a254ce
%{_libdir}/libgnome-desktop-3.so.18{,.*}
4900860
%{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib
6f93337
6f93337
%files devel
6f93337
%{_libdir}/lib*.so
6f93337
%{_libdir}/pkgconfig/*
6f93337
%{_includedir}/*
4900860
%{_datadir}/gir-1.0/GnomeDesktop-3.0.gir
764ceef
%dir %{_datadir}/gtk-doc/
764ceef
%dir %{_datadir}/gtk-doc/html/
6f93337
%doc %{_datadir}/gtk-doc/html/gnome-desktop3/
6f93337
5239d8a
%files tests
5239d8a
%{_libexecdir}/installed-tests/gnome-desktop
5239d8a
%{_datadir}/installed-tests
5239d8a
6f93337
%changelog
Michael Catanzaro 3893876
* Fri Jul 26 2019 Michael Catanzaro <mcatanzaro@gnome.org> - 3.33.4-3
Michael Catanzaro 3893876
- Drop compat library, which might be causing problems
Michael Catanzaro 3893876
f081806
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.33.4-2
f081806
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f081806
0a254ce
* Sat Jul 20 2019 Kalev Lember <klember@redhat.com> - 3.33.4-1
0a254ce
- Update to 3.33.4
0a254ce
6c2e235
* Tue Jun 18 2019 Kalev Lember <klember@redhat.com> - 3.33.3-1
6c2e235
- Update to 3.33.3
6c2e235
0e45b46
* Wed May 22 2019 Kalev Lember <klember@redhat.com> - 3.33.2-1
0e45b46
- Update to 3.33.2
0e45b46
53b1a33
* Thu May 09 2019 Kalev Lember <klember@redhat.com> - 3.33.1-1
53b1a33
- Update to 3.33.1
53b1a33
24b714d
* Tue May 07 2019 Kalev Lember <klember@redhat.com> - 3.32.2-1
24b714d
- Update to 3.32.2
24b714d
3eed78f
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 3.32.1-2
3eed78f
- Rebuild with Meson fix for #1699099
3eed78f
de5036f
* Wed Apr 10 2019 Kalev Lember <klember@redhat.com> - 3.32.1-1
de5036f
- Update to 3.32.1
de5036f
f041bc8
* Tue Mar 12 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
f041bc8
- Update to 3.32.0
f041bc8
662fb5c
* Fri Mar 08 2019 Kalev Lember <klember@redhat.com> - 3.31.92-1
662fb5c
- Update to 3.31.92
662fb5c
5bef6bd
* Wed Feb 20 2019 Kalev Lember <klember@redhat.com> - 3.31.91-1
5bef6bd
- Update to 3.31.91
5bef6bd
1c6e68b
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 3.31.90-3
1c6e68b
- Rebuilt against fixed atk (#1626575)
1c6e68b
eb17813
* Tue Feb 19 2019 Pete Walter <pwalter@fedoraproject.org> - 3.31.90-2
eb17813
- Drop gnome-themes-extra requires
eb17813
f009f7e
* Tue Feb 05 2019 Kalev Lember <klember@redhat.com> - 3.31.90-1
f009f7e
- Update to 3.31.90
20bf6da
- Sync package description with upstream README
f009f7e
c2b81a1
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.4-2
c2b81a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
c2b81a1
8f54110
* Wed Jan 09 2019 Kalev Lember <klember@redhat.com> - 3.31.4-1
8f54110
- Update to 3.31.4
8f54110
- Switch to the meson build system
8f54110
961892c
* Sat Oct 27 2018 Kalev Lember <klember@redhat.com> - 3.30.2-1
961892c
- Update to 3.30.2
961892c
Owen W. Taylor dcac016
* Fri Sep 28 2018 Owen Taylor <otaylor@redhat.com> - 3.30.1-2
Owen W. Taylor dcac016
- Disable bubblewrap Requires when building for inclusion in a Flatpak
Owen W. Taylor dcac016
7b8e81e
* Wed Sep 26 2018 Kalev Lember <klember@redhat.com> - 3.30.1-1
7b8e81e
- Update to 3.30.1
7b8e81e
1282ba7
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.30.0-2
1282ba7
- Rebuilt against fixed atk (#1626575)
1282ba7
7f189bf
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
7f189bf
- Update to 3.30.0
7f189bf
981addd
* Sun Aug 12 2018 Kalev Lember <klember@redhat.com> - 3.29.90.1-1
981addd
- Update to 3.29.90.1
981addd
437782e
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.2-2
437782e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
437782e
831bbd7
* Thu May 10 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
831bbd7
- Update to 3.28.2
831bbd7
faa7bd0
* Wed Apr 11 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
faa7bd0
- Update to 3.28.1
faa7bd0
d171456
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
d171456
- Update to 3.28.0
d171456
3c54cb8
* Sun Mar 11 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
3c54cb8
- Update to 3.27.92
bba7308
- Remove ldconfig scriptlets
3c54cb8
Bastien Nocera d991ae3
* Sat Feb 10 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.90-1
Bastien Nocera d991ae3
+ gnome-desktop3-3.27.90-1
Bastien Nocera d991ae3
- Update to 3.27.90
Bastien Nocera d991ae3
ab1f912
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-2
ab1f912
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ab1f912
d23a073
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 3.26.2-1
d23a073
- Update to 3.26.2
d23a073
86bb6de
* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
86bb6de
- Update to 3.26.1
86bb6de
d12ea17
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
d12ea17
- Update to 3.26.0
d12ea17
2025e00
* Thu Sep 07 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
2025e00
- Update to 3.25.92
2025e00
Bastien Nocera 9b56247
* Thu Aug 24 2017 Bastien Nocera <bnocera@redhat.com> - 3.25.91.1-1
Bastien Nocera 9b56247
+ gnome-desktop3-3.25.91.1-1
Bastien Nocera 9b56247
- Update to 3.25.91.1
Bastien Nocera 9b56247
Bastien Nocera f4801b5
* Wed Aug 09 2017 Bastien Nocera <bnocera@redhat.com> - 3.25.90-1
Bastien Nocera f4801b5
+ gnome-desktop3-3.25.90-1
Bastien Nocera f4801b5
- Update to 3.25.90
Bastien Nocera f4801b5
7882715
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-3
7882715
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
7882715
a785d9e
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-2
a785d9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a785d9e
7e97fbd
* Thu Jul 20 2017 Kalev Lember <klember@redhat.com> - 3.25.4-1
7e97fbd
- Update to 3.25.4
7e97fbd
6c594c5
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 3.25.3-1
6c594c5
- Update to 3.25.3
6c594c5
e145455
* Mon Jun 12 2017 Kalev Lember <klember@redhat.com> - 3.25.2-1
e145455
- Update to 3.25.2
f889047
- Set minimum required glib2 version
e145455
4550128
* Tue May 09 2017 Kalev Lember <klember@redhat.com> - 3.24.2-1
4550128
- Update to 3.24.2
4550128
6465886
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
6465886
- Update to 3.24.1
6465886
31eb36f
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
31eb36f
- Update to 3.24.0
31eb36f
af235cf
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 3.23.92-1
af235cf
- Update to 3.23.92
af235cf
Richard Hughes 23e38bf
* Mon Feb 27 2017 Richard Hughes <rhughes@redhat.com> - 3.23.91-1
Richard Hughes 23e38bf
- Update to 3.23.91
Richard Hughes 23e38bf
Richard Hughes cc5f581
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 3.23.90-1
Richard Hughes cc5f581
- Update to 3.23.90
Richard Hughes cc5f581
Richard Hughes 0fb4762
* Mon Feb 13 2017 Richard Hughes <rhughes@redhat.com> - 3.23.3-1
Richard Hughes 0fb4762
- Update to 3.23.3
Richard Hughes 0fb4762
d4797bb
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.2-2
d4797bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d4797bb
dee53d0
* Thu Dec 01 2016 Kalev Lember <klember@redhat.com> - 3.23.2-1
dee53d0
- Update to 3.23.2
dee53d0
a1da8e9
* Sun Oct 30 2016 Kalev Lember <klember@redhat.com> - 3.23.1-1
a1da8e9
- Update to 3.23.1
a1da8e9
7489a12
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
7489a12
- Update to 3.22.1
7489a12
9646e42
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
9646e42
- Update to 3.22.0
9646e42
f149940
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
f149940
- Update to 3.21.92
6300637
- Don't set group tags
f149940
375609f
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
375609f
- Update to 3.21.90
375609f
35759a9
* Tue Jul 26 2016 Kalev Lember <klember@redhat.com> - 3.21.4-1
35759a9
- Update to 3.21.4
35759a9
Richard Hughes 0a8f2e2
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.21.3-1
Richard Hughes 0a8f2e2
- Update to 3.21.3
Richard Hughes 0a8f2e2
5b56384
* Mon Jun 13 2016 Kalev Lember <klember@redhat.com> - 3.21.2-1
5b56384
- Update to 3.21.2
5b56384
e02e6c3
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 3.21.1-1
e02e6c3
- Update to 3.21.1
e02e6c3
Owen W. Taylor 477484e
* Wed Apr 27 2016 Owen Taylor <otaylor@redhat.com> - 3.20.1-2
Owen W. Taylor 477484e
- Remove dependency on system-backgrounds-gnome; this made sense when
Owen W. Taylor 477484e
  gnome-desktop contained the GConf schemas, but now the background
Owen W. Taylor 477484e
  settings live in gsettings-desktop-schemas and are overridden to
Owen W. Taylor 477484e
  point to a Fedora background with a file we drop in from
Owen W. Taylor 477484e
  desktop-backgrounds-gnome.
Owen W. Taylor 477484e
eca2550
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
eca2550
- Update to 3.20.1
eca2550
6104eff
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
6104eff
- Update to 3.20.0
6104eff
f8fd570
* Thu Mar 17 2016 Kalev Lember <klember@redhat.com> - 3.19.93-1
f8fd570
- Update to 3.19.93
f8fd570
62703e4
* Mon Mar 14 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
62703e4
- Update to 3.19.92
62703e4
Richard Hughes 28eb758
* Fri Mar 04 2016 Richard Hughes <rhughes@redhat.com> - 3.19.91-1
Richard Hughes 28eb758
- Update to 3.19.91
Richard Hughes 28eb758
Richard Hughes 5eef3d9
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
Richard Hughes 5eef3d9
- Update to 3.19.90
Richard Hughes 5eef3d9
0dcafcd
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.3-2
0dcafcd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0dcafcd
08bf4f3
* Wed Dec 16 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
08bf4f3
- Update to 3.19.3
08bf4f3
04e74c1
* Tue Nov 24 2015 Kalev Lember <klember@redhat.com> - 3.19.2-1
04e74c1
- Update to 3.19.2
04e74c1
d37dade
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 3.19.1-1
d37dade
- Update to 3.19.1
d37dade
bc49fe5
* Tue Oct 13 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
bc49fe5
- Update to 3.18.1
bc49fe5
e6c939a
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
e6c939a
- Update to 3.18.0
e6c939a
4888475
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 3.17.92-1
4888475
- Update to 3.17.92
4888475
ec8db77
* Thu Sep 03 2015 Kalev Lember <klember@redhat.com> - 3.17.91-1
ec8db77
- Update to 3.17.91
ec8db77
cd2f0bd
* Tue Aug 18 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
cd2f0bd
- Update to 3.17.90
85bde90
- Use make_install macro
cd2f0bd
fdbcb29
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 3.17.4-1
fdbcb29
- Update to 3.17.4
b7ad85c
- Preserve timestamps during install
fdbcb29
cfe1d17
* Wed Jun 24 2015 David King <amigadave@amigadave.com> - 3.17.3-1
cfe1d17
- Update to 3.17.3
cfe1d17
4b949c7
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
4b949c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4b949c7
397dbf6
* Sun May 31 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.2-1
397dbf6
- Update to 3.17.2
397dbf6
77cdd50
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
77cdd50
- Update to 3.16.2
77cdd50
48652f3
* Wed Apr 15 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
48652f3
- Update to 3.16.1
48652f3
cf7aaeb
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
cf7aaeb
- Update to 3.16.0
cf7aaeb
74a6d31
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
74a6d31
- Update to 3.15.92
74a6d31
7d76c60
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
7d76c60
- Update to 3.15.91
7d76c60
6f69533
* Mon Feb 16 2015 David King <amigadave@amigadave.com> - 3.15.90-1
6f69533
- Update to 3.15.90
f8d6301
- Use license macro for COPYING and COPYING.LIB
1268c72
- Use pkgconfig for BuildRequires
6f69533
Richard Hughes 2819a5b
* Thu Jan 22 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
Richard Hughes 2819a5b
- Update to 3.15.4
Richard Hughes 2819a5b
Richard Hughes 3d466ad
* Thu Dec 18 2014 Richard Hughes <rhughes@redhat.com> - 3.15.3-1
Richard Hughes 3d466ad
- Update to 3.15.3
Richard Hughes 3d466ad
49d6931
* Fri Dec 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2.1-1
49d6931
- Update to 3.15.2.1
49d6931
e25ad2b
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2-1
e25ad2b
- Update to 3.15.2
e25ad2b
02a3ae4
* Sun Nov 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-2
02a3ae4
- Obsolete compat-gnome-desktop310 from rhughes-f20-gnome-3-12 copr
02a3ae4
502f591
* Wed Nov 12 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
502f591
- Update to 3.14.2
502f591
5239d8a
* Wed Nov 12 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 3.14.1-2
5239d8a
- Build installed tests
5239d8a
deb8d1a
* Tue Oct 14 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
deb8d1a
- Update to 3.14.1
deb8d1a
6daab61
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-2
6daab61
- Drop redhat-menus dependency
6daab61
a2e0074
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
a2e0074
- Update to 3.14.0
a2e0074
a442ad6
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
a442ad6
- Update to 3.13.92
a442ad6
e909317
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
e909317
- Update to 3.13.91
e909317
7de657a
* Thu Aug 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
7de657a
- Update to 3.13.90
7de657a
54a346b
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
54a346b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
54a346b
b158a15
* Wed Jul 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
b158a15
- Update to 3.13.4
b158a15
96e74be
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-2
96e74be
- Rebuilt for gobject-introspection 1.41.4
96e74be
Richard Hughes e6c0074
* Fri Jun 27 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
Richard Hughes e6c0074
- Update to 3.13.3
Richard Hughes e6c0074
61b3294
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
61b3294
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
61b3294
98c039b
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
98c039b
- Update to 3.13.2
98c039b
428ceff
* Fri May 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
428ceff
- Update to 3.13.1
428ceff
bbbe5c5
* Wed Apr 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
bbbe5c5
- Update to 3.12.1
1bd6931
- Tighten -devel deps with %%{_isa}
bbbe5c5
Richard Hughes 79f849a
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
Richard Hughes 79f849a
- Update to 3.12.0
Richard Hughes 79f849a
Richard Hughes b8a34fd
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
Richard Hughes b8a34fd
- Update to 3.11.91
Richard Hughes b8a34fd
Richard Hughes b114ca9
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
Richard Hughes b114ca9
- Update to 3.11.90
Richard Hughes b114ca9
Richard Hughes 5e8ef58
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
Richard Hughes 5e8ef58
- Update to 3.11.5
Richard Hughes 5e8ef58
Richard Hughes 40ff5ea
* Thu Jan 16 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
Richard Hughes 40ff5ea
- Update to 3.11.4
Richard Hughes 40ff5ea
Richard Hughes f2df607
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
Richard Hughes f2df607
- Update to 3.11.2
Richard Hughes f2df607
386b845
* Fri Nov 01 2013 Kalev Lember <kalevlember@gmail.com> - 3.11.1-1
386b845
- Update to 3.11.1
386b845
Richard Hughes ba122ef
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
Richard Hughes ba122ef
- Update to 3.10.1
Richard Hughes ba122ef
f4acf03
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
f4acf03
- Update to 3.10.0
f4acf03
19ba2fc
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
19ba2fc
- Update to 3.9.92
19ba2fc
Rui Matos 4258905
* Mon Sep  9 2013 Rui Matos <rmatos@redhat.com> - 3.9.91-2
Rui Matos 4258905
- Add patch to default to ibus-kkc for Japanese
Rui Matos 4258905
64572cf
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
64572cf
- Update to 3.9.91
64572cf
8a470cf
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
8a470cf
- Update to 3.9.90
8a470cf
963d07d
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.5-1
963d07d
- Update to 3.9.5
963d07d
5bc3117
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.1.1-2
5bc3117
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
5bc3117
a4d6b03
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1.1-1
a4d6b03
- Update to 3.9.1.1
96f5e36
- Remove unused startup-notification dependency
a4d6b03
Richard Hughes 89265ed
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
Richard Hughes 89265ed
- Update to 3.8.2
Richard Hughes 89265ed
e88b99d
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
e88b99d
- Update to 3.8.1
e88b99d
4075558
* Wed Mar 27 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0.1-1
4075558
- Update to 3.8.0.1
4075558
38aae53
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
38aae53
- Update to 3.8.0
38aae53
17edd4c
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.92-1
17edd4c
- Update to 3.7.92
17edd4c
ebba08b
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91.1-1
ebba08b
- Update to 3.7.91.1
ebba08b
c6a8607
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-2
c6a8607
- Conflict with older gnome-shell versions
c6a8607
Richard Hughes a1fba84
* Wed Feb 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
Richard Hughes a1fba84
- Update to 3.7.90
Richard Hughes a1fba84
Richard Hughes 86c5c56
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
Richard Hughes 86c5c56
- Update to 3.7.5
Richard Hughes 86c5c56
fc903f7
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
fc903f7
- Update to 3.7.4
fc903f7
dea60bd
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
dea60bd
- Update to 3.7.3
dea60bd
Richard Hughes 249ecdc
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
Richard Hughes 249ecdc
- Update to 3.7.2
Richard Hughes 249ecdc
43a49fb
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
43a49fb
- Update to 3.7.1
43a49fb
764ceef
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
764ceef
- Update to 3.6.1
764ceef
Richard Hughes 6569a5c
* Wed Sep 26 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0.1-1
Richard Hughes 6569a5c
- Update to 3.6.0.1
Richard Hughes 6569a5c
Richard Hughes defb055
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
Richard Hughes defb055
- Update to 3.6.0
Richard Hughes defb055
Richard Hughes b582a12
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
Richard Hughes b582a12
- Update to 3.5.91
Richard Hughes b582a12
Richard Hughes 7539d01
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
Richard Hughes 7539d01
- Update to 3.5.90
Richard Hughes 7539d01
Richard Hughes 8b08a5e
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
Richard Hughes 8b08a5e
- Update to 3.5.5
Richard Hughes 8b08a5e
84ca7b1
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
84ca7b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
84ca7b1
Richard Hughes 8fdecb5
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
Richard Hughes 8fdecb5
- Update to 3.5.4
Richard Hughes 8fdecb5
Richard Hughes f886607
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
Richard Hughes f886607
- Update to 3.5.3
Richard Hughes f886607
Richard Hughes 40fdfb3
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-3
Richard Hughes 40fdfb3
- Add missing files
Richard Hughes 40fdfb3
Richard Hughes 25104b2
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-2
Richard Hughes 25104b2
- Add missing BRs
Richard Hughes 25104b2
Richard Hughes b8ad5b1
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
Richard Hughes b8ad5b1
- Update to 3.5.2
Richard Hughes b8ad5b1
Richard Hughes 5008b2c
* Mon May 14 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
Richard Hughes 5008b2c
- Update to 3.4.2
Richard Hughes 5008b2c
Daniel Drake e6f6939
* Mon Apr 16 2012 Daniel Drake <dsd@laptop.org> - 3.4.1-2
Daniel Drake e6f6939
- Add upstream patch to fix crash when the system clock is wrong
Daniel Drake e6f6939
- Fixes GNOME#673551, OLPC#11714
Daniel Drake e6f6939
Richard Hughes 9091864
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
Richard Hughes 9091864
- Update to 3.4.1
Richard Hughes 9091864
Richard Hughes 5a7a629
* Mon Mar 26 2012 Richard Hughes <rhughes@redhat.com> - 3.4.0-1
Richard Hughes 5a7a629
- New upstream version.
Richard Hughes 5a7a629
Richard Hughes 9d82e79
* Mon Mar 19 2012 Richard Hughes <rhughes@redhat.com> 3.3.92-1
Richard Hughes 9d82e79
- Update to 3.3.92
Richard Hughes 9d82e79
d19752e
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
4f1a864
- Update to 3.3.5
4f1a864
a55897c
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
a55897c
- Update to 3.3.4
a55897c
229c1a7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
229c1a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
229c1a7
b64c947
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
b64c947
- Update to 3.3.3
b64c947
a4e6082
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
a4e6082
- Update to 3.3.2
a4e6082
9595b0a
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
9595b0a
- Update to 3.3.1
9595b0a
989e13a
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
989e13a
- Rebuilt for glibc bug#747377
989e13a
cb28379
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
cb28379
- Update to 3.2.1
cb28379
cb28379
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
cb28379
- Update to 3.2.0
cb28379
1415c60
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
1415c60
- Update to 3.2.0
1415c60
7ba0b68
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
7ba0b68
- Update to 3.1.92
7ba0b68
7ba0b68
* Mon Sep 12 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-3
7ba0b68
- Fix a gnome-screensaver crash
7ba0b68
7ba0b68
* Fri Sep  9 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-2
7ba0b68
- Require gsettings-desktop-schemas
7ba0b68
d19752e
* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
b133da2
- Update to 3.1.91
b133da2
7ba0b68
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90.1-1
7ba0b68
- Update to 3.1.90.1
7ba0b68
7ba0b68
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.5-1
7ba0b68
- Update to 3.1.5
7ba0b68
e76b949
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
e76b949
- Update to 3.1.4
e76b949
Bastien Nocera 05d3c48
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
Bastien Nocera 05d3c48
- Update to 3.1.3
Bastien Nocera 05d3c48
0822be2
* Tue Jun 14 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
0822be2
- Update to 3.1.2
0822be2
26d1c4e
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
26d1c4e
- Update to 3.1.1
26d1c4e
e0a69aa
* Mon May  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
e0a69aa
- Prevent segfaults in gnome-rr users on randr-less displays
e0a69aa
21f37f2
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
21f37f2
- Update to 3.0.1
21f37f2
71acd5a
* Fri Apr 15 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-2
71acd5a
- Require gnome-themes-standard (#674799)
71acd5a
Christopher Aillon eb311bf
* Mon Apr  4 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-1
Christopher Aillon eb311bf
- Update to 3.0.0
Christopher Aillon eb311bf
Christopher Aillon feab7ef
* Thu Mar 24 2011 Christopher Aillon <caillon@redhat.com> - 2.91.93-1
Christopher Aillon feab7ef
- Update to 2.91.93
Christopher Aillon feab7ef
cd7584f
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
cd7584f
- Update to 2.91.92
cd7584f
3b634ce
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.91-1
3b634ce
- Update to 2.91.91
3b634ce
94f6f95
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
94f6f95
- 2.91.90
94f6f95
- Drop obsolete GConf dep
94f6f95
8ad1f70
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6.1-4
8ad1f70
- Rebuild against newer gtk
8ad1f70
54134ba
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6.1-3
54134ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
54134ba
Bastien Nocera 8bdd024
* Fri Feb 04 2011 Bastien Nocera <bnocera@redhat.com> 2.91.6.1-2
Bastien Nocera 8bdd024
- Fix refcount issue in GnomeRRLabeler
Bastien Nocera 8bdd024
8b82577
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6.1-1
8b82577
- Update to 2.91.6.1
8b82577
4cbbf79
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-3
4cbbf79
- Rebuild against newer gtk
4cbbf79
4900860
* Fri Jan 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-2
4900860
- Build with introspection support
4900860
5325b0b
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
5325b0b
- Update to 2.91.6
5325b0b
632a79e
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
632a79e
- Update to 2.91.5
632a79e
eb650d1
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
eb650d1
- Update to 2.91.4
eb650d1
a0497ea
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.3-2
a0497ea
- Rebuild against new gtk
a0497ea
Bastien Nocera 8413d6b
* Thu Nov 25 2010 Bastien Nocera <bnocera@redhat.com> 2.91.3-1
Bastien Nocera 8413d6b
- Update to 2.91.3
Bastien Nocera 8413d6b
Bastien Nocera abc9501
* Wed Nov 17 2010 Bastien Nocera <bnocera@redhat.com> 2.91.2-1
Bastien Nocera abc9501
- Update to 2.91.2
Bastien Nocera abc9501
Bill Nottingham 32373a3
* Thu Nov 11 2010 Bill Nottingham <notting@redhat.com> 2.91.1-3
Bill Nottingham 32373a3
- remove some extraneous deps
Bill Nottingham 32373a3
Bastien Nocera 752dc9e
* Thu Nov 11 2010 Bastien Nocera <bnocera@redhat.com> 2.91.1-2
Bastien Nocera 752dc9e
- Fix a possible double-free crasher
Bastien Nocera 752dc9e
Bastien Nocera 50d7f66
* Wed Nov 10 2010 Bastien Nocera <bnocera@redhat.com> 2.91.1-1
Bastien Nocera 50d7f66
- Update to 2.91.1
Bastien Nocera 50d7f66
0fcb14c
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-3
0fcb14c
- Rebuild against newer gtk3
0fcb14c
Bill Nottingham 26268e6
* Thu Oct 28 2010 Bill Nottingham <notting@redhat.com> 2.91.0-2
Bill Nottingham 26268e6
- flip background to match F-14
Bill Nottingham 26268e6
8e451e1
* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-1
8e451e1
- Update to 2.91.0
8e451e1
Jesse Keating c38d257
* Wed Sep 29 2010 jkeating - 2.90.4-4
Jesse Keating c38d257
- Rebuilt for gcc bug 634757
Jesse Keating c38d257
edbb99c
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 2.90.4-3
edbb99c
- Rebuild against newer gobject-introspection
edbb99c
- Rebuild against newer gtk
edbb99c
e28904a
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> 2.90.4-2
e28904a
- Prevent file conflict with gnome-desktop
e28904a
3913769
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.90.4-1
3913769
- Update to 2.90.4
3913769
220e718
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.90.2-1
220e718
- 2.90.2
c84487d
6f93337
* Thu Jun 17 2010 Richard Hughes <richard@hughsie.com> 2.90.1-1
6f93337
- Initial build for review.
6f93337