Accepting request 304374 from KDE:Frameworks5

Update to 5.3.0

OBS-URL: https://build.opensuse.org/request/show/304374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/milou5?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2015-05-11 17:30:48 +00:00
committed by Git OBS Bridge
4 changed files with 30 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9fd5bc3a438affec9d4cc786a03929c7ed379d6cac22a920f1d9b0812d8e048
size 50548

3
milou-5.3.0.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5857081b91a6537d110608901b4eac4b0e8aa627f608a8b4d243f1c86fdf2d21
size 51044

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Apr 23 13:27:30 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.3 Final:
* For more details please see:
https://www.kde.org/announcements/plasma-5.3.0.php
-------------------------------------------------------------------
Sat Apr 11 18:53:45 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.2.95 aka 5.3 beta:
* New feature release
* For more details please see:
https://www.kde.org/announcements/plasma-5.2.95.php
- Update required Qt version to 5.4.0
-------------------------------------------------------------------
Thu Mar 19 17:42:41 UTC 2015 - hrvoje.senjan@gmail.com

View File

@@ -16,8 +16,9 @@
#
%bcond_without lang
Name: milou5
Version: 5.2.2
Version: 5.3.0
Release: 0
Summary: Dedicated search application built on top of Baloo
License: GPL-2.0+ and LGPL-2.1+
@@ -34,12 +35,14 @@ BuildRequires: ki18n-devel
BuildRequires: krunner-devel
BuildRequires: kservice-devel
BuildRequires: plasma-framework-devel
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
BuildRequires: pkgconfig(Qt5Script) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5Qml) >= 5.4.0
BuildRequires: pkgconfig(Qt5Quick) >= 5.4.0
BuildRequires: pkgconfig(Qt5Script) >= 5.4.0
BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
%if %{with lang}
Recommends: %{name}-lang
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -74,8 +77,10 @@ A dedicated search application built on top of Baloo
%{_kf5_servicetypesdir}/
%{_kf5_plugindir}/
%if %{with lang}
%files lang
%defattr(-,root,root)
%{_kf5_localedir}/
%endif
%changelog