File cantor.changes of Package cantor

-------------------------------------------------------------------
Sat Feb 09 08:24:50 UTC 2019 - lbeltrame@kde.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 05:41:52 UTC 2019 - lbeltrame@kde.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\nb=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 06:08:50 UTC 2018 - lbeltrame@kde.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 20:55:46 UTC 2018 - lbeltrame@kde.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 06:21:51 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>

- Run spec-cleaner

-------------------------------------------------------------------
Tue Nov 20 05:56:37 UTC 2018 - lbeltrame@kde.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 20:43:27 UTC 2018 - lbeltrame@kde.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 20:06:44 UTC 2018 - lbeltrame@kde.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 18:42:50 UTC 2018 - lbeltrame@kde.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 22:00:38 UTC 2018 - christophe@krop.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 13:00:26 UTC 2018 - lbeltrame@kde.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 04:49:46 UTC 2018 - lbeltrame@kde.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 05:06:34 UTC 2018 - lbeltrame@kde.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 05:17:42 UTC 2018 - lbeltrame@kde.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 07:48:36 CEST 2018 - lbeltrame@kde.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 07:08:44 CEST 2018 - lbeltrame@kde.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 23:51:00 CET 2018 - lbeltrame@kde.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 08:47:16 CET 2018 - lbeltrame@kde.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 23:40:54 CET 2018 - lbeltrame@kde.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 14:59:01 CET 2017 - lbeltrame@kde.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 10:12:35 CET 2017 - lbeltrame@kde.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 06:58:52 CET 2017 - lbeltrame@kde.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 23:10:45 CET 2017 - lbeltrame@kde.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

-------------------------------------------------------------------
Tue Oct 17 00:31:11 CEST 2017 - lbeltrame@kde.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 07:01:16 CEST 2017 - lbeltrame@kde.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 22:44:53 UTC 2017 - christophe@krop.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  5 18:16:38 UTC 2017 - christophe@krop.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 22:58:57 CEST 2017 - lbeltrame@kde.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 17:42:40 CEST 2017 - lbeltrame@kde.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 20:35:36 CEST 2017 - lbeltrame@kde.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 10:44:46 CEST 2017 - lbeltrame@kde.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 20:25:13 CEST 2017 - lbeltrame@kde.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 23:10:08 CET 2017 - lbeltrame@kde.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  9 12:33:54 CET 2017 - lbeltrame@kde.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 22:45:35 UTC 2017 - wbauer@tmo.at

- Add fix-build-with-ecm-5.31.patch

-------------------------------------------------------------------
Thu Feb  9 06:40:51 UTC 2017 - lbeltrame@kde.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 08:49:32 UTC 2017 - lbeltrame@kde.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 19:29:22 UTC 2016 - tittiatcoke@gmail.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  3 15:59:13 UTC 2016 - tittiatcoke@gmail.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 12:17:57 UTC 2016 - tittiatcoke@gmail.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  9 06:09:14 UTC 2016 - lbeltrame@kde.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 20:45:43 UTC 2016 - lbeltrame@kde.org

- KDE Applications 16.08.2
https://www.kde.org/announcements/announce-applications-16.08.2.php

-------------------------------------------------------------------
Fri Sep  9 08:04:44 UTC 2016 - tittiatcoke@gmail.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 10:02:10 UTC 2016 - tittiatcoke@gmail.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  8 14:32:23 UTC 2016 - tittiatcoke@gmail.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  7 23:19:36 UTC 2016 - tittiatcoke@gmail.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 17:46:33 UTC 2016 - tittiatcoke@gmail.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  7 10:11:05 UTC 2016 - tittiatcoke@gmail.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 05:50:15 UTC 2016 - tittiatcoke@gmail.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 06:30:57 UTC 2016 - tittiatcoke@gmail.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 15:33:57 UTC 2016 - tittiatcoke@gmail.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  7 21:50:22 UTC 2016 - toddrme2178@gmail.com

- Enable python3 backend.

-------------------------------------------------------------------
Sat Feb 13 08:00:51 UTC 2016 - tittiatcoke@gmail.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  9 18:09:47 UTC 2016 - tittiatcoke@gmail.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 12:53:35 UTC 2015 - tittiatcoke@gmail.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 19:53:02 UTC 2015 - tittiatcoke@gmail.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 13:15:41 UTC 2015 - tittiatcoke@gmail.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 18:56:14 UTC 2015 - tittiatcoke@gmail.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 19:42:32 UTC 2015 - cgiboudeaux@gmx.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  7 06:45:54 UTC 2015 - tittiatcoke@gmail.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  6 05:09:16 UTC 2015 - tittiatcoke@gmail.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 13:32:01 UTC 2015 - tittiatcoke@gmail.com

- Update

-------------------------------------------------------------------
Mon May 11 10:48:48 UTC 2015 - tittiatcoke@gmail.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 13:57:22 UTC 2015 - tittiatcoke@gmail.com

- Add patch fix-build-with-latest-R.diff to resolve the buildissue
  with R-base >= 3.2

-------------------------------------------------------------------
Sat Apr 11 12:40:29 UTC 2015 - tittiatcoke@gmail.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 17:16:42 UTC 2015 - tittiatcoke@gmail.com

- Update to KDE Applications 15.03.95
   * KDE Applications 15.04 RC

- Drop patch cantor-bko296546.patch

-------------------------------------------------------------------
Sun Mar  8 12:34:40 UTC 2015 - tittiatcoke@gmail.com

- Update to KDE Applications 15.03.80
   * KDE Applications 15.04 Beta


-------------------------------------------------------------------
Tue Mar  3 10:32:04 UTC 2015 - tittiatcoke@gmail.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  1 10:38:40 UTC 2015 - tittiatcoke@gmail.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 19:42:01 UTC 2015 - tittiatcoke@gmail.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 20:32:21 UTC 2014 - tittiatcoke@gmail.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  9 20:32:21 UTC 2014 - tittiatcoke@gmail.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 12:03:35 UTC 2014 - tittiatcoke@gmail.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 16:27:49 UTC 2014 - tittiatcoke@gmail.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 19:51:49 UTC 2014 - hrvoje.senjan@gmail.com

- Added luajit-devel BuildRequires to build lua backend on Harlequin
  and newer openSUSE versions

-------------------------------------------------------------------
Fri Aug 15 08:29:10 UTC 2014 - tittiatcoke@gmail.com

- Update to 4.14.0
   * KDE 4.14.0 SC Final Release
   * See http://www.kde.org/announcements/4.14/

-------------------------------------------------------------------
Thu Jul 17 16:43:46 UTC 2014 - cgiboudeaux@gmx.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 22:16:12 UTC 2014 - cgiboudeaux@gmx.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  8 18:33:12 UTC 2014 - tittiatcoke@gmail.com

- Update to 4.13.2
   * KDE 4.13  release
   * See http://www.kde.org/announcements/announce-4.13.2.php

-------------------------------------------------------------------
Fri May  9 16:45:12 UTC 2014 - tittiatcoke@gmail.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 16:48:23 UTC 2014 - tittiatcoke@gmail.com

- Update to 4.13.0
   * KDE 4.13  release
   * See http://www.kde.org/announcements/4.13/

-------------------------------------------------------------------
Thu Mar 27 17:42:40 UTC 2014 - tittiatcoke@gmail.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 18:08:51 UTC 2014 - tittiatcoke@gmail.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 20:14:03 UTC 2014 - tittiatcoke@gmail.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  7 10:03:52 UTC 2014 - tittiatcoke@gmail.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  1 10:12:29 UTC 2014 - tittiatcoke@gmail.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 15:37:48 UTC 2014 - tittiatcoke@gmail.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 18:05:20 UTC 2013 - tittiatcoke@gmail.com

- Update to 4.12.0
   * KDE 4.12.0  release
   * See http://www.kde.org/announcements/4.12.php

-------------------------------------------------------------------
Fri Nov 29 07:06:44 UTC 2013 - tittiatcoke@gmail.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 22:21:17 UTC 2013 - tittiatcoke@gmail.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 17:53:43 UTC 2013 - tittiatcoke@gmail.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  9 22:54:58 UTC 2013 - tittiatcoke@gmail.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  2 15:08:43 UTC 2013 - tittiatcoke@gmail.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 15:10:15 UTC 2013 - tittiatcoke@gmail.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  1 10:01:25 UTC 2013 - tittiatcoke@gmail.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  8 15:04:14 UTC 2013 - tittiatcoke@gmail.com

- Update to 4.11.0
   * KDE 4.11 Final release
   * See http://www.kde.org/announcements/4.11/

-------------------------------------------------------------------
Thu Jul 25 22:20:18 UTC 2013 - hrvoje.senjan@gmail.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 08:12:23 UTC 2013 - cgiboudeaux@gmx.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 18:15:04 UTC 2013 - tittiatcoke@gmail.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 19:18:55 UTC 2013 - tittiatcoke@gmail.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  1 09:39:04 UTC 2013 - tittiatcoke@gmail.com

- Update to 4.10.4
   * Bugfix release
   * See http://www.kde.org/announcements/announce-4.10.4.php
   * resolves bnc#8122760

-------------------------------------------------------------------
Sat May  4 16:57:22 UTC 2013 - tittiatcoke@gmail.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 12:19:17 UTC 2013 - hrvoje.senjan@gmail.com

- Added R-base BuildRequires for >= 13.1

-------------------------------------------------------------------
Mon Apr  1 19:19:57 UTC 2013 - tittiatcoke@gmail.com

- Update to 4.10.2
  * Bugfixes

-------------------------------------------------------------------
Mon Mar  4 09:11:10 UTC 2013 - tittiatcoke@gmail.com

- Remove patch detect_gfortran_library_correctly.diff. Now included
  upstream

-------------------------------------------------------------------
Sat Mar  2 15:38:11 UTC 2013 - tittiatcoke@gmail.com

- Update to 4.10.1
 * Contains bug fixes. See http://www.kde.org/announcements/
   for more information

-------------------------------------------------------------------
Fri Feb  1 12:55:53 UTC 2013 - alinm.elena@gmail.com

- add recommends for maxima and octave

-------------------------------------------------------------------
Fri Feb  1 10:17:53 UTC 2013 - tittiatcoke@gmail.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 17:49:14 UTC 2013 - tittiatcoke@gmail.com

- Update to 4.10.0
 * This is the final release for 4.10. Contains bugfixes

-------------------------------------------------------------------
Mon Jan 21 13:56:24 UTC 2013 - wstephenson@suse.com

- Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

-------------------------------------------------------------------
Thu Jan 17 08:06:54 UTC 2013 - tittiatcoke@gmail.com

- Update to 4.9.98
 * This is the third RC release for 4.10. Contains bugfixes

-------------------------------------------------------------------
Thu Jan  3 21:11:52 UTC 2013 - tittiatcoke@gmail.com

- Update to 4.9.97
 * This is the second RC release for 4.10. Contains bugfixes

-------------------------------------------------------------------
Tue Jan  1 18:38:35 UTC 2013 - asterios.dramis@gmail.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 18:39:04 UTC 2012 - tittiatcoke@gmail.com

- Update to 4.9.95
 * This is the first RC release for 4.10. Contains bugfixes

-------------------------------------------------------------------
Sat Dec  1 20:05:06 UTC 2012 - tittiatcoke@gmail.com

- Update to 4.9.90
 * This is the second Beta release for 4.10. Contains bugfixes

-------------------------------------------------------------------
Sat Nov 24 12:53:17 UTC 2012 - tittiatcoke@gmail.com

- Update to 4.9.80
  * see http://www.kde.org/announcements/announce-4.10-beta1.php

-------------------------------------------------------------------
Fri Nov  2 16:51:50 UTC 2012 - tittiatcoke@gmail.com

- Update to 4.9.3
  * see http://kde.org/announcements/announce-4.9.3.php for details

-------------------------------------------------------------------
Sat Sep 29 10:02:50 UTC 2012 - tittiatcoke@gmail.com

- Update to 4.9.2
  * see http://kde.org/announcements/announce-4.9.2.php for details

-------------------------------------------------------------------
Tue Sep  4 11:02:15 UTC 2012 - toddrme2178@gmail.com

- Update to 4.9.1
  * see http://kde.org/announcements/4.9.1/ for details

-------------------------------------------------------------------
Mon Jul 30 16:48:24 UTC 2012 - dmueller@suse.com

- update to 4.8.5
  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for details

-------------------------------------------------------------------
Fri Jun  1 13:49:29 UTC 2012 - dmueller@suse.com

- update to 4.8.4
  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for details

-------------------------------------------------------------------
Sun Apr 29 20:55:02 UTC 2012 - dmueller@suse.com

- update to 4.8.3
  * see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details

-------------------------------------------------------------------
Sat Mar 31 11:03:24 UTC 2012 - wstephenson@suse.com

- Add xz to BuildRequires

-------------------------------------------------------------------
Fri Mar 30 01:08:02 CEST 2012 - dmueller@suse.de

- update to 4.8.2
  * see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details

-------------------------------------------------------------------
Thu Mar 22 19:58:32 UTC 2012 - giecrilj@stegny.2a.pl

- fix bnc#753292
- add documentation
- separate shared libraries

-------------------------------------------------------------------
Fri Mar  2 23:11:50 CET 2012 - dmueller@suse.de

- update to 4.8.1
  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for details

-------------------------------------------------------------------
Thu Feb  2 13:19:27 UTC 2012 - toddrme2178@gmail.com

- Added qalculate buildrequires
- Added analitza buildrequires
- Removed tests for obsolete openSUSE versions


-------------------------------------------------------------------
Wed Jan 18 20:55:58 CET 2012 - dmueller@suse.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 16:31:48 CET 2012 - dmueller@suse.de

- update to 4.7.98
  * RC2+ milestone release of KDE 4.8
  *  see http://kde.org/announcements/4.8/ for details


-------------------------------------------------------------------
Wed Dec  7 11:28:38 UTC 2011 - coolo@suse.com

- fix license to be in spdx.org format

-------------------------------------------------------------------
Fri Dec  2 01:53:08 CET 2011 - dmueller@suse.de

- update to 4.7.4
  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for details

-------------------------------------------------------------------
Wed Nov  2 20:18:20 CET 2011 - dmueller@suse.de

- update to 4.7.3
  * see http://kde.org/announcements/changelogs/changelog4_7_2to4_7_3.php for details

-------------------------------------------------------------------
Sun Oct  2 16:32:41 CEST 2011 - dmueller@suse.de

- update to 4.7.2
  * see http://kde.org/announcements/changelogs/changelog4_7_1to4_7_2.php for details

-------------------------------------------------------------------
Tue Sep 13 12:41:10 UTC 2011 - toddrme2178@gmail.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  1 23:11:15 CEST 2011 - dmueller@suse.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  8 08:43:11 UTC 2011 - mlin@suse.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 20:16:26 CEST 2011 - dmueller@suse.de

- update to 4.7.0
  * Small fixes over KDE 4.7 RC2
  *  see http://kde.org/announcements/4.7 for details


-------------------------------------------------------------------
Sat Jul  9 09:50:03 CEST 2011 - dmueller@suse.de

- update to 4.6.95

-------------------------------------------------------------------
Tue Jun 28 14:10:18 CEST 2011 - dmueller@suse.de

- update to 4.6.90

-------------------------------------------------------------------
Sat May 21 00:48:58 CEST 2011 - dmueller@suse.de

- update to 4.6.80

-------------------------------------------------------------------
Sun May  8 05:59:51 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110508

-------------------------------------------------------------------
Mon May  2 16:12:21 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110502

-------------------------------------------------------------------
Sat Apr 23 07:47:38 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110423

-------------------------------------------------------------------
Wed Apr 20 16:12:13 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110420

-------------------------------------------------------------------
Mon Apr 18 19:35:14 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110418

-------------------------------------------------------------------
Sun Apr 10 14:57:23 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110410

-------------------------------------------------------------------
Sun Apr 10 13:16:32 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110410

-------------------------------------------------------------------
Sat Apr  9 18:49:31 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110409

-------------------------------------------------------------------
Fri Apr  8 17:28:48 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110408

-------------------------------------------------------------------
Thu Apr  7 17:03:14 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110407

-------------------------------------------------------------------
Wed Apr  6 19:33:41 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110406

-------------------------------------------------------------------
Tue Apr  5 19:39:19 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110405

-------------------------------------------------------------------
Mon Apr  4 15:25:24 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110404
- Build based on standalone package in GIT

-------------------------------------------------------------------
Sun Apr  3 07:22:06 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110403

-------------------------------------------------------------------
Fri Apr  1 14:21:57 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110401

-------------------------------------------------------------------
Thu Mar 31 17:45:14 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110331

-------------------------------------------------------------------
Wed Mar 30 17:36:14 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110330

-------------------------------------------------------------------
Tue Mar 29 16:34:43 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110329

-------------------------------------------------------------------
Mon Mar 28 15:53:05 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110328

-------------------------------------------------------------------
Mon Mar 28 14:49:15 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110328

-------------------------------------------------------------------
Mon Mar 28 14:21:52 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110328

-------------------------------------------------------------------
Thu Mar 24 19:02:21 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110324

-------------------------------------------------------------------
Wed Mar 23 17:56:29 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110323

-------------------------------------------------------------------
Mon Mar 21 19:08:21 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110321

-------------------------------------------------------------------
Mon Mar 21 07:10:31 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110321

-------------------------------------------------------------------
Sat Mar 19 16:09:03 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110319

-------------------------------------------------------------------
Fri Mar 18 18:12:57 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110318

-------------------------------------------------------------------
Thu Mar 17 17:40:57 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110317

-------------------------------------------------------------------
Wed Mar 16 18:02:52 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110316

-------------------------------------------------------------------
Tue Mar 15 12:04:05 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110315

-------------------------------------------------------------------
Tue Mar 15 07:23:19 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110315

-------------------------------------------------------------------
Mon Mar 14 17:53:12 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110314

-------------------------------------------------------------------
Sun Mar 13 18:00:22 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110313

-------------------------------------------------------------------
Sat Mar 12 07:00:26 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110312

-------------------------------------------------------------------
Fri Mar 11 10:57:19 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110311

-------------------------------------------------------------------
Fri Mar 11 08:06:43 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110311

-------------------------------------------------------------------
Thu Mar 10 21:27:14 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110310

-------------------------------------------------------------------
Thu Mar 10 18:15:24 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110310

-------------------------------------------------------------------
Wed Mar  9 19:04:06 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110309

-------------------------------------------------------------------
Tue Mar  8 18:50:43 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110308

-------------------------------------------------------------------
Mon Mar  7 16:33:01 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110307

-------------------------------------------------------------------
Sun Mar  6 15:50:30 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110306

-------------------------------------------------------------------
Sat Mar  5 18:52:52 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110305

-------------------------------------------------------------------
Fri Mar  4 22:06:07 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110304

-------------------------------------------------------------------
Fri Mar  4 17:42:26 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110304

-------------------------------------------------------------------
Fri Mar  4 06:51:58 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110304

-------------------------------------------------------------------
Thu Mar  3 15:32:13 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110303

-------------------------------------------------------------------
Wed Mar  2 18:38:13 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110302

-------------------------------------------------------------------
Tue Mar  1 17:15:20 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110301

-------------------------------------------------------------------
Mon Feb 28 19:39:50 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110228

-------------------------------------------------------------------
Sun Feb 27 21:36:17 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110227

-------------------------------------------------------------------
Sun Feb 27 08:48:41 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110227

-------------------------------------------------------------------
Sat Feb 26 13:24:50 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110226

-------------------------------------------------------------------
Fri Feb 25 21:08:39 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110225

-------------------------------------------------------------------
Thu Feb 24 20:19:03 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110224

-------------------------------------------------------------------
Tue Feb 22 07:59:33 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110222

-------------------------------------------------------------------
Tue Feb 22 00:06:19 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110222

-------------------------------------------------------------------
Sun Feb 20 20:52:45 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110220

-------------------------------------------------------------------
Sat Feb 19 19:44:05 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110219

-------------------------------------------------------------------
Fri Feb 18 16:42:49 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110218

-------------------------------------------------------------------
Thu Feb 17 20:15:06 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110217

-------------------------------------------------------------------
Wed Feb 16 23:24:00 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110217

-------------------------------------------------------------------
Wed Feb 16 17:23:42 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110216

-------------------------------------------------------------------
Tue Feb 15 23:43:21 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110216

-------------------------------------------------------------------
Tue Feb 15 06:00:07 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110215

-------------------------------------------------------------------
Mon Feb 14 18:29:42 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110214

-------------------------------------------------------------------
Sun Feb 13 18:10:43 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110213

-------------------------------------------------------------------
Sat Feb 12 13:33:36 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110212

-------------------------------------------------------------------
Sat Feb 12 08:50:39 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110212

-------------------------------------------------------------------
Thu Feb 10 18:22:28 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110210

-------------------------------------------------------------------
Wed Feb  9 20:53:29 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110209

-------------------------------------------------------------------
Wed Feb  9 07:10:06 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110209

-------------------------------------------------------------------
Mon Feb  7 17:54:19 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110207

-------------------------------------------------------------------
Sun Feb  6 15:38:09 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110206

-------------------------------------------------------------------
Sat Feb  5 18:31:19 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110205

-------------------------------------------------------------------
Fri Feb  4 07:18:04 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110204

-------------------------------------------------------------------
Thu Feb  3 22:18:55 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110203

-------------------------------------------------------------------
Wed Feb  2 20:07:56 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110202

-------------------------------------------------------------------
Tue Feb  1 18:21:54 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110201

-------------------------------------------------------------------
Mon Jan 31 18:28:08 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110131

-------------------------------------------------------------------
Sun Jan 30 12:46:32 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110130

-------------------------------------------------------------------
Sun Jan 30 12:14:43 UTC 2011 - tittiatcoke@gmail.com

- Update to 4.6.41_20110130

-------------------------------------------------------------------
Tue Jan 25 11:33:25 CET 2011 - ro@suse.de

- split off cantor devel to silence some rpmlint warnings

-------------------------------------------------------------------
Tue Jan 25 00:24:32 CET 2011 - ro@suse.de

- fix filelist to fix build again

-------------------------------------------------------------------
Wed Jan  5 23:00:17 CET 2011 - dmueller@suse.de

- update to 4.6.41_20110106

-------------------------------------------------------------------
Sun Dec 19 16:32:17 UTC 2010 - tittiatcoke@gmail.com

- Update to 4.5.86svn1207757

-------------------------------------------------------------------
Fri Dec 10 17:43:17 CET 2010 - dmueller@suse.de

- update to 4.5.86svn1205247

-------------------------------------------------------------------
Thu Dec  2 00:44:19 CET 2010 - dmueller@suse.de

- update to 4.5.82svn1202688

-------------------------------------------------------------------
Mon Nov 29 17:39:47 UTC 2010 - tittiatcoke@gmail.com

- Update to 4.5.81svn1202101

-------------------------------------------------------------------
Sun Nov 28 10:12:12 UTC 2010 - tittiatcoke@gmail.com

- Added patch to avoid building rocs on openSUSE 11.1 and 11.2

-------------------------------------------------------------------
Fri Nov 19 17:12:16 CET 2010 - dmueller@suse.de

- update to 4.5.80
  * KDE 4.6 Beta1
  * no upstream changelog available.


-------------------------------------------------------------------
Thu Oct 28 22:10:32 CEST 2010 - dmueller@suse.de

- update to 4.5.3
  * see http://kde.org/announcements/changelogs/changelog4_5_2to4_5_3.php for details

-------------------------------------------------------------------
Fri Oct  1 00:04:41 CEST 2010 - dmueller@suse.de

- update to 4.5.2
  * see http://kde.org/announcements/changelogs/changelog4_5_1to4_5_2.php for details

-------------------------------------------------------------------
Fri Aug 27 15:44:19 CEST 2010 - dmueller@suse.de

- update to 4.5.1
  * see http://kde.org/announcements/changelogs/changelog4_5_0to4_5_1.php for details

-------------------------------------------------------------------
Thu Aug 19 10:52:28 CEST 2010 - dmueller@suse.de

- correct parley description

-------------------------------------------------------------------
Thu Jul 29 13:52:45 CEST 2010 - dmueller@suse.de

- update to 4.5.0
  * KDE 4.5.0 final (version bump over RC3)


-------------------------------------------------------------------
Sat Jul 24 00:01:46 CEST 2010 - dmueller@suse.de

- update to 4.4.95
  * KDE 4.5 RC3 (not announced)
  * critical fixes for 4.5.0 release


-------------------------------------------------------------------
Fri Jul 16 18:18:14 CEST 2010 - dmueller@suse.de

- update to 4.4.93svn1149349

-------------------------------------------------------------------
Thu Jul  8 01:22:08 CEST 2010 - dmueller@suse.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 16:29:49 CEST 2010 - dmueller@suse.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 13:00:25 UTC 2010 - llunak@novell.com

- update 4_4_BRANCH.diff: various fixes, translation updates

-------------------------------------------------------------------
Thu Apr 29 22:38:54 CEST 2010 - dmueller@suse.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 19:17:48 CET 2010 - dmueller@suse.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 20:52:37 CET 2010 - dmueller@suse.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  4 11:40:27 CET 2010 - dmueller@suse.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 21:37:35 CET 2010 - dmueller@suse.de

- update to 4.3.98
  * see http://www.kde.org/announcements/announce-4.4-rc3.php for details

-------------------------------------------------------------------
Wed Jan 20 02:08:06 CET 2010 - dmueller@suse.de

- update to 4.3.95
  * see http://www.kde.org/announcements/announce-4.4-rc2.php for details

-------------------------------------------------------------------
Sun Jan 10 14:55:39 CET 2010 - ro@suse.de

- rediff patches to apply without fuzz

-------------------------------------------------------------------
Wed Jan  6 19:01:58 CET 2010 - dmueller@suse.de

- update to 4.3.90
  * see http://www.kde.org/announcements/announce-4.4-rc1.php for details

-------------------------------------------------------------------
Fri Dec 18 13:46:20 CET 2009 - dmueller@suse.de

- update to 4.3.85
  * see http://www.kde.org/announcements/announce-4.4-beta2.php for details

-------------------------------------------------------------------
Tue Dec  8 14:27:19 CET 2009 - ro@suse.de

- remove ocaml buildrequires from noarch specfile (unused)

-------------------------------------------------------------------
Fri Dec  4 18:58:36 CET 2009 - dmueller@suse.de

- update to 4.3.80:
  * see http://techbase.kde.org/Schedules/KDE4/4.4_Feature_Plan

-------------------------------------------------------------------
Thu Nov 19 00:35:20 CET 2009 - ro@suse.de

- rediff desktop-files.diff for fuzz=0

-------------------------------------------------------------------
Mon Nov  2 22:00:39 CET 2009 - dmueller@suse.de

- update to 4.3.3
  * see http://kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php for details

-------------------------------------------------------------------
Thu Sep 24 17:28:15 UTC 2009 - beineri@opensuse.org

- update 4_3_BRANCH.diff: khangman fixes and translation updates

-------------------------------------------------------------------
Wed Sep 16 20:22:09 CEST 2009 - coolo@novell.com

- branch update for improved translations

-------------------------------------------------------------------
Fri Aug 28 13:56:26 CEST 2009 - dmueller@suse.de

- update to 4.3.1
  * see http://kde.org/announcements/changelogs/changelog4_3_0to4_3_1.php for details

-------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de

- make patch0 usage consistent

-------------------------------------------------------------------
Wed Jul 29 18:08:09 CEST 2009 - dmueller@suse.de

- update to 4.3.0
  * see http://kde.org/announcements/4.3 for details

-------------------------------------------------------------------
Tue Jul 21 22:24:08 CEST 2009 - dmueller@suse.de

- update to 4.2.98

-------------------------------------------------------------------
Thu Jul  9 12:22:19 CEST 2009 - dmueller@suse.de

- update to 4.2.96

-------------------------------------------------------------------
Wed Jun 24 21:14:46 CEST 2009 - dmueller@suse.de

- update to 4.2.95

-------------------------------------------------------------------
Sat Jun 20 15:12:27 CEST 2009 - beineri@opensuse.org

- drop kde4 package prefixes

-------------------------------------------------------------------
Fri Jun 19 14:19:43 CEST 2009 - beineri@opensuse.org

- update build requires of -noarch

-------------------------------------------------------------------
Wed Jun  3 18:25:51 CEST 2009 - dmueller@suse.de

- update to 4.2.90

-------------------------------------------------------------------
Wed May 27 22:09:14 CEST 2009 - dmueller@suse.de

- update to 4.2.88svn973768

-------------------------------------------------------------------
Tue May 19 14:34:44 CEST 2009 - dmueller@suse.de

- update to 4.2.87svn969966

-------------------------------------------------------------------
Mon May 18 21:39:56 CEST 2009 - dmueller@suse.de

- update to 4.2.86svn967995

-------------------------------------------------------------------
Thu May 14 19:31:22 CEST 2009 - dmueller@suse.de

- update to 4.2.85 (KDE 4.3 Beta1)

-------------------------------------------------------------------
Tue May 12 12:08:15 CEST 2009 - dmueller@suse.de

- fix dependencies

-------------------------------------------------------------------
Sat May  2 16:50:14 CEST 2009 - beineri@opensuse.org

- fix kde4-khangman missing data (bnc#481119)

-------------------------------------------------------------------
Thu Apr 30 21:17:57 CEST 2009 - dmueller@suse.de

- update to 4.2.3
  * see http://kde.org/announcements/changelogs/changelog4_2_2to4_2_3.php

-------------------------------------------------------------------
Fri Mar 27 00:41:18 CET 2009 - dmueller@suse.de

- update to 4.2.2
  * see http://kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php

-------------------------------------------------------------------
Sat Mar  7 15:56:18 CET 2009 - coolo@suse.de

- update 4.2 branch to add stdio.h

-------------------------------------------------------------------
Fri Feb 27 01:43:17 CET 2009 - dmueller@suse.de

- update to 4.2.1
  * see http://kde.org/announcements/changelogs/changelog4_2_0to4_2_1.php

-------------------------------------------------------------------
Thu Feb 12 18:10:54 CET 2009 - dmueller@suse.de

- update branch diff again for marble

-------------------------------------------------------------------
Mon Feb  9 16:08:21 CET 2009 - dmueller@suse.de

- update branch diff again for marble

-------------------------------------------------------------------
Sun Feb  8 10:03:55 CET 2009 - stbinner@suse.de

- update branch diff: fix Designer crash due to Marble plugin

-------------------------------------------------------------------
Thu Feb  5 13:12:45 CET 2009 - stbinner@suse.de

- fix -noarch build on ppc64

-------------------------------------------------------------------
Thu Jan 22 02:33:14 CET 2009 - dmueller@suse.de

- update to 4.2.0

-------------------------------------------------------------------
Tue Jan 13 19:14:24 CET 2009 - dmueller@suse.de

- update to 4.1.96

-------------------------------------------------------------------
Sun Jan 11 19:05:03 CET 2009 - stbinner@suse.de

- update to 4.1.87 (KDE 4.2 Januar snapshot)

-------------------------------------------------------------------
Mon Dec  1 17:27:07 CET 2008 - ro@suse.de

- no ocaml on s390 and s390x (as on ppc ppc64)

-------------------------------------------------------------------
Thu Nov  6 11:25:36 CET 2008 - dmueller@suse.de

- fix kdeedu4-noarch buildrequires

-------------------------------------------------------------------
Wed Nov  5 01:56:17 CET 2008 - dmueller@suse.de

- use minimal-toc to fix build on ppc(64)

-------------------------------------------------------------------
Fri Oct 31 11:25:20 CET 2008 - dmueller@suse.de

- update to 4.1.3
  * see http://kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php

-------------------------------------------------------------------
Thu Sep 25 18:57:35 CEST 2008 - dmueller@suse.de

- update to 4.1.2
  * see http://kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php

-------------------------------------------------------------------
Fri Sep  5 10:34:06 CEST 2008 - stbinner@suse.de

- build separate kde4-kstars-data package again

-------------------------------------------------------------------
Thu Aug 28 12:33:17 CEST 2008 - dmueller@suse.de

- update to 4.1.1
  * see http://kde.org/announcements/changelogs/changelog4_1to4_1_1.php

-------------------------------------------------------------------
Tue Aug 19 16:12:31 CEST 2008 - stbinner@suse.de

- branch diff update: many Kalzium and Marble bug fixes

-------------------------------------------------------------------
Wed Aug 13 11:20:49 CEST 2008 - dmueller@suse.de

- fix build

-------------------------------------------------------------------
Mon Aug  4 18:11:50 CEST 2008 - dmueller@suse.de

- branch diff update

-------------------------------------------------------------------
Wed Jul 30 13:18:45 CEST 2008 - dmueller@suse.de

- enable kde4-step build

-------------------------------------------------------------------
Wed Jul 23 11:38:14 CEST 2008 - dmueller@suse.de

- update to 4.1.0

-------------------------------------------------------------------
Tue Jul 22 18:52:42 CEST 2008 - dmueller@suse.de

- file list fix

-------------------------------------------------------------------
Fri Jul 18 01:38:31 CEST 2008 - dmueller@suse.de

- update to 4.0.99

-------------------------------------------------------------------
Thu Jul 10 00:43:05 CEST 2008 - dmueller@suse.de

- update to 4.0.98

-------------------------------------------------------------------
Mon Jul  7 14:23:27 CEST 2008 - dmueller@suse.de

- fix kde4-marble maps packaging error

-------------------------------------------------------------------
Fri Jul  4 00:20:23 CEST 2008 - dmueller@suse.de

- update to 4.0.85

-------------------------------------------------------------------
Tue Jul  1 12:59:50 CEST 2008 - dmueller@suse.de

- fix filelist again

-------------------------------------------------------------------
Tue Jul  1 01:28:47 CEST 2008 - dmueller@suse.de

- update filelist

-------------------------------------------------------------------
Thu Jun 26 17:43:45 CEST 2008 - dmueller@suse.de

- update to 4.0.84

-------------------------------------------------------------------
Wed Jun 18 21:21:09 CEST 2008 - dmueller@suse.de

- update to 4.0.83

-------------------------------------------------------------------
Tue Jun 10 14:25:57 CEST 2008 - dmueller@suse.de

- update to 4.0.82

-------------------------------------------------------------------
Mon Jun  9 23:03:47 CEST 2008 - dmueller@suse.de

- update to 4.0.81

-------------------------------------------------------------------
Thu May 29 09:17:24 CEST 2008 - dmueller@suse.de

- make sure that the right version of kde4-marble-data is installed
  (kde#162254)

-------------------------------------------------------------------
Thu May  1 18:41:34 CEST 2008 - dmueller@suse.de

- update to 4.0.4
   * http://www.kde.org/announcements/changelogs/changelog4_0_3to4_0_4.php

-------------------------------------------------------------------
Fri Apr 25 17:24:24 CEST 2008 - dmueller@suse.de

- branch diff update

-------------------------------------------------------------------
Mon Apr 21 16:17:37 CEST 2008 - stbinner@suse.de

- fix file lists
- branch diff update

-------------------------------------------------------------------
Thu Mar 27 22:57:01 CET 2008 - dmueller@suse.de

- update to 4.0.3

-------------------------------------------------------------------
Tue Mar 11 17:54:27 CET 2008 - dmueller@suse.de

- 4_0_BRANCH.diff update:
  * include fullscreen window handling fixes

-------------------------------------------------------------------
Wed Feb 27 16:19:28 CET 2008 - dmueller@suse.de

- update to 4.0.2

-------------------------------------------------------------------
Wed Feb 27 15:23:10 CET 2008 - dmueller@suse.de

- update branch diff, add pre_checkin to make upgrade easier

-------------------------------------------------------------------
Thu Jan 31 02:23:03 CET 2008 - dmueller@suse.de

- update to 4.0.1

-------------------------------------------------------------------
Sun Jan 20 10:14:03 CET 2008 - stbinner@suse.de

- update KDE_4_0_BRANCH.diff

-------------------------------------------------------------------
Sat Jan  5 21:47:23 CET 2008 - dmueller@suse.de

- update to 4.0

-------------------------------------------------------------------
Wed Jan  2 15:57:56 CET 2008 - stbinner@suse.de

- update to 3.97.2

-------------------------------------------------------------------
Fri Dec 21 10:23:42 CET 2007 - stbinner@suse.de

- fix file conflict

-------------------------------------------------------------------
Sun Dec 16 15:19:21 CET 2007 - dmueller@suse.de

- update to 3.97.1

-------------------------------------------------------------------
Thu Dec  6 14:51:43 CET 2007 - dmueller@suse.de

- adjust desktop files

-------------------------------------------------------------------
Wed Dec  5 19:04:58 CET 2007 - dmueller@suse.de

- update to 3.97.0

-------------------------------------------------------------------
Tue Dec  4 16:34:07 CET 2007 - dmueller@suse.de

- update to 3.96.3

-------------------------------------------------------------------
Wed Nov 21 18:55:57 CET 2007 - dmueller@suse.de

- update to 3.96.1

-------------------------------------------------------------------
Wed Nov 14 17:34:17 CET 2007 - dmueller@suse.de

- update to 3.96.0

-------------------------------------------------------------------
Wed Nov  7 10:39:02 CET 2007 - dmueller@suse.de

- update to 3.95.2

-------------------------------------------------------------------
Mon Nov  5 18:18:55 CET 2007 - dmueller@suse.de

- fix build on ppc

-------------------------------------------------------------------
Thu Nov  1 12:19:25 CET 2007 - dmueller@suse.de

- update to 3.95.1

-------------------------------------------------------------------
Wed Oct 31 16:49:20 CET 2007 - dmueller@suse.de

- update to KDE 4.0 Beta4

-------------------------------------------------------------------
Sat Oct 20 17:39:33 CEST 2007 - dmueller@suse.de

- update to 3.94.1

-------------------------------------------------------------------
Tue Oct  9 01:29:56 CEST 2007 - dmueller@suse.de

- update to KDE 4.0 Beta 3

-------------------------------------------------------------------
Tue Oct  2 15:49:41 CEST 2007 - stbinner@suse.de

- update to 3.93.0.svn720124

-------------------------------------------------------------------
Wed Sep 26 14:44:27 CEST 2007 - stbinner@suse.de

- update to 3.93.0.svn717255

-------------------------------------------------------------------
Thu Sep 13 15:01:26 CEST 2007 - stbinner@suse.de

- update to 3.93.0.svn712059

-------------------------------------------------------------------
Sat Sep  1 19:18:37 CEST 2007 - stbinner@suse.de

- update to KDE 4.0 Beta 2

-------------------------------------------------------------------
Thu Aug 23 17:40:39 CEST 2007 - stbinner@suse.de

- update to 3.92.0.svn703905

-------------------------------------------------------------------
Thu Aug 16 13:43:01 CEST 2007 - stbinner@suse.de

- update to 3.92.0.svn700953

-------------------------------------------------------------------
Thu Aug  9 10:09:28 CEST 2007 - stbinner@suse.de

- update to 3.92.0.svn697375
- fix file conflict

-------------------------------------------------------------------
Sun Jul 29 04:30:55 CEST 2007 - stbinner@suse.de

- update to KDE 4.0 Beta 1

-------------------------------------------------------------------
Thu Jul 12 15:46:14 CEST 2007 - stbinner@suse.de

- update to 3.91.0.svn685967

-------------------------------------------------------------------
Sat Jun 23 10:27:47 CEST 2007 - stbinner@suse.de

- update to 3.90.1.svn678988

-------------------------------------------------------------------
Wed Jun 13 18:22:14 CEST 2007 - dmueller@suse.de

- update buildrequires (ocaml-facile)

-------------------------------------------------------------------
Fri Jun  8 09:51:59 CEST 2007 - stbinner@suse.de

- update to 3.90.1.svn670254

-------------------------------------------------------------------
Mon Jun  4 17:31:01 CEST 2007 - stbinner@suse.de

- fix build

-------------------------------------------------------------------
Fri Jun  1 13:31:58 CEST 2007 - coolo@suse.de

- simplify spec file by using macros from kde4-filesystem

-------------------------------------------------------------------
Wed May 30 19:15:43 CEST 2007 - coolo@suse.de

- fix spec file after kdelibs moves

-------------------------------------------------------------------
Mon May 28 23:13:45 CEST 2007 - dmueller@suse.de

- update to 3.90.1.svn668119

-------------------------------------------------------------------
Wed May 23 11:52:54 CEST 2007 - stbinner@suse.de

- use %fdupes

-------------------------------------------------------------------
Fri May 18 15:24:40 CEST 2007 - dmueller@suse.de

- remove facile requirement from Factory

-------------------------------------------------------------------
Sun May 13 21:59:19 CEST 2007 - schwab@suse.de

- Fix file list.

-------------------------------------------------------------------
Sat May 12 15:59:32 CEST 2007 - schwab@suse.de

- Fix dependencies.

-------------------------------------------------------------------
Fri May 11 09:57:04 CEST 2007 - stbinner@suse.de

- initial package in abuild

openSUSE Build Service is sponsored by