12
0

Accepting request 260190 from KDE:Frameworks5

Update to 1.4.0

OBS-URL: https://build.opensuse.org/request/show/260190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/extra-cmake-modules?expand=0&rev=11
This commit is contained in:
2014-11-11 00:10:24 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 2 17:46:38 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 1.4.0
* New modules FindWaylandScanner and FindQtWaylandScanner,
including macros ecm_add_qtwayland_client_protocol and
ecm_add_qtwayland_server_protocol
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.4.0.php
- Don't build docs for SLE, python-Sphinx is not available there
-------------------------------------------------------------------
Sat Oct 4 17:59:54 UTC 2014 - hrvoje.senjan@gmail.com

View File

@@ -21,14 +21,16 @@ Summary: CMake modules
License: BSD-3-Clause
Group: Development/Tools/Other
Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
Version: 1.3.0
Version: 1.4.0
Release: 0
Source: http://download.kde.org/stable/frameworks/5.3.0/%{name}-%{version}.tar.xz
Source: http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake >= 2.8.12
BuildRequires: gcc-c++
BuildRequires: kf5-filesystem >= 4.100.0
%if %suse_version != 1315
BuildRequires: python-Sphinx
%endif
Requires: cmake >= 2.8.12
Requires: gcc-c++
Requires: kf5-filesystem
@@ -66,10 +68,12 @@ This package provides documentation for extra-cmake-modules
%files
%defattr(-,root,root,-)
%{_datadir}/ECM/
%{_mandir}/man7/ecm*.7*
%if %suse_version != 1315
%files doc
%defattr(-,root,root,-)
%doc %{_datadir}/doc/ECM/
%doc %lang(en) %{_mandir}/man7/ecm*.7*
%endif
%changelog