[kdevelop/f18] Fix version in splash

Jan Grulich jgrulich at fedoraproject.org
Wed Oct 24 09:04:07 UTC 2012


commit e94d00732bc80f494a663fada1d40d83288120ab
Author: Jan Grulich <jgrulich at redhat.com>
Date:   Wed Oct 24 11:01:20 2012 +0200

    Fix version in splash

 kdevelop-splash.png |  Bin 0 -> 123999 bytes
 kdevelop-splash.xcf |  Bin 0 -> 622530 bytes
 kdevelop.spec       |    7 ++++++-
 3 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/kdevelop-splash.png b/kdevelop-splash.png
new file mode 100644
index 0000000..a101798
Binary files /dev/null and b/kdevelop-splash.png differ
diff --git a/kdevelop-splash.xcf b/kdevelop-splash.xcf
new file mode 100644
index 0000000..87bfd1e
Binary files /dev/null and b/kdevelop-splash.xcf differ
diff --git a/kdevelop.spec b/kdevelop.spec
index db6e09b..3116881 100644
--- a/kdevelop.spec
+++ b/kdevelop.spec
@@ -5,7 +5,7 @@ Name:    kdevelop
 Summary: Integrated Development Environment for C++/C
 Epoch:   9
 Version: 4.4.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPLv2
 URL:     http://www.kdevelop.org/
@@ -87,6 +87,8 @@ Requires: kdevplatform%{?_isa} >= %{kdevplatform_ver}
 %patch50 -p1 -b .bigendian
 
 %build
+# copy fixed splash with correct version
+cp -f %{_sourcedir}/kdevelop-splash.{png,xcf} %{_builddir}/kdevelop-%{version}/pics/misc/
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %{cmake_kde4} ..
@@ -158,6 +160,9 @@ update-mime-database %{_kde4_datadir}/mime &> /dev/null
 
 
 %changelog
+* Wed Oct 24 2012 Jan Grulich <jgrulich at redhat.com> 9:4.4.0-2
+- Fixed version in splash
+
 * Thu Oct 23 2012 Jan Grulich <jgrulich at redhat.com> 9:4.4.0-1
 - Update to 4.4.0
 - Rebase no-rpath patch


More information about the scm-commits mailing list