diff --git a/kdesignerplugin-5.48.0.tar.xz b/kdesignerplugin-5.48.0.tar.xz deleted file mode 100644 index c135830..0000000 --- a/kdesignerplugin-5.48.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5450307bb9d0bc369022fd6f7519e419628f5c2bbd7cf266b821fa2b5fdf5ccf -size 90724 diff --git a/kdesignerplugin-5.49.0.tar.xz b/kdesignerplugin-5.49.0.tar.xz new file mode 100644 index 0000000..437b45d --- /dev/null +++ b/kdesignerplugin-5.49.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d75b0fb2335ee220347c3327b012376cfc139c430474027e13b0b11c1b34442 +size 90756 diff --git a/kdesignerplugin.changes b/kdesignerplugin.changes index 54bb4a0..17a1e7f 100644 --- a/kdesignerplugin.changes +++ b/kdesignerplugin.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Aug 19 09:18:59 UTC 2018 - christophe@krop.fr + +- Update to 5.49.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.49.0.php +- Changes since 5.48.0: + * None + ------------------------------------------------------------------- Mon Jul 16 04:37:38 UTC 2018 - lbeltrame@kde.org diff --git a/kdesignerplugin.spec b/kdesignerplugin.spec index aa983dc..f348c9c 100644 --- a/kdesignerplugin.spec +++ b/kdesignerplugin.spec @@ -16,15 +16,20 @@ # -%bcond_without lang -%define _tar_path 5.48 -Name: kdesignerplugin -Version: 5.48.0 -Release: 0 +%define _tar_path 5.49 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} +%bcond_without lang +Name: kdesignerplugin +Version: 5.49.0 +Release: 0 +Summary: Integrating KDE frameworks widgets with Qt Designer +License: LGPL-2.1-or-later +Group: System/GUI/KDE +URL: http://www.kde.org +Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: kbookmarks-devel >= %{_kf5_bugfix_version} @@ -45,20 +50,12 @@ BuildRequires: ktextwidgets-devel >= %{_kf5_bugfix_version} BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version} BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version} BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version} -%if %{with lang} -BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 -%endif BuildRequires: cmake(Qt5Core) >= 5.6.0 BuildRequires: cmake(Qt5Designer) >= 5.6.0 %if %{with lang} +BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 Recommends: %{name}-lang = %{version} %endif -Summary: Integrating KDE frameworks widgets with Qt Designer -License: LGPL-2.1-or-later -Group: System/GUI/KDE -Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This framework provides plugins for Qt Designer that allow it to display @@ -80,6 +77,7 @@ the widgets provided by various KDE frameworks, as well as a utility from ini-style description files. Development files. %lang_package + %prep %setup -q @@ -95,7 +93,6 @@ from ini-style description files. Development files. %endif %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %if %{with lang} @@ -103,8 +100,8 @@ from ini-style description files. Development files. %endif %files -%defattr(-,root,root) -%doc COPYING* README* +%license COPYING* +%doc README* %{_kf5_bindir}/kgendesignerplugin %doc %lang(en) %{_kf5_mandir}/*/kgendesignerplugin.* %{_kf5_datadir}/widgets/ @@ -112,7 +109,6 @@ from ini-style description files. Development files. %{_kf5_plugindir}/designer/ %files devel -%defattr(-,root,root) %{_kf5_libdir}/cmake/KF5DesignerPlugin/ %changelog