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

gpaste-lang-50.8-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: gpaste-lang Distribution: openSUSE Tumbleweed
Version: 50.8 Vendor: openSUSE
Release: 1.1 Build date: Sat Aug 22 13:05:07 2026
Group: System/Localization Build host: reproducible
Size: 443908 Source RPM: gpaste-50.8-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/Keruspe/GPaste
Summary: Translations for package gpaste
Provides translations for the "gpaste" package.

Provides

Requires

License

BSD-2-Clause

Changelog

* Thu Aug 20 2026 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 50.8:
    + UI: fix selecting a history in the sidebar doing nothing, and,
      when a history's context menu was open, switching to that one
      instead of the one clicked
  - Changes from version 50.7:
    + Fix the daemon deadlocking against itself when copying, most
      often on larger items: GTK's serialization of our text
      selections left an unowned stream chain that, on X11, waited on
      the very main loop that would have signalled it. Text
      selections are now served by a dedicated content provider that
      encodes the value itself
    + text/plain is now served as UTF-8, where GTK's serializer
      encoded it as ASCII and replaced anything else with '?'
    + Fix a deadlock when selecting an item that turns out to be
      invalid: the history now emits its "selected" signal once its
      lock is released, rather than driving the whole clipboard stack
      with it held
    + Fix the daemon crashing when searching from the GNOME Shell
      overview with a term containing an unbalanced bracket or
      parenthesis
    + Fix the history file being destroyed when it had been written
      by a newer version of GPaste
    + Fix items being lost or garbled when loading a history
      containing an item with an empty value
    + Fix every client crashing, GNOME Shell included, on the first
      update sent by a newer daemon after "gpaste-client
      daemon-reexec"
    + Fix the daemon aborting, instead of disabling search, when it
      cannot connect to its own D-Bus proxy
    + Fix "gpaste-client help", "version", "ui" and "preferences"
      failing when no daemon is reachable
    + Fix "gpaste-client file" crashing on a file that is neither
      text nor a loadable image
    + Fix a critical on every keystroke when the GTK UI search term
      is not a valid regular expression
    + Fix acting on history rows before their content has been
      loaded, in both the GTK UI and the GNOME Shell extension
    + Fix a second "gpaste-ui" or "gpaste-preferences" invocation
      failing instead of presenting the running window
    + Fix several memory leaks and a use-after-free in the GTK UI
      history panel
    + Fix the "empty history" helpers reporting success when the
      operation had failed
    + The library soversions were last bumped in 50.1; 50.2 to 50.6
      left them alone, so the next bump must be weighed against 50.1
      rather than 50.6 (no exported symbol has changed since)
  - For more changes between 45.4 and 50.7 see the packaged NEWS file
  - Rename libgpaste-gtk4-0 subpackage to libgpaste-gtk4-1, following
    upstream soname change on the library
  - Drop libgpaste-gtk-3-0 and typelib-1_0-GPasteGtk-3 subpackages:
    the gtk3 variant was dropped with version 50.0.
  - Drop GTK3 related BuildRequires: pkgconfig(gdk-3.0),
    pkgconfig(gdk-pixbuf-2.0), and pkgconfig(gtk+-3.0).
  - Rename libgpaste2-0 subpackage to libgpaste-2-0, matching the
    soname. Obsolete the old name (no provides, as no consumer other
    than the -deve package is supposed to require the library by its
    package name.
  - Drop rpmlintrc: the wrongly named shlib package has been
    corrected.
  - Add %check section: at the moment there is only one test, and
    that is skipped in OBS build, but this might change.
* Mon Apr 27 2026 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 45.4:
    + Support gnome 50.
    + Updated translations.
  - Drop 446.patch: Fixed upstream.
* Mon Mar 23 2026 Dominique Leuenberger <dimstar@opensuse.org>
  - Migrate to xz compression and manual service run
* Sat Oct 11 2025 Andrei Dziahel <develop7@develop7.info>
  - update to version 45.3+15:
    + Support GNOME 49
    + Update translations
* Fri May 23 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Drop obsolete update-desktop-files BuildRequires and macro.
    Replace with desktop-file-utils BuildRequires (it was the tool
    already used anyway).
* Wed Apr 23 2025 Andrei Dziahel <develop7@develop7.info>
  - Update to version 45.3:
    + Support GNOME 48.
    + Updated translations.
* Thu Oct 31 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 45.2:
    + Support GNOME 47.
    + Updated translations.
* Mon Sep 16 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 45.1+14:
    + Support GNOME 47
    + Updated translations.
  - Add 446.patch: Fix build on i586 when using GCC 14.
* Wed Apr 03 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 45+12 (identifies as 45.1, but no git tag
    present, boo#1222276).
    + Support gnome 46.
    + Updated translations.
* Thu Mar 07 2024 Max Lin <mlin@suse.com>
  - Build gpaste with gcc13 on Leap 15
  - Added gpaste-rpmlintrc for bypass shlib-policy-name-error check
    with Leap15/SLE15 rpmlint
* Wed Jan 17 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Drop pkgconfig(mutter-clutter-13) BuildRequires: no longer needed
    since version 45.
* Sun Sep 17 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 45:
    + Port to gnome 45
    + Add setting to open ui window centered
    + Updated translations.
  - Drop gpaste-bump-mutter-dep.patch: fixed upstream.
  - Switch compression to zst in both service and tarball produced.
* Sat Aug 19 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Add gpaste-bump-mutter-dep.patch: Bump mutter-clutter dependency
    to version 13. Following this replace
    pkgconfig(mutter-clutter-12) with pkgconfig(mutter-clutter-13)
    BuildRequires.
* Mon Jul 17 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 44.1:
    + Fix a bug leading to history with only one item.
  - Changes from version 44.0:
    + gcr 4 is now required.
    + Port to gnome 44.
* Mon Mar 27 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Filter out St typelib dependency.
* Fri Mar 24 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 43.2+6:
    + Support GNOME 44.
    + Updated translations.
  - Replace pkgconfig(mutter-clutter-11) with
    pkgconfig(mutter-clutter-12) following upstream changes.
  - Stop passing gcr3=false to meson, no longer needed.
* Fri Mar 24 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 43.2:
    + Avoid crash under heavy memory load.
* Mon Feb 27 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Replace mutter-devel with pkgconfig(mutter-clutter-11), align
    with what meson checks for.
* Mon Feb 27 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Fix _service version rewrite to not have TAG+0 versions.
* Sun Feb 26 2023 Andrey Gankov <gav@qsolution.ru>
  - Update to version 43.1:
    + Respect --use-index when displaying history
    + Open GPaste UI where the mouse pointer is
    + Internal preparation for gtk4 port
    + Translations updates
  - Disable gcr3 default Meson build option to keep using GCR
    version 4.

Files

/usr/share/locale/ar/LC_MESSAGES/GPaste.mo
/usr/share/locale/cs/LC_MESSAGES/GPaste.mo
/usr/share/locale/da/LC_MESSAGES/GPaste.mo
/usr/share/locale/de/LC_MESSAGES/GPaste.mo
/usr/share/locale/es/LC_MESSAGES/GPaste.mo
/usr/share/locale/fa/LC_MESSAGES/GPaste.mo
/usr/share/locale/fi/LC_MESSAGES/GPaste.mo
/usr/share/locale/fr/LC_MESSAGES/GPaste.mo
/usr/share/locale/gl/LC_MESSAGES/GPaste.mo
/usr/share/locale/is/LC_MESSAGES/GPaste.mo
/usr/share/locale/it/LC_MESSAGES/GPaste.mo
/usr/share/locale/ja/LC_MESSAGES/GPaste.mo
/usr/share/locale/ka/LC_MESSAGES/GPaste.mo
/usr/share/locale/ko/LC_MESSAGES/GPaste.mo
/usr/share/locale/nb_NO/LC_MESSAGES/GPaste.mo
/usr/share/locale/oc/LC_MESSAGES/GPaste.mo
/usr/share/locale/pl/LC_MESSAGES/GPaste.mo
/usr/share/locale/pt/LC_MESSAGES/GPaste.mo
/usr/share/locale/pt_BR/LC_MESSAGES/GPaste.mo
/usr/share/locale/ru/LC_MESSAGES/GPaste.mo
/usr/share/locale/sl/LC_MESSAGES/GPaste.mo
/usr/share/locale/sv/LC_MESSAGES/GPaste.mo
/usr/share/locale/ta/LC_MESSAGES/GPaste.mo
/usr/share/locale/tr/LC_MESSAGES/GPaste.mo
/usr/share/locale/uk/LC_MESSAGES/GPaste.mo
/usr/share/locale/vi/LC_MESSAGES/GPaste.mo
/usr/share/locale/zh_CN/LC_MESSAGES/GPaste.mo
/usr/share/locale/zh_Hant/LC_MESSAGES/GPaste.mo


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Aug 24 22:41:45 2026