- Update to version 1.20.1.
OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/eom?expand=0&rev=41
This commit is contained in:
parent
b3684c062e
commit
d64e04e04e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1a78226d1be0c563d9fb92d49b8dcf50cc7c9304c1cfed1d231540cf0cbc400c
|
|
||||||
size 2204444
|
|
3
eom-1.20.1.tar.xz
Normal file
3
eom-1.20.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:35375d5d55128e03c9a4f9e5559878873275c6e182b159058767180ca449347d
|
||||||
|
size 2218364
|
10
eom.changes
10
eom.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 16 15:48:41 UTC 2018 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 1.20.1:
|
||||||
|
* svg: Fix offset coordinates when transforming SVG images on
|
||||||
|
HiDPI displays.
|
||||||
|
* Scale HiDPI images correctly.
|
||||||
|
* Fix some -Wincompatible-pointer-types warnings.
|
||||||
|
* Update translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 9 19:10:07 UTC 2018 - sor.alexei@meowr.ru
|
Fri Mar 9 19:10:07 UTC 2018 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
8
eom.spec
8
eom.spec
@ -19,7 +19,7 @@
|
|||||||
%define typelib typelib-1_0-Eom-1_0
|
%define typelib typelib-1_0-Eom-1_0
|
||||||
%define _version 1.20
|
%define _version 1.20
|
||||||
Name: eom
|
Name: eom
|
||||||
Version: 1.20.0
|
Version: 1.20.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MATE Desktop graphics viewer
|
Summary: MATE Desktop graphics viewer
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
@ -30,7 +30,6 @@ Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{versi
|
|||||||
Patch0: eom-gtk-3.20.patch
|
Patch0: eom-gtk-3.20.patch
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libxml2-python
|
|
||||||
BuildRequires: mate-common >= %{_version}
|
BuildRequires: mate-common >= %{_version}
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
@ -55,6 +54,11 @@ Provides: mate-image-viewer = %{version}
|
|||||||
Obsoletes: mate-image-viewer < %{version}
|
Obsoletes: mate-image-viewer < %{version}
|
||||||
Obsoletes: mate-image-viewer-lang < %{version}
|
Obsoletes: mate-image-viewer-lang < %{version}
|
||||||
%glib2_gsettings_schema_requires
|
%glib2_gsettings_schema_requires
|
||||||
|
%if 0%{?suse_version} >= 1500
|
||||||
|
BuildRequires: python2-libxml2-python
|
||||||
|
%else
|
||||||
|
BuildRequires: libxml2-python
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Eye of MATE is a simple graphics viewer for the MATE Desktop
|
The Eye of MATE is a simple graphics viewer for the MATE Desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user