[kdevelop] Update to 4.4.90

Jan Grulich jgrulich at fedoraproject.org
Thu Apr 25 08:43:48 UTC 2013


commit 2e46d0d5ed1e26f4d22b1a925978ed930a4a810f
Author: Jan Grulich <jgrulich at redhat.com>
Date:   Thu Apr 25 10:43:42 2013 +0200

    Update to 4.4.90

 .gitignore                       |    1 +
 kdevelop-4.3.0-big_endian.patch  |   14 --------------
 kdevelop-4.4.0-no-rpath.patch    |   10 ----------
 kdevelop-4.4.1-ninja-build.patch |   11 -----------
 kdevelop.spec                    |   15 ++++++---------
 sources                          |    2 +-
 6 files changed, 8 insertions(+), 45 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0429d76..fafdaeb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /kdevelop-4.3.90.tar.bz2
 /kdevelop-4.4.0.tar.bz2
 /kdevelop-4.4.1.tar.bz2
+/kdevelop-4.4.90.tar.bz2
diff --git a/kdevelop.spec b/kdevelop.spec
index 24daa87..fdd6e38 100644
--- a/kdevelop.spec
+++ b/kdevelop.spec
@@ -1,11 +1,11 @@
 
-%define kdevplatform_ver 1.4.1
+%define kdevplatform_ver 1.4.90
 
 Name:    kdevelop
 Summary: Integrated Development Environment for C++/C
 Epoch:   9
-Version: 4.4.1
-Release: 4%{?dist}
+Version: 4.4.90
+Release: 1%{?dist}
 
 License: GPLv2
 URL:     http://www.kdevelop.org/
@@ -13,10 +13,6 @@ 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
 # upstreamable patches
 
 # upstream patches
@@ -84,8 +80,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 +153,9 @@ update-mime-database %{_kde4_datadir}/mime &> /dev/null
 
 
 %changelog
+* Thu Apr 25 2013 Jan Grulich <jgrulich at redhat.com> - 9:4.4.90-4
+- 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)
 
diff --git a/sources b/sources
index b485ba0..c8f0878 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ffa6a17019c8de09ce9da25b3b92925  kdevelop-4.4.1.tar.bz2
+b792caccd920135a3e4cc279535820ce  kdevelop-4.4.90.tar.bz2


More information about the scm-commits mailing list