[kdevelop/f17] Update to 4.5.0

Jan Grulich jgrulich at fedoraproject.org
Fri Apr 26 15:36:40 UTC 2013


commit 0f20dffd2e31b20169b09da064edbabae914705f
Author: Jan Grulich <jgrulich at redhat.com>
Date:   Fri Apr 26 17:36:25 2013 +0200

    Update to 4.5.0

 .gitignore                      |    8 +-
 kdevelop-4.2.3-okteta08.patch   |  963 ---------------------------------------
 kdevelop-4.3.0-big_endian.patch |   14 -
 kdevelop-4.3.0-no-rpath.patch   |   11 -
 kdevelop-4.5.0-no-rpath.patch   |   11 +
 kdevelop.spec                   |   45 ++-
 sources                         |    2 +-
 7 files changed, 55 insertions(+), 999 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 39edae9..8df6eab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,9 @@
-/kdevelop-4.2.3.tar.bz2
-/kdevelop-4.3.0.tar.bz2
 /kdevelop-4.3.1.tar.bz2
 /kdevelop-4.4.0.tar.bz2
 /kdevelop-4.4.1.tar.bz2
+/kdevelop-4.3.80.tar.bz2
+/kdevelop-4.3.90.tar.bz2
+/kdevelop-4.4.0.tar.bz2
+/kdevelop-4.4.1.tar.bz2
+/kdevelop-4.4.90.tar.bz2
+/kdevelop-4.5.0.tar.bz2
diff --git a/kdevelop-4.5.0-no-rpath.patch b/kdevelop-4.5.0-no-rpath.patch
new file mode 100644
index 0000000..0d8f205
--- /dev/null
+++ b/kdevelop-4.5.0-no-rpath.patch
@@ -0,0 +1,11 @@
+--- kdevelop-4.4.90/CMakeLists.txt	2013-04-18 02:19:29.000000000 +0200
++++ kdevelop-4.4.90_patch/CMakeLists.txt	2013-04-26 08:28:26.779838706 +0200
+@@ -23,7 +23,7 @@ list(FIND CMAKE_PLATFORM_IMPLICIT_LINK_D
+ if("${_isSystemLibDir}" STREQUAL "-1")
+  set(CMAKE_INSTALL_RPATH "${LIB_INSTALL_DIR}")
+ endif("${_isSystemLibDir}" STREQUAL "-1")
+-set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
++#set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
+ 
+ find_package(KDevPlatform 1.4.60 REQUIRED)
+ 
diff --git a/kdevelop.spec b/kdevelop.spec
index a4fad34..3da2432 100644
--- a/kdevelop.spec
+++ b/kdevelop.spec
@@ -1,11 +1,11 @@
 
-%define kdevplatform_ver 1.4.1
+%define kdevplatform_ver 1.5.0
 
 Name:    kdevelop
 Summary: Integrated Development Environment for C++/C
 Epoch:   9
-Version: 4.4.1
-Release: 2%{?dist}
+Version: 4.5.0
+Release: 1%{?dist}
 
 License: GPLv2
 URL:     http://www.kdevelop.org/
@@ -13,10 +13,7 @@ Group:   Development/Tools
 Source0: http://download.kde.org/stable/kdevelop/%{version}/src/kdevelop-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# remove set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) line
-Patch0:  kdevelop-4.4.0-no-rpath.patch
-# fix ninja build
-Patch1: kdevelop-4.4.1-ninja-build.patch
+Patch0:  kdevelop-4.5.0-no-rpath.patch
 
 # upstreamable patches
 
@@ -36,6 +33,7 @@ BuildRequires: valgrind-devel
 
 Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
 Requires: git
+Requires: cmake
 
 %description
 The KDevelop Integrated Development Environment provides many features
@@ -85,7 +83,6 @@ Requires: kdevplatform%{?_isa} >= %{kdevplatform_ver}
 %prep
 %setup -q -n kdevelop-%{version}
 %patch0 -p1 -b .no-rpath
-%patch1 -p1 -b .ninja-build
 
 %build
 mkdir -p %{_target_platform}
@@ -159,6 +156,21 @@ update-mime-database %{_kde4_datadir}/mime &> /dev/null
 
 
 %changelog
+* Fri Apr 26 2013 Jan Grulich <jgrulich at redhat.com> - 9:4.5.0-1
+- Update to 4.5.0
+
+* Fri Apr 26 2013 Jan Grulich <jgrulich at redhat.com> - 9:4.4.90-2
+- Add previusly removed rpath patch
+
+* Thu Apr 25 2013 Jan Grulich <jgrulich at redhat.com> - 9:4.4.90-1
+- Update to 4.4.90 (RC1)
+
+* Mon Apr 01 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 9:4.4.1-4
+- Requires: cmake (as per discussion of kde#274246)
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 9:4.4.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Thu Nov 22 2012 Jan Grulich <jgrulich at redhat.com> 9:4.4.1-2
 - Don't execute cmake every time when you use ninja
 
@@ -176,6 +188,23 @@ update-mime-database %{_kde4_datadir}/mime &> /dev/null
 * Mon Sep 10 2012 Rex Dieter <rdieter at fedoraproject.org> 9:4.3.1-2
 - rebuild for kde-4.9.x
 
+* Fri Sep 07 2012 Radek Novacek <rnovacek at redhat.com> 9:4.3.90-1
+- Update to 4.3.90 (RC 1)
+
+* Thu Aug 09 2012 Radek Novacek <rnovacek at redhat.com> 9:4.3.80-1
+- Update to 4.3.80 (beta 1)
+- Rebase no-rpath patch
+- Drop okteta09 patch (upstreamed)
+
+* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 9:4.3.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Fri Jun 15 2012 Kevin Kofler <Kevin at tigcc.ticalc.org> 9:4.3.1-3
+- reenable Okteta plugin, fix its build with Okteta 0.9 (upstream patch)
+
+* Wed Jun 13 2012 Radek Novacek <rnovacek at redhat.com> 9:4.3.1-2
+- Rebuild (kasten)
+
 * Mon Apr 16 2012 Radek Novacek <rnovacek at redhat.com> 9:4.3.1-1
 - Update to 4.3.1
 
diff --git a/sources b/sources
index b485ba0..2894f57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ffa6a17019c8de09ce9da25b3b92925  kdevelop-4.4.1.tar.bz2
+7a16db527e0565e435975e929b682af3  kdevelop-4.5.0.tar.bz2


More information about the scm-commits mailing list