File gnome-software.changes of Package gnome-software

-------------------------------------------------------------------
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