Hello community,

here is the log from the commit of package kdevelop4 for openSUSE:Factory 
checked in at 2012-03-26 11:02:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop4 (Old)
 and      /work/SRC/openSUSE:Factory/.kdevelop4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdevelop4", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdevelop4/kdevelop4.changes      2011-11-10 
15:41:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdevelop4.new/kdevelop4.changes 2012-03-26 
11:02:14.000000000 +0200
@@ -1,0 +2,14 @@
+Fri Mar 23 13:09:21 UTC 2012 - idon...@suse.com
+
+- Change license to GPL-3.0+ per discussion in bnc#753628 
+
+-------------------------------------------------------------------
+Tue Mar 13 10:40:15 UTC 2012 - wstephen...@suse.com
+
+- update to 4.3.0
+  * add c++11 support
+  * improved clang support
+  * improved session management
+  * many bug fixes
+
+-------------------------------------------------------------------

Old:
----
  kdevelop-4.2.3.tar.bz2

New:
----
  kdevelop-4.3.0.tar.bz2

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

Other differences:
------------------
++++++ kdevelop4.spec ++++++
--- /var/tmp/diff_new_pack.YFuwHQ/_old  2012-03-26 11:02:16.000000000 +0200
+++ /var/tmp/diff_new_pack.YFuwHQ/_new  2012-03-26 11:02:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdevelop4
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:           kdevelop4
-Version:        4.2.3
-Release:        1
-License:        GPL-2.0 ; GPL-2.0+
+Version:        4.3.0
+Release:        0
 Summary:        Integrated Development Environment for the X Window System, 
Qt, KDE, and GNOME
-Url:            http://www.kdevelop.org
+License:        GPL-3.0+
 Group:          Development/Tools/IDE
+Url:            http://www.kdevelop.org
 Source0:        kdevelop-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  kdebase4-workspace-devel
@@ -68,6 +67,7 @@
   %find_lang kdevqthelp %{name}.lang
   %find_lang kdevokteta %{name}.lang
   %find_lang kdevmanpage %{name}.lang
+  %find_lang plasma_runner_kdevelopsessions %{name}.lang
 
 %post
 /sbin/ldconfig
@@ -81,8 +81,8 @@
   rm -rf %{buildroot}
 
 %package devel
-License:        GPL-2.0+
 Summary:        Integrated Development Environment: Build Environment
+License:        GPL-2.0+
 Group:          Development/Tools/IDE
 Requires:       kdevelop4 = %{version}
 
@@ -92,17 +92,36 @@
 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
@@ -111,8 +130,8 @@
 %{_kde4_appsdir}/kdevelop
 %{_kde4_appsdir}/kdevgdb
 %{_kde4_appsdir}/kdevokteta
-%{_kde4_appsdir}/kdevokteta/kdevokteta.rc
 %{_kde4_bindir}/kdevelop
+%{_kde4_bindir}/kdevelop_attach
 %config %{_kde_config_dir}/kdeveloprc
 %{_kde4_datadir}/mime/packages/kdevelop.xml
 %{_kde4_iconsdir}/*
@@ -128,14 +147,15 @@
 %{_kde4_modulesdir}/kdevcmakemanager.so
 %{_kde4_modulesdir}/kdevcpplanguagesupport.so
 %{_kde4_modulesdir}/kdevcustommakemanager.so
+%{_kde4_modulesdir}/kdevcustomscript.so
 %{_kde4_modulesdir}/kdevgdb.so
-%{_kde4_modulesdir}/kdevindent.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_servicesdir}/kcm_kdev*
 %{_kde4_servicesdir}/kdev*
 

++++++ kdevelop-4.2.3.tar.bz2 -> kdevelop-4.3.0.tar.bz2 ++++++
++++ 227798 lines of diff (skipped)

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

Reply via email to