diff --git a/.gitignore b/.gitignore index 694e0bb..d869be6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /knotifications-5.10.0.tar.xz /knotifications-5.11.0.tar.xz /knotifications-5.12.0.tar.xz +/knotifications-5.13.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index bd60b2a..de9e16b 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -1,8 +1,8 @@ %global framework knotifications Name: kf5-%{framework} -Version: 5.12.0 -Release: 2%{?dist} +Version: 5.13.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications License: LGPLv2+ @@ -18,30 +18,26 @@ URL: http://www.kde.org Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz ## upstream patches -Patch2: 0002-Remove-pretty-much-useless-warning-message.patch -Patch3: 0003-catch-unknown-notification-entries-nullptr-deref.patch -# allows knotifications to be tier 2 now -Patch4: 0004-Remove-KService-and-KIconThemes-usage-from-KNotifica.patch BuildRequires: libX11-devel -BuildRequires: kf5-rpm-macros -BuildRequires: extra-cmake-modules +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: extra-cmake-modules >= %{version} BuildRequires: phonon-qt5-devel BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtx11extras-devel BuildRequires: qt5-qttools-devel BuildRequires: dbusmenu-qt5-devel -BuildRequires: kf5-kcodecs-devel -BuildRequires: kf5-kconfig-devel -BuildRequires: kf5-kcoreaddons-devel -BuildRequires: kf5-kwindowsystem-devel +BuildRequires: kf5-kcodecs-devel >= %{version} +BuildRequires: kf5-kconfig-devel >= %{version} +BuildRequires: kf5-kcoreaddons-devel >= %{version} +BuildRequires: kf5-kwindowsystem-devel >= %{version} ## removed deps by patch4 #BuildRequires: kf5-kiconthemes-devel #BuildRequires: kf5-kservice-devel -Requires: kf5-filesystem +Requires: kf5-filesystem >= %{version} %description KDE Frameworks 5 Tier 3 solution with abstraction for system @@ -95,6 +91,15 @@ mkdir -p %{buildroot}/%{_kf5_datadir}/knotifications5 %changelog +* Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 +- KDE Frameworks 5.13.0 + +* Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 +- KDE Frameworks 5.13.0 + +* Tue Aug 11 2015 Daniel Vrátil - 5.13.0-0.1 +- KDE Frameworks 5.13 + * Mon Aug 10 2015 Rex Dieter - 5.12.0-2 - backport some upstream fixes, particularly... - catch unknown notification entries (kde#348414,#1251816) diff --git a/sources b/sources index e307ce1..e22ed3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2c365142e4700caa546f61f08d0f46e knotifications-5.12.0.tar.xz +9326887967351b87e673628171cf19e9 knotifications-5.13.0.tar.xz