File conky.changes of Package conky
-------------------------------------------------------------------
Thu Oct 29 08:22:28 UTC 2015 - dimstar@opensuse.org
- Also use /usr/bin/lua5.1 on Leap 42.1 (boo#952599).
-------------------------------------------------------------------
Sat Oct 3 07:51:50 UTC 2015 - i@marguerite.su
- fix /usr/bin/lua51, it's now /usr/bin/lua5.1 in TW.
-------------------------------------------------------------------
Sat Aug 29 15:33:16 UTC 2015 - i@marguerite.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 08:01:26 UTC 2015 - dgutu@suse.com
- Removed conky-libiw_with_libm.patch because it's not used anywhere
-------------------------------------------------------------------
Fri Jan 16 17:31:43 UTC 2015 - aloisio@gmx.com
- Merged back changes for the packman section
-------------------------------------------------------------------
Fri Nov 9 08:06:23 UTC 2012 - i@marguerite.su
- merged PMBS changes here. enabled more options.(OBS compatible)
- add dependency imlib2-loaders for conky-imlib2.
or conky will keep warning can't load images.
- add two patches from debian which also confirmed by user
please_try_again.
* fix-apcupsd.patch, revert broken apcupsd code to previous
working version.
* fix-CVE-2011-3616.patch. avoid rewriting an arbitrary user file
already upstreamed. but not in 1.9.0. remove next release.
-------------------------------------------------------------------
Sun Oct 21 00:31:29 UTC 2012 - pascal.bleser@opensuse.org
- merged back with my changes for SLES build compatibility
-------------------------------------------------------------------
Thu Jun 21 09:23:47 UTC 2012 - toganm@opensuse.org
- Update to 1.9.0 for changes please see
http://conky.sourceforge.net/changelog.html
* reworked conky-libiw_with_libm.patch as conky-1.9.0-libiw_with_libm.patch
* removed conky-fix-curl-FTBFS.patch as fixed by upstream
-------------------------------------------------------------------
Wed Feb 29 08:55:12 UTC 2012 - cfarrell@suse.com
- license update: GPL-3.0+
See the COPYING file
-------------------------------------------------------------------
Mon Jan 30 08:47:15 UTC 2012 - coolo@suse.com
- use lua51 on factory
-------------------------------------------------------------------
Thu Jan 12 11:30:32 UTC 2012 - coolo@suse.com
- change license to be in spdx.org format
-------------------------------------------------------------------
Thu Sep 29 05:15:35 UTC 2011 - pascal.bleser@opensuse.org
- add cairo and imlib support where tolua++ is available,
built as subpackages (conky-cairo and conky-imlib2)
- add patch to add -lm when linking against libiw, which is required by some
more recent versions of libiw
-------------------------------------------------------------------
Mon Sep 26 08:10:40 UTC 2011 - pascal.bleser@opensuse.org
- fix build issue with files in conky-doc
-------------------------------------------------------------------
Mon Sep 26 00:42:04 UTC 2011 - nmarques@opensuse.org
- Add conky-fix-curl-FTBFS.patch: remove deprecated curl/types.h
to fix FTBFS with newer versions of curl.
Upstream: http://tinyurl.com/4x76bbx
-------------------------------------------------------------------
Fri Oct 8 20:44:31 UTC 2010 - pascal.bleser@opensuse.org
- dropped conky-getaddrinfo.patch, was merged upstream
(PATCH-FIX-OPENSUSE conky-getaddrinfo.patch fix-for-opensuse-specific-things.patch sf#3045085 pascal.bleser@opensuse.org)
- update to 1.8.1:
* allow method to pass execgraph arguments containing spaces
* abort curl transfers if they drop below 1000B/s for more than 60s
* fix short_units for below kilo values
* when we have a failure in mail thread, sleep for a bit
* improve failure handling in mail threads
* when we have a failure in the mail thread, lookup the hostname again in
case the failure is due odd to DNS changes, or some other madness
* fix segfault in ccurl_thread.c
* fix crash in mail stuff due to bad free()
* fix segfault in i8k (sf.net #3007167)
* use getaddrinfo instead of gethostbyname: patches conky to use getaddrinfo
instead of gethostbyname everywhere. gethostbyname is rather flawed and
doesn't support IPv6 properly. Patch contributed by Pascal Bleser.
* fix 'nvidia with ncurses segfaults' (sf.net #3006233)
* make $fs_used_perc and $fs_bar report used space correctly; they reported
fs->size - fs->avail, which is not correct if fs has super-user reserved
blocks; note that now $fs_used_perc and $fs_free_perc need not add up to
100%, but that is consistent with what $fs_used and $fs_free do
* fix buffer overflows in eve.c (sf.net #3034056)
* fix bug where IMAP doesn't refresh counts after IDLE timeout
* fix segfault in mail folder (SF: 3007493)
* fix alignment ($align[rc]) issue for exec & lua objects
* small build fix & zero playtime and progress bars when XMMS2 playback is stopped
* fix tiny memleak when $top is used wrong
* ${top}, ${top_mem} and ${top_time} are now recognized as variables; the
parts of code doing this were in a #ifdef __linux__; the total CPU time of
processes (${top} with "time" argument) is now printable, and ${top_time}
works
* fix battery_bar not parsing arguments correctly (sf: #2998034, lp: #569195)
* bugfix: RSS interval was in secs instead of mins
* bugfix: $alignr only worked on the first line of $execp, $execpi, $lua and $lua_parse
* bugfix: memory and thread-deleting problems
* bugfix: read_tcp treated a succesfull connection as failed and vice versa
* add $nodename_short
* bugfix: adding/removing use_xft in the config had no effect unless you
restarted conky, reloading the config was not enough
* fix building with Audacious >= 2.3
* bugfix: mixerbar showed wrong values
* bugfix: ac-adapter is sometimes called ADP1 in sysfs instead of AC
* bugfix: battery_bar should also work without argument
* bugfix: When the first line behind TEXT was a comment, the start of the
second line wasn't parsed
* fix X error when border_width is <1
* fix device name parsing for diskio variables
* fix bug in $if_existing
-------------------------------------------------------------------
Sun Jul 4 10:46:16 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.8.0
- split out -doc subpackage
- package vim and nano syntax highlighting configuration files into subpackages
(instead of packaging them under the docdir)
-------------------------------------------------------------------
Wed Sep 30 00:00:00 UTC 2009 - pascal.bleser@opensuse.org
- update to 1.7.2:
* fixed minor memleak in pop3/imap code on config reload
* fix crash when using $if_match with objects that may return a null pointer
(like $rss, $weather, or $curl before data is available)
* removed alias config option due to brokenness
* changed xoap parsing method to xpath, in preparation to include forecast
data
* update MPD elapsed/progress when stopped (sf.net #2792113)
* overhauled RSS and weather, added $curl
* added support for X alignment across multi-lined objects (i.e., using
$alignr with $exec)
* www.weather.com can now be used as well as a source of weather dataµ
* added support for $desktop, $desktop_number and $desktop_name (sf.net
#2040528)
* added support for $swapfree
* improved Lua API (lua_read_parse has been removed in favour of the
conky_parse() Lua API call)
* introduced new Lua Cairo and Imlib2 bindings
* added support for $weather (experimental)
* remove newline with comment only lines in TEXT
* improved parsing of graph arguments, removed "log"|"normal" arguments in
favour of -l switch
* fix escaping of comments in TEXT (sf.net #2813390)
* fix segfault in to_real_path, it's sometimes called with the same source
and dest without checking the length, causing a segfault
* use the internal process list for if_running on Linux
-------------------------------------------------------------------
Sat Jun 13 00:00:00 UTC 2009 - pascal.bleser@opensuse.org
- update to 1.7.1.1:
* fixed a regression which causes fonts to not be rendered properly with
certain types of windows
* fix bug in comments within TEXT (where the line contains just '#') (sf.net
#2803586)
* fix bug in $mails (sf.net #2802529)
-------------------------------------------------------------------
Tue Jun 9 00:00:00 UTC 2009 - pascal.bleser@opensuse.org
- update to 1.7.1
-------------------------------------------------------------------
Sun May 3 00:00:00 UTC 2009 - pascal.bleser@opensuse.org
- update to 1.7.0
-------------------------------------------------------------------
Tue Oct 7 00:00:00 UTC 2008 - bwalle@suse.de
- fix build on Factory
-------------------------------------------------------------------
Wed Sep 17 00:00:00 UTC 2008 - guru@unixtech.be
- update to 1.6.1
-------------------------------------------------------------------
Tue Jul 22 00:00:00 UTC 2008 - guru@unixtech.be
- new upstream version
-------------------------------------------------------------------
Sun Mar 23 00:00:00 UTC 2008 - guru@unixtech.be
- new upstream version
-------------------------------------------------------------------
Thu Dec 6 00:00:00 UTC 2007 - guru@unixtech.be
- new upstream version
-------------------------------------------------------------------
Wed Oct 3 00:00:00 UTC 2007 - guru@unixtech.be
- update to 1.4.7
- moved to openSUSE Build Service
-------------------------------------------------------------------
Wed Jan 3 00:00:00 UTC 2007 - guru@unixtech.be
- new upstream version
-------------------------------------------------------------------
Sat Sep 2 00:00:00 UTC 2006 - guru@unixtech.be
- new upstream version
-------------------------------------------------------------------
Wed Feb 15 00:00:00 UTC 2006 - guru@unixtech.be
- new upstream version
-------------------------------------------------------------------
Mon Jan 2 00:00:00 UTC 2006 - guru@unixtech.be
- removed cairo flags, as removed from conky codebase
- new upstream version
- rewrote spec file
-------------------------------------------------------------------
Tue Nov 1 00:00:00 UTC 2005 - guru@unixtech.be
- new package