Accepting request 516357 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516357 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keditbookmarks?expand=0&rev=9
This commit is contained in:
commit
f84d53900e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:15c23b70ea893557c8f1f2d32687e3abdd4f6d9813d1f105a480d09a5170b95f
|
|
||||||
size 181916
|
|
3
keditbookmarks-17.08.0.tar.xz
Normal file
3
keditbookmarks-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df5c3335682122afca566ba9d70184479a338451be6c4423de64aa931c644650
|
||||||
|
size 182984
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:45:26 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.08.0
|
||||||
|
* New feature release
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||||
|
- Changes since 17.04.3 :
|
||||||
|
* Update copyright + fix hdpi support
|
||||||
|
* Fix clazy warning
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 5 18:17:39 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.07.90
|
||||||
|
* KDE Applications 17.07.90
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.07.90.php
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 15 22:59:49 CEST 2017 - lbeltrame@kde.org
|
Sat Jul 15 22:59:49 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -19,15 +19,15 @@
|
|||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: keditbookmarks
|
Name: keditbookmarks
|
||||||
Version: 17.04.3
|
Version: 17.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: KDE Bookmark Editor
|
Summary: KDE Bookmark Editor
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org/
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kbookmarks-devel >= 5.24.0
|
BuildRequires: kbookmarks-devel >= 5.24.0
|
||||||
@ -43,7 +43,9 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.4.0
|
BuildRequires: pkgconfig(Qt5Core) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
|
BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -73,15 +75,15 @@ This is an editor to edit your KDE-wide bookmark set.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
|
%dir %{_kf5_configkcfgdir}
|
||||||
|
%doc %lang(en) %{_kf5_htmldir}/en/keditbookmarks/
|
||||||
|
%{_kf5_applicationsdir}/org.kde.keditbookmarks.desktop
|
||||||
%{_kf5_bindir}/kbookmarkmerger
|
%{_kf5_bindir}/kbookmarkmerger
|
||||||
%{_kf5_bindir}/keditbookmarks
|
%{_kf5_bindir}/keditbookmarks
|
||||||
%{_kf5_applicationsdir}/org.kde.keditbookmarks.desktop
|
%{_kf5_configkcfgdir}/keditbookmarks*.kcfg
|
||||||
%{_kf5_libdir}/libkbookmarkmodel_private.so*
|
%{_kf5_libdir}/libkbookmarkmodel_private.so*
|
||||||
%{_kf5_sharedir}/kxmlgui5/keditbookmarks/
|
%{_kf5_sharedir}/kxmlgui5/keditbookmarks/
|
||||||
%dir %{_kf5_configkcfgdir}
|
%{_kf5_mandir}/man1/kbookmarkmerger.1%{ext_man}
|
||||||
%{_kf5_configkcfgdir}/keditbookmarks*.kcfg
|
|
||||||
%{_kf5_htmldir}/en/keditbookmarks/
|
|
||||||
%{_mandir}/man1/kbookmarkmerger.1%{ext_man}
|
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user