forked from pool/kimageformats
Accepting request 630614 from KDE:Frameworks5
Update to 5.49.0 OBS-URL: https://build.opensuse.org/request/show/630614 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=57
This commit is contained in:
commit
2a82a9f773
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4c87b488afbf05afe85c55bd349b1ed3b8dfd68d66cfd91a28adf03750b9ddd7
|
|
||||||
size 204360
|
|
3
kimageformats-5.49.0.tar.xz
Normal file
3
kimageformats-5.49.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c4738100d449f501b1ba8d56980e06cc04c0b7f42a287babe22e95b95e0ae0e0
|
||||||
|
size 204580
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 19 09:19:09 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:41 UTC 2018 - lbeltrame@kde.org
|
Mon Jul 16 04:37:41 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -16,14 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.48
|
%define _tar_path 5.49
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
Name: kimageformats
|
Name: kimageformats
|
||||||
Version: 5.48.0
|
Version: 5.49.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: Image format plugins for Qt
|
||||||
|
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
|
||||||
|
Source1: baselibs.conf
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -37,13 +43,6 @@ BuildRequires: cmake(Qt5Test) >= 5.6.0
|
|||||||
%requires_ge libQt5Gui5
|
%requires_ge libQt5Gui5
|
||||||
%requires_ge libQt5PrintSupport5
|
%requires_ge libQt5PrintSupport5
|
||||||
Recommends: libqt5-qtimageformats >= 5.6.0
|
Recommends: libqt5-qtimageformats >= 5.6.0
|
||||||
Summary: Image format plugins for Qt
|
|
||||||
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
|
|
||||||
Source1: baselibs.conf
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This framework provides additional image format plugins for QtGui. As
|
This framework provides additional image format plugins for QtGui. As
|
||||||
@ -63,12 +62,10 @@ image formats.
|
|||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%post -n kimageformats -p /sbin/ldconfig
|
%post -n kimageformats -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n kimageformats -p /sbin/ldconfig
|
%postun -n kimageformats -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%{_kf5_plugindir}/
|
%{_kf5_plugindir}/
|
||||||
%{_kf5_servicesdir}/
|
%{_kf5_servicesdir}/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user