File gnome-software.changes of Package gnome-software

-------------------------------------------------------------------
Wed Nov 22 10:03:45 UTC 2017 - badshah400@gmail.com

- Update to version 3.26.3:
  + Fix a common crash in the fwupd plugin.
  + Make category translations on the details page show up.
  + Updated translations.
- Changes from version 3.26.2:
  + Various fixes to cancellable handling, making it more robust
    to cancel install/remove operations.
  + Fix a common crash in Fedora distro upgrades plugin.
  + Fix showing N+2 Fedora upgrades.
  + Fix flatpak updates inadvertently triggering a reboot.
  + Revert plugin GType registering changes that broke app
    "adopting".
  + Various flatpak plugin fixes.
  + Various snap plugin fixes.
  + Bump fwupd required dep to 0.9.7 and support building with new
    1.0.0 API.
  + Avoid erroring out for operations that return more than 500
    results (distro upgrades, getting gnome-shell extensions
    list).
  + Fix a few memory leaks.
  + Updated translations.
- Enable fwupd; introduces BuildRequires on pkgconfig(fwupd) >=
  0.9.7.
- Remove the enable-firmware switch from the meson build options;
  this option has been dropped by upstream.

-------------------------------------------------------------------
Fri Nov 10 18:48:51 UTC 2017 - luc14n0@linuxmail.org

- Remove gnome-software-local-file.desktop from the package: It's
  not yet being shipped since it's still under tests (boo#941862).
- Drop %icon_theme_cache_* and %desktop_database_* post/postun
  scriptlets and %glib2_gsettings_schema_requires macro: the
  functionality is covered by file triggers now.

-------------------------------------------------------------------
Tue Oct  3 17:46:56 UTC 2017 - zaitor@opensuse.org

- Update to version 3.26.1:
  + external-appstream: Fix leak when getting a temp file name.
  + fwupd: Fix critical warning if the update URI isn't set.
  + packagekit: Fix crash if reporting progress with no current
    application.
  + gs-desktop-common: Fix "Addons" back to "Addon" in category
    IDs.
  + snap: Don't use a common SnapdClient.
  + Updated translations.

-------------------------------------------------------------------
Mon Sep 11 20:15:38 UTC 2017 - jengelh@inai.de

- Update package summaries.

-------------------------------------------------------------------
Mon Sep 11 14:47:54 UTC 2017 - dimstar@opensuse.org

- Update to version 3.26.0:
  + Use the new fwupd API in 0.9.7 to avoid when a reboot is
    required.
  + Pass the complete proxy settings to PackageKit.
  + Bugs fixed:
    - Do not crash when emitting an uncommon error message.
    - Do not show a critical warning with new versions of fwupd.
    - Do not show an error for a remote-less flatpakref
      application.
    - Don't refine PackageKit packages after we've been cancelled.
    - Fix a possible crash on 32 bit systems.
    - Fix GNOME Shell search results for snap applications.
    - Properly disable shell-extensions when not running GNOME
      Shell.
  + Updated translations.

-------------------------------------------------------------------
Tue Aug 22 15:30:49 UTC 2017 - zaitor@opensuse.org

- Update to version 3.25.91:
  + Add a simple donation button on the details page.
  + The following bugs are also fixed:
    - Allow plugins to say that installation cannot be cancelled.
    - Fix displaying the info bar for the Shell Extensions
      category.
    - Use first featured snap as the featured app.
  + Updated translations.

-------------------------------------------------------------------
Wed Aug 16 07:34:02 UTC 2017 - dimstar@opensuse.org

- Update to version 3.25.90:
  + Add a simple donation button on the details page.
  + Do not crash if the child schema is invalid.
  + Don't log a warning when clicking the the 'more results' search
    entry.
  + Fixed subcategory names localization.
  + Ensure flatpak remote names are valid.
  + Fix critical warning with new versions of the fwupd daemon.
  + Updated translations.

-------------------------------------------------------------------
Sat Jul 22 09:26:37 UTC 2017 - zaitor@opensuse.org

- Update to version 3.25.4:
  + Add new rpm-ostree integration for Fedora Atomic Workstation.
  + Install the Flatpak runtime as part of the application install
    phase.
  + Split OS updates up into multiple sections and show the target
    version.
  + Support compatibility IDs when getting reviews from the ODRS.
  + Cancel plugin jobs if they take too much time.
  + Correctly find already installed flatpak runtimes.
  + Do not show an error for a flatpakref when broken remotes
    exist.
  + Don't show the screenshot section for runtimes.
  + Fix authentication prompt not showing when using snapd.
  + Make license buttons buttons actually look clickable.
  + Make the review moderator panel easier to use.
  + Only show snaps as sandboxed if snapd supports confinement.
  + Respect the per-user or per-system install preferences.
  + Return the correct installed state for user/system flatpak
    remotes.
  + Updated translations.

-------------------------------------------------------------------
Mon Jun 26 06:46:14 UTC 2017 - zaitor@opensuse.org

- Update to version 3.25.3:
  + Add a banner designer utility.
  + Add the initial support to support purchasable apps.
  + Automatically install flatpak icon themes and GTK themes.
  + Restyle the updates panel to have a separate sections.
  + Show a notification in the updates page when the OS is end of
    life.
  + Show recently updated applications on the overview page.
  + Add snap self tests and provide more data to the details panel.
  + Allow compiling with newer versions of meson.
  + Do not crash when sending progress reports while refreshing.
  + Don't trigger systemd for every single offline update.
  + Ensure all related flatpak applications get installed.
  + Ensure we use the gnome-desktop support if enabled.
  + Fix searching for codecs on Ubuntu.
  + Show a better status messages when downloading metadata.
  + Show a pulsing progressbar if plugins do not report progress.
  + Show the PackageKit interactive dialog when required.
  + Support updating metadata from multiple fwupd remotes.
  + Updated translations.
- Pass -Denable-fwupd=false to meson, we do not have the needed
  fwupd in openSUSE.
- Test shipping gnome-software-local-file in GN again.

-------------------------------------------------------------------
Sat May 20 22:37:36 UTC 2017 - zaitor@opensuse.org

- Update to version 3.25.2:
  + Switch to meson buildsystem.
  + Allow AppStream to be downloaded out-of-band per-user.
  + Bugs fixed:
    - Do not initialize plugins in every instance.
    - Fix the 'Show Details' context menu item in GNOME Shell.
    - Use headerbar in toolbar-mode in Unity.
    - Do not allow plugins to set the origin title in the UI.
  + Updated translations.
- Add meson BuildRequires and switch autotools macros configure,
  make and makeinstall to meson, meson_build and meson_install
  following upstream switch to Meson build system.
- Following the the above: No longer pass disable-static,
  disable-firmware, enable-flatpak, enable-ostree, enable-rpm,
  enable-steam, enable-shell-extensions,
  disable-external-appstream, disable-tests to no longer existing
  configure, instead pass: enable-firmware=false,
  enable-ubuntu-reviews=false and enable-tests=false to meson
  macro. The "missing ones" are default on when building with
  meson.
- Add gtk-doc BuildRequires, needed now that we are using meson.
- No longer handle glib2_gsettings_schema_post(un) in post(un), no
  longer needed as filetriggers takes care of it.

-------------------------------------------------------------------
Mon May 15 10:49:05 UTC 2017 - zaitor@opensuse.org

- Update to version 3.24.3:
  + Fix a common crash when installing flatpakrepo files.
  + Show the headerbar in toolbar-mode when running in Unity.
  + Updated translations.

-------------------------------------------------------------------
Wed May 10 19:29:39 UTC 2017 - zaitor@opensuse.org

- Update to version 3.24.2:
  + Use the unique id of an AsApp when creating a GsApp in
    gs-appstream.
  + Prevent potential abuse of an app list in the plugin-loader.
  + trivial: Add one more dep to the example spec file.
  + Fix popular-overrides.
  + Add the complete flatpak source as a keyword.
  + Load the application keywords after the origin keywords have
    been added.
  + trivial:
    - Use the correct type when removing applications.
    - Correctly clear custom widget CSS if the metadata key is
      cleared.
    - Update the feature tile widget if the app name or summary
      changes.
    - Prevent critical warning when trying to parse an invalid
      URI.
    - Update more tile widgets if the app name or summary change.
  + Fix destdir!=srcdir when running the flatpak tests.
  + Fix callback for gs_plugin_loader_url_to_app_async, fixing
    small memory leak.
  + shell-extensions: Use static URI to fetch extensions data.
  + Fix building the external-appstream plugin.
  + Do not show the origin comment in the details page.
  + Do not abort if a page does not handle the reload vfunc.
  + Updated translations.

-------------------------------------------------------------------
Mon Apr 24 17:06:17 UTC 2017 - dimstar@opensuse.org

- Update to version 3.24.1:
  + Fall back to a stock icon for hardware drivers.
  + Fix a crash when removing an addon.
  + Respect the user/system preference when installing flatpakref
    files.
  + Make offline update triggering work when online updates are
    available.
  + Never include the size of the runtime in the installed size.
  + Use the developer name if set in preference to the project
    group.
  + Never show a remote snapd error in the authentication dialog.
  + Only auto-add snap provenance when running on Ubuntu.
  + Updated translations.

-------------------------------------------------------------------
Mon Mar 20 21:00:58 UTC 2017 - dimstar@opensuse.org

- Update to version 3.24.0:
  + Do not assume 'in AppStream' means 'is available'.
  + Updated translations.

-------------------------------------------------------------------
Mon Mar 13 17:51:18 UTC 2017 - dimstar@opensuse.org

- Update to version 3.23.92:
  + Allow installing broken flatpakref files.
  + Do not reload the updates list when updates are in progress.
  + Reset the headerbar title when switching to the details page.
  + Unconditionally show things that are in progress in the
    Installed page.
  + Updated translations.
- Pass --disable-tests to configure: enabling the tests would
  require flatpak 0.9.1, which is not yet ready.

-------------------------------------------------------------------
Mon Feb 27 16:59:17 UTC 2017 - dimstar@opensuse.org

- Update to version 3.23.91:
  + Add support for RuntimeRepo in flatpakref files.
  + Allow the user to restart the currently running gnome-software
    instance.
  + Never show components without AppData files.
  + Initialize progress to zero right before and after processing
    an action.
  + Animate the removal of live updates.
  + Add YaST as a default folder in gnome-shell overview.
- Drop gnome-software-add-default-yast-appfolder.patch: merged
  upstream.
- Add pkgconfig(valgrind) BuildRequires: new depdenency.

-------------------------------------------------------------------
Wed Feb 15 09:12:22 UTC 2017 - dimstar@opensuse.org

- Update to version 3.23.90:
  + Handle apt and snap URLs.
  + Show the updates panel with sections.
  + Sort the apps in the installed panel by kind.
  + Add a more detailed error message when AC power is required.
  + Do not hardcode the gnome-software application name.
  + Ensure firmware is downloaded when not cached.
  + Fix a rather large memory leak when loading Steam data.
  + Fix launching Flatpak apps after updating.
  + Install needed Flatpak runtimes when updating an app.
  + Only show the scary firmware warning for removable devices.

-------------------------------------------------------------------
Tue Jan 17 10:18:23 UTC 2017 - dimstar@opensuse.org

- Update to version 3.23.3:
  + Add an --install and --interaction CLI options.
  + Add the installed size of the apps in the installed view.
  + Always set a description for each notification.
  + Show an in-app notification when installed plugins are changed.
  + Use a set of stars to show the different star ratings.
  + The following bugs are also fixed:
    - Add a missing error check to fix a common crash on LiveDVD
      media.
    - Add thread locking in GsApp to fix some common crashes.
    - Allow upgrading to Fedora EOL releases.
    - Don't allow review actions when offline.
    - Ensure we actually schedule firmware updates for download.
    - Fix the getting of PackageKit and flatpak update details.
    - Hide some notifications when the new app is launched or the
      window is closed.
    - Hide the screenshot placeholder for input methods and
      langpacks.

-------------------------------------------------------------------
Tue Jan 17 10:18:22 UTC 2017 - dimstar@opensuse.org

- Update to version 3.23.2:
  + Add a setting for downloading updates on metered connections.
  + Add content rating interface for games.
  + Add support for pending updates that are applied on demand.
  + Add support for the flatpak DefaultBranch feature.
  + Allow showing an application review without a display name.
  + Convert the modal failure dialogs to in-app notifications.
  + Switch to using the ODRS server hosted by GNOME.
  + Bugs fixed:
    - Always get the newest screenshot for GNOME Shell extensions.
    - Avoid redownloading the same screenshots for different
      images.
    - Don't download updates when low on power.
    - Fix the growth in memory usage for every search request.
    - Never show a 'back' button when showing search results.
    - Show the search bar when the user does ctrl+f.
  + Updated translations.
- Pass --disable-external-appstream to configure: this is broken
  by design.

-------------------------------------------------------------------
Tue Jan 17 10:18:21 UTC 2017 - zaitor@opensuse.org

- Update to version 3.22.5:
  + Fix local package installation.
  + Fix codec and printer driver installation for packages without
    appdata.
  + Fix update notes to show up on the Updates page.
  + Add support for "+" operator at the end of SPDX license
    identifiers.
  + Only show the scary firmware warning for removable devices.
  + Various fixes for flatpak support.
  + Fix several potential crashers.
  + Updated translations.

-------------------------------------------------------------------
Thu Dec  8 14:18:19 UTC 2016 - zaitor@opensuse.org

- Update to version 3.22.4:
  + Add locking to GsApp to fix hard-to-debug thread related
    crashes.
  + Fix various top crashers listed on Fedora's retrace server.
  + Fix an issue that caused app addon install/removal to get
    triggered without user interaction.
  + Make flatpakref installation work.
  + Hide review buttons when there's no internet connection.
  + Updated translations.

-------------------------------------------------------------------
Thu Dec  1 16:18:05 UTC 2016 - zaitor@opensuse.org

- Update to version 3.22.3:
  + Misc. fixes to the search results page.
  + Misc. flatpak bug and crasher fixes.
  + Correctly raise the codec search window under the Wayland
    session.
  + Improve spinner state handling on the updates page.
  + Make it possible to upgrade two Fedora versions at a time.
  + Fix a memory leak with every search request.
  + Don't show screenshot placeholder for add-ons that can't have
    screenshots.
  + Show an error if the screenshot download fails.
  + Get the screenshot metadata from the GNOME Shell Extension JSON
    data.

-------------------------------------------------------------------
Mon Nov  7 21:16:59 UTC 2016 - dimstar@opensuse.org

- Update to version 3.22.2:
  + Large number of fixes and improvements for flatpak support.
  + Improved handling for flatpak repos with multiple branches.
  + Initial support for installing flatpakrepo files.
  + Fix a crash when searching for codecs.
  + Fix a crash when de-duplicating applications.
  + Speed improvements for loading appstream data.
  + Refactor snapd handling code using snapd-glib.
  + Show the search bar when the user does Ctrl+f.
  + Updated translations.

-------------------------------------------------------------------
Wed Oct 12 09:30:30 UTC 2016 - zaitor@opensuse.org

- Add pkgconfig(flatpak) BuildRequires and pass --enable-flatpak to
  configure now that we have flatpak in openSUSE.
- Drop pkgconfig(xdg-app) BuildRequires: No longer needed as
  flatpak is now in place.

-------------------------------------------------------------------
Wed Oct 12 08:30:30 UTC 2016 - zaitor@opensuse.org

- Update to version 3.22.1:
  + Fix several issues with flatpak bundles.
  + Fix installing local packages.
  + Fix a crash when failing to get an installed flatpak ref.
  + Speed up loading the details and overview pages.
  + Switch to using the ODRS server hosted by GNOME.
  + Updated translations.

-------------------------------------------------------------------
Mon Sep 19 15:26:17 UTC 2016 - dimstar@opensuse.org

- Update to version 3.22.0:
  + Updated translations.

-------------------------------------------------------------------
Wed Sep 14 07:53:34 UTC 2016 - zaitor@opensuse.org

- Update to version 3.21.92:
  + Add a new section name in the Addons category for drivers.
  + Add a plugin to match a hardware modalias.
  + Do not hide the origin when installing or removing an app.
  + Do not show the screenshot fallback image for firmware or
    drivers.
  + Fix launching app's details from the installed notification.
  + Fix showing the source line in the installed panel.
  + Unbreak the GNOME Shell search provider.
  + Use the same padding as a GtkStackSwitcher.
  + Updated translations.
- Add pkgconfig(gudev-1.0) BuildRequires: Build GUDev support.

-------------------------------------------------------------------
Wed Aug 31 10:26:22 UTC 2016 - dimstar@opensuse.org

- Update to version 3.21.91:
  + Add functionality to enable non-free sources
  + Show the device bootloader screenshot when required
  + The following bugs are also fixed:
    - Always return consistent results by allowing plugins to share
      a cache.
    - Ensure the search text is showing when going back to search
      results.
    - Only enable the firmware 'Install' button when the device is
      in the right mode.
    - Remove an app from the installed view when it's uninstalled.
    - Show percentage progress when installing firmware.
  + Updated translations.

-------------------------------------------------------------------
Tue Aug 16 12:51:11 UTC 2016 - dimstar@opensuse.org

- Update to version 3.21.90:
  + Trivial bugfixes.
  + Updated translations.

-------------------------------------------------------------------
Mon Aug 15 12:14:39 UTC 2016 - dimstar@opensuse.org

- Update to version 3.21.4:
  + Add a cancel button and progress information to the details
    page.
  + Add a dialog to confirm upgrade removals.
  + Add support for authenticating in plugins.
  + Add support for snaps.
  + Enable gtk-doc generation for documentation.
  + Show a new-style category list on the overview page.
  + Show origin information when applications are available from
    multiple sources.
  + Show sandboxing information for selected applications.
  + Show the star ratings in more places.
  + Support installing .flatpakrepo files.
  + Support launching applicatins using a appstream:// URL.
  + Bugs fixed:
    - Allow plugins to be enabled and disabled at runtime.
    - Always show the 'MyLanguage' kudo when in en_US locale.
    - Correctly trigger systemd offline updates when only
      processing OS updates.
    - Disable app folders feature when run outside GNOME.
    - Do not show buttons on the search results.
    - Do not use deprecated CSS properties.
    - Do not use deprecated fwupd API.
    - Ensure reviews are shown in the correct order.
    - Fix a crash when double clicking files.
    - Fix several UX issues when upgrading.
    - Show the 'More Reviews' button in the details panel.
    - Try really hard to have two rows of important categories.
  + Updated translations.
- Add pkgconfig(libsecret-1) BuildRequires: new dependency.
- Bump gs_plugin_api to 11, following upstream.
- Drop pkgconfig(xdg-app) BuildRequires: xdg-app is no longer
  supported, this is now formally called flatpak.
- Drop gs-Fix-underlinking.patch: fixed upstream.
- Remove gnome-common BuildRequires and call to autoreconf as there
  is no patch left touching the build system.

-------------------------------------------------------------------
Thu Jul 14 03:21:02 UTC 2016 - zaitor@opensuse.org

- Update to version 3.21.2:
  + Add a --details-pkg option to the gnome-software binary.
  + Add support for flatpak packages.
  + Add a plugin to auto-add some license information.
  + Add depends, requires and conflicts at initialize time.
  + Add support for application key colors.
  + Export a set of headers to allow external plugins to be built.
  + Bugs fixed:
    - Do not crash if plugins are badly behaved.
    - Do not directly load pixbufs in the AppStream plugin.
    - Do not unconditionally invalidate the updates list on
      hardware hotplug.
    - Find the best AppSteam component when matching any prefixes.
    - Fix crash due to network change before app activation.
    - Fix launching various KDE4 applications.
    - Support getting cached content from /var/cache and
      /usr/share.
  + Updated translations.
- Rebase gs-Fix-underlinking.patch.
- Drop gnome-software-icon-crash.patch: Fixed upstream.
- Split out new devel sub-package, gnome-software now have header
  files and pkgconfig file.

-------------------------------------------------------------------
Thu Jul 14 03:21:01 UTC 2016 - zaitor@opensuse.org

- Update to version 3.21.1:
  + Add an initial loading panel when there is no metadata
  + Add an outline ostree plugin that just adds remotes as sources.
  + Add an unreviewable application quirk.
  + Add initial Steam support.
  + Add support for app shortcut addition/removal.
  + Add support for GNOME Shell extensions.
  + Allow free-but-unspecified SPDX tokens.
  + Allow widgets to use custom CSS in a generic way.
  + Do the PackageKit refresh as a background transaction.
  + Hide "Software Sources" menu when its action is disabled.
  + Make the distro upgrades dialog match the new mockup.
  + Split the 'size' property into size-installed and
    size-download.
  + Use a link instead of a button for history.
  + Use AppStream files for the popular, featured and extra
    category data.
  + Use dpkg-deb info to create a GsApp when double clicking on a
    .deb file.
  + Use FwupdClient from fwupd 0.7.0.
  + Use GdkPixbuf to parse icns files.
  + Use gsettings to enable/disable the 'sources' action.
  + Use the Fedora themed image for the upgrade banner.
  + When there are no trusted sources mark everything as
    non-3rd-party.
  + Bugs fixed:
    - Actually show the error dialog for an invalid file.
    - Allow all functions called by g_module_symbol() to fail.
    - Allow popular and featured apps to match any prefix.
    - Do not maintain a cache of applications in the plugin loader.
    - Do not re-request the distro-upgrade when switching pages.
    - Do not show ratings and reviews for some component kinds.
    - Do not show the distro-upgrade notification if the window is
      open.
    - Do not use the header bar on Unity.
    - Fix a crash when double clicking package files.
    - Fix live installing firmware.
    - Get the correct icon size when installing xdg-app bundles on
      HiDPI.
    - Hide the kudo details panel for non desktop components.
    - Load screenshots directly if their URLs point to local files.
    - Lower the limits for review text.
    - Make the provenance plugin non-specific to Fedora.
    - Move header bar button creation into individual pages.
    - Move the Install & Restart button below the upgrade banner.
    - Only show the session manager restart if there were any
      non-live updates.
    - Properly support multi-line .deb descriptions.
    - Show a 'Install All' button when all the updates can be
      installed live.
    - Show a modal dialog when downloading the distro-upgrade
      failed.
    - Show the upgrades banner even if there are no updates to
      show.
    - Use a cache file to respect the fedora-distro-upgrades
      cache-age.
    - Use GFile instead of a filename when converting apps.
- Pass --enable-ostree, --enable-rpm, --enable-steam and
  --enable-shell-extensions to configure to ensure we build support
  for these.
- Drop gs-compile-against-old-appstream-glib.patch,
  gs-Fix-xdg-app-build.patch and gs-Fix-a-possible-crasher.patch:
  Fixed upstream.
- Add pkgconfig(rpm) BuildRequires: New dependency.

-------------------------------------------------------------------
Wed Jul 13 12:37:52 UTC 2016 - zaitor@opensuse.org

- Update to version 3.20.4:
  + Always show the 'MyLanguage' kudo when in en_US locale.
  + Disable app folders feature when run outside GNOME.
  + Fix an issue with launching Epiphany web-apps.
  + Fix a number of issues with Fedora system upgrades.
  + Fix a possible crash when download-updates setting is changed.
  + Improve styling of software reviews and kudos.
  + Make the app folder dialog work again.
  + Support launching appstream://id.
  + Updated translations.
- Drop gnome-software-fix-app-folders.patch: Fixed upstream.

-------------------------------------------------------------------
Wed Jun 15 15:38:53 UTC 2016 - zaitor@opensuse.org

- Add gnome-software-fix-app-folders.patch: Fix regression in
  app-folders. Patch from upstream stable branch (boo#979570).

-------------------------------------------------------------------
Sat May 28 19:30:40 UTC 2016 - zaitor@opensuse.org

- Update to version 3.20.3:
  + Fix several issues with system upgrades.
  + Fix several issues with the Ubuntu reviews dialog.
  + Fix an issue that caused incorrect package versions to be shown
    in the update panel.
  + Fix an issue that caused offline updates to not start under
    certain conditions.
  + Updated translations.
- Drop gs-compile-against-old-appstream-glib.patch,
  gs-Fix-underlinking.patch, gs-Fix-xdg-app-build.patch and
  gs-Fix-a-possible-crasher.patch: Fixed upstream.
- Following the above drop gnome-common BuildRequires and
  autoreconf call, we no longer have patches touching the
  buildsystem.

-------------------------------------------------------------------
Wed May 18 16:46:03 UTC 2016 - zaitor@opensuse.org

- Add commits from upstream fixing various issues:
  + gs-Fix-underlinking.patch: Fix underlinking in the
    packagekit-origin plugin.
  + gs-Fix-xdg-app-build.patch: Fix the xdg-app build.
  + gs-Fix-a-possible-crasher.patch: Fix a possible crash in review
    ratings.
- Add gnome-common BuildRequires, and pass autoreconf since two of
  the above patches touch the buildsystem.

-------------------------------------------------------------------
Mon Apr 25 14:25:43 UTC 2016 - zaitor@opensuse.org

- Update to version 3.20.2:
  + 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.
  + Fix several issues when running on Unity.
  + 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.
  + Updated translations.
- Add gs-compile-against-old-appstream-glib.patch: Fix build
  against the appstream-glib we currently have, patch from
  upstream git.

-------------------------------------------------------------------
Tue Apr 12 08:45:22 UTC 2016 - dimstar@opensuse.org

- Update to version 3.20.1:
  + Do not make the ODRS functionality depend on xdg-app.
  + Fix live installing firmware.
  + Support unlocking fwupd devices.
  + Updated translations.
- Drop gnome-software-PK-updates.patch: it has been disabled for
  two years.

-------------------------------------------------------------------
Mon Apr 11 22:06:54 UTC 2016 - mgorse@suse.com

- Add gnome-software-icon-crash.patch: fix crash when unable to
  find icon (boo#974806 bgo#764921).

-------------------------------------------------------------------
Mon Mar 21 14:42:27 UTC 2016 - dimstar@opensuse.org

- Update to version 3.20.0:
  + Actually show the error dialog for an invalid file.
  + Fix a crash when double clicking package files.
  + Remove placeholder text from application details label.

-------------------------------------------------------------------
Mon Mar 14 18:45:42 UTC 2016 - dimstar@opensuse.org

- Update to version 3.19.92:
  + Allow all plugin functions to fail gracefully.
  + Hide the kudo details panel for non-desktop components.
  + Lower the limits for review text.
  + Do not show ratings and reviews for some component kinds.
  + Fix showing Ubuntu-specific reviews.
  + Get the correct icon size when installing bundles on HiDPI.
  + Never show star ratings on the category app tiles.
  + Only show one modal dialog at a time.
  + Updated translations.
- Bump gs_plugin_api to 9, following upstream.

-------------------------------------------------------------------
Tue Mar  1 10:07:58 UTC 2016 - zaitor@opensuse.org

- Update to version 3.19.91:
  + Add an 'All' subcategory in the category shell.
  + Add ratings and review functionality for Ubuntu.
  + Install the xdg-app runtime as required automatically.
  + Show a confirmation dialog before reporting a review.
  + Show a guide label for the different star values.
  + Support installing local xdg-app bundles.
  + Correctly identify local packages with sources.
  + Do not add multiple search results for the same app.
  + Do not show xdg-app runtimes in the installed panel.
  + Escape markup before showing modal dialogs.
  + Updated translations.
- Add pkgconfig(gdk-pixbuf-2.0) BuildRequires: New dependency.
- "Reactivate" suse_update_desktop_file that got disabled by a
  mistake.
- Drop gnome-software-nouser-proxy.patch: Upstream only passes
  proxy settings on if polkit is preconfigured to authorize it.

-------------------------------------------------------------------
Tue Feb 16 09:51:54 UTC 2016 - dimstar@opensuse.org

- Update to version 3.19.90:
  + Add end-user application review functionality.
  + Add support for upgrading the OS from one release to another.
  + Add support for xdg-app and Limba bundles.
  + Add tags to applications, and explain them in the details page.
  + Update the list of featured applications on the front page.
  + The following bugs are also fixed:
    - Add a missing tag to the software center metadata file.
    - PackageKit support is now optional.
    - Temporarily remove the remove button in the sources dialog.
    - Use versioned user cache directories to pick up new
      screenshots.
  + Updated translations.
- Add pkgconfig(gtkspell3-3.0) BuildRequires: new dependency.
- Add pkgconfig(xdg-app) BuildRequires: new optional dependency.
- Drop gnome-software-fix-screenshots.patch: fixed upstream.
- Rebase gnome-software-nouser-proxy.patch.

-------------------------------------------------------------------
Tue Feb  2 09:49:07 UTC 2016 - zaitor@opensuse.org

- Add gnome-software-fix-screenshots.patch: Fix clashing screenshot
  names (bgo#761434).

-------------------------------------------------------------------
Mon Jan 18 13:30:47 UTC 2016 - dimstar@opensuse.org

- Update to version 3.19.4:
  + Use PackageKits distro-upgrade feature.
  + Updated translations.
- Add pkgconfig(json-glib-1.0) BuildRequires: new dependency.

-------------------------------------------------------------------
Thu Nov  5 13:12:13 UTC 2015 - zaitor@opensuse.org

- Update to version 3.18.3:
  + Use the correct user agent string when downloading firmware.
  + Fix a crash in the limba plugin.
  + Fix installing web applications.
  + Updated translations.

-------------------------------------------------------------------
Thu Oct 15 12:40:52 UTC 2015 - zaitor@opensuse.org

- Update to version 3.18.2:
  + Fix a regression in 3.18.1 that could lead to the background
    update monitor never finding any updates.
  + Fix an issue with getting package details for apps without
    AppData.
  + Updated translations.

-------------------------------------------------------------------
Tue Oct 13 12:55:58 UTC 2015 - zaitor@opensuse.org

- Update to version 3.18.1:
  + Do not force the cache refresh and delete otherwise valid
    packages.
  + Fix several potential crashes when navigating and when
    installing.
  + Get the new application icon for local packages after
    installation.
  + Improve cold start time by only parsing AppStream data once.
  + Make sure Characters and Disks show up in Utilities.
  + Only download the fwupd metadata signature once per day.
  + Show an empty space for no category results.
  + Show applications without AppData in the installed panel.
  + Updated translations.

-------------------------------------------------------------------
Fri Oct  9 08:28:44 UTC 2015 - zaitor@opensuse.org

- Add missing %{name}-lang Recommends: We want translations!

-------------------------------------------------------------------
Mon Sep 21 11:43:20 UTC 2015 - dimstar@opensuse.org

- Update to version 3.18.0:
  + Updated translations.

-------------------------------------------------------------------
Wed Sep 16 07:51:38 UTC 2015 - dimstar@opensuse.org

- Update to version 3.17.92:
  + Fix getting firmware updates by parsing the metadata correctly.
  + Make the application menu path correct in RTL locales.
  + Don't keep the application running forever when run as a search
    provider.
- Rebase gnome-software-nouser-proxy.patch.

-------------------------------------------------------------------
Thu Sep  3 19:24:39 UTC 2015 - zaitor@opensuse.org

- Update to version 3.17.91:
  + Better theming for the category sidebar.
  + Use standard size icon in the about dialog.
  + Support mouse back button for going back in dialogs.
  + Fix incorrect alignment on the front page in RTL languages.
  + Misc other minor bugs fixed.
  + Updated translations.

-------------------------------------------------------------------
Wed Sep  2 12:47:18 UTC 2015 - dimstar@opensuse.org

- Do not ship gnome-software-local-file.desktop: gnome-software is
  not yet able to handle local RPM files on openSUSE (boo#941862).

-------------------------------------------------------------------
Wed Aug 19 19:45:33 UTC 2015 - zaitor@opensuse.org

- Update to version 3.17.90:
  + extras: Correct the plural version of a translatable string.
  + trivial: Update a translator comment.
  + Remove margins in the Add to Folder and Updates dialogs.
  + Correctly align labels and checkmarks in the Add to Folder
    dialog.
  + offline updates: Use CSS to style the error message details.
  + menu spec plugin: Use context to translate subcategory titles.
  + Updated translations.

-------------------------------------------------------------------
Thu Aug 13 00:03:59 UTC 2015 - zaitor@opensuse.org

- Update to version 3.17.3:
  + Improvements:
    - Add basic support for Limba bundles.
    - Automatically download new firmware metadata from LVFS.
    - Hide updates UI on managed systems.
    - Show a new notification when security updates remain
      unapplied.
    - Show installation progress when installing applications.
    - Use some new applications to the picked category.
  + Bugs fixed:
    - Do not show applications that are not available when
      searching by category.
    - Don't crash when launching an app that has no desktop ID.
    - Don't show applications without AppData in the category view.
    - Fix a possible race and crash when loading icons.
    - Fix locking in the AppStream code to fix several crashes.
    - Use better error messages on offline update failure.
    - Withdraw the notification when prepared update gets
      invalidated.
  + Updated translations.

-------------------------------------------------------------------
Mon Aug  3 13:13:13 UTC 2015 - zaitor@opensuse.org

- Update to version 3.17.2:
  + Improvements:
    - Port to SoupSession.
    - Make fwupd dependency automagic.
  + Bugs fixed:
    - Fix a regression from the previous unstable release that made
      it impossible to install updates.
    - Fix a crash in the screenshot loader.
    - Fix a crash in the sources dialog.
    - Fix a crash when installing rpms that lack description.
    - Wrap long descriptions in the update dialog.
  + Updated translations.

-------------------------------------------------------------------
Mon Aug  3 13:12:13 UTC 2015 - dimstar@opensuse.org

- Update to version 3.17.1:
  + Support getting firmware updates through the fwupd daemon.
  + Use a smaller number of tiles on the front page on small
    monitors.
  + Rework internal modulesets, making it easier to edit the list
    of featured apps.
  + Revert back to using a hand-picked list of featured apps.
  + Several improvements to the sources dialog.
  + Show better human readable names when searching for font
    scripts.
  + Show a spinner while loading the data for the update history
    dialog.
  + Updated translations.
- Bump gs_plugin_api to 8, following upstream.
- Add iso-codes requires: new runtime dependency.
- Pass --disable-firmware to configure for now: we do not yet have
  the dependencies available.

-------------------------------------------------------------------
Mon Aug  3 13:11:13 UTC 2015 - zaitor@opensuse.org

- Update to version 3.16.5:
  + Show installation progress when installing apps.
  + Several improvements to featured app banners.
  + Fix a possible crash when launching an installed app.
  + Update the styling of the history dialog to make sure
    unclickable rows don't appear clickable.
  + Make sure apps that aren't installable are properly hidden in
    the category view.
  + Fix an issue that caused "Source: Unknown" to be shown in the
    app details view.

-------------------------------------------------------------------
Sun Jun 14 21:42:33 UTC 2015 - zaitor@opensuse.org

- Update to version 3.16.4:
  + Fix a frequent crash in appstream plugin.
  + Fix a critical warning when opening the app folder dialog.
  + Fix a possible crash when changing the download-updates option
    in gsettings.
  + Hide updates UI on managed systems.
  + Improve the error dialog for failed offline updates.
  + Workaround text coming up as selected in the updates dialog.
- Add pkgconfig(polkit-gobject-1) BuildRequires: New dependency.

-------------------------------------------------------------------
Fri Jun  5 19:35:47 UTC 2015 - zaitor@opensuse.org

- Update to version 3.16.3:
  + Fix a crash in the screenshot loader.
  + Fix a crash when installing rpms that lack description.
  + Fix a crash under Wayland when installing codecs.
  + Avoid scaled up fonts on non-hidpi displays.
  + Wrap long descriptions in the update dialog.
  + Reduce network timeouts to one minute.
  + Several improvements to the sources dialog.
  + Show better human readable names when searching for font
    scripts.
  + Updated translations.
- Add iso-codes Requires: New runtime dependency.

-------------------------------------------------------------------
Tue May 12 11:03:06 UTC 2015 - zaitor@opensuse.org

- Update to version 3.16.2:
  + Remove redundant OK button from the updates installed
    notification.
  + Display a better human readable title for printer drivers.
  + Show a better UI for offline update failure dialog.
  + Set default actions for the update done notifications.
  + Allow searching for packages via the API without appdata.
- Remove HighContrast %icon_theme_cache_post(un) calls, as Symbolic
  icons have replaced them.

-------------------------------------------------------------------
Wed Apr 15 07:18:43 UTC 2015 - dimstar@opensuse.org

- Update to version 3.16.1:
  + Correctly save HiDPI images to HiDPI directories.
  + Scroll the contents of the error message dialog.
  + Updated translations.

-------------------------------------------------------------------
Mon Mar 23 11:47:52 UTC 2015 - dimstar@opensuse.org

- Update to version 3.16.0:
  + Updated translations.

-------------------------------------------------------------------
Mon Mar 16 10:15:03 UTC 2015 - dimstar@opensuse.org

- Update to version 3.15.92:
  + This unstable release adds the following features:
    - React to theme changes.
    - Rebase the HighContrast theme.
  + This release fixes the following bug:
    - Fix HiDPI scale factor calculation.
    - Align section headings in all views.
    - Fix 'installed' overlays when using the HighContrast theme.
    - Fall back to showing the top level category when no sub
      category exists.
    - Fix a crash when using the pending applications feature.
  + Updated translations.

-------------------------------------------------------------------
Tue Mar  3 00:20:44 UTC 2015 - dimstar@opensuse.org

- Update to version 3.15.91:
  + Enable kinetic scrolling in updates dialog.
  + This release fixes the following bug:
    - Always ensure that the back entry focus widget is valid.
    - Don't show small screenshots on HiDPI hardware.
    - Fix a crash when starting GNOME Software for the first time.
    - Only show compatible projects when getting the featured
      list.

-------------------------------------------------------------------
Fri Feb 27 16:09:27 UTC 2015 - dimstar@opensuse.org

- Update to version 3.15.90:
  + Add a new panel for displaying session service results.
  + Add a new version of the Modify interface.
  + Require AppData for all available packages.
  + Use the new mockups for the 3rd party source install dialogs.

-------------------------------------------------------------------
Fri Feb 27 16:09:26 UTC 2015 - dimstar@opensuse.org

- Update to version 3.15.4:
  + Add support for unavailable packages.
  + Use new API from libappstream-glib for tokenizing the search
    string.
  + Bugfixes:
    - Add some more prefer-GTK rules for applications that ship
      both.
    - Delay the updates-changed notification for a few seconds.
    - Do case-insensitive searching of suitable keywords.
    - Fix color of add button on add to app folder dialog.
    - Fix searching for keyworks with special chars.
    - Update Inkscape featured splash.
    - Use an AsIcon internally to simplify a lot of complex code.
  + Updated translations.
- Rebase gnome-software-add-default-yast-appfolder.patch and
  gnome-software-nouser-proxy.patch.

-------------------------------------------------------------------
Fri Feb 27 16:09:25 UTC 2015 - zaitor@opensuse.org

- Update to version 3.15.2:
  + Updated translations.

-------------------------------------------------------------------
Fri Feb 27 16:09:24 UTC 2015 - zaitor@opensuse.org

- Update to version 3.14.3 (boo#916784):
  + Bugfix:
    - Fix several possible crashes when clicking the back button.
    - Fix a crash in the screenshot loader.
    - Show an error message when we fail to load details about a
      local file.
    - Make sure back button always leads back to overview.
  + Updated translations.

-------------------------------------------------------------------
Thu Nov 13 09:32:21 UTC 2014 - zaitor@opensuse.org

- Update to version 3.14.2:
  + New Features:
    - Add the origin as a keyword if it's not the majority source.
    - Support the LOCAL AppStream icon type.
  + Bugfix:
    - Do not fail to get popular apps if the AppStream data is
      invalid.
    - Do not show a random white line above the star rating widget.
    - Do not show empty app boxes if no popular results are
      available.
    - Do not try to download local web-app icons.
    - Fix screenshot loading with --details.
    - Use blue stars for the user-ratings rather than yellow/gold.

-------------------------------------------------------------------
Thu Oct 30 10:24:58 UTC 2014 - dimstar@opensuse.org

- Split libzypp-plugin-appdata out of gnome-software to be able to
  easier maintain updates.

-------------------------------------------------------------------
Mon Oct 13 18:14:32 UTC 2014 - zaitor@opensuse.org

- Update to version 3.14.1:
  + New Features:
    - Load 128x128 icons if they are installed on HiDPI hardware.
    - Try to load HiDPI screenshots on HiDPI hardware.
  + Bugfix:
    - Always load the fallback icon at 64x64 size.
    - Avoid flickering the spinner during find-as-you-type.
    - Avoid restarting spinner animation when repeatedly calling
      start.
    - Clear all existing applications if the store was invalidated.
    - Destroy the sources dialog when it's closed.
    - Disable text shadow for the updates counter label.
    - Don't allow cancelling appstream plugin plugin startup.
    - Don't crash when the moduleset data is not yet installed.
    - Don't ignore duplicate searches.
    - Don't show addons that are in unavailable state.
    - Don't warn for cancelled operations.
    - First run dialog nonresizable and corrected margins.
    - Fix a race with displaying results from shell search
      provider.
    - Make --details work again.
    - Make search cancelling quicker.
    - Plug a leak when adding apps to the list of updates.
    - Plug a memory leak when refining addons.
    - Reload the all the shells when the AppStream metadata
      changes.
  + Updated translations.
- Bump gs_plugin_api to 7, following upstream.

-------------------------------------------------------------------
Tue Oct  7 09:04:24 UTC 2014 - dimstar@opensuse.org

- Add gnome-software-nouser-proxy.patch: Do not pass proxy settings
  between user session and packagekitd. openSUSE does not grant the
  required polkit privileges, as user settings should not have an
  impact on the package manager in our view. The proxy settings for
  packagekitd are handled by libzypp/libproxy and are loaded from
  yast proxy settings.

-------------------------------------------------------------------
Mon Oct  6 08:58:25 UTC 2014 - dimstar@opensuse.org

- Make libzypp-plugin-appdata a noarch package (It's a shell script
  only).
- Enhance InstallAppdata.sh to correct permissions in
  /usr/share/app-info/icons: some app-icons.tar.gz seem to carry
  too restrictive permissions.

-------------------------------------------------------------------
Sat Oct  4 18:10:23 UTC 2014 - badshah400@gmail.com

- Add gnome-software-add-default-yast-appfolder.patch to add a
  YaST app-folder by default, in addition to existing app-folders
  Sundry and Utilities; fixes boo#897713.

-------------------------------------------------------------------
Sat Oct  4 14:16:53 UTC 2014 - dimstar@opensuse.org

- Move %lang_package before the definition of
  zypp-plugin-appstream to not confuse RPM with the redefined
  version of the subpackage.

-------------------------------------------------------------------
Sat Oct  4 11:09:19 UTC 2014 - dimstar@opensuse.org

- Split InstallAppdata.sh in an own package libzypp-plugin-appdata:
  other software centers might have to rely on this as well in the
  future.
- Add appstream-glib Requires and minimum version for libzypp to
  libzypp-plugin-appdata.

-------------------------------------------------------------------
Thu Oct  2 14:37:21 UTC 2014 - dimstar@opensuse.org

- Drop PackageKit-branding-upstream Requires: PK 1.0.0 got a major
  rework and dropped the DesktopFile database. So the 'openSUSE'
  branded package is good enough.
- Add InstallAppdata.sh: the script is executed by libzypp whenever
  some repos are refreshed. The script extracts the appstream data
  from the repo metadata and installs it into the 'well known'
  location on the file system (/usr/share/app-info).

-------------------------------------------------------------------
Tue Sep 23 10:01:30 UTC 2014 - dimstar@opensuse.org

- Update to version 3.14.0:
  + Bugfixes:
    - Fit better on 1024x768 screens.
    - Fix an issue that prevented closing the app folder dialog
      under certain circumstances.
  + Updated translations.

-------------------------------------------------------------------
Tue Sep 16 11:39:07 UTC 2014 - zaitor@opensuse.org

- Update to version 3.13.92:
  + New Features: Use the new PackageKit 1.0.0 'Offline' interface
    to do offline updates.
  + Bugfixes:
    - Fix a number of crashes that stemmed from us incorrectly
      using the gtk+ API from worker threads.
    - Don't use thread unsafe g_main_context_find_source_by_id.
    - Avoid crashing on kind changes on "core" apps.
    - Fix a crash when going back from Details view after having
      installed an app.
    - Improve the Installed page to not show duplicate entries
      after having refreshed updates.
    - Fix the gnome-software UI not showing up after using
      gnome-shell search.
    - Don't show core packages like kernel and glibc under Add-ons.
    - Remove unused PackageKit runtime-updates and search plugins.
    - When searching returns addons, return the application they
      extend.
    - ... and a number of other crasher and correctness fixes for
      various corner cases.
  + Updated translations.

-------------------------------------------------------------------
Sun Sep  7 13:09:42 UTC 2014 - zaitor@opensuse.org

- Update to version 3.13.91:
  + New Features: Support the new HighContrast kudo.
  + Bugfixes:
    - Avoid resizing tiles during initial front page load.
    - Improve the "Installed" label positioning on the front page
      tiles.
    - Do not use the GTK icon cache when loading AppStream icons.
    - Improve the category sidebar sizing.
    - Focus the search entry on keypress.
    - Make screenshot selection work again.
    - Reload pages in the software center when the updates cache is
      changed or when another tool touches the package database.
    - Improve robustness with the "Restart & Install" shutdown
      dialog.
    - Do not show QT versions of applications where a GTK version
      is available.
    - Remove the DesktopDB database plugin.
    - Fix compile for people using appstream-glib from git master.
    - Fix occasional search-as-you-type crash.
    - Do not create Epiphany webapps with double .desktop prefix.
    - Fix an issue that caused duplicate search results.
    - Sort by the search match value when displaying multiple apps.
    - Update hardcoded desktop file names after latest renames.
    - Allow translation of the 'and' and 'or' terms in the project
      license.
  + Updated translations.

-------------------------------------------------------------------
Tue Aug 19 10:33:37 UTC 2014 - dimstar@opensuse.org

- Update to version 3.13.90:
  + New Features:
    - Add a few more non-gnome games to the random list.
    - Add HighContrast icons.
    - Implement getting popular apps from a specific category.
    - Show popular games as a separate section in the landing page.
    - Show the star ratings in more places.
    - Suggest applications if other apps from the same source
      package are installed.
  + Bugfixes:
    - Add icon directory to theme search path.
    - Avoid a visible redraw when switching to the updates page.
    - Change the recommended apps category each day.
    - Do not fail to start when there is no network.
    - Drop deprecated use of stock icons.
    - Drop the use of deprecated margin-left/right.
    - Fix displaying screenshots of fonts, which do not have
      predictable sizes.
    - Fix the details layout when a package has a long licence
      string.
    - Make the category view sidebar match the mockup more closely.
    - Move install button to a more prominent place.
    - Never reuse a GCancellable to prevent a crash.
    - Refresh the details page after remove confirmation dialog.
    - Show a different message when downloading updates.
    - Update help strings for command line arguments.
    - Use CSS for tile styling.
    - Use GQueue for the back entry.
  + Updated translations.
- Build HighContrast icon cache in post/postun.
- Bump gs_plugin_api to 6, following upstream.

-------------------------------------------------------------------
Wed Jul 23 21:28:57 UTC 2014 - dimstar@opensuse.org

- Update to version 3.13.4:
  + New Features:
    - New first run dialog.
    - Automatically suggest new application picks based on a
      heuristic.
    - Improved screenshot resizing / padding / sharpening.
    - New --prefer-local command line option to test local appdata
      files.
  + Bugfix:
    - Update hardcoded desktop filenames.
    - Port gnome-software core to use several libappstream-glib
      data structures directly instead of duplicating them.
    - Adapt for spinner sizing changes in GTK+.
    - Fix the build with clang.
    - Use a valid icon size for the stop button in the updates
      page.
    - Fix a small memory leak in the AppStream plugin.
    - Support new-style AppStream kudos.
    - Award a Kudo if an application has perfect screenshots.
    - Never show installed software in the 'Picks' section.
    - Only show applications in 'Other' that did not match any
      other subcategories.
    - Add more desktop file keywords.
    - Misc. spelling and wording fixes.
  + Updated translations.
- Introduce gs_plugin_api %define, currently set to 4. Allow for
  easy change in line with configure.ac.

-------------------------------------------------------------------
Sat Jul 12 23:31:14 UTC 2014 - dimstar@opensuse.org

- Update to version 3.13.3:
  + New Features:
    - Support for application addons, available on app details
      page.
    - A new GSettings key that can be used for disabling automatic
      update downloads.
    - Added desktop file search keywords.
  + Bugfix:
    - Various fixes and improvements to update notifications.
    - Show system apps on the Installed page.
    - Improve the sorting order on the Installed page.
    - Show a placeholder when no update details are available.
    - update dialog: Show full version for updates.
    - Improve error handling for app install / removal.
    - Don't cancel the search when pressing enter too quickly.
    - Update theming for recent Adwaita changes.
    - Dogtail test suite fixes.
    - Do not log a warning when trying to parse MetaInfo files.
    - AppStream: Do not rely on X-Kudo-RecentRelease.
    - Some other minor bug fixes and internal restructuring.
- Changes from version 3.13.2:
  + New Features:
    - Implement search-as-you-type in the overview.
    - Make the project licenses hyperlinked to the SPDX site.
    - Move installed updates review to a dialog.
    - Support both old-style and new-style appdata files.
  + Bugfix:
    - Add Kalev to AUTHORS.
    - Add <project_license> to the AppData file.
    - app widget: Don't reserve space for buttons in the update
      viewing mode.
    - Break out common code for a list of updates in a separate
      class.
    - Depend on a new appstream-glib.
    - Don't show _Pending in the header.
    - Fix the formatting specifiers for the i386 build with newer
      GCCs.
    - GsApplication:
      . Cancel the cancellable on shutdown.
      . Don't stay running as a service when not asked to.
    - menu-spec: Fix translation of some categories.
    - Never put 'Complicated' in the license field.
    - Rename GsAppWidget to GsAppRow.
    - Replace deprecated gtk_widget_reparent use.
    - update dialog:
      . Draw a separator between listbox items.
      . Implement better back button state tracking.
      . Use a GtkStack instead of manually hiding widgets.
    - Use the AppData files in all of the datadirs.
- Changes from version 3.13.1:
  + New Features:
    - Add an extra star if the IBus component defines a symbol.
    - Add some more dogtail tests.
    - Load app-install data on Ubuntu systems.
    - Popular applications should imply a certain level of quality.
    - Port from GSimpleAsyncResult to GTask.
    - Port to using Appstream-Glib in the AppStream and AppData
      plugins.
    - Show an infobar with explanatory text for webapps.
    - Show the time we last checked for updates.
    - Update landing page 'Picks'.
    - Use a popover for the add folder subdialog.
    - Use package descriptions for applications on Ubuntu and
      Debian.
  + Bugfixes:
    - Add translation context in a number of places.
    - Always return valid results when using the shell search
      provider.
    - Always show the featured background gradient.
    - Bump minimum gtk+ version to 3.11.5.
    - Call g_set_prgname to set correct name for a11y tests.
    - Do not blacklist rpmfusion from the sources dialog.
    - Do not show 'Installed' on the app tile when actually
      installing.
    - Don't crash in the search provider for apps with missing
      icons.
    - Don't generate .service and .desktop file from config.status.
    - Fade in the loading spinner in the sources dialog.
    - Fix build with PackageKit < 0.9.1.
    - Fix showing recently installed updates.
    - Fix threadsafety issues with gtk icon theme use.
    - Grab focus to the entry in the app folder dialog.
    - Hide the screenshot widget when it cannot be loaded.
    - Improve display of recently installed updates.
    - Improve thread safety in the plugin loader.
    - Only show installed update notification once.
    - Only show non-empty folders in the shell.
    - Select newly created app folders.
    - Set an icon name for the main window.
    - Set the main window as the parent for error dialogs.
    - Show the repo name in the sources dialog.
    - Sort the results by kudo for the shell sort provider.
    - Update the last installed timestamp after successful offline
      updates.
    - Update URLs in the DOAP file.
    - Use a valid icon size for symbolic icons.
    - Use context to translate subcategory titles.
  + Updated translations.
- Add pkgconfig(appstream-glib) BuildRequires: new dependency.

-------------------------------------------------------------------
Sat May 17 13:16:03 UTC 2014 - zaitor@opensuse.org

- Update to version 3.12.2:
  + Bug fixes:
    - Don't show _Pending in the header.
    - Fix the guint64 formatting specifiers.
    - Fix translation of some menu-spec categories.
    - Select newly created folders.
  + Updated translations.

-------------------------------------------------------------------
Sat Apr 12 06:12:13 UTC 2014 - zaitor@opensuse.org

- Update to version 3.12.1:
  + Bug fixes:
    - Always return valid results when using the shell search
      provider.
    - Always show the featured background gradient.
    - Disable the GTK pixel cache due to rendering artifacts.
    - Do not show 'Installed' on the app tile when actually
      installing.
    - Don't crash the search provider for apps with missing icons.
    - Drop unused libnotify dep.
    - GsApp: Notify property changes in an idle callback.
    - Hide the last checked label if we haven't yet checked for
      updates.
    - Improve thread safety in the plugin loader.
    - Only show installed update notification once.
    - Show the repo name in the sources dialog.
    - Sort the results by kudo for the shell sort provider.
    - Use a valid icon size for symbolic icons.
    - Use context to translate subcategory titles.
  + Updated translations.
- Drop pkgconfig(libnotify) BuildRequires: No longer needed.

-------------------------------------------------------------------
Mon Mar 24 12:43:36 UTC 2014 - dimstar@opensuse.org

- Update to version 3.12.0:
  + Don't generate .service and .desktop file from config.status.
  + Always include glib-tap.mk.
  + Updated translations.

-------------------------------------------------------------------
Fri Mar 21 13:42:44 UTC 2014 - dimstar@opensuse.org

- Update to version 3.11.92:
  + New Features:
    - Use a popover for add folder subdialog.
    - Show time of last update check.
    - Add more tests.
  + Bug fixes:
    - Set parent for error dialogs.
    - Only show non-empty folders in the shell.
    - Fix crash with non-ASCII folder names.
    - Remove stale notifications.
    - Update last installed timestamp after offline updates.
    - Fix showing recently installed updates.
    - Improve display of recently installed updates.
  + Updated translations.
- Add pkgconfig(gnome-desktop-3.0) BuildRequires: new dependency.
- Drop gnome-software-PK-released.patch: fixed upstream.

-------------------------------------------------------------------
Wed Mar  5 22:44:46 UTC 2014 - dimstar@opensuse.org

- Do not apply gnome-software-PK-updates.patch: let's try the
  systemd offline update mechanism.

-------------------------------------------------------------------
Wed Mar  5 12:00:19 UTC 2014 - dimstar@opensuse.org

- Update to version 3.11.91:
  + Add CSS for infobar theming.
  + Add support for the AppStream <languages> tag.
  + Add the concept of 'kudos' to an application.
  + Award a kudo if an application is available in the users
    language.
  + Award a kudo if an application is featured or recommended.
  + Award a kudo if an application ships an AppData screenshot.
  + Bugfixes:
    - Do not show local applications that do not have an icon
      specified
    - Do not use gtk_icon_theme_load_icon() as it's not thread
      safe.
    - Don't show missing history on a local package install.
    - Fade in the loading spinner.
    - Fix multiple bugs that caused the menu path not to be shown.
    - Improve tile layout in the category view.
    - Let the 'origin' span 3 columns.
    - Make use of the PackageKit summary in details when available.
    - Remove Settings category from the desktop file.
    - Remove the "Getting software details…" label.
    - Show the filename for local package installation.
    - Support the AppStream <project_license> tag.
    - Update software source message wording.
    - Use a per-list sort key when randomizing a list.
    - Use application/x-executable icon for local packages.
    - Use different icons for repo packages and addons.
    - Use new-style dialogs.
    - Warn when overwriting metadata keys that already exist.
  + Updated translations.
- Add gnome-software-PK-released.patch: Fix build with stable
  PackageKit releases.

-------------------------------------------------------------------
Wed Feb 19 12:29:26 UTC 2014 - zaitor@opensuse.org

- Update to version 3.11.90:
  + New Features:
    - Add 4 different infobars to show for local package types.
    - Add an initial version of the privacy policy for usage stats.
    - Load a core moduleset from a file.
    - Show some UI to remove external sources.
    - Show the installed application source in the details view.
  + Bugs fixed:
    - Add devassistant in the Development featured section.
    - Add missing mnemonics and accessible names.
    - Allow different distros to refine the list of hardcoded
      popular applications.
    - Allow specifying the optional text-shadow for the featured
      applications.
    - Automatically de-duplicate gs_app_add_related().
    - Do not show software sources in the updates panel.
    - Don't show such a big gap on the details page if there are no
      screenshots.
    - Load the GNOME moduleset from a file rather than hardcoding.
    - Promote packages found in the desktop-db to kind
      normal+desktop.
    - Specify text-shadow to improve legibility.
    - Set the application description for long single line package
      descriptions.
- Drop gnome-software-older-PK.patch: fixed upstream.

-------------------------------------------------------------------
Mon Feb  3 11:08:39 UTC 2014 - dimstar@opensuse.org

- Update to version 3.11.5:
  + New Features:
    - Add a concept of a rating confidence to each application.
    - Add a file handler to allow Software to install local
      packages.
    - Allow each plugin to define deps on other plugins.
    - Generate the 'Picks' on the overview automatically.
    - Show a star widget for each application in the category
      panel.
    - Some design updates for app folders.
    - Update to the latest designs that allow refreshing of the
      update lists.
  + Bugs fixed:
    - Add a plugin to optionally collect install/remove stats
      data.
    - Allow multiple plugins to set the name, summary and
      description.
    - Allow plugins to remove applications when resolving.
    - Create default app folders.
    - Fix a crash when using gs_app_subsume() in a thread.
    - Make the Transmission banner less critical.
    - Never show '[0]' in the installed panel tab.
    - Prepopulate Sundry and Utilities.
    - Respect category mapping with App folders.
    - Reunify launcher and service into one binary.
    - Selection mode improvements for 'Installed'.
    - Updated FSF's address.
    - Update to a new version of the tagger API to provide ratings
      confidence.
  + Updated translations.
- Add gnome-software-older-PK.patch: Fix build with PK < 0.9.1.

-------------------------------------------------------------------
Fri Jan 17 19:29:12 UTC 2014 - zaitor@opensuse.org

- Update to version 3.11.4:
  + New Features:
    - Add Ardour to the featured list.
    - Add a --enable-dogtail configure switch.
    - Add a dep to gsettings-desktop-schemas.
    - Add a test for actions.
    - Add some work-in-progress UI tests.
    - Initial port of the PackageKit session interface.
  + Bugs fixed:
    - Add some accessible names to widgets.
    - Don't notify every hour for available updates.
    - Drop spinner for screenshot loading.
    - Ensure all calls to pkexec use g_child_watch_add().
    - Ensure that the application ratings are set correctly.
    - Fix the name of the offline update file.
    - Fix the speed regression by using the correct icon cache key.
    - Look up app folder names.
    - Make app folder configuration available.
    - Recognize if installed by jhbuild.
    - Show the 'Launch' button for installed web-apps too.
    - Some updates to the app folder dialog.
    - Update project homepage url.
    - Updates to the app widget layout.
  + Updated translations.

-------------------------------------------------------------------
Tue Dec 17 19:39:08 UTC 2013 - dimstar@opensuse.org

- Update to version 3.11.3:
  + New Features:
    - More freatured apps.
    - Show the user-set ratings in a different color to system
      values.
  + Bugfix:
    - Be less alarming when notifying the user.
    - Class changed for searchbars.
    - Do not show empty 'blank' update descriptions.
    - Do not use the deprecated gtk_widget_set_margin_left.
    - Don't clear the offline update data early.
    - Fix a crasher in the screenshot loader.
    - Fix a potentially invalid read spotted by valgrind.
    - Fix automake warning about trailing whitespace.
    - Fix small issues in app-folder-dialog.ui.
    - Never show '0' as the updates counter.
    - Replace the firefox icon with a highres.
    - Return the error details in the GError if the offline update
      failed.
    - Show an error message if getting the historical update list
      failed.
    - Use a mnemonic in the details panel.
    - Use the system symbolic star icons.
  + Updated translations.

-------------------------------------------------------------------
Thu Nov 21 03:50:35 UTC 2013 - mcatanzaro@gnome.org

- Add pkgconfig(gsettings-desktop-schemas) BuildRequires: new
  dependency.
- Handle schema installation using %glib2_gsettings_schema_post/un.

-------------------------------------------------------------------
Tue Nov 19 20:30:41 UTC 2013 - dimstar@opensuse.org

- Update to version 3.11.2:
  + New Features:
    - Add a 'Launch' button to the application details page.
    - Add a dialog to edit app folders.
    - Add a selection mode to the installed list.
    - Download updates in the background.
    - Make links clickable in the ChangeLog descriptions.
    - Use proxy settings.
  + Bugfix:
    - Be a lot more subtle for the updates indicator.
    - Do not assert when the app goes from 'unavailable' to
      'available'.
    - Do not require exactly correct size screenshots.
    - Do not show a warning when there were no search results
      found.
    - Don't crash when there is no AppStream data.
    - Don't notify for available updates if we have a window
      active.
    - Don't show a modified date in 1970 for webapps.
    - Extract the correct language for preformatted AppStream.
    - Move the install and check timeouts to GSettings schema.
    - Never show two 'Addon' headers in the installed panel.
    - Only mark the stars as sensitive if the application is
      installed.
    - Parse the update descriptions as markdown.
    - Perform an 'AND' search when using keywords, not an 'OR'
      search.
    - Refresh the updates panel if the update state changes.
    - Reload the cache if AppStream files are changed.
    - Resolve the package when GetDetails() or GetUpdateDetail() is
      needed.
    - Set a minimum width for application details pages.
    - Show the featured application with the correct background.
    - Use GSettings for the compatible desktops.
    - Use a darker backdrop for screenshots.
    - Use a larger screenshot size when there is only one
      screenshot to show.
    - Use the new UTF-8 safe searching functionality in GLib.
  + Updated translations.

-------------------------------------------------------------------
Thu Oct 31 12:09:30 UTC 2013 - dimstar@opensuse.org

- Update to version 3.11.1:
  + New Features:
    - Add a loading icon to empty tiles.
    - Add a module to submit the user rating to the fedora-tagger
      web service.
    - Add a plugin to read local installed AppData.
    - Add a search provider.
    - Add a test binary gnome-software-cmd which is useful for
      profiling.
    - Add profiling functionality that can show a boot-chart log of
      startup.
    - Add screenshots to each application if specified in the
      AppStream metadata.
    - Add support for 'missing' codecs that we know exist but we
      can't install.
    - Add support for epiphany web applications.
    - Add transitions to the screenshots.
    - Add update monitoring.
    - Allow an application to have multiple sources.
    - Allow search-by-mimetype in the UI.
    - Handle offline installation sensibly.
    - Support AppStream screenshot captions.
    - Support the Ubuntu extension 'X-AppInstall-Package' in
      desktop files.
    - Support the per-repo icon directories.
    - Turn gnome-software into a service.
    - Use GNotification.
  + Bugfixes:
    - Allow the AppStream metadata to enforce core applications.
    - Always show 'Remove' in the details panel for updatable
      applications.
    - Avoid clipped graphic in the featured banner.
    - Avoid reloading the overview more than once.
    - Correctly abort if PackageKit transactions fail.
    - Do not abort if the AppStream XML is invalid.
    - Do not crash if an icon is set to an empty string.
    - Do not crash if the AppData metadata does not have <pkgname>.
    - Do not crash if there is no /usr/share/appdata directory.
    - Do not crash when startup up without network access.
    - Do not fail to get the updates if getting the history fails.
    - Do not install plugins just used in 'make check'.
    - Do not load SVG icons when parsing desktop files to speed up
      startup.
    - Do not offer to 'Launch' addons like fonts and codecs.
    - Do not show insanely long licence strings.
    - Do not show local applications without icons, names or
      comments.
    - Do not use search using PackageKit by default.
    - Do not use the package icon when referring to software.
    - Don't emit a critical warning if there are no AppStream
      icons.
    - Don't emit notify::state from a thread.
    - Fix a critical error in gs_string_replace.
    - Fix a few small memory leaks.
    - Improve a11y on the details page.
    - Improve keynav on the search and details pages.
    - Improve the AppData file with more screenshots and a better
      description.
    - Make the screenshot error state prettier.
    - Match the AppStream ID when searching.
    - Monitor network status.
    - Never show the 'Remove' buttons in the update panel.
    - Notify about the correct application when installing from the
      details panel.
    - Only filter incompatible project groups when searching.
    - Prevent memory corruption when doing dedupe() more than once.
    - Remove the duplicate application with the lowest priority.
    - Remove the escape chars when unmunging the XML content.
    - Run the local ratings plugin before the hardcoded one.
    - Save the user rating if the user clicks the rating stars.
    - Set a cache age when using PackageKit.
    - Show 'Add-ons' in a seporate group on the installed shell.
    - Show a modal error message if install or remove actions
      failed.
    - Show a overlay of 'Updates' for updatable applications.
    - Show a star rating on the application details page.
    - Show font screenshots.
    - Show more detailed version numbers when required.
    - Show system applications at the end of the installed list.
    - Show the best locale when using AppData files for the
      description.
    - Show the package licence when available.
    - Show the screenshots in the application detail panel.
    - Sort the search results in a sane way.
    - Store all kinds of URL in the GsApp.
    - Support full markup in AppStream descriptions.
    - Use PackageKit if the licence or URL was not provided by
      AppStream.
    - Use a 96x96 icon if available on the details panel.
    - Use an API version when installing runtime loadable modules.
    - When de-duplicating packages preserve the updatable state.
    - When searching for codec names, use the keyword name.
  + Updated translations.
- Add pkgconfig(libsoup-2.4) BuildRequires: new dependency.
- Rebase gnome-software-PK-updates.patch.

-------------------------------------------------------------------
Fri Oct 18 17:40:07 UTC 2013 - dimstar@opensuse.org

- Update to version 3.10.2:
  + Do not crash if the AppData metadata does not have <pkgname>.
  + Don't emit a critical warning if there are no AppStream icons.
  + Do not use the package icon when referring to software.
  + Set a cache age when using PackageKit.

-------------------------------------------------------------------
Mon Oct 14 17:13:18 UTC 2013 - dimstar@opensuse.org

- Add gnome-software-PK-updates.patch: Use PackageKit for Software
  updates. GNOME Software defaults to use systemd offline updates,
  which we do not currently have enabled on openSUSE (bnc#842991).

-------------------------------------------------------------------
Mon Oct 14 13:19:41 UTC 2013 - dimstar@opensuse.org

- Update to version 3.10.1:
  + This release only contains bugfixes from the 3.10.0 release and
    does not add new strings or new invasive features.
  + New Features:
    - Add a loading icon to empty tiles.
    - Mark IBus frameworks installed by default as system apps.
    - Remove the hardcoded ratings plugin.
    - Remove the hardcoded screenshot plugin.
    - Support the 'X-AppInstall-Package' extension in desktop
      files.
    - Support per-repo icon directories.
    - Use the new 16:9 screenshots.
  + Bugfixes:
    - Add back hover state to feature tile.
    - Always dedupe after refining results.
    - Always show 'Remove' for installed updatable applications.
    - Avoid reloading the overview more than once.
    - Do not abort if the AppStream XML is invalid.
    - Do not install plugins just used in 'make check'.
    - Do not remove the application widget twice when it changes
      state.
    - Do not show local applications without icons, names or
      comments.
    - Do not use the application state to modify how widgets are
      drawn.
    - Don't emit notify::state from a thread.
    - Fix a critical error in gs_string_replace().
    - Fix a few small memory leaks.
    - Fix a refcounting error that could cause a crash.
    - Mark strings in the AppData file as translatable.
    - Prevent memory corruption when doing dedupe() more than once.
  + Updated translations.

-------------------------------------------------------------------
Fri Sep 27 09:24:39 UTC 2013 - dimstar@opensuse.org

- Add PackageKit-branding-upstream Requires: gnome-software
  requires ScanDesktopFiles=true in PK.conf, which openSUSE
  explicitly disables for performance reason. Users that want to
  test gnome-software (technical preview) will have to take this
  performance hit (bnc#842565).

-------------------------------------------------------------------
Tue Sep 24 15:13:13 UTC 2013 - dimstar@opensuse.org

- Update to version 3.10.0:
  + New Features:
    - Add a plugin to query the PackageKit prepared-update file
      directly.
    - Add hardcoded 'featured' subcategories.
    - Add installed overlay to app tiles.
    - Do not load incompatible projects when parsing AppStream
      data.
  + Bugfix:
    - Actually enforce squareness of popular tiles.
    - Add accessible relations in the overview page.
    - Add global shortcuts for the back button.
    - Add missing summary element to the AppStream data.
    - Avoid undue jumping in the overview page.
    - Deal gracefully with missing AppData.
    - Do not clear the offline-update trigger if rebooting
      succeeded.
    - Do not manually hide categories that have no results.
    - Do not show empty categories in the overview screen.
    - Don't explode when using metadata with 'type=font'.
    - Don't start the application if the command line arguments
      were wrong.
    - Fallback to .svg icon if .png is not found.
    - Fix up about dialog.
    - Give tiles a meaningful empty state.
    - Improve appearance of the update details list.
    - Improve keynav in category view.
    - Look sharp in HighContrast too.
    - Make feature strings wrap.
    - Make the size of featured categories accurate.
    - Never show 'Unknown' in the package history listbox.
    - Never show the 'Settings' category.
    - Padding tweaks in the overview.
    - Rename General to Other and sort it to the end.
    - Show the window right away.
    - Support AppStream metadata formats where the icon extension
      is not specified.
    - Translate the AppData file.
  + Updated translations.

-------------------------------------------------------------------
Sun Sep 15 12:39:46 UTC 2013 - zaitor@opensuse.org

- Add suse-xsl-stylesheets and pkgconfig(libxslt) BuildRequires,
  needed in order to build man pages.

-------------------------------------------------------------------
Fri Sep 13 17:23:02 UTC 2013 - dimstar@opensuse.org

- Update to version 3.9.3:
  + New Features:
    - Add a better icon for 'no results found'.
    - Add a new application icon.
    - Add a packagekit-history plugin that sets history data on
      applications.
      Add a plugin to get a list of the processed offline updates.
    - Add featured data based on new mockups.
    - Add gs_app_to_string() for dumping all properties and
      metadata on a GsApp.
    - Add Settings and PackageManager as menu spec categories.
    - Add support for translations in AppStream.
    - Add the ability to see the history of a package.
    - Parse the keywords in the AppStream metadata.
    - Read data from featured.ini.
  + Bugfixes:
    - Add a dummy history item to applications with no history.
    - Add a way to force certain features.
    - Add gettext context for subcategory names.
    - Better dropshadow theme with active state.
    - Break out the lots of separate widgets.
    - Convert a few GsApp metadata items into properties and
      clarify the differences.
    - Do not decompress icons when first running gnome-software.
    - Do not include the Fedora AppStream data in the upstream
      tarball.
    - Do not show available packages when installed results are
      available when searching.
    - Don't override the state if already known.
    - Ensure the same app from two different plugins does not show
      more than once.
    - Fix a typo in a translatable string.
    - Fix up visiblity handling for header buttons.
    - Get names and comments for the correct locale in
      datadir-apps.
    - Ignore ENOENT reading the .desktop filename.
    - Improve category tiles and the category pages.
    - Load all AppStream files from /usr/share/app-info/xmls.
    - Make application details scroll.
    - Make debug env vars always available.
    - Make feature style code safe against reloading.
    - Make "installed badge" more legible.
    - Make subcategory list scrollable.
    - Make symbolic icons dim.
    - Never fail refine() if a single icon failed to load.
    - Notify when an app is installed.
    - Remove the hardcoded description plugin, it's all in the
      appdata markup now.
    - Search all datadirs at startup so that local builds can use
      the system AppStream data.
    - Search the appstream data for name, summary, description and
      keywords.
    - Set the app version in packagekit-refine if not already set.
    - Show app details from search in window.
    - Show a warning when new jhbuild users have no sample data.
    - Support AppStream data in /var/cache/app-info/xmls so support
      too.
    - Support the older gzip content type too.
    - Tweak punctuation for command line documentation.
    - Use 'File System' instead of 'Filesystem'.
    - When loading a specific mode at startup don't wait for the
      overview to load.
  + Updated translations.
- Add pkgconfig(gio-unix-2.0) and pkgconfig(libnotify)
  BuildRequires: new dependencies.
- Add icon_theme_cache and destop_database post/postun scripts.

-------------------------------------------------------------------
Fri Sep  6 13:22:14 UTC 2013 - cfarrell@suse.com

- License update: GPL-2.0+
  Other than some files with GPL-3.0-with-autoconf-exception, no
  GPL-3.0 files found. Fedora also refers to the package as
  GPL-2.0+.

-------------------------------------------------------------------
Wed Sep  4 08:21:27 UTC 2013 - dimstar@opensuse.org

- Initial package, version 3.9.2.

openSUSE Build Service is sponsored by