1
0

Accepting request 696389 from KDE:Applications

- Update to 19.04.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-19.04.0.php
- Changes since 19.03.90:
  * No code changes since 19.03.90

- Update to 19.03.90
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/announce-applications-19.04-rc.php
- Changes since 19.03.80:
  * No code changes since 19.03.80

- Update to 19.03.80
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/announce-applications-19.04-beta.php
- Changes since 18.12.3:
  * Fix minor typos
  * Sort KDE and Qt headers
  * Add caption to the screenshot
  * Port KImageMapEditor away from kdelibs4support

OBS-URL: https://build.opensuse.org/request/show/696389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimagemapeditor?expand=0&rev=29
This commit is contained in:
Yuchen Lin 2019-04-28 18:10:56 +00:00 committed by Git OBS Bridge
commit 66fa427caa
4 changed files with 37 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sat Apr 20 06:51:55 UTC 2019 - lbeltrame@kde.org
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- Changes since 19.03.90:
* No code changes since 19.03.90
-------------------------------------------------------------------
Tue Apr 09 20:54:41 UTC 2019 - lbeltrame@kde.org
- Update to 19.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/announce-applications-19.04-rc.php
- Changes since 19.03.80:
* No code changes since 19.03.80
-------------------------------------------------------------------
Wed Mar 27 06:41:02 UTC 2019 - lbeltrame@kde.org
- Update to 19.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/announce-applications-19.04-beta.php
- Changes since 18.12.3:
* Fix minor typos
* Sort KDE and Qt headers
* Add caption to the screenshot
* Port KImageMapEditor away from kdelibs4support
-------------------------------------------------------------------
Sat Mar 09 08:03:18 UTC 2019 - lbeltrame@kde.org

View File

@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kimagemapeditor
Version: 18.12.3
Version: 19.04.0
Release: 0
Summary: HTML Image Map Editor
License: GPL-2.0-or-later
@ -30,7 +30,6 @@ URL: https://www.kde.org
Source0: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: kdelibs4support-devel
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)