SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for conky-debugsource-1.11.6-pm151.8.53.x86_64.rpm :

* Tue Jul 28 2020 Michael Vetter - Update to 1.11.6:
* Fix negative RAM usage (#878)
* Add nvidia driverversion variable (#889)
* properly format PIDs longer than 5 digits
* linux: update statistics based on newer kernel interface (#859)
* Fix segfault on pulseaudio tunnel sinks
* Added lower_case and upper_case commands- Remove fix-negative-memory.patch: upstreamed
* Tue Apr 14 2020 Simon Lees - Don\'t require nano with the nano completions, conky shouldn\'t pull in nano just for completions.
* Fri Apr 03 2020 Simon Lees - Fix negative ram reporting #877 #878 #909 fix-negative-memory.patch
* Tue Feb 25 2020 Simon Lees - IRC support was not correctly disabled on SLE- Re add imlib2, librsvg + cairo support on SLE (we still ship it and I\'d like to use it in configs) it also means we don\'t need a second Leap package.- Run spec-cleaner
* Mon Dec 09 2019 Christophe Giboudeaux - Remove the xmms2 dependency on openSUSE Factory.
* Tue Aug 20 2019 mvetterAATTsuse.com- Update to 1.11.5:
* Fix graph leak and the uninitialized values (#858)
* Fix `link_qual_max` getting updated with bad value
* Fix heap use-after-free with setlocale
* Refactorings and cleanups
* For details see: https://github.com/brndnmtthws/conky/compare/v1.11.4...v1.11.5- Remove conky-memory-leak-fix.patch: upstreamed
* Fri Jun 28 2019 Dead Mozay - Add conky-memory-leak-fix.patch Fixes a memory leak in Conky
* Mon Jun 24 2019 mvetterAATTsuse.com- Update to 1.11.4:
* Added option to disable redraw on desktop change
* Synchronize access to kstat
* Fix various issues
* For details see: https://github.com/brndnmtthws/conky/compare/v1.11.3...v1.11.4
* Tue May 28 2019 Simon Lees - Clean up cmake macro\'s and paramaters further- Drop unneeded conky-1.10.4-ncurses.patch
* Tue May 28 2019 Jan Engelhardt - Use %cmake macro to resolve FIXMEs.- Trim bias from descriptions.
* Mon May 27 2019 mvetterAATTsuse.com- Update to 1.11.3:
* Allow hwmon command to accept hwmon device name
* For details see: https://github.com/brndnmtthws/conky/compare/v1.11.2...v1.11.3- Update conky.timestamp.patch and conky-1.10.1-avoid-git.patch- Remove libical3.patch: upstreamed- Use lua 5.3- Install desktop file
* Mon Mar 05 2018 adam.majerAATTsuse.de- New upstream version 1.10.8 + fixed segfault when HOME is unset + Fix segfault when kernel reports non-sequential SMP CPU indices + Provide support to query active port on PulseAudio\'s default sink + enable persistent view of irc messages + Fix SEGV in a CPU hotplug environment + GPLv3 is the default license + Support multiple include paths for libbircclient- conky-1.10.4-ncurses.patch: comment out - doesn\'t seem to be needed- conky-1.10.0-libircclient.patch: removed, upstreamed.- conky.luamm.patch: removed, upstreamed.- libical3.patch: adds support for libical 3.x
* Sat Mar 03 2018 jengelhAATTinai.de- Explicitly request old libical
* Tue Dec 12 2017 pgajdosAATTsuse.com- fix build for SLE 15: buildrequire also Xdamage- make more clear when xmms2 support is compiled in- use pkgconfig()-style buildrequires for X libraries, package is build for suse_version >= 1315, so they are defined- fix 0%{is_opensuse} to 0%{?is_opensuse} on one placeand remove is_opensuse definition, which is in my opinion useless afterwards
* Sun Dec 10 2017 iAATTmarguerite.su- use modular Xorg libaries if possible- make suse is_opensuse is defined
* Wed Nov 29 2017 pgajdosAATTsuse.com- build with SLE 15
* Wed Nov 15 2017 pgajdosAATTsuse.com- change default system configuration- add /usr/bin/conkyconf- add README.SUSE- require fontawesome-fonts for icons- fate: #323638
* Thu Jul 27 2017 joerg.lorenzenAATTki.tng.de- BuildRequires libtolua++-5_1-devel on Leap.
* Tue Jun 20 2017 olafAATTaepfle.de- Fix build with conky.luamm.patch
* Tue Mar 21 2017 olafAATTaepfle.de- Remove more timestamps from binaries
* Thu Mar 02 2017 olafAATTaepfle.de- Add buildconditional for audacious, cmus, libXNVCtrl, xmms2- Remove unused BuildRequires, convert to pkgconfig()
* Wed Jan 04 2017 olafAATTaepfle.de- Remove timestamp from binaries- add conky.timestamp.patch
* Sat Dec 17 2016 iAATTmarguerite.su- update version 1.10.6
* try more than one sysctl to get CPU temperature
* cached versions of get_nvidia_value and get_nvidia_string_value- changes in 1.10.5
* check st_ctime to work with mutt MUA
* update uri to get NOAA METAR data
* Sat Sep 24 2016 aloisioAATTgmx.com- Update to version 1.10.4- Enabled pulseaudio- Added conky-1.10.4-ncurses.patch
* Mon May 23 2016 ronisbrAATTgmail.com- Update version 1.10.2.
* Bugfix release.- Drop patches already applied by upstream:
* conky-libdir.patch
* conky-1.10.1-check_include_file.patch
* Thu Jan 07 2016 iAATTmarguerite.su- update version 1.10.1
* bugfix release
* If BUILD_IPV6=ON (default), but the user has disabled ipv6 support in the kernel using the parameter ipv6.disable=1, then conky fails to open /proc/net/if_inet6. This leads to a segfault when conky calls fclose(file) regardless. This fix simply moves the fclose call into the preceding if statement. (boo#958897)- drop patch: conky-1.10.0-libdir.patch- add patch: conky-libdir.patch- add patch: conky-1.10.1-avoid-git.patch- add patch: conky-1.10.1-check_include_file.patch
* fix check_include_file not found- enable builds for sles 12
* Thu Jan 07 2016 normandAATTlinux.vnet.ibm.com- for suse_version after 1320 add BuildRequires: libtolua++-5_1-devel
* Fri Dec 18 2015 simonAATTsimotek.net- Add conky-1.10.0-fix-upstream-issue-187-IPV6-crash.patch fixing upstream issue #187 and (boo#958897) patch taken from upstream https://github.com/brndnmtthws/conky/commit/ee08a9e1b045e8d2f4f13a0e60c2f603b66b0d69?diff=unified
* Sat Nov 21 2015 olafAATTaepfle.de- Its always /usr/bin/lua5.1
* Thu Oct 29 2015 dimstarAATTopensuse.org- Also use /usr/bin/lua5.1 on Leap 42.1 (boo#952599).
* Sat Oct 03 2015 iAATTmarguerite.su- fix /usr/bin/lua51, it\'s now /usr/bin/lua5.1 in TW.
* Sat Aug 29 2015 iAATTmarguerite.su- update version 1.10.0
* Partial rewrite in C++ (from C)
* New Lua-based config system
* New CMake-based build system
* Support for newer GCC versions- drop patch: conky-1.9.0-libiw_with_libm.patch
* upstream changed from autotools to cmake- drop patch: fix-CVE-2011-3616.patch, upstreamed- drop patch: fix-apcupsd.patch.
* problematic, invalid conversion from void
* to int
*- add patch: conky-1.10.0-libircclient.patch
* fix includedir- add patch: conky-1.10.0-libdir.patch
* respect LIB_INSTALL_DIR- remove old-time conditional checks:
* lua/imlib2 are always enabled- drop conky-cairo/imlib2 sub-packages
* they\'re always enabled, no need to split
* add Provides/Obsoletes in main package- rename conky-vim/nano sub-packages to vim/nano-plugin-conky- remove pseudo sub-packages:
* there are more \"features\" now, we can not create more and more dummy packages
* keeping packages from being switched among repositories should be done by users via package management system, not this way
* add Provides/Obsoletes in main package- drop conky-rpmlintrc
* the error it filtered doesn\'t exist anymore- drop conky.desktop
* conky is not a desktop application. a desktop file is useless
* Tue May 26 2015 dgutuAATTsuse.com- Removed conky-libiw_with_libm.patch because it\'s not used anywhere
* Fri Jan 16 2015 aloisioAATTgmx.com- Merged back changes for the packman section
 
ICM