1
0

Accepting request 236249 from KDE:Frameworks5

Update to 0.0.14

OBS-URL: https://build.opensuse.org/request/show/236249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/extra-cmake-modules?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2014-06-10 12:35:48 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jun 1 18:02:20 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 0.0.14
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta3.php
- Make only doc subpackage noarch; due to changes since 0.0.13, e-c-m
can no longer be packaged as noarch
- Drop libqt5-linguist-devel Requires
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 4 01:08:25 UTC 2014 - hrvoje.senjan@gmail.com Sun May 4 01:08:25 UTC 2014 - hrvoje.senjan@gmail.com

View File

@@ -21,18 +21,16 @@ Summary: CMake modules
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Tools/Other Group: Development/Tools/Other
Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
Version: 0.0.13 Version: 0.0.14
Release: 0 Release: 0
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake >= 2.8.12 BuildRequires: cmake >= 2.8.12
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: kf5-filesystem >= 4.99.0 BuildRequires: kf5-filesystem >= 4.100.0
BuildRequires: python-Sphinx BuildRequires: python-Sphinx
Requires: cmake >= 2.8.12 Requires: cmake >= 2.8.12
Requires: kf5-filesystem Requires: kf5-filesystem
Requires: libqt5-linguist-devel >= 5.2.0
Requires: pkgconfig(Qt5Core) >= 5.2.0 Requires: pkgconfig(Qt5Core) >= 5.2.0
Provides: kf5umbrella = 4.99.0 Provides: kf5umbrella = 4.99.0
Obsoletes: kf5umbrella < 4.99.0 Obsoletes: kf5umbrella < 4.99.0
@@ -46,6 +44,7 @@ For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsyst
%package doc %package doc
Summary: Documentation for extra-cmake-modules Summary: Documentation for extra-cmake-modules
Group: Documentation/Other Group: Documentation/Other
BuildArch: noarch
Requires: %{name} = %{version} Requires: %{name} = %{version}
%description doc %description doc