From 2c739371cdfc1502a5a874ed745b1f74167a3678 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Oct 23 2012 19:35:18 +0000 Subject: Update to 4.4.0 --- 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 9:4.4.0-1 +- Update to 4.4.0 +- Rebase no-rpath patch + * Fri Sep 07 2012 Radek Novacek 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