Hello community,

here is the log from the commit of package kdevelop4.2179 for 
openSUSE:13.1:Update checked in at 2013-11-15 10:43:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1:Update/kdevelop4.2179 (Old)
 and      /work/SRC/openSUSE:13.1:Update/.kdevelop4.2179.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdevelop4.2179"

Changes:
--------
New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:13.1:Update/.kdevelop4.2179.new/kdevelop4.changes        
2013-11-15 10:43:40.000000000 +0100
@@ -0,0 +1,546 @@
+-------------------------------------------------------------------
+Thu Oct 31 17:00:40 UTC 2013 - [email protected]
+
+- 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 13:41:52 UTC 2013 - [email protected]
+
+- 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 11:16:07 UTC 2013 - [email protected]
+
+- Added missing libqjson-devel buildrequires.
+  The build was complaining about not being able to find this.
+
+-------------------------------------------------------------------
+Fri Apr 26 16:16:27 UTC 2013 - [email protected]
+
+- Update to version 4.5.0
+  * Unit tests improvements
+  * New file/project templates support
+  * C++ support improvements
+  * User interface polishing
+
+-------------------------------------------------------------------
+Mon Dec  3 20:41:08 UTC 2012 - [email protected]
+
+- Update to 4.4.1
+  * Skip varibles when parsing Makefile for targets.
+  * Fix code completion: We used to hide const getter functions if they have a 
Q_PROPERTY of the same name.
+  * Call ::repaint explicitly on the QSplashScreen after showing it.
+  * Fix c++ completion bug: don't insert "::::"
+  * Don't crash when calling string(TOLOWER, TOUPPER or LENGTH) with too few 
arguments
+  * update splash to say v4.4
+  * Put the recent projects in a button+menu instead of a list
+  * Fix build on PPC.
+
+-------------------------------------------------------------------
+Sun Nov  4 12:10:52 UTC 2012 - [email protected]
+
+- update to 4.4.0
+  * Fix bug in signature assistant. Tested in master.
+  * Fix auto type-deduction for cases like 'auto foo(bar);'.
+  * Extend unit test
+  * Improve properties fetching
+
+-------------------------------------------------------------------
+Tue Sep 25 11:07:18 UTC 2012 - [email protected]
+
+- buildrequire explicit version of kdevplatform
+
+-------------------------------------------------------------------
+Mon Sep 10 10:56:46 UTC 2012 - [email protected]
+
+- Update to 4.3.90 (4.4RC1)
+  * kdevelop_attach renamed to "kdevelop!"
+  * Fix auto type-deduction for cases like 'auto a(1.1);'.
+  * Move plain Qt application templates into a Qt category
+  * Add Thread and Frame Information on Execution
+  * Improve the way we map to cmake's variables model
+  * support multiple location breakpoints
+  * Fix threading problem in the CMakeManager
+  * add support for padding parenthesis headers
+  * Improve KDev's Dashboard projects' names
+  * Properly add the build directory
+  * Properly initialize CMAKE_INCLUDE_CURRENT_DIR
+  * Explicitly disable "Apply" button after re-reading CMake cache.
+  * Be less strict about named and unnamed arguments.
+  * Let the OutputView take ownership of the make output delegate.
+  * Directly set the model's data when we toggle a checkbox.
+  * Don't call load() in our ctor, that is done automatically.
+  * Don't tell the user the make config has changed when he first sees it.
+  * Fix memory leaks of Ui objects.
+  * Don't use raw Declaration pointers across unlocked DUChain code paths.
+
+-------------------------------------------------------------------
+Tue Apr 17 06:33:18 UTC 2012 - [email protected]
+
+- Update to 4.3.1
+  * Bugfixes in C++ support
+
+-------------------------------------------------------------------
+Fri Mar 23 13:09:21 UTC 2012 - [email protected]
+
+- Change license to GPL-3.0+ per discussion in bnc#753628 
+
+-------------------------------------------------------------------
+Tue Mar 13 10:40:15 UTC 2012 - [email protected]
+
+- update to 4.3.0
+  * add c++11 support
+  * improved clang support
+  * improved session management
+  * many bug fixes
+
+-------------------------------------------------------------------
+Thu Nov 10 04:26:09 UTC 2011 - [email protected]
+
+- Require kate as it is a runtime dependency (bnc#729168)
+
+-------------------------------------------------------------------
+Thu Oct 13 10:13:31 UTC 2011 - [email protected]
+
+- Removed commented files (fix for RPMLINT warning)
+- Added valgrind buildrequires
+- Cleaned up spec file formatting
+
+
+-------------------------------------------------------------------
+Mon Jun 27 12:11:25 UTC 2011 - [email protected]
+
+- update to 4.2.3 bugfix release
+
+-------------------------------------------------------------------
+Sat Apr 16 10:00:55 UTC 2011 - [email protected]
+
+- update to 4.2.2 bugfix release
+
+-------------------------------------------------------------------
+Thu Feb 17 14:17:24 UTC 2011 - [email protected]
+
+- call update-mime-database in pre/post install scripts
+
+-------------------------------------------------------------------
+Mon Jan 24 14:54:00 UTC 2011 - [email protected]
+
+* update to 4.2.0 final:
+  * Ported to Kate MovingCursors and MovingRanges apis
+  * Improved Search and Replace in multiple files
+  * Better embedded developer documentation including .qch support
+  * Better handling of locked sessions
+  * Improved look-and-feel for code assistants
+  * Filter added to the Projects toolview
+  * A much improved Problems toolview, which now tracks TODO and
+    FIXME comments as well
+  * Improved standards compliancy for the C++ macro support
+  * Improvements to file and folder handling, in particular for
+    CMake support
+  * Improvements to file and folder handling, in particular for
+    CMake support
+
+-------------------------------------------------------------------
+Sat Jan 15 15:08:25 UTC 2011 - [email protected]
+
+- update to 4.1.90 (4.2RC1)
+  * Fix duplicate brackets insertion when executing completion
+    for a function.
+  * CMakeDUChainTest: store ranges in QSet instead of std::set.
+  * fixes the cmakeduchaintest: a list of uses is checked to see
+    if they're all there, that's a set operation, the test failed,
+    because the lists where in the `wrong' order
+  * Fix token-names for GeneratorTest
+  * Don't look for kdevelop in gitorious anymore.
+  * Ignore the 'build' directory.
+  * Don't add to the tree unexisting directories.
+
+-------------------------------------------------------------------
+Wed Jan 12 19:41:48 UTC 2011 - [email protected]
+
+- BuildRequire okteta-devel to build the okteta plugin (bnc#656174)
+
+-------------------------------------------------------------------
+Sun Nov 21 19:14:58 UTC 2010 - [email protected]
+
+- Update to a new git snapshot to enable build on KDE 4.6 Beta 1
++++ 349 more lines (skipped)
++++ between /dev/null
++++ and /work/SRC/openSUSE:13.1:Update/.kdevelop4.2179.new/kdevelop4.changes

New:
----
  kdevelop-4.5.2.tar.xz
  kdevelop4.changes
  kdevelop4.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdevelop4.spec ++++++
#
# spec file for package kdevelop4
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           kdevelop4
Version:        4.5.2
Release:        0
Summary:        Integrated Development Environment for the X Window System, Qt, 
KDE, and GNOME
License:        GPL-3.0+
Group:          Development/Tools/IDE
Url:            http://www.kdevelop.org
Source0:        
http://download.kde.org/stable/kdevelop/%{version}/src/kdevelop-%{version}.tar.xz
BuildRequires:  fdupes
BuildRequires:  kdebase4-workspace-devel
BuildRequires:  libkdevplatform-devel >= 1.5.0
BuildRequires:  libqjson-devel
BuildRequires:  okteta-devel
BuildRequires:  valgrind-devel
BuildRequires:  xz
Requires:       %{name}-lang = %{version}
Requires:       kate
Recommends:     cmake
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires(post):     shared-mime-info
Requires(postun):   shared-mime-info
%kde4_runtime_requires

%description
An integrated development environment (IDE) that allows you to write
programs for the X Window System, the Qt library, or KDE. It includes a
documentation browser, a source code editor with syntax highlighting, a
GUI for the compiler, and much more.

%lang_package
%prep
%setup -q -n kdevelop-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
%make_install
  %fdupes -s %{buildroot}
  %kde_post_install
  cd ..
  %find_lang kdevcmake %{name}.lang
  %find_lang kdevcmakebuilder %{name}.lang
  %find_lang kdevcpp %{name}.lang
  %find_lang kdevcustombuildsystem %{name}.lang
  %find_lang kdevcustommake %{name}.lang
  %find_lang kdevelop %{name}.lang
  %find_lang kdevexecuteplasmoid %{name}.lang
  %find_lang kdevformatters %{name}.lang
  %find_lang kdevgdb %{name}.lang
  %find_lang kdevkdeprovider %{name}.lang
  %find_lang kdevmakebuilder %{name}.lang
  %find_lang kdevqthelp %{name}.lang
  %find_lang kdevokteta %{name}.lang
  %find_lang kdevmanpage %{name}.lang
#   %find_lang kdevelopsessions %{name}.lang
  %find_lang plasma_applet_kdevelopsessions %{name}.lang
  %find_lang plasma_runner_kdevelopsessions %{name}.lang

%post
/sbin/ldconfig
/usr/bin/update-mime-database %{_kde4_datadir}/mime &> /dev/null || :

%postun
/sbin/ldconfig
/usr/bin/update-mime-database %{_kde4_datadir}/mime &> /dev/null || :

%clean
  rm -rf %{buildroot}

%package devel
Summary:        Integrated Development Environment: Build Environment
License:        GPL-2.0+
Group:          Development/Tools/IDE
Requires:       kdevelop4 = %{version}

%description devel
An integrated development environment (IDE) that allows you to write
programs for the X Window System, the Qt library, or KDE. It includes a
documentation browser, a source code editor with syntax highlighting, a
GUI for the compiler, and much more.

%package doc
Summary:        KDE Integrated Development Environment: Documentation
License:        GPL-2.0+
Group:          Development/Tools/IDE
Requires:       kdevelop4 = %{version}

%description doc
An integrated development environment (IDE) that allows you to write
programs for the X Window System, the Qt library, or KDE. It includes a
documentation browser, a source code editor with syntax highlighting, a
GUI for the compiler, and much more.

%files lang -f %{name}.lang
%defattr(-,root,root)
%exclude %{_kde4_htmldir}/en/kdevelop/

%files devel
%defattr(-,root,root)
%{_kde4_appsdir}/cmake/modules/FindKDevelop.cmake
%{_kde4_includedir}/kdevelop/

%files doc
%defattr(-,root,root,-)
%doc %lang(en) %{_kde4_htmldir}/en/kdevelop/

%files
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING.LIB
%{_kde4_applicationsdir}/kdevelop.desktop
%{_kde4_applicationsdir}/kdevelop_ps.desktop
%{_kde4_appsdir}/kdevappwizard
%{_kde4_appsdir}/kdevcmakebuilder
%{_kde4_appsdir}/kdevcmakemanager
%{_kde4_appsdir}/kdevcodegen/
%{_kde4_appsdir}/kdevcppsupport
%{_kde4_appsdir}/kdevcustommakemanager
%{_kde4_appsdir}/kdevelop
%{_kde4_appsdir}/kdevfiletemplates/
%{_kde4_appsdir}/kdevgdb
%{_kde4_appsdir}/kdevokteta
%dir %{_kde4_appsdir}/plasma
%dir %{_kde4_appsdir}/plasma/plasmoids
%{_kde4_appsdir}/plasma/plasmoids/kdevelopsessions
%{_kde4_appsdir}/plasma/services/org.kde.plasma.dataengine.kdevelopsessions.operations
%{_kde4_bindir}/kdevelop
%{_kde4_bindir}/kdevelop!
%config %{_kde_config_dir}/kdeveloprc
%config %{_kde_config_dir}/kdevelop-qthelp.knsrc
%{_kde4_datadir}/mime/packages/kdevelop.xml
%{_kde4_iconsdir}/*
%{_kde4_libdir}/libkdev4cmakecommon.so
%{_kde4_libdir}/libkdev4cppduchain.so
%{_kde4_libdir}/libkdev4cppparser.so
%{_kde4_libdir}/libkdev4cpprpp.so
%{_kde4_modulesdir}/kcm_kdev_makebuilder.so
%{_kde4_modulesdir}/kcm_kdevcmake_settings.so
%{_kde4_modulesdir}/kcm_kdev_cmakebuilder.so
%{_kde4_modulesdir}/kcm_kdevcustombuildsystem.so
%{_kde4_modulesdir}/kdevastyle.so
%{_kde4_modulesdir}/kdevcmakebuilder.so
%{_kde4_modulesdir}/kdevcmakedocumentation.so
%{_kde4_modulesdir}/kdevcmakemanager.so
%{_kde4_modulesdir}/kdevcpplanguagesupport.so
%{_kde4_modulesdir}/kdevcustombuildsystem.so
%{_kde4_modulesdir}/kdevcustommakemanager.so
%{_kde4_modulesdir}/kdevcustomscript.so
%{_kde4_modulesdir}/kdevexecuteplasmoid.so
%{_kde4_modulesdir}/kdevgdb.so
%{_kde4_modulesdir}/kdevkdeprovider.so
%{_kde4_modulesdir}/kdevmakebuilder.so
%{_kde4_modulesdir}/kdevmanpage.so
%{_kde4_modulesdir}/kdevokteta.so
%{_kde4_modulesdir}/kdevqthelp.so
%{_kde4_modulesdir}/kdevqthelp_config.so
%{_kde4_modulesdir}/krunner_kdevelopsessions.so
%{_kde4_modulesdir}/plasma_engine_kdevelopsessions.so
%{_kde4_servicesdir}/kcm_kdev*
%{_kde4_servicesdir}/kdev*
%{_kde4_servicesdir}/plasma-applet-kdevelopsessions.desktop
%{_kde4_servicesdir}/plasma-dataengine-kdevelopsessions.desktop

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to