Accepting request 630111 from KDE:Applications
Update to 18.08.0 OBS-URL: https://build.opensuse.org/request/show/630111 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenview5?expand=0&rev=38
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd0e6d3eaee9013f85a0dfa8572ff47a545cd2ebfe9b9be23ad46a7b6f39f4a0
|
||||
size 6055876
|
3
gwenview-18.08.0.tar.xz
Normal file
3
gwenview-18.08.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4b22bd4a3935c84e9aaa7eb8437ee43df12efe07200ff3b1f554020ef5169db
|
||||
size 6174608
|
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 16 22:01:18 UTC 2018 - christophe@krop.fr
|
||||
|
||||
- Update to 18.08.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.08.0.php
|
||||
- Changes since 18.07.80:
|
||||
* Fix video controls volume slider not vertically centered sometimes (kde#390929)
|
||||
* Disable setImageData for dragging of unmodified images
|
||||
* Make sure, a newly saved image is selected in ContextManager
|
||||
* Keep crop handles inside selection rectangle
|
||||
* Remove crosshair cursor from crop tool
|
||||
* Fix crosshair cursor not showing in red eye reduction tool (kde#321933)
|
||||
* Propagate unused mouse press events in edit tools
|
||||
* Reactivate size slider in Red Eye Reduction tool
|
||||
* Propagate unused mouse wheel events in edit tools
|
||||
* Fix image smoothing sometimes not getting applied (kde#396736)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 28 22:49:44 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
- Build with gcc7 on Leap 42.3, it doesn't compile with 4.8 anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 13:00:29 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.07.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.07.80.php
|
||||
- Changes since 18.04.3:
|
||||
* Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 04:49:48 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@@ -19,17 +19,18 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: gwenview5
|
||||
Version: 18.04.3
|
||||
Version: 18.08.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# 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}')}
|
||||
Summary: Image Viewer for KDE
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: Image Viewer by KDE
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Graphics/Viewers
|
||||
Url: http://www.kde.org
|
||||
Source: gwenview-%{version}.tar.xz
|
||||
BuildRequires: baloo5-devel
|
||||
BuildRequires: cfitsio-devel
|
||||
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
||||
BuildRequires: kactivities5-devel
|
||||
BuildRequires: kconfig-devel
|
||||
@@ -55,11 +56,18 @@ BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
||||
# Needed for 42.3
|
||||
%if 0%{?suse_version} < 1330
|
||||
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
|
||||
%if 0%{?sle_version} < 120300
|
||||
BuildRequires: gcc6-c++
|
||||
%else
|
||||
BuildRequires: gcc7-c++
|
||||
%endif
|
||||
%endif
|
||||
Provides: gwenview = %{version}
|
||||
Obsoletes: gwenview < %{version}
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -67,14 +75,22 @@ Gwenview is an image viewer for KDE. It features a folder tree
|
||||
window and a file list window, providing navigation of file
|
||||
hierarchies.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n gwenview-%{version}
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} < 1330
|
||||
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
|
||||
%if 0%{?sle_version} < 120300
|
||||
export CC=gcc-6
|
||||
export CXX=g++-6
|
||||
%else
|
||||
export CC=gcc-7
|
||||
export CXX=g++-7
|
||||
%endif
|
||||
%endif
|
||||
%cmake_kf5 -d build -- -DGWENVIEW_SEMANTICINFO_BACKEND="Baloo"
|
||||
%make_jobs
|
||||
|
||||
@@ -111,6 +127,7 @@ hierarchies.
|
||||
%{_kf5_sharedir}/solid/actions/gwenview_*.desktop
|
||||
%dir %{_kf5_sharedir}/kconf_update/
|
||||
%{_kf5_sharedir}/kconf_update/gwenview.upd
|
||||
%{_kf5_sharedir}/kconf_update/gwenview-imageview-alphabackgroundmode-update.pl
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Reference in New Issue
Block a user