[kf5-kemoticons/f20] KDE Frameworks 5.5.0

Daniel Vrátil dvratil at fedoraproject.org
Thu Dec 11 17:01:47 UTC 2014


commit e6b9b7b5b776cb5fdd96c863f495366764689649
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Mon Dec 8 15:25:39 2014 +0100

    KDE Frameworks 5.5.0

 .gitignore          |    1 +
 kf5-kemoticons.spec |    9 +++++++--
 sources             |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6271468..a1d876a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /kemoticons-5.2.0.tar.xz
 /kemoticons-5.3.0.tar.xz
 /kemoticons-5.4.0.tar.xz
+/kemoticons-5.5.0.tar.xz
diff --git a/kf5-kemoticons.spec b/kf5-kemoticons.spec
index a9372fb..a5f3c74 100644
--- a/kf5-kemoticons.spec
+++ b/kf5-kemoticons.spec
@@ -1,20 +1,21 @@
 %global framework kemoticons
 
 Name:           kf5-%{framework}
-Version:        5.4.0
+Version:        5.5.0
 Release:        1%{?dist}
 Summary:        KDE Frameworks 5 Tier 3 module with support for emoticons and emoticons themes
 
 License:        GPLv2+ and LGPLv2+
 URL:            http://www.kde.org
 
+%global versiondir %(echo %{version} | cut -d. -f1-2)
 %global revision %(echo %{version} | cut -d. -f3)
 %if %{revision} >= 50
 %global stable unstable
 %else
 %global stable stable
 %endif
-Source0:        http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz
+Source0:        http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
 
 BuildRequires:  kf5-rpm-macros
 BuildRequires:  extra-cmake-modules
@@ -64,6 +65,7 @@ make %{?_smp_mflags} -C %{_target_platform}
 %doc COPYING COPYING.LIB README.md
 %{_kf5_libdir}/libKF5Emoticons.so.*
 %{_kf5_plugindir}/emoticonsthemes/*.so
+%{_kf5_plugindir}/KEmoticonsIntegrationPlugin.so
 %{_kf5_datadir}/kservices5/*
 %{_kf5_datadir}/kservicetypes5/*
 %{_kf5_datadir}/emoticons/Glass
@@ -77,6 +79,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 
 %changelog
+* Mon Dec 08 2014 Daniel Vrátil <dvratil at redhat.com> - 5.5.0-1
+- KDE Frameworks 5.5.0
+
 * Mon Nov 03 2014 Daniel Vrátil <dvratil at redhat.com> - 5.4.0-1
 - KDE Frameworks 5.4.0
 
diff --git a/sources b/sources
index a820555..6f3f8f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e60297bc97347d794b65624bfc4b2c05  kemoticons-5.4.0.tar.xz
+4bbca1ee5fdbe8e4eea277c8a902ccc9  kemoticons-5.5.0.tar.xz


More information about the scm-commits mailing list