1
0

Accepting request 446048 from KDE:Applications

Update to KDE Applicatons 16.12.0

OBS-URL: https://build.opensuse.org/request/show/446048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesdk-thumbnailers?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2016-12-17 09:38:24 +00:00 committed by Git OBS Bridge
commit b54f12013d
4 changed files with 40 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Dec 13 19:41:27 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.12.0
* KDE Applications 16.12.0
* https://www.kde.org/announcements/announce-applications-16.12.0.php
-------------------------------------------------------------------
Sat Dec 3 16:23:35 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.90
* KDE Applications 16.12.0 RC
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
-------------------------------------------------------------------
Tue Nov 29 12:27:45 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
-------------------------------------------------------------------
Wed Nov 9 06:16:53 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
#
# spec file for package kdesdk-thumbnailers
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,19 +17,24 @@
Name: kdesdk-thumbnailers
Version: 16.08.3
Version: 16.12.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Translation file thumbnail generators
License: GPL-2.0+
Group: Productivity/Other
Url: http://www.kde.org
Source0: %{name}-%{version}.tar.xz
BuildRequires: gettext-tools
BuildRequires: extra-cmake-modules
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: gettext-tools
BuildRequires: kconfig-devel
BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Widgets)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -47,14 +52,14 @@ and previews of po files.
%kf5_makeinstall -C build
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING
%_kf5_plugindir/pothumbnail.so
%_kf5_configkcfgdir/
%_kf5_servicesdir/pothumbnail.desktop
%{_kf5_plugindir}/pothumbnail.so
%dir %{_kf5_configkcfgdir}
%{_kf5_configkcfgdir}/pocreatorsettings.kcfg
%{_kf5_servicesdir}/pothumbnail.desktop
%changelog