Package Release Info

xosview-1.19-bp151.2.13

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

xosview

Change Logs

Version: 1.19-bp150.2.4
* Mon Mar 20 2017 mimi.vx@gmail.com
- spec-cleaned, removed limitation to gcc5
* Tue Mar 07 2017 werner@suse.de
- Diskmeter: allow removable devices (boo#1027532)
* Mon Dec 05 2016 werner@suse.de
- Update to version 1.19
  * Strip empty fields from the nlist.
  * arm64 doesn't have sys/io.h and sys/perm.h like many other Linux architectures
  * Fix typo that was blocking compilation on gcc 6
  * Fix /sys/class/net traversal on recent Linux systems
  * Use right variable in error message.
  * Fix coretemp for AMD K10 CPUs on kernel >= 3.17.
  * Support coretemp on linux 3.15
  * Do not parse error when 64-bit kernel is used with 32-bit userland
  * arm64 doesn't have sys/io.h and sys/perm.h like many other Linux architectures
  * Remove the Linux-specific 'MAP' field
  * Replace the parsing of /proc/meminfo
  * Fix spelling of "mandatory".
  * Add a command-line flag for cpuFormat: single
  * Change legend to match battery meter
    The battery meter is the more concise one.
  * Default IRQ meter to off
  * Strip empty fields from the nlist.
  * Fix name conflict.
    Local and member variable had the same name.
  * Initialize class member.
  * Silence a warning from debug code.
  * Use a helper to get the value of kstat_named_t.
  * Save the needed kstats in a centralized way.
  * Use sysconf instead of CPUMeter::countCpus().
  * Show wireless meter when WLAN adapter is present.
  * Use c++ iostreams for console messages.
  * Remove two deprecated and unused functions.
  * Coding style cleanup (linux/intmeter).
  * Remove checks for kernel versions <= 2.0.
  * Port interrupt rate meter from BSDs to Linux.
  * Read net statistics from sysfs.
  * Drop support for kernels < 2.4 in netmeter.
  * Drop decimal from floats greater than 99.9 in used legends.
  * Show negative values in sensor meters.
  * Put value scaling code to base Meter class.
  * Rework coretemp's CPU detection.
  * Copy recent fieldmeter changes to bitfieldmeter.
  * Calculate total correctly.
  * Enable coretemp only on x86/x86_64.
- Remove patches now upstream
  0001-Replace-the-parsing-of-proc-meminfo.patch
  pull-request7.patch
  xosview-1.16-coretemp.patch
  xosview-1.16-coretemp2.patch
  xosview-1.16-serial.patch
- Modify patch xosview-1.16-diskstat.patch
- Port patches
  xosview-1.16-appdef.patch becomes xosview-1.19-appdef.patch
  xosview-1.16.dif becomes xosview-1.19.dif
* Fri Jul 08 2016 werner@suse.de
- Add upstream patch pull-request7.patch from pull request to avoid
  compiler error
* Fri Jun 17 2016 werner@suse.de
- Choose a working compiler
* Thu Nov 19 2015 opensuse@cboltz.de
- reduce Requires: xorg-x11 (which drops in lots of packages) to the
  really needed Requires: xrdb (boo#954114)
* Thu Sep 17 2015 werner@suse.de
- Adopt upstream commit 607d58bf3724bdacfecd9d7ff78f7f1838c0e08f
  as patch 0001-Replace-the-parsing-of-proc-meminfo.patch
  but without subtracting Mapped from Cached
* Wed Sep 16 2015 werner@suse.de
- Adopt upstream commit 91afaf8c8b348376e6f67f6074729f5e1c1f7eb7
* Tue Feb 03 2015 werner@suse.de
- Rename patches
  xosview-appdef.patch becomes xosview-1.16-appdef.patch
  xosview-configuration.patch becomes xosview-1.16.dif
  xosview-diskstat.patch becomes xosview-1.16-diskstat.patch
  xosview-serial.patch becomes xosview-1.16-serial.patch
- Remove superfluous patches
  xosview-maxlimit.patch, xosview-pixmap.patch, and xosview-sysinfo.patch
- Port coretemp changes from Upstream to this (boo#896632)
  therefore add patch xosview-1.16-coretemp.patch
- Add code to make coretemp reading work with kernel 3.17+ work (boo#896632)
  therefore add patch xosview-1.16-coretemp2.patch
* Sat Jan 17 2015 sfalken@opensuse.org
- Update to version 1.16:
  + Changes from 1.14 to 1.15:
  - Build system changes for GNU/Hurd
  - Add 64-bit support for ARM and PPC to MeterMaker
  - Increase MAX_PROCSTAT_LENGTH
  - Make Buffer size for interrupt meter an overall variable
  - Change USE_SYSCALLS to 0, to reduce I/O load
  - Read /usr/share/X11/app-defaults/xosview if available
  - Avoid removable and loop devices in disk stats
  - Do not ignore removable devices
  - Re-enable background pixmaps
  - Use XPM handling by default
  - Add command line shorthand for seeing all CPU cores
    seperately
  - Kernel disk stats are always in 512-byte units
  - Do not ignore floppy disks in diskmeter
  + Changes from 1.15 to 1.16
  - Added keywords entry in desktop file
  - New battery meter for *BSD
  - Support DragonflyBSD 4.3 in netmeter
  - Use correct size integer for sysctl return value
  - Use snprintf() instead of std::ostringstream when
    updating speed in loadmeter
  - Make loadmeter autoscaling predictable
  + Patches Refactored, and deversioned, xosview-1.14.dif renamed
    to xosview-configuration.patch
  + Removed:
  - xosview-1.14.tar.gz
  - xosview-1.14.dif
  - xosview-1.14-appdef.dif
  - xosview-1.14-diskstat.dif
  - xosview-1.14-maxlimit.patch
  - xosview-1.14-longint.patch
  - xosview-1.14-pixmap.patch
  - xosview-1.14-serial.patch
  - xosview-1.14-sysinfo.patch
  + Added:
  - xosview-1.16.tar.gz
  - xosview-configuration.patch
  - xosview-appdef.patch
  - xosview-diskstat.patch
  - xosview-maxlimit.patch
  - xosview-pixmap.patch
  - xosview-serial.patch
  - xosview-sysinfo.patch
* Thu Oct 02 2014 crrodriguez@opensuse.org
- Cleanup/reduce buildrequires by not pulling xorg-x11-devel
* Sun Feb 09 2014 dmueller@suse.com
- update xosview-1.14-serial.patch: Fix build for aarch64
* Mon Apr 29 2013 werner@suse.de
- Add patch xosview-1.14-pixmap.patch (bnc#817558)
- Combine patch xosview-1.14-procsys.patch with patch
  xosview-1.14-sysinfo.patch to use one configure variable for
  system calls.
- Finally delete older patches xosview-1.9.2.dif and
  xosview-config.diff as not used anymore with 1.14
* Tue Apr 09 2013 werner@suse.de
- Update to xosview version 1.14
    This release makes small fixes, including one for a bug that
    could cause random crashes.
    1.13: This release makes changes to temperature sensing, adds
    significant performance optimizations, and fixes bugs.
    1.12: This release fixes a number of long-standing issues with
    screen updates and redrawing.
    1.11: The only change in this release is to fix a bug which
    prevents use with Red Hat Enterprise Linux 6 kernels
    1.10: This release adds a new configurable (and simplified)
    CPU meter, plus several Linux and BSD improvements.
    1.9.4: This release improves temperature sensor displays and
    BSD support, and fixes bugs.
    1.9.3: This release adds a simplified build system and some
    minor changes.
* Sun Mar 10 2013 schwab@suse.de
- Add aarch64 to the list platforms without ioperm
- Update config.{guess,sub}
- Use %configure
* Thu Feb 28 2013 cfarrell@suse.com
- license update: GPL-2.0+
  the other licenses are consolidated into the GPL license of the derived
  binary (Fedora uses the same)
* Wed Feb 27 2013 coolo@suse.com
- update license to new format
* Tue Feb 21 2012 coolo@suse.com
- buildrequire xorg-x11 for directory ownership of app-defaults
- drop support for pre-sles9 X11 paths
* Wed Feb 08 2012 werner@suse.de
- Update to xosview version 1.9.2
  * Fix a bug where battery meter was not redrawn
  * Modify linux serialmeter startup to allow for a port number instead of
    True/False.  Patch provided by Horst Wente.
  * netIface support for NetBSD.  Patch from  Bernd Ernesti.
  * Move repository to Git
  * Merged patches from Debian distribution
  * Several bugfixes
  * Improvements to defaults
* Tue Jan 31 2012 dvaleev@suse.com
- fix ppc64 build