Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libshumate-lang-1.6.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: libshumate-lang Distribution: openSUSE Tumbleweed
Version: 1.6.0 Vendor: openSUSE
Release: 1.1 Build date: Mon Mar 23 09:06:51 2026
Group: System/Localization Build host: reproducible
Size: 47251 Source RPM: libshumate-1.6.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://wiki.gnome.org/Projects/libshumate
Summary: Translations for package libshumate
Provides translations for the "libshumate" package.

Provides

Requires

License

Apache-2.0 AND LGPL-2.1-or-later AND BSD-3-Clause AND CC0-1.0 AND CC-BY-3.0 AND GFDL-1.2-only

Changelog

* Mon Mar 23 2026 Dominique Leuenberger <dimstar@opensuse.org>
  - Migrate to xz compression and manual service run
* Fri Mar 13 2026 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.6.0:
    + No changes, stable version bump only.
* Sat Feb 28 2026 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.6.rc:
    + Updated translations.
* Wed Feb 11 2026 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.6.beta:
    + Fixes to the vector renderer, added missing @since annotations,
      add get_type function, add transfer=none to annotation, mark
      agument as const
  - Changes from version 1.6.alpha:
    + Use 'find_program' instead of 'dependency' for vapigen
    + Implement global-state expressions for vector stylesheets
    + Add 'changed' signal for viewport (consolidating latitude,
      longitude, zoom level)
    + Fix some memory leaks
    + Remove option to build without the vector renderer
* Thu Jan 29 2026 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.5.3:
    + Updated translations.
* Sat Jan 03 2026 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.5.2:
    + Add functionallity for zoom-on-double-click
* Sat Oct 11 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.5.1:
    + Updated translations.
* Fri Sep 12 2025 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.5.0.1:
    + Re-tagged due to broken 1.5.0 tag
  - Changes from version 1.5.0:
    + No changes since 1.5.beta
* Tue Sep 02 2025 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.5.beta:
    + Add ability to set alignment for markers
    + Add missing since annotations for SimpleMap
    + Update minimum Meson version to 0.57.0
    + Documentation fixes
  - Changes from version 1.5.alpha:
    + Add number of clicks property to symbol clicked events
    + Add canonical documentation link
    + Update header for SimpleMap to reflect current API
* Sat Mar 15 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.4.0:
    + No changes since 1.4.rc.
* Sat Mar 01 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.4.rc:
    + Updated translations.
* Thu Jan 30 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.4.beta:
    + Fix building with GCC 15.
* Thu Jan 30 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.4.alpha:
    + Increase maximum zoom level to 30.
    + Add map-loaded and tile-error signals on MapLayer.
* Thu Jan 30 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.3.2:
    + Fix building with GCC 15.
* Sat Jan 04 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.3.1:
    + Fix shumate_location_distance() to return 0 rather than NaN for
      very small distances.
* Fri Sep 13 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.3.0:
    + Updated translations.
* Sat Aug 31 2024 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.3.rc:
    + Fix vector expression test with newer json-glib versions.
  - Changes from version 1.3.beta:
    + Fix build with -Dvector_renderer=false.
  - Changes from version 1.3.alpha:
    + Allow building with C++.
    + Fix crash in MapSource.
    + Add documentation for the GTK inspector page.
    + Fix compilation warnings.
* Sun Aug 11 2024 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.2.3:
    + Fix build with -Dvector_renderer=false
* Mon May 27 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.2.2:
    + Fix some compiler warnings.
    + Fix build failure with Clang 18.
    + Allow building with G_DISABLE_ASSERT.
* Thu May 02 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.2.1:
    + Fix compiling with C++.
    + Fix crash with null reference map source.
* Sat Mar 16 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.2.0:
    + Use g_assert_true instead of g_assert in tests.
    + Updated translations.
* Tue Mar 05 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.2.rc2:
    + Fix regression in vector renderer with the latest optimizations
      causing the hightway shield renderer in Maps not showing
      shields.
    + Fix compiling new tests with gcc using
    - Wimplicit-function-declaration.
    + Updated translations.
* Mon Mar 04 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.2.rc:
    + Performance improvements to the vector renderer.
    + Remove undefined tile API.
    + Fix zooming with smooth scrolling mice.
    + Updated translations.
* Sun Feb 18 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.2.beta:
    + Fix artifacts in NGL renderer.
    + Don't crash in vector reader if key is NULL.
    + Enable the vector renderer by default when building (can still
      be disabled if not needed).
    + Add distance method for Location.
* Sat Feb 17 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.2.alpha:
    + Various vector renderer improvements.
    + Support continous scroll.
    + Support arrow key panning.
  - Drop -D libsoup3=true mesom paraameter: no longer supported.
* Fri Feb 16 2024 Lubos Kocman <lubos.kocman@suse.com>
  - Update licenses based on legaldb review
* Thu Nov 02 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.1.2:
    + Fix using overlay map layers with different tile sizes than the
      reference source.
* Sun Oct 22 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.1.1:
    + Fix null reference map source, avoid critical log message when
      setting a null map source with
      shumate_viewport_set_reference_map_source().
* Sat Sep 16 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.1.0:
    + Fix grey background on sprites
    + Updated translations.
  - Switch compression to zst in both service and tarball produced.
* Wed Sep 06 2023 Luciano Santos <luc14n0@opensuse.org>
  - Add with(out) "profiling" build switch and disable it, by
    default, as profiling isn't meant for general use. Add nested
    pkgconfig(sysprof-capture-4) BuildRequires under an if-with
    expression and pass sysprof=(enabled|disabled) to meson,
    depending on the profiling switch. This is meant for an eventual
    need for Sysprof's profiling support.
* Mon Sep 04 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.1.rc:
    + Bugfixes and optimizations in vector render.
    + Add icon-color property for vector renderer.
    + Disable g_asserts on release builds.
    + Updated translations.
* Fri Aug 18 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.1.beta:
    + Vector rendering improvements.
    + Updated translations.
  - Add pkgconfig(gperf) BuildRequires, a new introduced dependency.
* Wed Jul 19 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.0.5:
    + Don't defer frame clock when widget is unrealized.
* Tue Jul 11 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.0.4:
    + Throttle tile download during animations.

Files

/usr/share/locale/be/LC_MESSAGES/shumate1.mo
/usr/share/locale/bg/LC_MESSAGES/shumate1.mo
/usr/share/locale/ca/LC_MESSAGES/shumate1.mo
/usr/share/locale/cs/LC_MESSAGES/shumate1.mo
/usr/share/locale/da/LC_MESSAGES/shumate1.mo
/usr/share/locale/de/LC_MESSAGES/shumate1.mo
/usr/share/locale/el/LC_MESSAGES/shumate1.mo
/usr/share/locale/en_GB/LC_MESSAGES/shumate1.mo
/usr/share/locale/eo/LC_MESSAGES/shumate1.mo
/usr/share/locale/es/LC_MESSAGES/shumate1.mo
/usr/share/locale/eu/LC_MESSAGES/shumate1.mo
/usr/share/locale/fa/LC_MESSAGES/shumate1.mo
/usr/share/locale/fi/LC_MESSAGES/shumate1.mo
/usr/share/locale/fr/LC_MESSAGES/shumate1.mo
/usr/share/locale/fur/LC_MESSAGES/shumate1.mo
/usr/share/locale/gl/LC_MESSAGES/shumate1.mo
/usr/share/locale/he/LC_MESSAGES/shumate1.mo
/usr/share/locale/hi/LC_MESSAGES/shumate1.mo
/usr/share/locale/hr/LC_MESSAGES/shumate1.mo
/usr/share/locale/hu/LC_MESSAGES/shumate1.mo
/usr/share/locale/ia/LC_MESSAGES/shumate1.mo
/usr/share/locale/id/LC_MESSAGES/shumate1.mo
/usr/share/locale/is/LC_MESSAGES/shumate1.mo
/usr/share/locale/it/LC_MESSAGES/shumate1.mo
/usr/share/locale/ka/LC_MESSAGES/shumate1.mo
/usr/share/locale/kk/LC_MESSAGES/shumate1.mo
/usr/share/locale/ko/LC_MESSAGES/shumate1.mo
/usr/share/locale/lt/LC_MESSAGES/shumate1.mo
/usr/share/locale/lv/LC_MESSAGES/shumate1.mo
/usr/share/locale/ml/LC_MESSAGES/shumate1.mo
/usr/share/locale/nb/LC_MESSAGES/shumate1.mo
/usr/share/locale/ne/LC_MESSAGES/shumate1.mo
/usr/share/locale/nl/LC_MESSAGES/shumate1.mo
/usr/share/locale/oc/LC_MESSAGES/shumate1.mo
/usr/share/locale/pa/LC_MESSAGES/shumate1.mo
/usr/share/locale/pl/LC_MESSAGES/shumate1.mo
/usr/share/locale/pt/LC_MESSAGES/shumate1.mo
/usr/share/locale/pt_BR/LC_MESSAGES/shumate1.mo
/usr/share/locale/ro/LC_MESSAGES/shumate1.mo
/usr/share/locale/ru/LC_MESSAGES/shumate1.mo
/usr/share/locale/sk/LC_MESSAGES/shumate1.mo
/usr/share/locale/sl/LC_MESSAGES/shumate1.mo
/usr/share/locale/sr/LC_MESSAGES/shumate1.mo
/usr/share/locale/sv/LC_MESSAGES/shumate1.mo
/usr/share/locale/tr/LC_MESSAGES/shumate1.mo
/usr/share/locale/ug/LC_MESSAGES/shumate1.mo
/usr/share/locale/uk/LC_MESSAGES/shumate1.mo
/usr/share/locale/zh_CN/LC_MESSAGES/shumate1.mo
/usr/share/locale/zh_TW/LC_MESSAGES/shumate1.mo


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 21 22:23:10 2026