Package Release Info

gkrellm-2.3.10-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gkrellm
gkrellm-devel
gkrellm-lang

Change Logs

* Mon Dec 12 2016 dimstar@opensuse.org
- BuildRequire systemd-rpm-macros instead of
  pkgconfig(libsystemd-daemon): The libs is not used at all.
- Fix minor copy/paste error: run the post script for the right
  service name.
* Mon Nov 21 2016 pgajdos@suse.com
- updated to 2.3.10:
  * see http://git.srcbox.net/gkrellm/log/
- removed gkrellm-libsensors.patch (not needed, gkrellm links
  against libsensors correctly)
* Fri Mar 27 2015 seife+obs@b1-systems.com
- add gkrellm-2.3.5-fix-diskio-corruption.patch to fix corruption
  of chart labels (actually work around it)
* Sun Apr 27 2014 seife+obs@b1-systems.com
- add gkrellm-2.3.5-fix-sdX-sort-order.patch to fix sort order of
  sda,sdb,sdc,... disks
* Mon Feb 17 2014 pgajdos@suse.com
- Add systemd service gkrellm.service (bnc#864225).
* Wed Feb 12 2014 ro@suse.de
- Exclude s390/s390x that have no libsensors.
* Thu Oct 24 2013 pgajdos@suse.com
- Install /usr/lib{,64}/gkrellm2/plugins directories (bnc#841818).
- Add gkrellm-lib64-plugins-dir.patch: Look in
  /usr/lib64/gkrellm2/plugins on 64bit systems.
* Thu May 02 2013 schwab@linux-m68k.org
- Compile with %{optflags}
* Tue Apr 23 2013 pgajdos@suse.com
- really build against libsensors [bnc#803967] and [bnc#803081]
* Tue Nov 20 2012 pgajdos@suse.com
- fixed url
* Mon Feb 20 2012 pgajdos@suse.com
- add xorg-x11-libSM-devel into buildrequires
* Wed Dec 21 2011 pgajdos@suse.com
- -lgmodule-2.0 added to the linker command line
* Sat Feb 12 2011 vuntz@opensuse.org
- Call relevant macros in %post/%postun:
  + %desktop_database_post/postun because the package ships at
    least one desktop file.
  + %icon_theme_cache_post/postun because the package ships themed
    icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
  can be packaged with the program, and not in the lang subpackage.
- Split lang subpackage.
* Sat Oct 09 2010 vuntz@opensuse.org
- Update to version 2.3.5:
  + Linux sensors: check for /sys/class/thermal/thermal_zone[0-*].
  + Add Linux net monitor checking for IPv6 routes.
  + Use dynamic buffering to handle large disk names from a Mac
    gkrellmd.
  + Fix IMAP login by escaping backslash and double-quotes in
    username, password and mailbox strings.
  + Fix initial sending of fstab entries in gkrellmd, fstab was only
    sent if it was marked as "changed"
  + gkrellmd: Make "-d" commandline option the short version for
    "--detach" instead of for "--debug-level".
  + Add searching for linux sensors directly below hwmon dir since
    kernel is putting newer devices there.
  + Bugfixes
  - Fix eof check in fgets_pipe() (when using external mail check
    program).
  - Fix some aliasing violations due to sockaddr_* typecasting.
  + Code cleanups.
  + FreeBSD-related fixes.
  + Windows-related fixes.
  + Build fixes.
  + Updated translations.
- Rebase gkrellm-libsensors.patch to apply without fuzz.
- Change SMC_LIBS to X11_LIBS.
- Do not define CFLAGS and LOCALEDIR during the build: it's not
  needed anymore.
- Stop creating directories before installation: it's now handled
  properly by gkrellm.
- Do not set GenericName and Categories in gkrellm.desktop with
  %suse_update_desktop_file, but instead set them directly in the
  file since we add it ourselves.
* Sat Jan 30 2010 captain.magnus@opensuse.org
- Update to version 2.3.4:
  + Add gkrellm_sys_setup_connect() function so sysdep code can
    register from gkrellm_sys_main_init() a setup function to call
    after main() argument parsing
  + Add FreeBSD support for the amdtemp temperature sensor
  + Add some mbmon usage help to gkrellm.1 and README
  + Bugfixes
  - Patch from Sandro Tosi: fix a FTBFS when using gold as linker
    (by simply adding -lX11)
  - Add SSL library init calls to mail check for gnutls case
  - Patch from Hans de Goede: Fix some crashes - check for NULL
    GC when drawing root pixmap on transparent chart or panel
  - Patch from Goswin von Brederlow: Ignore device mapper devices
    in Linux disk stats
- Remove gkrellm-getline.patch. Fixed upstream
* Mon Nov 16 2009 seife@opensuse.org
- add devel package
* Fri Sep 04 2009 vuntz@novell.com
- Use spec-cleaner script to clean the packaging (mainly using the
  right macros for directories).
* Wed Aug 19 2009 beineri@opensuse.org
- add an already translated GenericName to .desktop file
- install an application menu icon
* Sun Jun 07 2009 ro@suse.de
- rename getline to my_getline to avoid conflict with function
  from glibc
* Mon Jan 19 2009 pgajdos@suse.cz
- updated to 2.3.2:
  * Patch from Stefan Gehn:
  - Add error logging routines so errors and debugging can be routed to
    a file or stdout, and gkrellmd can log to the system syslog file.
    Begin replacing debug printf() with g_message(), g_warning(), etc
    functions to support the logging functions.
  - Port gtk_combo functions to gtk_combo_box
  - Add client mode server connection error dialog pupups.
  - Use GTK 2.12 gtk_widget_xxx_tooltip over gtk_tooltip in mail.c
  * Add OpenSSL license exception.
  Make OpenSSL the default to avoid gnutls symbol conflict crash.
  * Link to libntlm and remove smb* files from gkrellm source distribution.
  * Patch from Takao Fujiwara: Pass clock/calendar strings to strftime in
  current locale.  Bump default width up to 100.
  * Patch from Leo Schwab: add linux sysfs battery interface.  Use
  preferencially over deprecated /proc/acpi interface.
  * Patch from Lycestra:
  - Mac OS X support:
    "darwin9" build mode for Leopard, which lacks libkvm
    add inet monitor interface
  add buffers and cache data to memory monitor
  - don't client connect to server in the case read_server_setup() fails
  * Bugfixes
  o Allow spaces in file system monitor directories.
  o Andrey Rahmatullin and Ravi Pinjal both sent a patch to fix:
    some memleaks in clock monitor.
  o Ken Milmore patch: fix configure script to work for lm_sensors >= 3.1
  o NULL serve_name segfault
  * Translation updates
  o pl.po from Michal Smoczyk
- removed development files