SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libcantorlibs20-18.12.2-lp150.90.2.x86_64.rpm :

* Sat Feb 09 2019 lbeltrameAATTkde.org- Update to 18.12.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12.2.php- Changes since 18.12.1:
* Fix bug with unfocused entry after Cantor start (kde#395976)
* Fix bug with still visible entry cursor after focusing on created entry
* Fri Jan 11 2019 lbeltrameAATTkde.org- Update to 18.12.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12.1.php- Changes since 18.12.0:
* Fix logic bug in insertEntryBefore: add missing else branch, corresponding to insertEntry logic
* [Python2] Fix bug with server, which don\'t work with multiexpression code (for example \"a=3\
b=4\"). Also add regression tests for this problem.
* [R] Fix bug in RServer, when rserver finishs to response after defining new user function
* [Julia] Fix bug with autocompletion for \"nested\" command, like \"Base.Mai\". Add test for this and also minor improvments in tests.
* Fri Dec 14 2018 lbeltrameAATTkde.org- Update to 18.12.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12.0.php- Changes since 18.11.90:
* Fix build with LabPlot2
* Mon Dec 03 2018 lbeltrameAATTkde.org- Update to 18.11.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12-rc.php- Changes since 18.11.80:
* [Python] Fix bug with \'print\' highlighting (function in Python3, keyword in Python2)
* Fix bug with missing \'Add Markdown Entry\' actions in worksheet contex menu
* Fix major bug with removing first worksheet entry after worksheet load
* Fix bug with missing setting saving (backend restart notification) after restart program
* Disable \"reboot backend\" button before login, because activation of the button before login cause segfault in some backends
* Fix bug with uncleaning variable model and highlighter state upon logout in R, Julia, Python, Scilab backends.
* Fix bug with \""\" in syntax help messages
* [Octave] Fix bug with unreadable syntax help message
* [Maxima] Fix segfault, when we request syntax help twice
* [Octave] Fix bug with adding inner variable \'__cantor_tmp__\' in variable model
* Fix bug, when \"T\" and \"NIL\" sometimes appearing in output (kde#399294)
* Fix bug with losing LaTeX typesetting after backend restart (kde#394003)
* Fix bug with missing after install cantorlib export file (cantor_export.h)
* [Maxima] Fix indent in first line for help request
* Fix bug with missing whitespaces in Help Panel
* Remove inheritance HelpResult from TextResult and add support to create HelpResult from html directly. It\'s fix unreadable help result for Sage (kde#401134)
* Fix bug with infinity computing of entry, which contains plot command, which ends by \"$\"
* Tue Nov 20 2018 Luca Beltrame - Run spec-cleaner
* Tue Nov 20 2018 lbeltrameAATTkde.org- Update to 18.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12-beta.php- Changes since 18.08.3:
* Too many changes to list here
* Thu Nov 08 2018 lbeltrameAATTkde.org- Update to 18.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.3.php- Changes since 18.08.2:
* Disable --simple-prompt Sage parameter for now
* Thu Oct 11 2018 lbeltrameAATTkde.org- Update to 18.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.2.php- Changes since 18.08.1:
* None
* Thu Sep 06 2018 lbeltrameAATTkde.org- Update to 18.08.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.1.php- Changes since 18.08.0:
* Fix error with wrong highlighting in Python backend
* Fix error with highlighting single line comment in julia backend
* Fix code completition for Julia >= 0.7.0 in Julia backend
* Fix deprecationg warning for Julia >= 0.7.0
* Fix build with julia 1.0
* Fix sagemath backend with sagemath 8.3
* Support julia>=0.7
* Fix build error with julia with version greater, that 5 BUG:397548 (kde#397548)
* Thu Aug 16 2018 christopheAATTkrop.fr- Update to 18.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.0.php- Changes since 18.07.80:
* Fix filenames and missing icons for opened worksheets
* Remove from Python backend modification\'s function (the function works before sending code to interpreter) code for import statement handling (cause problems with imports statements) and code for print statement insertation (cause wrong printing, like printing None, or result from functions, often used without return value (like write, etc.))
* Clazy warnings, part 3.
* Rewrite julia variables and functions names parsing code
* Thu Jul 26 2018 lbeltrameAATTkde.org- Update to 18.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08-beta.php- Changes since 18.04.3:
* Too many changes to list here
* Fri Jul 13 2018 lbeltrameAATTkde.org- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php- Changes since 18.04.2:
* Fix displaying commands source code in sage backend
* Remove unnecessary empty line in end each text result for R backend
* Remove html output from R backend for vectors
* Fix starting external sage viewers in Sage backend
* Fix bug with autocomplete popup in Sage backend (kde#395844)
* Disable latex output for sage by default, because it don\'t work very well Users still can use latex output by using %display sage magic
* Fix broken sage login for Sage versions greater, than 8.0 (8.1, 8.2, 8.3, etc.) and set version 8.1 and 8.2 as recommends. (kde#375467)
* Use standart %o, %i variables instead of %O, %I in maxima backend
* Add new example worksheet for maxima backend
* Avoiding a lot of suggest-override warnings
* Fix bug with QFileDialog filter for backends, which support scripts extensions (Sage backend, for example, supports python script extension (
*.py))
* Remove useless qDebug, which don\'t print anything
* Fix kf5.kxmlgui problem for qalculate plot assistant
* Add worksheet example for plotting in Maxima
* Add missing plot command to Maxima backend
* Add worksheet examples for Octave
* Add missing 2d plot command (plotmatrix) for Octave
* Solve a problem with cantor_plot() statement, which are appeared in Octave worksheets
* Fix kf5.kxmlgui problem with deprecated location of rc files
* Save and load latex entries render results into cws
* Remove info about QT_PLUGIN_PATH in README.md
* Remove the need to configure QT_PLUGIN_PATH before running Cantor by expanding default Qt plugins path
* Disable qDebug for CMake Release target
* Fix warning
* Clazy warnings, part 2.
* Update README.md
* support python-3.7- Convert %doc to %license where appropriate
* Fri Jun 08 2018 lbeltrameAATTkde.org- Update to 18.04.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.2.php- Changes since 18.04.1:
* In R backend try to open files with unknown mimetype in Cantor script editor and add handling for command without results in rserver (kde#296814)
* Avoid segfault in backends destructor, when terminate related process.
* Make Julia variables format in variables model more consistent with the other backends (kde#377771)
* Change juliahighligter\'s regex for nonSeparatingCharacters (kde#377772)
* Add unicode support in juliaserver (because julia can work with unicode, so juliaserver must too) and fix missing highlighting for functions for julia 0.6 and higher
* Fix julia output: change display function from jl_static_show to \'display\' (kde#377773)
* In LatexEntry::updateEntry path to esp file is constructed invalid. This commit fix it. During debuging, it was found, that EpsRenderer don\'t check, that input is valid, at all. So, the commit also add checking, that input file is valid eps file, and warning message printing, if it is not true. (kde#330834)
* Clazy warnings, part 1.
* With this changes, maxima backend don\'t show source latex code for entries while they are generated.
* Add support for \"application/x-extension-html\" mimetype in R expression, because some systems use this mimetype for html, instead of \"text/html\" (kde#394018)
* Fix creating temporary directory for R backend
* Add html escaping for ampersand in rexpression
* Fix minor misspelling in debug message of maxima backend
* Improve LaTeX worksheet export (kde#387304)
* Add GUI editor for R backend (kde#339127)
* Fri May 11 2018 lbeltrameAATTkde.org- Update to 18.04.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.1.php- Changes since 18.04.0:
* Fix maxima LaTeX output for matrics
* Small fix for Sage backend
* Improve octave login
* Make the path of the currently opened project file available in the sage session. (kde#358975)
* Avoid octave backend crushing, when we try to kill ended process (kde#372074)
* Add unit tests for lua backends
* Don\'t crash with Lua when fetching completion without login being done.
* Improved handling of multi-line commands in Lua. See D12074 for further details and the remaining open issues.
* Improve Julia cmake build system
* Show error message in case the user tries to open a non valid Cantor project file.
* Added some debug output to measure the time it took to load a saved worksheet.
* Fix segfault in key settings menu when worksheet not open
* Wed Apr 18 2018 lbeltrameAATTkde.org- Update to 18.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.0.php- Changes since 18.03.90:
* Fix incorrect regexs for string in backend highlighters
* Fixed missing latex typesetting.
* Fri Apr 06 2018 lbeltrameAATTkde.org- Update to 18.03.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04-rc.php- Changes since 17.12.3:
* Too many changes to list here
* Thu Mar 08 2018 lbeltrameAATTkde.org- Update to 17.12.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.3.php- Changes since 17.12.2:
* None
* Wed Feb 07 2018 lbeltrameAATTkde.org- Update to 17.12.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.2.php- Changes since 17.12.1:
* None
* Thu Jan 11 2018 lbeltrameAATTkde.org- Update to 17.12.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.1.php- Changes since 17.12.0:
* None
* Sat Dec 09 2017 lbeltrameAATTkde.org- Update to 17.12.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.0.php- Changes since 17.11.90:
* None
* Sat Dec 02 2017 lbeltrameAATTkde.org- Update to 17.11.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12-rc.php- Changes since 17.11.80:
* None
* Mon Nov 20 2017 lbeltrameAATTkde.org- Update to 17.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12-beta.php- Changes since 17.08.3:
* Don\'t look for KF5Pty when using Windows. (kde#386787)
* 1. delay the initialization of the backend process until the user requests the first evaluation (part of T4760) 2. show wait cursor and a message in the status bar instead of the modal dialog during the backend process initialization
* User KActionCollection::setDefaultShortcut() in cantor part.
* In maximasession: 1. initialize the members in the initializer list 2. added MaximaSessin::write() to simplify writing to stdout on linux and win.
* Removed warnings during the initialization of actions in worksheet (use KActionCollection::setDefaultShortcut() instead of QAction::setShortcut()).
* Removed some noisy debug output.
* Thu Nov 09 2017 lbeltrameAATTkde.org- Update to 17.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.08.3.php- Changes since 17.08.2:
* None
* Mon Oct 16 2017 lbeltrameAATTkde.org- Update to 17.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.08.2.php- Changes since 17.08.1:
* None
* Thu Sep 07 2017 lbeltrameAATTkde.org- Update to 17.08.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.08.1.php- Changes since 17.08.0:
* Don\'t search for and link to libcln when using libqalculate>=2.0
* Fri Aug 11 2017 christopheAATTkrop.fr- Update to KDE Applications 17.08.0
* New feature release
* https://www.kde.org/announcements/announce-applications-17.08.0.php- Changes since 17.04.3 :
* Fix wayland support
* Use Q_DECLARE_OVERRIDE
* Scilab save as Cantor Worksheet corrections
* Add Scilab 6.0 version as recommended version to Scilab backend
* Put the FindR.cmake in a POSIX compatible way (kde#365897)
* Add recommended version to Sage backend
* Add recommended version to Julia backend
* Add recommended version to R backend
* Add recommended version to Octave backend
* Add recommended version to Maxima backend
* Add recommended version to Qalculate backend
* Add recommended version to Lua backend
* Add recommended version to Python 3 backend
* Add recommended version to Python 2 backend
* Add recommended version to Scilab backend
* Moves version function in Backend class
* Make Cantor’s LaTeX renderer friendlier with dark themes
* Minor spelling fixes
* Differential revision: https://phabricator.kde.org/D5266 Close T3865
* Sat Aug 05 2017 christopheAATTkrop.fr- Update to KDE Applications 17.07.90
* KDE Applications 17.07.90
* https://www.kde.org/announcements/announce-applications-17.08-rc.php
* Sat Jul 15 2017 lbeltrameAATTkde.org- Update to 17.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.3.php- Changes since 17.04.2:
* None
* Wed Jun 07 2017 lbeltrameAATTkde.org- Update to 17.04.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.2.php- Changes since 17.04.1:
* None
* Wed May 17 2017 lbeltrameAATTkde.org- Update to 17.04.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.1.php- Changes since 17.04.0:
* None
* Sun Apr 16 2017 lbeltrameAATTkde.org- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php- Changes since 17.03.90:
* None
* Wed Apr 12 2017 lbeltrameAATTkde.org- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php- Changes since 17.03.80:
* None
* Sat Mar 25 2017 lbeltrameAATTkde.org- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-beta.php- Changes since 16.12.3:
* Too many changes to list here
* Thu Mar 09 2017 lbeltrameAATTkde.org- Update to 16.12.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-16.12.3.php- Changes since 16.12.2:
* [julia] Fix build with -fno-operator-names
* remove modern C++ use to fix compile with current KDE policy- Remove patches, now upstream:
* fix-build-with-ecm-5.31.patch
* Fri Feb 10 2017 wbauerAATTtmo.at- Add fix-build-with-ecm-5.31.patch
* Thu Feb 09 2017 lbeltrameAATTkde.org- Update to KDE Applications 16.12.2
* KDE Applications 16.12.2
* https://www.kde.org/announcements/announce-applications-16.12.2.php
* Sat Jan 14 2017 lbeltrameAATTkde.org- - Update to KDE Applications 16.12.1
* KDE Applications 16.12.1
* https://www.kde.org/announcements/announce-applications-16.12.1.php
* Tue Dec 13 2016 tittiatcokeAATTgmail.com- Update to KDE Applications 16.12.0
* KDE Applications 16.12.0
* https://www.kde.org/announcements/announce-applications-16.12.0.php
* Sat Dec 03 2016 tittiatcokeAATTgmail.com- Update to KDE Applications 16.11.90
* KDE Applications 16.12.0 RC
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
* Tue Nov 29 2016 tittiatcokeAATTgmail.com- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
* Wed Nov 09 2016 lbeltrameAATTkde.org- Update to KDE Applications 16.08.3
* KDE Applications 16.08.3
* https://www.kde.org/announcements/announce-applications-16.08.3.php
* Tue Oct 11 2016 lbeltrameAATTkde.org- KDE Applications 16.08.2 https://www.kde.org/announcements/announce-applications-16.08.2.php
* Fri Sep 09 2016 tittiatcokeAATTgmail.com- Update to KDE Applications 16.08.1
* KDE Applications 16.08.1
* https://www.kde.org/announcements/announce-applications-16.08.1.php
* Fri Aug 12 2016 tittiatcokeAATTgmail.com- Update to KDE Applications 16.08.0
* KDE Applications 16.08.0
* https://www.kde.org/announcements/announce-applications-16.08.0.php
* Mon Aug 08 2016 tittiatcokeAATTgmail.com- Update to KDE Applications 16.07.90
* KDE Applications 16.07.90 (16.08-RC)
* https://www.kde.org/announcements/announce-applications-16.08-rc.php
* Thu Jul 07 2016 tittiatcokeAATTgmail.com- Update to KDE Applications 16.04.3
* KDE Applications 16.04.3
* https://www.kde.org/announcements/announce-applications-16.04.3.php
* Fri Jun 10 2016 tittiatcokeAATTgmail.com- Update to KDE Applications 16.04.2
* KDE Applications 16.04.2
* https://www.kde.org/announcements/announce-applications-16.04.2.php
* Sat May 07 2016 tittiatcokeAATTgmail.com- Update to KDE Applications 16.04.1
* KDE Applications 16.04.1
* https://www.kde.org/announcements/announce-applications-16.04.1.php
* Sun Apr 17 2016 tittiatcokeAATTgmail.com- Update to KDE Applications 16.04.0
* KDE Applications 16.04.0
* https://www.kde.org/announcements/announce-applications-16.04.0.php
* Mon Apr 11 2016 tittiatcokeAATTgmail.com- Update to KDE Applications 16.03.90
* KDE Applications 16.04.0 RC
* https://www.kde.org/announcements/announce-applications-16.04-rc.php
* Sun Mar 13 2016 tittiatcokeAATTgmail.com- Update to KDE Applications 15.12.3
* KDE Applications 15.12.3
* https://www.kde.org/announcements/announce-applications-15.12.3.php
* boo#970855
* Mon Mar 07 2016 toddrme2178AATTgmail.com- Enable python3 backend.
* Sat Feb 13 2016 tittiatcokeAATTgmail.com- Update to KDE Applications 15.12.2
* KDE Applications 15.12.2
* https://www.kde.org/announcements/announce-applications-15.12.2.php
* boo#966605
* Sat Jan 09 2016 tittiatcokeAATTgmail.com- Update to KDE Applications 15.12.1
* KDE Applications 15.12.1
* https://www.kde.org/announcements/announce-applications-15.12.1.php
* boo#961265
* Sun Dec 13 2015 tittiatcokeAATTgmail.com- Update to KDE Applications 15.12.0
* KDE Applications 15.12.0
* https://www.kde.org/announcements/announce-applications-15.12.0.php
* boo#958887
* Tue Nov 10 2015 tittiatcokeAATTgmail.com- Update to KDE Applications 15.08.3
* KDE Applications 15.08.3
* https://www.kde.org/announcements/announce-applications-15.08.3.php
* boo#954531
* Sun Oct 11 2015 tittiatcokeAATTgmail.com- Update to KDE Applications 15.08.2
* KDE Applications 15.08.2
* https://www.kde.org/announcements/announce-applications-15.08.2.php
* Sun Sep 13 2015 tittiatcokeAATTgmail.com- Update to KDE Applications 15.08.1
* KDE Applications 15.08.1
* https://www.kde.org/announcements/announce-applications-15.08.1.php
* Wed Aug 19 2015 cgiboudeauxAATTgmx.com- Update to KDE Applications 15.08.0
* KDE Applications 15.08.0
* https://www.kde.org/announcements/announce-applications-15.08.0.php- Drop fix-build-with-latest-R.diff (no longer needed)
* Fri Aug 07 2015 tittiatcokeAATTgmail.com- Update to KDE Applications 15.07.90
* KDE Applications 15.08.0 RC1
* https://www.kde.org/announcements/announce-applications-15.08-rc.php- Drop upstreamed patch fix-build-with-latest-R.diff
* Mon Jul 06 2015 tittiatcokeAATTgmail.com- Update to KDE Applications 15.04.3
* KDE Applications 15.04.3
* https://www.kde.org/announcements/announce-applications-15.04.3.php
* Sat May 30 2015 tittiatcokeAATTgmail.com- Update
* Mon May 11 2015 tittiatcokeAATTgmail.com- Update to KDE Applications 15.04.1
* KDE Applications 15.04.1
* https://www.kde.org/announcements/announce-applications-15.04.1.php
* Mon Apr 27 2015 tittiatcokeAATTgmail.com- Add patch fix-build-with-latest-R.diff to resolve the buildissue with R-base >= 3.2
* Sat Apr 11 2015 tittiatcokeAATTgmail.com- Update to KDE Applications 15.04.0
* KDE Applications 15.04.0
* https://www.kde.org/announcements/announce-applications-15.04.0.php
* Sat Mar 21 2015 tittiatcokeAATTgmail.com- Update to KDE Applications 15.03.95
* KDE Applications 15.04 RC- Drop patch cantor-bko296546.patch
* Sun Mar 08 2015 tittiatcokeAATTgmail.com- Update to KDE Applications 15.03.80
* KDE Applications 15.04 Beta
* Tue Mar 03 2015 tittiatcokeAATTgmail.com- Update to KDE Applications 14.12.3
* KDE Applications 14.12.3
* See https://www.kde.org/announcements/announce-applications-14.12.3.php
* Sun Feb 01 2015 tittiatcokeAATTgmail.com- Update to KDE Applications 14.12.2
* KDE Applications 14.12.2
* See https://www.kde.org/announcements/announce-applications-14.12.2.php
* Mon Jan 12 2015 tittiatcokeAATTgmail.com- Update to KDE Applications 14.12.1
* KDE Applications 14.12.1
* See https://www.kde.org/announcements/announce-applications-14.12.1.php
* Wed Dec 17 2014 tittiatcokeAATTgmail.com- Update to KDE Applications 14.12.0
* KDE Applications 14.12.0
* See https://www.kde.org/announcements/announce-applications-14.12.0.php
* Sun Nov 09 2014 tittiatcokeAATTgmail.com- Update to 4.14.3
* KDE 4.14.3 SC Bugfix Release
* See http://www.kde.org/announcements/announce-4.14.3.php
* Sun Oct 12 2014 tittiatcokeAATTgmail.com- Update to 4.14.2
* KDE 4.14.2 SC Bugfix Release
* See http://www.kde.org/announcements/announce-4.14.2.php
* Sat Sep 13 2014 tittiatcokeAATTgmail.com- Update to 4.14.1
* KDE 4.14.1 SC Bugfix Release
* See http://www.kde.org/announcements/announce-4.14.1.php
* Wed Aug 20 2014 hrvoje.senjanAATTgmail.com- Added luajit-devel BuildRequires to build lua backend on Harlequin and newer openSUSE versions
* Fri Aug 15 2014 tittiatcokeAATTgmail.com- Update to 4.14.0
* KDE 4.14.0 SC Final Release
* See http://www.kde.org/announcements/4.14/
* Thu Jul 17 2014 cgiboudeauxAATTgmx.com- Update to 4.13.90
* KDE 4.14 Beta 2 release
* See http://www.kde.org/announcements/announce-4.14-beta2.php
* Thu Jul 10 2014 cgiboudeauxAATTgmx.com- Update to 4.13.80
* KDE 4.14 Beta 1 release
* See http://www.kde.org/announcements/announce-4.14-beta1.php
* Sun Jun 08 2014 tittiatcokeAATTgmail.com- Update to 4.13.2
* KDE 4.13 release
* See http://www.kde.org/announcements/announce-4.13.2.php
* Fri May 09 2014 tittiatcokeAATTgmail.com- Update to 4.13.1
* KDE 4.13.1 bug fix release
* See http://www.kde.org/announcements/announce-4.13.1.php
* Fri Apr 11 2014 tittiatcokeAATTgmail.com- Update to 4.13.0
* KDE 4.13 release
* See http://www.kde.org/announcements/4.13/
* Thu Mar 27 2014 tittiatcokeAATTgmail.com- Update to 4.12.97
* KDE 4.13 RC release
* See http://www.kde.org/announcements/announce-4.13-rc.php
* Thu Mar 20 2014 tittiatcokeAATTgmail.com- Update to 4.12.95
* KDE 4.13 Beta 3 release
* See http://www.kde.org/announcements/announce-4.13-beta3.php
* Thu Mar 13 2014 tittiatcokeAATTgmail.com- Update to 4.12.90
* KDE 4.13 Beta 2 release
* See http://www.kde.org/announcements/announce-4.13-beta2.php
* Fri Mar 07 2014 tittiatcokeAATTgmail.com- Update to 4.12.80
* KDE 4.13 Beta 1 release
* See http://www.kde.org/announcements/announce-4.13-beta1.php
* Sat Feb 01 2014 tittiatcokeAATTgmail.com- Update to 4.12.2
* KDE 4.12.2 release
* See http://www.kde.org/announcements/announce-4.12.2.php
* Sat Jan 11 2014 tittiatcokeAATTgmail.com- Update to 4.12.1
* KDE 4.12.1 release
* See http://www.kde.org/announcements/announce-4.12.1.php
* Sat Dec 14 2013 tittiatcokeAATTgmail.com- Update to 4.12.0
* KDE 4.12.0 release
* See http://www.kde.org/announcements/4.12.php
* Fri Nov 29 2013 tittiatcokeAATTgmail.com- Update to 4.11.97
* KDE 4.12 RC 1 release
* See http://www.kde.org/announcements/announce-4.12-rc.php
* Sat Nov 23 2013 tittiatcokeAATTgmail.com- Update to 4.11.95
* KDE 4.12 Beta 3 release
* See http://www.kde.org/announcements/announce-4.12-beta3.php
* Sat Nov 16 2013 tittiatcokeAATTgmail.com- Update to 4.11.90
* KDE 4.12 Beta 2 release
* See http://www.kde.org/announcements/announce-4.12-beta2.php
* Sat Nov 09 2013 tittiatcokeAATTgmail.com- Update to 4.11.80
* KDE 4.12 Beta 1 release
* See http://www.kde.org/announcements/announce-4.12-beta1.php- Added python-devel BuildRequires
* Sat Nov 02 2013 tittiatcokeAATTgmail.com- Update to 4.11.3
* KDE 4.11.3 bugfix release
* See http://www.kde.org/announcements/announce-4.11.3.php
* Sat Sep 28 2013 tittiatcokeAATTgmail.com- Update to 4.11.2
* KDE 4.11.2 bugfix release
* See http://www.kde.org/announcements/announce-4.11.2.php
* Sun Sep 01 2013 tittiatcokeAATTgmail.com- Update to 4.11.1
* KDE 4.11.1 bugfix release
* See http://www.kde.org/announcements/announce-4.11.1.php
* Thu Aug 08 2013 tittiatcokeAATTgmail.com- Update to 4.11.0
* KDE 4.11 Final release
* See http://www.kde.org/announcements/4.11/
* Thu Jul 25 2013 hrvoje.senjanAATTgmail.com- Update to 4.10.97
* KDE 4.11 RC 2 release
* See http://www.kde.org/announcements/announce-4.11-rc2.php
* Mon Jul 15 2013 cgiboudeauxAATTgmx.com- Update to 4.10.95
* KDE 4.11 RC 1 release
* See http://www.kde.org/announcements/announce-4.11-rc1.php
* Thu Jun 27 2013 tittiatcokeAATTgmail.com- Update to 4.10.90
* KDE 4.11 Beta 1 release
* See http://www.kde.org/announcements/announce-4.11-beta2.php
* Thu Jun 13 2013 tittiatcokeAATTgmail.com- Update to 4.10.80
* KDE 4.11 Beta 1 release
* See http://www.kde.org/announcements/announce-4.11-beta1.php
* Sat Jun 01 2013 tittiatcokeAATTgmail.com- Update to 4.10.4
* Bugfix release
* See http://www.kde.org/announcements/announce-4.10.4.php
* resolves bnc#8122760
* Sat May 04 2013 tittiatcokeAATTgmail.com- Update to 4.10.3
* Bugfix release
* See http://www.kde.org/announcements/announce-4.10.3.php
* resolves bnc#818500
* Sat Apr 20 2013 hrvoje.senjanAATTgmail.com- Added R-base BuildRequires for >= 13.1
* Mon Apr 01 2013 tittiatcokeAATTgmail.com- Update to 4.10.2
* Bugfixes
* Mon Mar 04 2013 tittiatcokeAATTgmail.com- Remove patch detect_gfortran_library_correctly.diff. Now included upstream
* Sat Mar 02 2013 tittiatcokeAATTgmail.com- Update to 4.10.1
* Contains bug fixes. See http://www.kde.org/announcements/ for more information
* Fri Feb 01 2013 alinm.elenaAATTgmail.com- add recommends for maxima and octave
* Fri Feb 01 2013 tittiatcokeAATTgmail.com- Added patch detect_gfortran_library_correctly.diff. Due to the location of the libgfortran.so file, cmake does not find it. This patch searches differently for the library by querying the gfortran binary.
* Thu Jan 31 2013 tittiatcokeAATTgmail.com- Update to 4.10.0
* This is the final release for 4.10. Contains bugfixes
* Mon Jan 21 2013 wstephensonAATTsuse.com- Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories
* Thu Jan 17 2013 tittiatcokeAATTgmail.com- Update to 4.9.98
* This is the third RC release for 4.10. Contains bugfixes
* Thu Jan 03 2013 tittiatcokeAATTgmail.com- Update to 4.9.97
* This is the second RC release for 4.10. Contains bugfixes
* Tue Jan 01 2013 asterios.dramisAATTgmail.com- Removed unneeded build requirements fdupes, kdebase4-workspace-devel, libkdeedu4-devel, ocaml and ocaml-facile. Added libkde4-devel.- Removed unneeded runtime requirement for libkeduvocdocument4.- Replaced cantor with libcantorlibs%{libMAJOR} in cantor-devel Requires:.
* Wed Dec 19 2012 tittiatcokeAATTgmail.com- Update to 4.9.95
* This is the first RC release for 4.10. Contains bugfixes
* Sat Dec 01 2012 tittiatcokeAATTgmail.com- Update to 4.9.90
* This is the second Beta release for 4.10. Contains bugfixes
* Sat Nov 24 2012 tittiatcokeAATTgmail.com- Update to 4.9.80
* see http://www.kde.org/announcements/announce-4.10-beta1.php
* Fri Nov 02 2012 tittiatcokeAATTgmail.com- Update to 4.9.3
* see http://kde.org/announcements/announce-4.9.3.php for details
* Sat Sep 29 2012 tittiatcokeAATTgmail.com- Update to 4.9.2
* see http://kde.org/announcements/announce-4.9.2.php for details
* Tue Sep 04 2012 toddrme2178AATTgmail.com- Update to 4.9.1
* see http://kde.org/announcements/4.9.1/ for details
* Mon Jul 30 2012 dmuellerAATTsuse.com- update to 4.8.5
* see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for details
* Fri Jun 01 2012 dmuellerAATTsuse.com- update to 4.8.4
* see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for details
* Sun Apr 29 2012 dmuellerAATTsuse.com- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
* Sat Mar 31 2012 wstephensonAATTsuse.com- Add xz to BuildRequires
* Thu Mar 29 2012 dmuellerAATTsuse.de- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
* Thu Mar 22 2012 giecriljAATTstegny.2a.pl- fix bnc#753292- add documentation- separate shared libraries
* Fri Mar 02 2012 dmuellerAATTsuse.de- update to 4.8.1
* see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for details
* Thu Feb 02 2012 toddrme2178AATTgmail.com- Added qalculate buildrequires- Added analitza buildrequires- Removed tests for obsolete openSUSE versions
* Wed Jan 18 2012 dmuellerAATTsuse.de- update to 4.8.0
* first stable release of KDE 4.8 (only critical fixes over 4.7.98)
* see http://kde.org/announcements/4.8/ for details
* Tue Jan 10 2012 dmuellerAATTsuse.de- update to 4.7.98
* RC2+ milestone release of KDE 4.8
* see http://kde.org/announcements/4.8/ for details
* Wed Dec 07 2011 cooloAATTsuse.com- fix license to be in spdx.org format
* Fri Dec 02 2011 dmuellerAATTsuse.de- update to 4.7.4
* see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for details
* Wed Nov 02 2011 dmuellerAATTsuse.de- update to 4.7.3
* see http://kde.org/announcements/changelogs/changelog4_7_2to4_7_3.php for details
* Sun Oct 02 2011 dmuellerAATTsuse.de- update to 4.7.2
* see http://kde.org/announcements/changelogs/changelog4_7_1to4_7_2.php for details
* Tue Sep 13 2011 toddrme2178AATTgmail.com- Added R buildrequires for R statistics backend- Removed test for obsolete openSUSE version (fix for RPMLINT warning)- Cleaned up spec file formatting
* Thu Sep 01 2011 dmuellerAATTsuse.de- update to 4.7.1
* Bugfixes over KDE 4.7.0
* see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for details
* Mon Aug 08 2011 mlinAATTsuse.com- Fixed group for devel package (fix for RPMLINT warning)- Add version of the dependency requirement for devel package (fix for RPMLINT warning)
* Fri Jul 22 2011 dmuellerAATTsuse.de- update to 4.7.0
* Small fixes over KDE 4.7 RC2
* see http://kde.org/announcements/4.7 for details
* Sat Jul 09 2011 dmuellerAATTsuse.de- update to 4.6.95
* Tue Jun 28 2011 dmuellerAATTsuse.de- update to 4.6.90
* Fri May 20 2011 dmuellerAATTsuse.de- update to 4.6.80
* Sun May 08 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110508
* Mon May 02 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110502
* Sat Apr 23 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110423
* Wed Apr 20 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110420
* Mon Apr 18 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110418
* Sun Apr 10 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110410
* Sun Apr 10 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110410
* Sat Apr 09 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110409
* Fri Apr 08 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110408
* Thu Apr 07 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110407
* Wed Apr 06 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110406
* Tue Apr 05 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110405
* Mon Apr 04 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110404- Build based on standalone package in GIT
* Sun Apr 03 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110403
* Fri Apr 01 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110401
* Thu Mar 31 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110331
* Wed Mar 30 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110330
* Tue Mar 29 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110329
* Mon Mar 28 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110328
* Mon Mar 28 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110328
* Mon Mar 28 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110328
* Thu Mar 24 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110324
* Wed Mar 23 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110323
* Mon Mar 21 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110321
* Mon Mar 21 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110321
* Sat Mar 19 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110319
* Fri Mar 18 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110318
* Thu Mar 17 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110317
* Wed Mar 16 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110316
* Tue Mar 15 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110315
* Tue Mar 15 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110315
* Mon Mar 14 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110314
* Sun Mar 13 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110313
* Sat Mar 12 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110312
* Fri Mar 11 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110311
* Fri Mar 11 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110311
* Thu Mar 10 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110310
* Thu Mar 10 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110310
* Wed Mar 09 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110309
* Tue Mar 08 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110308
* Mon Mar 07 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110307
* Sun Mar 06 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110306
* Sat Mar 05 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110305
* Fri Mar 04 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110304
* Fri Mar 04 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110304
* Fri Mar 04 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110304
* Thu Mar 03 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110303
* Wed Mar 02 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110302
* Tue Mar 01 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110301
* Mon Feb 28 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110228
* Sun Feb 27 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110227
* Sun Feb 27 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110227
* Sat Feb 26 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110226
* Fri Feb 25 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110225
* Thu Feb 24 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110224
* Tue Feb 22 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110222
* Tue Feb 22 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110222
* Sun Feb 20 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110220
* Sat Feb 19 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110219
* Fri Feb 18 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110218
* Thu Feb 17 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110217
* Wed Feb 16 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110217
* Wed Feb 16 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110216
* Tue Feb 15 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110216
* Tue Feb 15 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110215
* Mon Feb 14 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110214
* Sun Feb 13 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110213
* Sat Feb 12 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110212
* Sat Feb 12 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110212
* Thu Feb 10 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110210
* Wed Feb 09 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110209
* Wed Feb 09 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110209
* Mon Feb 07 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110207
* Sun Feb 06 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110206
* Sat Feb 05 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110205
* Fri Feb 04 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110204
* Thu Feb 03 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110203
* Wed Feb 02 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110202
* Tue Feb 01 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110201
* Mon Jan 31 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110131
* Sun Jan 30 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110130
* Sun Jan 30 2011 tittiatcokeAATTgmail.com- Update to 4.6.41_20110130
* Tue Jan 25 2011 roAATTsuse.de- split off cantor devel to silence some rpmlint warnings
* Mon Jan 24 2011 roAATTsuse.de- fix filelist to fix build again
* Wed Jan 05 2011 dmuellerAATTsuse.de- update to 4.6.41_20110106
* Sun Dec 19 2010 tittiatcokeAATTgmail.com- Update to 4.5.86svn1207757
* Fri Dec 10 2010 dmuellerAATTsuse.de- update to 4.5.86svn1205247
* Wed Dec 01 2010 dmuellerAATTsuse.de- update to 4.5.82svn1202688
* Mon Nov 29 2010 tittiatcokeAATTgmail.com- Update to 4.5.81svn1202101
* Sun Nov 28 2010 tittiatcokeAATTgmail.com- Added patch to avoid building rocs on openSUSE 11.1 and 11.2
* Fri Nov 19 2010 dmuellerAATTsuse.de- update to 4.5.80
* KDE 4.6 Beta1
* no upstream changelog available.
* Thu Oct 28 2010 dmuellerAATTsuse.de- update to 4.5.3
* see http://kde.org/announcements/changelogs/changelog4_5_2to4_5_3.php for details
* Thu Sep 30 2010 dmuellerAATTsuse.de- update to 4.5.2
* see http://kde.org/announcements/changelogs/changelog4_5_1to4_5_2.php for details
* Fri Aug 27 2010 dmuellerAATTsuse.de- update to 4.5.1
* see http://kde.org/announcements/changelogs/changelog4_5_0to4_5_1.php for details
* Thu Aug 19 2010 dmuellerAATTsuse.de- correct parley description
* Thu Jul 29 2010 dmuellerAATTsuse.de- update to 4.5.0
* KDE 4.5.0 final (version bump over RC3)
* Fri Jul 23 2010 dmuellerAATTsuse.de- update to 4.4.95
* KDE 4.5 RC3 (not announced)
* critical fixes for 4.5.0 release
* Fri Jul 16 2010 dmuellerAATTsuse.de- update to 4.4.93svn1149349
* Wed Jul 07 2010 dmuellerAATTsuse.de- update to 4.4.5
* bugfixes over 4.4.4
* see http://kde.org/announcements/changelogs/changelog4_4_4to4_4_5.php for details
* Fri Jun 18 2010 dmuellerAATTsuse.de- update to 4.4.4
* bugfixes over 4.4.3
* see http://kde.org/announcements/changelogs/changelog4_4_3to4_4_ 4.php for details
* for most modules only version number as a change (4_4_BRANCH.diff already contained the diff
* Mon May 17 2010 llunakAATTnovell.com- update 4_4_BRANCH.diff: various fixes, translation updates
* Thu Apr 29 2010 dmuellerAATTsuse.de- update to 4.4.3
* bugfixes over 4.4.2
* see http://kde.org/announcements/changelogs/changelog4_4_2to4_4_3.php for details
* Fri Mar 26 2010 dmuellerAATTsuse.de- update to 4.4.2
* bugfixes over 4.4.1
* see http://kde.org/announcements/changelogs/changelog4_4_1to4_4_2.php for details
* Fri Feb 26 2010 dmuellerAATTsuse.de- update to 4.4.1
* bugfixes over 4.4.0
* see http://kde.org/announcements/changelogs/changelog4_4_0to4_4_1.php for details
* Thu Feb 04 2010 dmuellerAATTsuse.de- update to 4.4.0
* Critical bugfixes only over 4.3.98
* see http://www.kde.org/announcements/4.4/ for general overview
* Sun Jan 31 2010 dmuellerAATTsuse.de- update to 4.3.98
* see http://www.kde.org/announcements/announce-4.4-rc3.php for details
* Wed Jan 20 2010 dmuellerAATTsuse.de- update to 4.3.95
* see http://www.kde.org/announcements/announce-4.4-rc2.php for details
* Sun Jan 10 2010 roAATTsuse.de- rediff patches to apply without fuzz
* Wed Jan 06 2010 dmuellerAATTsuse.de- update to 4.3.90
* see http://www.kde.org/announcements/announce-4.4-rc1.php for details
* Fri Dec 18 2009 dmuellerAATTsuse.de- update to 4.3.85
* see http://www.kde.org/announcements/announce-4.4-beta2.php for details
* Tue Dec 08 2009 roAATTsuse.de- remove ocaml buildrequires from noarch specfile (unused)
* Fri Dec 04 2009 dmuellerAATTsuse.de- update to 4.3.80:
* see http://techbase.kde.org/Schedules/KDE4/4.4_Feature_Plan
* Wed Nov 18 2009 roAATTsuse.de- rediff desktop-files.diff for fuzz=0
* Mon Nov 02 2009 dmuellerAATTsuse.de- update to 4.3.3
* see http://kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php for details
* Thu Sep 24 2009 beineriAATTopensuse.org- update 4_3_BRANCH.diff: khangman fixes and translation updates
* Wed Sep 16 2009 cooloAATTnovell.com- branch update for improved translations
* Fri Aug 28 2009 dmuellerAATTsuse.de- update to 4.3.1
* see http://kde.org/announcements/changelogs/changelog4_3_0to4_3_1.php for details
* Wed Aug 26 2009 mlsAATTsuse.de- make patch0 usage consistent
* Wed Jul 29 2009 dmuellerAATTsuse.de- update to 4.3.0
* see http://kde.org/announcements/4.3 for details
* Tue Jul 21 2009 dmuellerAATTsuse.de- update to 4.2.98
* Thu Jul 09 2009 dmuellerAATTsuse.de- update to 4.2.96
* Wed Jun 24 2009 dmuellerAATTsuse.de- update to 4.2.95
* Sat Jun 20 2009 beineriAATTopensuse.org- drop kde4 package prefixes
* Fri Jun 19 2009 beineriAATTopensuse.org- update build requires of -noarch
* Wed Jun 03 2009 dmuellerAATTsuse.de- update to 4.2.90
* Wed May 27 2009 dmuellerAATTsuse.de- update to 4.2.88svn973768
* Tue May 19 2009 dmuellerAATTsuse.de- update to 4.2.87svn969966
* Mon May 18 2009 dmuellerAATTsuse.de- update to 4.2.86svn967995
* Thu May 14 2009 dmuellerAATTsuse.de- update to 4.2.85 (KDE 4.3 Beta1)
* Tue May 12 2009 dmuellerAATTsuse.de- fix dependencies
* Sat May 02 2009 beineriAATTopensuse.org- fix kde4-khangman missing data (bnc#481119)
* Thu Apr 30 2009 dmuellerAATTsuse.de- update to 4.2.3
* see http://kde.org/announcements/changelogs/changelog4_2_2to4_2_3.php
* Thu Mar 26 2009 dmuellerAATTsuse.de- update to 4.2.2
* see http://kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php
* Sat Mar 07 2009 cooloAATTsuse.de- update 4.2 branch to add stdio.h
 
ICM