Hello community,

here is the log from the commit of package kdevelop4 for openSUSE:Factory 
checked in at 2013-05-02 11:17:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop4 (Old)
 and      /work/SRC/openSUSE:Factory/.kdevelop4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdevelop4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdevelop4/kdevelop4.changes      2012-12-07 
14:24:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdevelop4.new/kdevelop4.changes 2013-05-02 
11:17:30.000000000 +0200
@@ -2 +2,16 @@
-Mon Dec  3 20:41:08 UTC 2012 - dmi...@roshchin.org
+Tue Apr 30 11:16:07 UTC 2013 - toddrme2...@gmail.com
+
+- Added missing libqjson-devel buildrequires.
+  The build was complaining about not being able to find this.
+
+-------------------------------------------------------------------
+Fri Apr 26 16:16:27 UTC 2013 - dmitr...@opensuse.org
+
+- 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 - dmitr...@opensuse.org

Old:
----
  kdevelop-4.4.1.tar.bz2

New:
----
  kdevelop-4.5.0.tar.bz2

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

Other differences:
------------------
++++++ kdevelop4.spec ++++++
--- /var/tmp/diff_new_pack.7WrO0I/_old  2013-05-02 11:17:32.000000000 +0200
+++ /var/tmp/diff_new_pack.7WrO0I/_new  2013-05-02 11:17:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdevelop4
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,20 +17,22 @@
 
 
 Name:           kdevelop4
-Version:        4.4.1
+Version:        4.5.0
 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:        kdevelop-%{version}.tar.bz2
+Source0:        
http://download.kde.org/stable/kdevelop/%{version}/src/kdevelop-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libkdevplatform-devel >= 1.4.1
+BuildRequires:  libkdevplatform-devel >= 1.5.0
+BuildRequires:  libqjson-devel
 BuildRequires:  okteta-devel
 BuildRequires:  valgrind-devel
 Requires:       %{name}-lang = %{version}
 Requires:       kate
+Recommends:     cmake
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires(post):     shared-mime-info
 Requires(postun):   shared-mime-info
@@ -59,6 +61,7 @@
   %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 kdevformatters %{name}.lang
@@ -67,7 +70,8 @@
   %find_lang kdevqthelp %{name}.lang
   %find_lang kdevokteta %{name}.lang
   %find_lang kdevmanpage %{name}.lang
-  %find_lang kdevelopsessions %{name}.lang
+#   %find_lang kdevelopsessions %{name}.lang
+  %find_lang plasma_applet_kdevelopsessions %{name}.lang
   %find_lang plasma_runner_kdevelopsessions %{name}.lang
 
 %post
@@ -126,9 +130,11 @@
 %{_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
@@ -147,13 +153,17 @@
 %{_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

++++++ kdevelop-4.4.1.tar.bz2 -> kdevelop-4.5.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/kdevelop4/kdevelop-4.4.1.tar.bz2 
/work/SRC/openSUSE:Factory/.kdevelop4.new/kdevelop-4.5.0.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to