Accepting request 660748 from X11:MATE:Factory
- Update to version 1.20.2. OBS-URL: https://build.opensuse.org/request/show/660748 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eom?expand=0&rev=23
This commit is contained in:
commit
c5df15f12a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35375d5d55128e03c9a4f9e5559878873275c6e182b159058767180ca449347d
|
|
||||||
size 2218364
|
|
3
eom-1.20.2.tar.xz
Normal file
3
eom-1.20.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05f07cf2702c14938a11dd829aa9768261041ae56fabc28141f6c71697d38010
|
||||||
|
size 2156196
|
24
eom.changes
24
eom.changes
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 22 20:48:48 UTC 2018 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 1.20.2:
|
||||||
|
* Reduce the number of g_file_query_info calls at start-up.
|
||||||
|
* EomImage: Remove unused constructor.
|
||||||
|
* Use make functions for HELP_LINGUAS.
|
||||||
|
* Fix url of ulink to point to mate-user-guide.
|
||||||
|
* Fix spelling and grammar mistakes.
|
||||||
|
* Update eom_start_window.png.
|
||||||
|
* Fix a memory leak.
|
||||||
|
* exif-details: Make value column selectable.
|
||||||
|
* EomExifDetails: Take Exif IFD into account when creating hash
|
||||||
|
keys.
|
||||||
|
* Place GPS Exif tags into their own subcategory.
|
||||||
|
* Reformat Exif tags for GPS position to be better
|
||||||
|
understandable.
|
||||||
|
* Make sure GPS Exif tags are named and ordered correctly.
|
||||||
|
* EomPropertiesDialog: Make details view expand vertically.
|
||||||
|
* EogScrollView: Implement simple two-pass filtering.
|
||||||
|
* EomScrollView: Use better downscaling filter.
|
||||||
|
* reload: Ensure that pending updates to UI are complete.
|
||||||
|
* Update translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 16 15:48:41 UTC 2018 - sor.alexei@meowr.ru
|
Sat Jun 16 15:48:41 UTC 2018 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
10
eom.spec
10
eom.spec
@ -12,20 +12,20 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%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.1
|
Version: 1.20.2
|
||||||
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
|
||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
Url: https://mate-desktop.org/
|
Url: https://mate-desktop.org/
|
||||||
Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
|
Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
|
||||||
# PATCH-FEATURE-OPENSUSE eom-gtk-3.20.patch -- Restore GLib 2.48 and GTK+ 3.20 support.
|
# PATCH-FEATURE-OPENSUSE eom-gtk-3.20.patch -- Restore GLib 2.48 and GTK+ 3.20 support.
|
||||||
Patch0: eom-gtk-3.20.patch
|
Patch0: eom-gtk-3.20.patch
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
@ -122,11 +122,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%if 0%{?suse_version} >= 1500
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%else
|
|
||||||
%doc COPYING
|
|
||||||
%endif
|
|
||||||
%doc AUTHORS NEWS README
|
%doc AUTHORS NEWS README
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_libdir}/%{name}/
|
%{_libdir}/%{name}/
|
||||||
|
Loading…
Reference in New Issue
Block a user