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

boinc-client-lang-8.2.15-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: boinc-client-lang Distribution: openSUSE Tumbleweed
Version: 8.2.15 Vendor: openSUSE
Release: 1.2 Build date: Sun Jul 5 12:12:49 2026
Group: System/Localization Build host: reproducible
Size: 166505 Source RPM: boinc-client-8.2.15-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://boinc.berkeley.edu/
Summary: Translations for package boinc-client
Provides translations for the "boinc-client" package.

Provides

Requires

License

GPL-3.0-or-later OR LGPL-3.0-or-later

Changelog

* Sun Jul 05 2026 KNine <knine@canine.lat>
  - Drop build-client-scripts.patch. It rebuilt the generated init
    script and unit in client/scripts after the "make clean" the
    spec used to run had deleted them; the clean was dropped and
    configure generates both files itself.
  - Drop the devel subpackage's self-conflict (leftover from the
    2018 libboinc-devel naming), a duplicated /var/lib/boinc
    install and the %%autosetup -D flag (relic of "%%setup -D -a 1"
    from the days of a second tarball).
* Sat Jul 04 2026 KNine <knine@canine.lat>
  - Drop SLE 12 support: since 8.2.15 upstream builds the client
    code as C++17 (client/Makefile.am forces -std=gnu++1z), which
    GCC 4.8 does not know. Remove the _fillupdir fallback and the
    SLE 12 -std=c++11 branch.
* Sat Jul 04 2026 KNine <knine@canine.lat>
  - Update to release 8.2.15
    * Fix a scheduler bug that could leave devices idle
    * Honor the user's limit on the number of CPUs
    * Don't fetch too much work for projects with zero resource
      share
    * Enforce the swap usage limit preference
    * Fix a crash during client startup on Linux
    * Avoid XScreenSaver probing on Wayland
    * docker_wrapper: pass HTTP and SOCKS proxy info to containers
  - Drop the removed 'drupal' directory from the platform cleanup
    in %%build.
  - Drop the boincscr default path sed, upstream uses /var/lib/boinc
    itself now.
* Sat Jul 04 2026 KNine <knine@canine.lat>
  - Add the boinc user to the video group, render alone is not
    enough for some GPU drivers.
  - Drop the unused rel_name macro, the 2011 sysconfig migration
    and the dead BOINC_BOINC_USR/GRP sysconfig variables.
* Fri Jul 03 2026 KNine <knine@canine.lat>
  - Drop configure flags that no longer exist (--enable-optimize,
    - -enable-unicode) and unused BuildRequires: gcc-fortran,
    sqlite3-devel.
  - Build with LTO again, the asm() problem behind the old
    "_lto_cflags %%nil" workaround is fixed upstream. Keep
    - ffat-lto-objects for the static libraries in the devel package.
  - Link with -Wl,-z,now (full RELRO).
  - Tidy up %%build: drop debug echo lines, a no-op "make clean" and
    a stray DESTDIR.
  - Drop the icon cache scriptlets, the RPM file trigger on
    /usr/share/icons handles the cache on current releases.
  - boinc-client.service: add IOSchedulingClass=idle like the
    upstream unit, plus ProtectSystem=full and
    ProtectControlGroups=true. Neither touches /var, so the data
    directory keeps working.
* Thu Jul 02 2026 KNine <knine@canine.lat>
  - Remove the logrotate config. It rotated /var/log/boinc-client.log,
    which the client no longer writes since it logs to the systemd
    journal, so the rule never did anything. Also drops the matching
    rpmlint filter and the 'Recommends: logrotate'.
  - boinc-client.service: add Wants=network-online.target so the
    existing After=network-online.target actually takes effect.
* Sun Jun 28 2026 KNine <knine@canine.lat>
  - Update to release 8.2.13
    * Fix Manager crash on Wayland (8.2.13)
    * Support Wayland-only operating systems (8.2.12)
    * Add <prioritize_gpu> config option
    * Improve battery level validation logic
    * Various client and Docker-related fixes
  - Drop no longer existing 'xcompile' directory from the platform
    cleanup in %%build (removed upstream).
  - Update boinc-client-rpmlintrc: drop the now-unused
    no-manual-page-for-binary filter and silence two false positives
    (logrotate /var/log, hicolor-icon-theme branding).
  - Drop unused 'update-desktop-files' BuildRequires; the deprecated
    %%suse_update_desktop_file macro is not used and desktop database
    updates are handled by file triggers.
* Thu Feb 05 2026 Jan Engelhardt <jengelh@inai.de>
  - Update to release 8.2.8
    * Fix bugs that broke CPU throttling in the client
    * Improve 'non-BOINC total CPU usage' measurement
* Thu Jun 05 2025 Jan Engelhardt <jengelh@inai.de>
  - Update to release 8.2.2
    * Add improved Python binding for remote job submission and file
      management
* Tue Jul 23 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 8.0.4
    * Resolve a case where the required memory for an application was
      overestimated and caused a lower concurrent job count.
* Fri Jul 12 2024 Jan Engelhardt <jengelh@inai.de>
  - Revert to state of 2024-05-26 due to regressions,
    https://build.opensuse.org/request/show/1183568#comment-1957214
    https://build.opensuse.org/request/show/1184357#comment-1959404
    [boo#1227092]
* Thu Jun 27 2024 chris@computersalat.de
  - fix for bnc#1227092
    * Add WorkingDirectory= to unit file
  - Add further Variables to unit file
    +ProtectSystem=full
    +ProtectControlGroups=true
    +ReadWritePaths=-$BOINC_BOINC_DIR
  - rebase patches
    * boinc-docbook2x.patch
    * build-client-scripts.patch
    * libboinc-shared.patch
    * xlocale.patch
* Sun May 26 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 8.0.2
    * Support so-called "sporadic applications"
* Sat Feb 03 2024 Jan Engelhardt <jengelh@inai.de>
  - Employ %sysuser macros to generate "boinc" user
* Thu Jan 04 2024 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Use systemd-sysusers to create service user and group.
  - Add service user to "render" group to allow BOINC applications
    to use GPU devices for accelerated computation. DRM render nodes
    have been restricted in sr#1128161.
  - Remove unused SysV init script.
  - Update README.SUSE and the logrotate configuration file to use
    systemctl instead of the no longer relevant init script.
* Sat Aug 12 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 7.24.1
    * Resolve some crash on MacOS
* Tue Aug 08 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 7.24
    * client: improve implementation of CPU throttling
    * client: set Content-type of POST requests to text/xml
* Mon May 22 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 7.22.2
    * Fix a screensaver crash bug
* Tue Jan 24 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to relesae 7.22
    * Add not-in-use computing prefs
    * Update cpu/gpu resources when app_config is re-read

Files

/usr/share/locale/ar/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/bg/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/ca/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/cs/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/da/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/de/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/el/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/es/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/fi/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/fr/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/he/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/hu/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/it_IT/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/ja/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/ka/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/ko/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/lt/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/lv/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/nb/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/nl/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/pl/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/pt_BR/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/ro/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/ru/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/sk/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/sv/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/tr/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/uk/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/zh_CN/LC_MESSAGES/BOINC-Client.mo
/usr/share/locale/zh_TW/LC_MESSAGES/BOINC-Client.mo


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Aug 3 00:04:55 2026