diff --git a/kf5-frameworkintegration.spec b/kf5-frameworkintegration.spec index fee70a5..adafbb1 100644 --- a/kf5-frameworkintegration.spec +++ b/kf5-frameworkintegration.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins License: LGPLv2+ URL: http://www.kde.org @@ -42,6 +42,8 @@ Applications do not need to link to this directly. %package libs Summary: Runtime libraries for %{name}. +# last version of the main package before the split +Conflicts: %{name} < 5.3.0-2 %description libs %{summary}. @@ -99,6 +101,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Sun Oct 26 2014 Kevin Kofler - 5.3.0-3 +- -libs: add versioned Conflicts to force main package to get upgraded alongside + * Sun Oct 26 2014 Daniel Vrátil - 5.3.0-2 - Move libKF5Style.so into -libs subpkg to simplify dependency chain for themes (RHBZ#1156687)