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

boinc-manager-8.2.15-1.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: boinc-manager Distribution: openSUSE Tumbleweed
Version: 8.2.15 Vendor: openSUSE
Release: 1.2 Build date: Sun Jul 5 12:12:49 2026
Group: Productivity/Scientific/Astronomy Build host: reproducible
Size: 4809953 Source RPM: boinc-client-8.2.15-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://boinc.berkeley.edu/
Summary: GUI to control and monitor boinc-client
The BOINC Manager is a graphical monitor and control utility for the BOINC
core client. It gives a detailed overview of the state of the client it is
monitoring. The BOINC Manager has two modes of operation, the "Simple View" in
which it only displays the most important information and the "Advanced View"
in which all information and all control elements are available.

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/bin/boinc-gui
/usr/bin/boinc-manager
/usr/bin/boincmanager
/usr/bin/boincmgr
/usr/bin/boincscr
/usr/share/applications/boinc.desktop
/usr/share/boinc-manager
/usr/share/boinc-manager/skins
/usr/share/boinc-manager/skins/Charity Engine
/usr/share/boinc-manager/skins/Charity Engine/background_image.png
/usr/share/boinc-manager/skins/Charity Engine/ce_about.ico
/usr/share/boinc-manager/skins/Charity Engine/ce_icon_play.png
/usr/share/boinc-manager/skins/Charity Engine/ce_pause.png
/usr/share/boinc-manager/skins/Charity Engine/ce_play.png
/usr/share/boinc-manager/skins/Charity Engine/ce_stop.png
/usr/share/boinc-manager/skins/Charity Engine/dialog_background_image.png
/usr/share/boinc-manager/skins/Charity Engine/project_image.png
/usr/share/boinc-manager/skins/Charity Engine/skin.xml
/usr/share/boinc-manager/skins/Charity Engine/workunit_running_image.png
/usr/share/boinc-manager/skins/Charity Engine/workunit_suspended_image.png
/usr/share/boinc-manager/skins/Charity Engine/workunit_waiting_image.png
/usr/share/boinc-manager/skins/Default
/usr/share/boinc-manager/skins/Default/background_image.png
/usr/share/boinc-manager/skins/Default/skin.xml
/usr/share/boinc-manager/skins/Default/workunit_running_image.png
/usr/share/boinc-manager/skins/Default/workunit_suspended_image.png
/usr/share/boinc-manager/skins/Default/workunit_waiting_image.png
/usr/share/boinc-manager/skins/GridRepublic
/usr/share/boinc-manager/skins/GridRepublic/background_image.png
/usr/share/boinc-manager/skins/GridRepublic/dialog_background_image.png
/usr/share/boinc-manager/skins/GridRepublic/gr_about.ico
/usr/share/boinc-manager/skins/GridRepublic/gr_icon_play.png
/usr/share/boinc-manager/skins/GridRepublic/gr_pause.png
/usr/share/boinc-manager/skins/GridRepublic/gr_play.png
/usr/share/boinc-manager/skins/GridRepublic/gr_stop.png
/usr/share/boinc-manager/skins/GridRepublic/project_image.png
/usr/share/boinc-manager/skins/GridRepublic/skin.xml
/usr/share/boinc-manager/skins/GridRepublic/workunit_running_image.png
/usr/share/boinc-manager/skins/GridRepublic/workunit_suspended_image.png
/usr/share/boinc-manager/skins/GridRepublic/workunit_waiting_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/advanced_link_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/attach_project_button.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/background_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/cancel_button.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/close_button.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/connecting_indicator_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/copy_all_button.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/copy_button.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/dialog_background_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/error_indicator_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/gauge_bg.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/help_button.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/left_arrow_button.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/messages_alert_link_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/messages_link_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/preferences_link_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/project_area_background_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/project_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/resume_link_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/right_arrow_button.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/save_button.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/spacer_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/state_indicator_background_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/suspend_link_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/tabArea_bg.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/wcg_about.ico
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/wcg_pause.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/wcg_play.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/wcg_stop.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/workunit_active_tab.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/workunit_animation_background_image copy.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/workunit_animation_background_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/workunit_area_background_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/workunit_gauge_background_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/workunit_gauge_progress_indicator_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/workunit_suspended_tab.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/graphic/workunit_tab_area_background_image.png
/usr/share/boinc-manager/skins/People for a Smarter Planet/skin.xml
/usr/share/boinc-manager/skins/ProgressThruProcessors
/usr/share/boinc-manager/skins/ProgressThruProcessors/background_image.png
/usr/share/boinc-manager/skins/ProgressThruProcessors/dialog_background_image.png
/usr/share/boinc-manager/skins/ProgressThruProcessors/project_image.png
/usr/share/boinc-manager/skins/ProgressThruProcessors/ptp_about.ico
/usr/share/boinc-manager/skins/ProgressThruProcessors/ptp_icon_play.png
/usr/share/boinc-manager/skins/ProgressThruProcessors/ptp_pause.png
/usr/share/boinc-manager/skins/ProgressThruProcessors/ptp_play.png
/usr/share/boinc-manager/skins/ProgressThruProcessors/ptp_stop.png
/usr/share/boinc-manager/skins/ProgressThruProcessors/skin.xml
/usr/share/boinc-manager/skins/ProgressThruProcessors/workunit_running_image.png
/usr/share/boinc-manager/skins/ProgressThruProcessors/workunit_suspended_image.png
/usr/share/boinc-manager/skins/ProgressThruProcessors/workunit_waiting_image.png
/usr/share/boinc-manager/skins/World Community Grid
/usr/share/boinc-manager/skins/World Community Grid/Green_dot.png
/usr/share/boinc-manager/skins/World Community Grid/Red_dot.png
/usr/share/boinc-manager/skins/World Community Grid/Yellow_dot.png
/usr/share/boinc-manager/skins/World Community Grid/background_image.png
/usr/share/boinc-manager/skins/World Community Grid/skin.xml
/usr/share/boinc-manager/skins/World Community Grid/wcg.ico
/usr/share/boinc-manager/skins/World Community Grid/wcg_32.png
/usr/share/boinc-manager/skins/World Community Grid/wcg_50.png
/usr/share/boinc-manager/skins/World Community Grid/wcg_about.ico
/usr/share/boinc-manager/skins/World Community Grid/wcg_pause.png
/usr/share/boinc-manager/skins/World Community Grid/wcg_play.png
/usr/share/boinc-manager/skins/World Community Grid/wcg_stop.png
/usr/share/icons/hicolor/64x64/apps/boinc.png
/usr/share/icons/hicolor/scalable/apps/boinc.svg
/usr/share/man/man1/boinc-manager.1.gz
/usr/share/man/man1/boincmgr.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 01:54:38 2026