2016-04-13 16:27:27 +00:00
|
|
|
%global glib2_version 2.46.0
|
2016-09-01 15:56:15 +00:00
|
|
|
%global gtk3_version 3.20.0
|
2016-03-03 11:37:56 +00:00
|
|
|
%global json_glib_version 1.1.1
|
2016-05-10 09:31:06 +00:00
|
|
|
%global packagekit_version 1.1.1
|
2016-11-08 06:13:48 +00:00
|
|
|
%global appstream_glib_version 0.6.5
|
2015-09-15 20:30:34 +00:00
|
|
|
%global libsoup_version 2.51.92
|
2014-09-17 08:39:12 +00:00
|
|
|
%global gsettings_desktop_schemas_version 3.11.5
|
2015-09-15 20:30:34 +00:00
|
|
|
%global gnome_desktop_version 3.17.92
|
2016-09-14 09:04:56 +00:00
|
|
|
%global fwupd_version 0.7.3
|
2016-11-08 06:13:48 +00:00
|
|
|
%global flatpak_version 0.6.12
|
2014-09-17 08:39:12 +00:00
|
|
|
|
2016-07-28 13:58:53 +00:00
|
|
|
# this should be set using "--without packagekit" when atomic
|
|
|
|
%bcond_without packagekit
|
|
|
|
|
2013-09-02 15:44:12 +00:00
|
|
|
Name: gnome-software
|
2016-12-15 16:06:30 +00:00
|
|
|
Version: 3.23.3
|
2016-09-01 15:56:15 +00:00
|
|
|
Release: 1%{?dist}
|
2016-09-14 09:07:41 +00:00
|
|
|
Summary: A software center for GNOME
|
2013-09-02 15:44:12 +00:00
|
|
|
License: GPLv2+
|
|
|
|
URL: https://wiki.gnome.org/Apps/Software
|
2016-11-23 10:10:14 +00:00
|
|
|
Source0: https://download.gnome.org/sources/gnome-software/3.23/%{name}-%{version}.tar.xz
|
2013-09-02 15:44:12 +00:00
|
|
|
|
|
|
|
BuildRequires: gettext
|
2013-09-02 18:59:57 +00:00
|
|
|
BuildRequires: libxslt
|
|
|
|
BuildRequires: docbook-style-xsl
|
2013-09-02 15:44:12 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2016-07-01 18:06:13 +00:00
|
|
|
BuildRequires: fwupd-devel >= %{fwupd_version}
|
2014-09-17 08:39:12 +00:00
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
2014-03-20 09:47:08 +00:00
|
|
|
BuildRequires: gnome-desktop3-devel
|
2014-09-17 08:39:12 +00:00
|
|
|
BuildRequires: gsettings-desktop-schemas-devel >= %{gsettings_desktop_schemas_version}
|
|
|
|
BuildRequires: gtk3-devel >= %{gtk3_version}
|
2016-02-15 20:09:59 +00:00
|
|
|
BuildRequires: gtkspell3-devel
|
2016-03-03 11:37:56 +00:00
|
|
|
BuildRequires: json-glib-devel >= %{json_glib_version}
|
2014-09-17 08:39:12 +00:00
|
|
|
BuildRequires: libappstream-glib-devel >= %{appstream_glib_version}
|
|
|
|
BuildRequires: libsoup-devel
|
2016-07-28 13:58:53 +00:00
|
|
|
%if %{with packagekit}
|
2014-09-17 08:39:12 +00:00
|
|
|
BuildRequires: PackageKit-glib-devel >= %{packagekit_version}
|
2016-07-28 13:58:53 +00:00
|
|
|
%endif
|
2015-08-12 12:12:49 +00:00
|
|
|
BuildRequires: polkit-devel
|
2016-07-18 16:23:23 +00:00
|
|
|
BuildRequires: libsecret-devel
|
2016-05-26 15:17:55 +00:00
|
|
|
BuildRequires: flatpak-devel >= %{flatpak_version}
|
2016-07-28 14:07:09 +00:00
|
|
|
BuildRequires: ostree-devel
|
|
|
|
BuildRequires: rpm-devel
|
2016-09-13 09:23:06 +00:00
|
|
|
BuildRequires: libgudev1-devel
|
2013-10-29 10:36:22 +00:00
|
|
|
|
2016-07-01 17:55:51 +00:00
|
|
|
Requires: appstream-data
|
|
|
|
%if 0%{?fedora}
|
|
|
|
Requires: epiphany-runtime
|
|
|
|
%endif
|
2016-08-17 12:50:49 +00:00
|
|
|
Requires: flatpak%{?_isa} >= %{flatpak_version}
|
|
|
|
Requires: flatpak-libs%{?_isa} >= %{flatpak_version}
|
2016-07-01 18:06:13 +00:00
|
|
|
Requires: fwupd%{?_isa} >= %{fwupd_version}
|
2016-07-01 17:55:51 +00:00
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
Requires: gnome-desktop3%{?_isa} >= %{gnome_desktop_version}
|
|
|
|
# gnome-menus is needed for app folder .directory entries
|
|
|
|
Requires: gnome-menus%{?_isa}
|
|
|
|
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
|
|
|
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
|
|
|
Requires: json-glib%{?_isa} >= %{json_glib_version}
|
|
|
|
Requires: iso-codes
|
|
|
|
Requires: libappstream-glib%{?_isa} >= %{appstream_glib_version}
|
|
|
|
# librsvg2 is needed for gdk-pixbuf svg loader
|
|
|
|
Requires: librsvg2%{?_isa}
|
|
|
|
Requires: libsoup%{?_isa} >= %{libsoup_version}
|
|
|
|
Requires: PackageKit%{?_isa} >= %{packagekit_version}
|
|
|
|
|
2013-10-29 10:36:22 +00:00
|
|
|
# this is not a library version
|
2016-07-18 16:23:23 +00:00
|
|
|
%define gs_plugin_version 11
|
2013-09-02 15:44:12 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
gnome-software is an application that makes it easy to add, remove
|
|
|
|
and update software in the GNOME desktop.
|
|
|
|
|
2016-05-23 09:09:36 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Headers for building external gnome-software plugins
|
2016-08-17 12:58:34 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2016-05-23 09:09:36 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
These development files are for building gnome-software plugins outside
|
|
|
|
the source tree. Most users do not need this subpackage installed.
|
|
|
|
|
2013-09-02 15:44:12 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2016-07-28 13:58:53 +00:00
|
|
|
%configure \
|
|
|
|
--disable-static \
|
2016-09-13 09:23:06 +00:00
|
|
|
--enable-gudev \
|
2016-07-28 13:58:53 +00:00
|
|
|
%if %{with packagekit}
|
|
|
|
--enable-packagekit \
|
|
|
|
%else
|
|
|
|
--disable-packagekit \
|
|
|
|
%endif
|
2016-11-23 10:10:14 +00:00
|
|
|
--disable-external-appstream \
|
2016-07-28 13:58:53 +00:00
|
|
|
--disable-silent-rules
|
2013-09-02 15:44:12 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
2015-09-03 18:35:07 +00:00
|
|
|
rm %{buildroot}%{_libdir}/gs-plugins-%{gs_plugin_version}/*.la
|
2013-09-13 16:16:43 +00:00
|
|
|
|
2013-10-29 10:36:22 +00:00
|
|
|
# make the software center load faster
|
2014-02-03 10:32:53 +00:00
|
|
|
desktop-file-edit %{buildroot}%{_datadir}/applications/org.gnome.Software.desktop \
|
2013-10-29 10:36:22 +00:00
|
|
|
--set-key=X-AppInstall-Package --set-value=%{name}
|
|
|
|
|
2016-04-01 08:28:17 +00:00
|
|
|
# set up for Fedora
|
|
|
|
cat >> %{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.software-fedora.gschema.override << FOE
|
|
|
|
[org.gnome.software]
|
|
|
|
official-sources = [ 'fedora', 'fedora-debuginfo', 'fedora-source', 'koji-override-0', 'koji-override-1', 'rawhide', 'rawhide-debuginfo', 'rawhide-source', 'updates', 'updates-debuginfo', 'updates-source', 'updates-testing', 'updates-testing-debuginfo', 'updates-testing-source' ]
|
|
|
|
FOE
|
|
|
|
|
2013-09-02 15:44:12 +00:00
|
|
|
%find_lang %name --with-gnome
|
|
|
|
|
|
|
|
%check
|
2013-10-29 10:36:22 +00:00
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
2013-09-02 15:44:12 +00:00
|
|
|
|
|
|
|
%post
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
2015-03-16 12:22:24 +00:00
|
|
|
%doc AUTHORS NEWS README
|
|
|
|
%license COPYING
|
2013-09-02 15:44:12 +00:00
|
|
|
%{_bindir}/gnome-software
|
2013-10-29 10:36:22 +00:00
|
|
|
%{_datadir}/applications/*.desktop
|
2013-09-02 15:44:12 +00:00
|
|
|
%dir %{_datadir}/gnome-software
|
|
|
|
%{_datadir}/gnome-software/*.png
|
2013-09-25 07:50:48 +00:00
|
|
|
%{_datadir}/appdata/*.appdata.xml
|
2013-09-02 15:44:12 +00:00
|
|
|
%{_mandir}/man1/gnome-software.1.gz
|
2013-09-13 16:16:43 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
2015-08-12 09:22:15 +00:00
|
|
|
%{_datadir}/gnome-software/featured-*.svg
|
2016-02-15 19:02:26 +00:00
|
|
|
%{_datadir}/gnome-software/featured-*.jpg
|
2016-12-15 16:06:30 +00:00
|
|
|
%{_datadir}/appdata/org.gnome.Software.Plugin.Epiphany.metainfo.xml
|
|
|
|
%{_datadir}/appdata/org.gnome.Software.Plugin.Flatpak.metainfo.xml
|
|
|
|
%{_datadir}/appdata/org.gnome.Software.Plugin.Fwupd.metainfo.xml
|
|
|
|
%{_datadir}/appdata/org.gnome.Software.Plugin.Odrs.metainfo.xml
|
|
|
|
%{_datadir}/appdata/org.gnome.Software.Plugin.Steam.metainfo.xml
|
2013-10-29 10:36:22 +00:00
|
|
|
%dir %{_libdir}/gs-plugins-%{gs_plugin_version}
|
2016-07-28 13:58:53 +00:00
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_appstream.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_desktop-categories.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_desktop-menu-path.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_dpkg.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_dummy.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_epiphany.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_fedora-distro-upgrades.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_fedora-tagger-usage.so
|
2016-12-15 16:06:30 +00:00
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_flatpak.so
|
2016-07-28 13:58:53 +00:00
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_fwupd.so
|
2016-12-15 16:06:30 +00:00
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_generic-updates.so
|
2016-07-28 13:58:53 +00:00
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_hardcoded-blacklist.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_hardcoded-featured.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_hardcoded-popular.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_icons.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_key-colors.so
|
2016-09-13 09:23:06 +00:00
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_modalias.so
|
2016-07-28 13:58:53 +00:00
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_odrs.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_ostree.so
|
|
|
|
%if %{with packagekit}
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_packagekit-history.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_packagekit-local.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_packagekit-offline.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_packagekit-origin.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_packagekit-proxy.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_packagekit-refine.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_packagekit-refresh.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_packagekit-upgrade.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_packagekit.so
|
|
|
|
%endif
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_provenance-license.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_provenance.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_repos.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_rpm.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_shell-extensions.so
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_steam.so
|
|
|
|
%if %{with packagekit}
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_systemd-updates.so
|
|
|
|
%endif
|
|
|
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_ubuntuone.so
|
2013-10-29 10:36:22 +00:00
|
|
|
%{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
|
2016-07-28 13:58:53 +00:00
|
|
|
%if %{with packagekit}
|
2015-05-25 22:17:03 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service
|
2016-07-28 13:58:53 +00:00
|
|
|
%endif
|
2013-10-29 10:36:22 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.Software.service
|
2016-02-15 19:02:26 +00:00
|
|
|
%{_datadir}/gnome-shell/search-providers/org.gnome.Software-search-provider.ini
|
2013-11-19 09:14:15 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml
|
2016-04-01 08:28:17 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.software-fedora.gschema.override
|
2016-11-23 10:10:14 +00:00
|
|
|
%{_libexecdir}/gnome-software-cmd
|
2013-09-02 15:44:12 +00:00
|
|
|
|
2016-05-23 09:09:36 +00:00
|
|
|
%files devel
|
|
|
|
%{_libdir}/pkgconfig/gnome-software.pc
|
|
|
|
%dir %{_includedir}/gnome-software
|
|
|
|
%{_includedir}/gnome-software/*.h
|
2016-07-18 16:23:23 +00:00
|
|
|
%{_datadir}/gtk-doc/html/gnome-software
|
2016-05-23 09:09:36 +00:00
|
|
|
|
2013-09-02 15:44:12 +00:00
|
|
|
%changelog
|
2016-12-15 16:06:30 +00:00
|
|
|
* Thu Dec 15 2016 Richard Hughes <rhughes@redhat.com> - 3.23.3-1
|
|
|
|
- Update to 3.23.3
|
|
|
|
|
2016-11-23 10:10:14 +00:00
|
|
|
* Wed Nov 23 2016 Kalev Lember <klember@redhat.com> - 3.23.2-1
|
|
|
|
- Update to 3.23.2
|
|
|
|
|
2016-11-08 06:13:48 +00:00
|
|
|
* Tue Nov 08 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
|
|
|
|
- Update to 3.22.2
|
|
|
|
|
2016-10-12 20:22:18 +00:00
|
|
|
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
|
|
|
|
- Update to 3.22.1
|
|
|
|
|
2016-09-19 19:39:04 +00:00
|
|
|
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
|
|
|
|
- Update to 3.22.0
|
|
|
|
|
2016-09-14 09:04:56 +00:00
|
|
|
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
|
|
|
|
- Update to 3.21.92
|
2016-09-14 09:08:02 +00:00
|
|
|
- Don't set group tags
|
2016-09-14 09:04:56 +00:00
|
|
|
|
2016-09-01 15:56:15 +00:00
|
|
|
* Thu Sep 01 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
|
|
|
|
- Update to 3.21.91
|
|
|
|
|
2016-08-17 14:52:02 +00:00
|
|
|
* Wed Aug 17 2016 Kalev Lember <klember@redhat.com> - 3.21.90-2
|
|
|
|
- Rebuilt for fixed libappstream-glib headers
|
|
|
|
|
2016-08-17 12:45:04 +00:00
|
|
|
* Wed Aug 17 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
|
|
|
|
- Update to 3.21.90
|
2016-08-17 12:58:34 +00:00
|
|
|
- Tighten -devel subpackage dependencies
|
2016-08-17 12:45:04 +00:00
|
|
|
|
2016-07-28 13:58:53 +00:00
|
|
|
* Thu Jul 28 2016 Richard Hughes <rhughes@redhat.com> - 3.21.4-2
|
|
|
|
- Allow building without PackageKit for the atomic workstation.
|
|
|
|
|
2016-07-18 15:49:28 +00:00
|
|
|
* Mon Jul 18 2016 Richard Hughes <rhughes@redhat.com> - 3.21.4-1
|
|
|
|
- Update to 3.21.4
|
|
|
|
|
2016-05-26 15:17:55 +00:00
|
|
|
* Thu May 26 2016 Kalev Lember <klember@redhat.com> - 3.21.2-2
|
|
|
|
- Build with flatpak support
|
|
|
|
|
2016-05-23 09:09:36 +00:00
|
|
|
* Mon May 23 2016 Richard Hughes <rhughes@redhat.com> - 3.21.2-1
|
|
|
|
- Update to 3.21.2
|
|
|
|
|
2016-05-10 09:31:06 +00:00
|
|
|
* Tue May 10 2016 Kalev Lember <klember@redhat.com> - 3.21.1-2
|
|
|
|
- Require PackageKit 1.1.1 for system upgrade support
|
|
|
|
|
2016-04-25 14:58:12 +00:00
|
|
|
* Mon Apr 25 2016 Richard Hughes <rhughes@redhat.com> - 3.21.1-1
|
|
|
|
- Update to 3.21.1
|
|
|
|
|
2016-04-25 14:30:08 +00:00
|
|
|
* Mon Apr 25 2016 Richard Hughes <rhughes@redhat.com> - 3.20.2-1
|
|
|
|
- Update to 3.20.1
|
|
|
|
- Allow popular and featured apps to match any plugin
|
|
|
|
- Do not make the ODRS plugin depend on xdg-app
|
|
|
|
- Fix many of the os-upgrade issues and implement the latest mockups
|
|
|
|
- Make all the plugins more threadsafe
|
|
|
|
- Return all update descriptions newer than the installed version
|
|
|
|
- Show some non-fatal error messages if installing fails
|
|
|
|
- Use a background PackageKit transaction when downloading upgrades
|
|
|
|
|
2016-04-13 16:27:27 +00:00
|
|
|
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
|
|
|
|
- Update to 3.20.1
|
|
|
|
|
2016-04-01 08:28:33 +00:00
|
|
|
* Fri Apr 01 2016 Richard Hughes <rhughes@redhat.com> - 3.20.1-2
|
|
|
|
- Set the list of official sources
|
|
|
|
- Compile with xdg-app support
|
|
|
|
|
2016-03-22 06:37:23 +00:00
|
|
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
|
|
|
- Update to 3.20.0
|
|
|
|
|
2016-03-14 15:41:59 +00:00
|
|
|
* Mon Mar 14 2016 Richard Hughes <rhughes@redhat.com> - 3.19.92-1
|
|
|
|
- Update to 3.19.92
|
|
|
|
|
2016-03-03 11:37:56 +00:00
|
|
|
* Thu Mar 03 2016 Kalev Lember <klember@redhat.com> - 3.19.91-2
|
|
|
|
- Set minimum required json-glib version
|
|
|
|
|
2016-02-29 16:04:34 +00:00
|
|
|
* Mon Feb 29 2016 Richard Hughes <rhughes@redhat.com> - 3.19.91-1
|
|
|
|
- Update to 3.19.91
|
|
|
|
|
2016-02-15 19:04:48 +00:00
|
|
|
* Mon Feb 15 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
|
|
|
|
- Update to 3.19.90
|
|
|
|
|
2016-02-03 22:33:39 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-15 17:26:36 +00:00
|
|
|
* Fri Jan 15 2016 Richard Hughes <rhughes@redhat.com> - 3.19.4-1
|
|
|
|
- Update to 3.19.4
|
|
|
|
|
2015-12-02 18:07:34 +00:00
|
|
|
* Thu Dec 03 2015 Kalev Lember <klember@redhat.com> - 3.18.3-2
|
|
|
|
- Require librsvg2 for the gdk-pixbuf svg loader
|
|
|
|
|
2015-11-05 12:01:52 +00:00
|
|
|
* Thu Nov 05 2015 Richard Hughes <rhughes@redhat.com> - 3.18.3-1
|
|
|
|
- Update to 3.18.3
|
|
|
|
- Use the correct user agent string when downloading firmware
|
|
|
|
- Fix a crash in the limba plugin
|
|
|
|
- Fix installing web applications
|
|
|
|
|
2015-10-26 07:49:53 +00:00
|
|
|
* Mon Oct 26 2015 Kalev Lember <klember@redhat.com> - 3.18.2-2
|
|
|
|
- Fix apps reappearing as installed a few seconds after removal (#1275163)
|
|
|
|
|
2015-10-15 11:58:00 +00:00
|
|
|
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
|
|
|
|
- Update to 3.18.2
|
|
|
|
|
2015-10-13 12:34:04 +00:00
|
|
|
* Tue Oct 13 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
|
|
|
|
- Update to 3.18.1
|
|
|
|
|
2015-10-07 12:58:06 +00:00
|
|
|
* Wed Oct 07 2015 Kalev Lember <klember@redhat.com> - 3.18.0-2
|
|
|
|
- Backport two crasher fixes from upstream
|
|
|
|
|
2015-09-21 08:07:16 +00:00
|
|
|
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
|
|
|
- Update to 3.18.0
|
|
|
|
|
2015-09-15 20:30:34 +00:00
|
|
|
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 3.17.92-2
|
|
|
|
- Update dependency versions
|
|
|
|
|
2015-09-15 12:57:04 +00:00
|
|
|
* Tue Sep 15 2015 Richard Hughes <rhughes@redhat.com> - 3.17.92-1
|
|
|
|
- Update to 3.17.92
|
|
|
|
|
2015-09-10 12:25:53 +00:00
|
|
|
* Thu Sep 10 2015 Richard Hughes <rhughes@redhat.com> - 3.17.91-2
|
|
|
|
- Fix firmware updates
|
|
|
|
|
2015-09-03 18:31:52 +00:00
|
|
|
* Thu Sep 03 2015 Kalev Lember <klember@redhat.com> - 3.17.91-1
|
|
|
|
- Update to 3.17.91
|
|
|
|
|
2015-08-19 16:03:58 +00:00
|
|
|
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
|
|
|
|
- Update to 3.17.90
|
|
|
|
|
2015-08-12 09:22:15 +00:00
|
|
|
* Wed Aug 12 2015 Richard Hughes <rhughes@redhat.com> - 3.17.3-1
|
|
|
|
- Update to 3.17.3
|
|
|
|
|
2015-07-22 13:51:09 +00:00
|
|
|
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 3.17.2-3
|
|
|
|
- Bump for new gnome-desktop3
|
|
|
|
|
2015-06-17 09:03:37 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-05 18:16:21 +00:00
|
|
|
* Fri Jun 05 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.2-1
|
|
|
|
- Update to 3.17.2
|
|
|
|
|
2015-05-25 22:17:03 +00:00
|
|
|
* Mon May 25 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.1-1
|
|
|
|
- Update to 3.17.1
|
|
|
|
|
2015-05-15 11:02:59 +00:00
|
|
|
* Fri May 15 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-2
|
|
|
|
- Fix a crash under Wayland (#1221968)
|
|
|
|
|
2015-05-11 15:48:45 +00:00
|
|
|
* Mon May 11 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
|
|
|
|
- Update to 3.16.2
|
|
|
|
|
2015-04-14 16:54:32 +00:00
|
|
|
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
|
|
|
|
- Update to 3.16.1
|
|
|
|
|
2015-03-23 10:32:15 +00:00
|
|
|
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
|
|
|
- Update to 3.16.0
|
|
|
|
|
2015-03-16 12:20:47 +00:00
|
|
|
* Mon Mar 16 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
|
|
|
|
- Update to 3.15.92
|
2015-03-16 12:22:24 +00:00
|
|
|
- Use license macro for the COPYING file
|
2015-03-16 12:40:09 +00:00
|
|
|
- Add a patch to adapt to gnome-terminal desktop file rename
|
2015-03-16 12:20:47 +00:00
|
|
|
|
2015-03-02 20:49:04 +00:00
|
|
|
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
|
|
|
|
- Update to 3.15.91
|
|
|
|
|
2015-02-21 22:23:33 +00:00
|
|
|
* Sat Feb 21 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.90-3
|
|
|
|
- Export DisplayName property on the packagekit session service
|
|
|
|
|
2015-02-19 21:31:27 +00:00
|
|
|
* Thu Feb 19 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.90-2
|
|
|
|
- Backport a crash fix
|
|
|
|
|
2015-02-17 13:25:43 +00:00
|
|
|
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
|
|
|
|
- Update to 3.15.90
|
|
|
|
|
2015-01-19 11:34:54 +00:00
|
|
|
* Mon Jan 19 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
|
|
|
|
- Update to 3.15.4
|
|
|
|
|
2014-11-25 21:27:53 +00:00
|
|
|
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2-1
|
|
|
|
- Update to 3.15.2
|
|
|
|
|
2014-11-13 10:33:51 +00:00
|
|
|
* Thu Nov 13 2014 Richard Hughes <rhughes@redhat.com> - 3.14.2-3
|
|
|
|
- Fix non-Fedora build
|
|
|
|
|
2014-11-11 13:27:58 +00:00
|
|
|
* Tue Nov 11 2014 Richard Hughes <rhughes@redhat.com> - 3.14.2-2
|
|
|
|
- Backport a patch to fix compilation
|
|
|
|
|
2014-11-10 22:23:33 +00:00
|
|
|
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
|
|
|
|
- Update to 3.14.2
|
|
|
|
|
2014-11-08 17:29:53 +00:00
|
|
|
* Sat Nov 08 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-3
|
|
|
|
- Update the list of system apps
|
|
|
|
|
2014-11-01 00:16:09 +00:00
|
|
|
* Sat Nov 01 2014 David King <amigadave@amigadave.com> - 3.14.1-2
|
|
|
|
- Rebuild for new libappstream-glib (#1156494)
|
|
|
|
|
2014-10-13 21:24:29 +00:00
|
|
|
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
|
|
|
|
- Update to 3.14.1
|
|
|
|
|
2014-10-09 13:31:42 +00:00
|
|
|
* Thu Oct 09 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-2
|
|
|
|
- Depend on gnome-menus for app folder directory entries
|
|
|
|
|
2014-09-22 21:04:39 +00:00
|
|
|
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
|
- Update to 3.14.0
|
|
|
|
|
2014-09-17 08:39:12 +00:00
|
|
|
* Wed Sep 17 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-2
|
|
|
|
- Set minimum required dependency versions (#1136343)
|
|
|
|
|
2014-09-16 13:19:26 +00:00
|
|
|
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
|
|
|
|
- Update to 3.13.92
|
2014-09-16 13:32:14 +00:00
|
|
|
- Replace gnome-system-log with gnome-logs in the system apps list
|
2014-09-16 13:19:26 +00:00
|
|
|
|
2014-09-02 21:51:51 +00:00
|
|
|
* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
|
|
|
|
- Update to 3.13.91
|
|
|
|
|
2014-08-19 10:20:12 +00:00
|
|
|
* Tue Aug 19 2014 Richard Hughes <rhughes@redhat.com> - 3.13.90-1
|
|
|
|
- Update to 3.13.90
|
|
|
|
|
2014-08-16 18:06:21 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.5-0.2.git5c89189
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-11 19:23:41 +00:00
|
|
|
* Mon Aug 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.5-0.1.git5c89189
|
|
|
|
- Update to 3.13.5 git snapshot
|
|
|
|
- Ship HighContrast icons
|
|
|
|
|
2014-08-03 08:40:24 +00:00
|
|
|
* Sun Aug 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-2
|
|
|
|
- Replace Epiphany with Firefox in the system apps list
|
|
|
|
|
2014-07-23 20:38:58 +00:00
|
|
|
* Wed Jul 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
|
|
|
|
- Update to 3.13.4
|
|
|
|
|
2014-06-25 07:31:05 +00:00
|
|
|
* Wed Jun 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-1
|
|
|
|
- Update to 3.13.3
|
|
|
|
|
2014-06-12 12:44:46 +00:00
|
|
|
* Thu Jun 12 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-0.2.git7491627
|
|
|
|
- Depend on the newly-created appstream-data package and stop shipping
|
|
|
|
the metadata here.
|
|
|
|
|
2014-06-07 11:03:09 +00:00
|
|
|
* Sat Jun 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-0.1.git7491627
|
|
|
|
- Update to 3.13.3 git snapshot
|
|
|
|
|
2014-05-28 18:59:24 +00:00
|
|
|
* Wed May 28 2014 Richard Hughes <rhughes@redhat.com> - 3.13.2-2
|
|
|
|
- Rebuild with new metadata.
|
|
|
|
|
2014-05-28 12:38:24 +00:00
|
|
|
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
|
|
|
|
- Update to 3.13.2
|
|
|
|
|
2014-05-15 21:52:46 +00:00
|
|
|
* Thu May 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-4
|
|
|
|
- Depend on gsettings-desktop-schemas
|
|
|
|
|
2014-05-12 12:17:50 +00:00
|
|
|
* Mon May 12 2014 Richard Hughes <rhughes@redhat.com> - 3.13.1-3
|
|
|
|
- Update the metadata and use appstream-util to install the metadata.
|
|
|
|
|
2014-05-07 11:04:51 +00:00
|
|
|
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-2
|
|
|
|
- Drop gnome-icon-theme dependency
|
|
|
|
|
2014-04-28 10:54:49 +00:00
|
|
|
* Mon Apr 28 2014 Richard Hughes <rhughes@redhat.com> - 3.13.1-1
|
|
|
|
- Update to 3.13.1
|
|
|
|
|
2014-04-11 17:37:38 +00:00
|
|
|
* Fri Apr 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-2
|
|
|
|
- Rebuild with new metadata.
|
|
|
|
|
2014-04-11 15:07:00 +00:00
|
|
|
* Fri Apr 11 2014 Richard Hughes <rhughes@redhat.com> - 3.12.1-1
|
|
|
|
- Update to 3.12.1
|
|
|
|
|
2014-03-24 10:29:20 +00:00
|
|
|
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
|
|
|
|
- Update to 3.12.0
|
|
|
|
|
2014-03-20 09:23:58 +00:00
|
|
|
* Thu Mar 20 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
|
|
|
|
- Update to 3.11.92
|
|
|
|
|
2014-03-18 15:05:00 +00:00
|
|
|
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-2
|
|
|
|
- Rebuild with new metadata.
|
|
|
|
|
2014-03-08 17:50:06 +00:00
|
|
|
* Sat Mar 08 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
|
|
|
|
- Update to 3.11.91
|
|
|
|
|
2014-02-18 17:14:05 +00:00
|
|
|
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
|
|
|
|
- Update to 3.11.90
|
|
|
|
|
2014-02-03 17:36:53 +00:00
|
|
|
* Mon Feb 03 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-2
|
|
|
|
- Require epiphany-runtime rather than the full application
|
|
|
|
|
2014-02-03 10:32:53 +00:00
|
|
|
* Mon Feb 03 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
|
|
|
|
- Update to 3.11.5
|
|
|
|
|
2014-01-30 12:06:48 +00:00
|
|
|
* Thu Jan 30 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-3
|
|
|
|
- Rebuild for libpackagekit-glib soname bump
|
|
|
|
|
2014-01-22 11:05:34 +00:00
|
|
|
* Wed Jan 22 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-2
|
|
|
|
- Rebuild with metadata that has the correct screenshot url.
|
|
|
|
|
2014-01-16 15:02:28 +00:00
|
|
|
* Thu Jan 16 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
|
|
|
|
- Update to 3.11.4
|
|
|
|
|
2013-12-17 11:45:54 +00:00
|
|
|
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
|
|
|
|
- Update to 3.11.3
|
|
|
|
|
2013-11-19 09:57:04 +00:00
|
|
|
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
|
|
|
|
- Update to 3.11.2
|
|
|
|
|
2013-10-29 01:29:00 +00:00
|
|
|
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 3.11.1-1
|
|
|
|
- Update to 3.11.1
|
2013-10-29 10:36:22 +00:00
|
|
|
- Add a gnome shell search provider
|
|
|
|
- Add a module to submit the user rating to the fedora-tagger web service
|
|
|
|
- Add support for 'missing' codecs that we know exist but we can't install
|
|
|
|
- Add support for epiphany web applications
|
|
|
|
- Handle offline installation sensibly
|
|
|
|
- Save the user rating if the user clicks the rating stars
|
|
|
|
- Show a modal error message if install or remove actions failed
|
|
|
|
- Show a star rating on the application details page
|
|
|
|
- Show font screenshots
|
|
|
|
- Show more detailed version numbers when required
|
|
|
|
- Show screenshots to each application
|
2013-10-29 01:29:00 +00:00
|
|
|
|
2013-09-25 07:50:48 +00:00
|
|
|
* Wed Sep 25 2013 Richard Hughes <richard@hughsie.com> 3.10.0-1
|
|
|
|
- New upstream release.
|
|
|
|
- New metadata for fedora, updates and updates-testing
|
|
|
|
- Add a plugin to query the PackageKit prepared-update file directly
|
|
|
|
- Do not clear the offline-update trigger if rebooting succeeded
|
|
|
|
- Do not load incompatible projects when parsing AppStream data
|
|
|
|
- Lots of updated translations
|
|
|
|
- Show the window right away when starting
|
|
|
|
|
2013-09-13 16:16:43 +00:00
|
|
|
* Fri Sep 13 2013 Richard Hughes <richard@hughsie.com> 3.9.3-1
|
|
|
|
- New upstream release.
|
|
|
|
- Lots of new and fixed UI and updated metadata for Fedora 20
|
|
|
|
|
2013-09-03 21:32:58 +00:00
|
|
|
* Tue Sep 03 2013 Richard Hughes <richard@hughsie.com> 3.9.2-1
|
|
|
|
- New upstream release.
|
|
|
|
- Allow stock items in the AppStream XML
|
|
|
|
- Extract the AppStream URL and description from the XML
|
|
|
|
- Only present the window when the overview is complete
|
|
|
|
- Return the subcategories sorted by name
|
|
|
|
|
2013-09-02 18:50:01 +00:00
|
|
|
* Mon Sep 02 2013 Richard Hughes <richard@hughsie.com> 3.9.1-1
|
|
|
|
- New upstream release which is a technical preview for the alpha.
|
|
|
|
|
2013-09-02 15:44:12 +00:00
|
|
|
* Sun Sep 01 2013 Richard Hughes <richard@hughsie.com> 0.1-3
|
|
|
|
- Use buildroot not RPM_BUILD_ROOT
|
|
|
|
- Own all gnome-software directories
|
|
|
|
- Drop gtk-update-icon-cache requires and the mime database functionality
|
|
|
|
|
|
|
|
* Thu Aug 29 2013 Richard Hughes <richard@hughsie.com> 0.1-2
|
|
|
|
- Add call to desktop-file-validate and fix other review comments.
|
|
|
|
|
|
|
|
* Wed Aug 28 2013 Richard Hughes <richard@hughsie.com> 0.1-1
|
|
|
|
- First release for Fedora package review
|
|
|
|
|