[kf5-ktexteditor/f21] KDE Frameworks 5.0.0

Daniel Vrátil dvratil at fedoraproject.org
Wed Jul 9 13:55:07 UTC 2014


commit d95e3b85f30b98243a9f83c9e79c762516a70f0d
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Wed Jul 9 15:55:19 2014 +0200

    KDE Frameworks 5.0.0

 .gitignore           |    1 +
 kf5-ktexteditor.spec |   14 ++++++--------
 sources              |    3 +--
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 63db948..ac01dbf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ktexteditor-4.100.0.tar.xz
 /ktexteditor-move-katepart-into-kf5-parts-sudir-of-plugin-dir.patch
+/ktexteditor-5.0.0.tar.xz
diff --git a/kf5-ktexteditor.spec b/kf5-ktexteditor.spec
index 152b05e..02aabc4 100644
--- a/kf5-ktexteditor.spec
+++ b/kf5-ktexteditor.spec
@@ -1,8 +1,8 @@
 %define framework ktexteditor
 
 Name:           kf5-%{framework}
-Version:        4.100.0
-Release:        3%{?_dist}
+Version:        5.0.0
+Release:        1%{?_dist}
 Summary:        KDE Frameworks 5 Tier 3 with advanced embeddable text editor
 
 License:        LGPLv2+
@@ -12,10 +12,7 @@ URL:            http://www.kde.org
 # bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2
 # Source0:        http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz
 
-Source0:        http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz
-
-# Upstream patch
-Patch0:         ktexteditor-move-katepart-into-kf5-parts-sudir-of-plugin-dir.patch
+Source0:        http://download.kde.org/stable/frameworks/%{version}/%{framework}-%{version}.tar.xz
 
 BuildRequires:  kf5-rpm-macros
 BuildRequires:  extra-cmake-modules
@@ -54,8 +51,6 @@ developing applications that use %{name}.
 %prep
 %setup -q -n %{framework}-%{version}
 
-%patch0 -p1 -b .katepartInstallDir
-
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
@@ -97,6 +92,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 
 %changelog
+* Wed Jul 09 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.0-1
+- KDE Frameworks 5.0.0
+
 * Tue Jul 01 2014 Daniel Vrátil <dvratil at redhat.com> - 4.100.0-3
 - Add %%config and call to update-desktop-database
 
diff --git a/sources b/sources
index 57e676e..83b5437 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-ea3f44d4cc3b6929a1987049f4fe9329  ktexteditor-4.100.0.tar.xz
-0c97129109d6119edade3cbd72bcb82a  ktexteditor-move-katepart-into-kf5-parts-sudir-of-plugin-dir.patch
+fb438acf5b10c0e9a620916c2bfe5797  ktexteditor-5.0.0.tar.xz


More information about the scm-commits mailing list