File libgnome-games-support.changes of Package libgnome-games-support

-------------------------------------------------------------------
Tue Mar 11 12:06:11 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>

- Update to version 2.0.1:
  + Bugs fixed: Best times are not translated.
  + Updated translations.

-------------------------------------------------------------------
Fri Mar 18 09:37:45 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

- Update to version 2.0:
  + Updated translations.

-------------------------------------------------------------------
Tue Feb 15 11:40:29 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

- Update to version 2.0.beta.2:
  + Fix parallel-installability of localizations
- Changes from version 2.0.beta:
  + Port to GTK 4
  + New API version: libgnome-games-support-2, should be
    parallel-installable.
- Following upstreams port: Replace pkgconfig(gtk+-3.0) with
  pkgconfig(gtk4) BuildRequires, bump sover to 4 and add a new api
  define and set it to 2, renaming sub-packages to
  libgnome-games-support-2-4

-------------------------------------------------------------------
Sat Oct 30 18:37:30 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

- Update to version 1.8.2:
  + Add margins to category bar in scores dialog.
  + Fix build with latest vala.

-------------------------------------------------------------------
Thu Apr 29 15:07:21 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

- Update to version 1.8.1:
  + Updated translations.

-------------------------------------------------------------------
Tue Sep  1 14:08:13 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

- Update to version 1.7.1:
  + Add API to set icon name.

-------------------------------------------------------------------
Thu Mar 26 21:08:35 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

- Update to version 1.6.1:
  + Always show category in scores dialog.

-------------------------------------------------------------------
Fri Mar  6 10:54:42 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

- Update to version 1.6.0.1:
  + Updated translations.
- Changes from version 1.5.59:
  + Replace autotools buildsystem with meson.
- Switch to meson buildsystem following upstream changes. Add
  meson BuildRequires and macros. Also add a check section, and run
  meson_test.

-------------------------------------------------------------------
Sat Jan 25 14:16:24 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

- No longer recommend -lang: supplements are in use

-------------------------------------------------------------------
Mon Sep  2 20:20:37 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

- Update to version 1.4.4:
  + Fix build with new gettext.

-------------------------------------------------------------------
Tue Dec 11 20:40:23 UTC 2018 - bjorn.lie@gmail.com

- Update to version 1.4.3:
  + Fix build with vala 0.43.1

-------------------------------------------------------------------
Mon Aug 13 08:56:31 UTC 2018 - bjorn.lie@gmail.com

- Update to version 1.4.2:
  + Hide category chooser on scores dialog when not needed.
- Changes from version 1.4.1:
  + Fix invalid cast in scores dialog.
- Changes from version 1.4.0:
  + Fix Scores.Context.get_high_scores() returning unordered
    scores.
  + Ensure all public objects are usable when created with
    g_object_new().
  + Build with --abi-stability (requires valac 0.40). Bump soname.
- Following upstream changes, bump soname to 3, use define sover to
  ease future bumps.
- Drop gnome-common BuildRequires and remove conditional autogen
  call, we are using a prestine tarball.
- Add make_build, actually build the libs ourselves, not just
  install the upstream ones. Use autosetup macro.

-------------------------------------------------------------------
Mon Mar  5 15:24:47 UTC 2018 - jengelh@inai.de

- Fix SRPM group.

-------------------------------------------------------------------
Wed Feb 28 16:34:47 UTC 2018 - dimstar@opensuse.org

- Modernize spec-file by calling spec-cleaner

-------------------------------------------------------------------
Sat Sep  9 16:15:07 UTC 2017 - dimstar@opensuse.org

- Update to version 1.2.3:
  + Updated translations.

-------------------------------------------------------------------
Fri Jun 16 17:59:04 UTC 2017 - zaitor@opensuse.org

- Update to version 1.2.2:
  + Fix wrong printf format specifier.
  + Updated translations.

-------------------------------------------------------------------
Tue Oct 25 09:14:16 UTC 2016 - zaitor@opensuse.org

- Update to version 1.2.1:
  + Do not iterate global main context when running scores dialog.
  + Updated translations.

-------------------------------------------------------------------
Mon Sep 19 08:01:01 UTC 2016 - zaitor@opensuse.org

- Update to version 1.2.0:
  + Updated translations.

-------------------------------------------------------------------
Mon Aug 29 12:15:28 UTC 2016 - zaitor@opensuse.org

- Update to version 1.0.91:
  + Rename the pkg-config file one final time... are we there yet?
  + Updated translations.
- Rename subpackage libgnome-games-support-1_0-2 to
  libgnome-games-support-1-2 following upstreams soversions
  changes, also update post/un handling.

-------------------------------------------------------------------
Tue Aug 16 10:27:33 UTC 2016 - zaitor@opensuse.org

- Update to version 1.0.90:
  + Rename to libgnome-games-support at behest of Debian (sorry!).
  + Style checker fixes.
  + Updated translations.
- Rename to libgnome-games-support from libgames-support.
- Handle lib in post/un.
- Add Url to git, silence rpmlint.

-------------------------------------------------------------------
Sat May  7 08:57:38 UTC 2016 - zaitor@opensuse.org

- Update to version 1.0.2:
  + Updated translations.

-------------------------------------------------------------------
Fri Apr  8 16:52:53 UTC 2016 - zaitor@opensuse.org

- Update to version 1.0.1:
  + Updated translations.

-------------------------------------------------------------------
Mon Mar 21 15:19:45 UTC 2016 - dimstar@opensuse.org

- Update to version 1.0:
  + Updated translations.

-------------------------------------------------------------------
Mon Mar  7 11:49:52 UTC 2016 - zaitor@opensuse.org

- Update to version 0.91:
  + Adjust column spacing on scores dialog.
  + Add missing mnemonic to done button on scores dialog.
  + Updated translations.

-------------------------------------------------------------------
Tue Feb 16 12:40:38 UTC 2016 - dimstar@opensuse.org

- Update to version 0.90:
  + Add ability to import old scores.
  + Various fixes and improvements.
  + Various API changes.
  + Updated translations.
- Rename libgames-support1 subpackage to libgames-support2,
  following upstreams soname bump.

-------------------------------------------------------------------
Wed Dec 23 13:47:05 UTC 2015 - dimstar@opensuse.org

- Update to version 0.2:
  + API break: replace Context.get_best_n_scores with
    Context.get_high_scores. The new function returns a
    non-nullable Gee.List (with possibly zero elements) rather than
    a nullable GLib.List (which was never empty if non-null).
  + Updated translations.
- Rename libgames-support0 subpackage to libgames-support1,
  following upstreams soname bump.

-------------------------------------------------------------------
Tue Sep 22 07:25:51 UTC 2015 - dimstar@opensuse.org

- Update to version 0.1:
  + Initial release.

-------------------------------------------------------------------
Tue Aug 18 18:37:26 UTC 2015 - opensuse-packaging@opensuse.org

- Update to version 0.1~git.20150816:
  + Add Games.GridFrame
  + Add workaround to fix Continuous
  + Fix style checker to work with the *all* flag
  + Make the scores dialog look good when no scores are present
  + Center the "no scores yet" box
  + Fix false positive detected by style checker
  + Updated Czech translation
  + Updated Polish translation
  + Minor style tweak
  + Even out spacing between columns in the high scores dialog.

-------------------------------------------------------------------
Tue Mar 31 07:27:59 UTC 2015 - dimstar@opensuse.org

- Initial package.


openSUSE Build Service is sponsored by