* Sun May 15 2016 hrvoje.senjan@gmail.com
- Use share-mime-info macros (boo#979301)
* Thu Feb 11 2016 wbauer@tmo.at
- Added missing-translations.tar.xz as source which contains
missing translation files (taken from 4.7.2)
* Tue Jan 26 2016 wbauer@tmo.at
- Update to 4.7.3
* No upstream changelog provided
* Bugfix release
- Bump libkdevplatform-devel BuildRequires to 1.7.3
* Tue Dec 01 2015 wbauer@tmo.at
- Update to 4.7.2
* No upstream changelog provided
* Bugfix release
- Drop Do-not-use-function-returning-reference-to-temporary.patch,
included upstream
* Fri Oct 09 2015 alarrosa@suse.com
- Modified BuildRequires to allow kdevelop4 to build in SLE12
* Wed Sep 30 2015 lbeltrame@kde.org
- Fix version conditions to ensure that the package builds
on Leap
* Wed Aug 26 2015 wbauer@tmo.at
- Remove requirement on kate4-parts to make the package installable
on 13.1 and 13.2 again. kate4-parts is the only provider of
libktexteditor in Tumbleweed anyway, so the "Requires: libktexteditor"
should be sufficient. (boo#943213)
* Thu Aug 20 2015 wbauer@tmo.at
- Add Do-not-use-function-returning-reference-to-temporary.patch
from upstream: fixes crashes in the cppsupport plugin when built
with newer gcc (boo#942358, kde#347178)
* Mon Jul 13 2015 tittiatcoke@gmail.com
- Explicitly require kate4-parts to get libktexteditor installed.
* Tue May 19 2015 hrvoje.senjan@gmail.com
- BuildRequire okteta-devel only for openSUSE <= 13.2
* Fri Mar 13 2015 hrvoje.senjan@gmail.com
- Require libktexteditor instead of kate, that package provides
plugins used by kdevelop, and allows co-installability of kate5
and kdevelop4
* Tue Feb 10 2015 lbeltrame@kde.org
- Update to 4.7.1
* No upstream changelog provided
* Bugfix release
* Wed Nov 12 2014 Led <ledest@gmail.com>
- fix bashisms in post/postun scripts
* Wed Nov 12 2014 cgiboudeaux@gmx.com
- Split the cpp support from the kdevelop4 package.
The cpp and Clang plugins are mutually exclusive. Moving the cpp
plugin to its own package allows installing the experimental
clang package.
- Fix some rpmlint warnings
* Wed Aug 27 2014 hrvoje.senjan@gmail.com
- Update to 4.7.0
* No upstream changelog provided
* Last feature release based on kdelibs4 and Qt4
- Bump libkdevplatform-devel BuildRequires to 1.7.0
* Sat Dec 07 2013 cgiboudeaux@gmx.com
- Update to 4.6.0. No changelog was provided
* Thu Oct 31 2013 dmitry_r@opensuse.org
- Update to version 4.5.2
* Make qt4.py compatible with Python 3.x
* Backport crash fixes for crash in Cpp TypeBuilder.
* When calling a constructor don't offer deleted ones for completion
* Do not offer explicitely deleted methods for code completion
* Do not insert spaces in function definition after void or type with no argument name
* Fix missing break in the c++ parser
* Fix build on big endian plattforms.
* Fix endless recursion in setSpecializedFrom
* Fix usage of PushValue for recursion counters in TemplateDeclaration.
* Gracefully react to a lack of a working directory
* cpp_header.h: Conditionally add license header
* Don't run an execute process command if the working dir is unknown
* Don't use the items after calling ::removeUrl
* Fix overloaded-virtual of computeCompletions.
* RETURN() also works with find_package() and include()
* Support return statement
* Update global vars when visiting set(..CACHE..FORCE) AST node
* Verify validity of type after deserialization from the storage.
* take() variables when they go out of scope
* Correct Basic C++ Template
* Fix builds for okteta in a separate prefix
* Thu May 30 2013 dmitry_r@opensuse.org
- Update to version 4.5.1
* Fix crash while completing null types
* Do not offer signature assistant for changes in Qt signals.
* Raise kdelibs dependency to 4.7
* Fix conversion from QByteArray to QString
* Don't crash if we run list(FIND) without a find element
* Fix cmake icon sizes
* Don't store a ProjectBaseItem in the MakeJob
* New implementation for get_filename_component(PATH)
* Remove erroneous double-quotes around %c in Exec line
* Add missing msg extraction
* Tue Apr 30 2013 toddrme2178@gmail.com
- Added missing libqjson-devel buildrequires.
The build was complaining about not being able to find this.
* Fri Apr 26 2013 dmitry_r@opensuse.org
- Update to version 4.5.0
* Unit tests improvements
* New file/project templates support
* C++ support improvements
* User interface polishing