Accepting request 702500 from KDE:Applications

OBS-URL: https://build.opensuse.org/request/show/702500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kolourpaint?expand=0&rev=103
This commit is contained in:
Dominique Leuenberger 2019-05-15 10:33:43 +00:00 committed by Git OBS Bridge
commit 5289a06bde
4 changed files with 21 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun May 12 07:59:57 UTC 2019 - wbauer@tmo.at
- Require kdelibs4support, without it saving files doesn't work
(boo#1055759)
-------------------------------------------------------------------
Fri May 10 05:37:15 UTC 2019 - lbeltrame@kde.org
- Update to 19.04.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.1.php
- No code changes since 19.04.0
-------------------------------------------------------------------
Sat Apr 20 06:51:56 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: kolourpaint
Version: 19.04.0
Version: 19.04.1
Release: 0
# See bnc#717722 for license details
Summary: Paint Program
@ -42,6 +42,8 @@ BuildRequires: update-desktop-files
BuildRequires: xz
Provides: kolourpaint5 = %{version}
Obsoletes: kolourpaint5 < %{version}
# boo#1055759
Requires: kdelibs4support
%if %{with lang}
Recommends: %{name}-lang
%endif