[kdevelop/f18] Update to 4.4.0

Jan Grulich jgrulich at fedoraproject.org
Tue Oct 23 19:36:00 UTC 2012


commit 2c739371cdfc1502a5a874ed745b1f74167a3678
Author: Jan Grulich <jgrulich at redhat.com>
Date:   Tue Oct 23 21:35:18 2012 +0200

    Update to 4.4.0

 .gitignore    |    2 ++
 kdevelop.spec |   16 ++++++++++------
 sources       |    3 ++-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7360a25..26a0d24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 /kdevelop-4.3.1.tar.bz2
 /kdevelop-4.3.80.tar.bz2
 /kdevelop-4.3.90.tar.bz2
+/kdevelop-4.4.0-no-rpath.patch
+/kdevelop-4.4.0.tar.bz2
diff --git a/kdevelop.spec b/kdevelop.spec
index 211f2d2..c4cafd4 100644
--- a/kdevelop.spec
+++ b/kdevelop.spec
@@ -1,20 +1,20 @@
 
-%define kdevplatform_ver 1.3.90
+%define kdevplatform_ver 1.4.0
 
 Name:    kdevelop
 Summary: Integrated Development Environment for C++/C
 Epoch:   9
-Version: 4.3.90
+Version: 4.4.0
 Release: 1%{?dist}
 
 License: GPLv2
 URL:     http://www.kdevelop.org/
 Group:   Development/Tools
-Source0: ftp://ftp.kde.org/pub/kde/unstable/kdevelop/%{version}/src/kdevelop-%{version}.tar.bz2
+Source0: http://download.kde.org/stable/kdevelop/4.4.0/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.3.80-no-rpath.patch
+Patch0:  kdevelop-4.4.0-no-rpath.patch
 
 # upstreamable patches
 Patch50: kdevelop-4.3.0-big_endian.patch
@@ -25,8 +25,8 @@ BuildRequires: boost-devel
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: kdebase-workspace-devel
-BuildRequires: kdevplatform-devel >= %{kdevplatform_ver} 
-BuildRequires: kdelibs4-devel 
+BuildRequires: kdevplatform-devel >= %{kdevplatform_ver}
+BuildRequires: kdelibs4-devel
 BuildRequires: okteta-devel
 # some arches don't have valgrind so we need to disable its support on them
 %ifarch %{ix86} x86_64 ppc ppc64 s390x
@@ -158,6 +158,10 @@ update-mime-database %{_kde4_datadir}/mime &> /dev/null
 
 
 %changelog
+* Thu Oct 23 2012 Jan Grulich <jgrulich at redhat.com> 9:4.4.0-1
+- Update to 4.4.0
+- Rebase no-rpath patch
+
 * Fri Sep 07 2012 Radek Novacek <rnovacek at redhat.com> 9:4.3.90-1
 - Update to 4.3.90 (RC 1)
 
diff --git a/sources b/sources
index f322958..9d99f8d 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-2b5c69a061f617615b72aabb38c5b885  kdevelop-4.3.90.tar.bz2
+b3c8e3032eb54a074b643d9521e52f5a  kdevelop-4.4.0.tar.bz2
+cf69602996066c5e87a0c48c821eb4fd  kdevelop-4.4.0-no-rpath.patch


More information about the scm-commits mailing list