diff --git a/eom-1.23.0.tar.xz b/eom-1.23.0.tar.xz deleted file mode 100644 index 659acf8..0000000 --- a/eom-1.23.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07fc964500c5c7b3fdc313d28ea1c4d24e2b345c1bed1ed301e4f5f12808bb23 -size 2153448 diff --git a/eom-1.24.0.tar.xz b/eom-1.24.0.tar.xz new file mode 100644 index 0000000..87cd4d5 --- /dev/null +++ b/eom-1.24.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ac1a98d127009130b30fe84841359c2ea7a84a4130b5819f8b8c226e8dfd7f +size 2433420 diff --git a/eom.changes b/eom.changes index ec1f29d..566e032 100644 --- a/eom.changes +++ b/eom.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin + +- Update to version 1.24.0 (changes since 1.23.0): + * Add translator hint. + * Migrate from intltool to gettext. + * Add missing format specifier for ngettext. + * egg_editable_toolbar: Avoid g_type_class_add_private. + * egg-toolbar-editor: Avoid g_type_class_add_private. + * egg-toolbars-model: Avoid g_type_class_add_private. + * remove warning: "HAVE_EXIF" is not defined, evaluates to 0. + * remove warnings: Incorrect usage of abs() + * remove warnings: Redundant redeclaration. + * Suppress GtkAction warnings. + * Allow colour correcting images with alpha channel. + * EomMetadataReaderPng: Use built-in SRGB profile for matching + cHRM/gAMA. + * EomMetadataReaderPNG: Only build profile from cHRM if gAMA is + present. + * Assume sRGB if no display profile is set + * EomImage: Check GdkPixbuf for an ICC profile before falling + back to sRGB. + * Assume sRGB when image doesn't have an ICC profile attached. + * Remove trailing whitespaces. + * thumbnail: Remove use of mate-desktop-thumbnail helper. + * Enable wayland support. + * EomPrintPreview: Fix preview thumbnail on HiDPI displays. + * thumbnailer: Add --with-gdk-pixbuf-thumbnailer option. + * Add eom-thumbnailer for webp files. + * autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG. + * Fix preprocessing warning for file: src/eom-window.c. + * Fix preprocessing warning for file: src/eom-print.c. + * Update MIME types supported by commonly used pixbuf-loaders. + * Update translations. +- Drop support for old openSUSE versions. + ------------------------------------------------------------------- Thu Jul 18 11:22:45 UTC 2019 - Jonathan Brielmaier diff --git a/eom.spec b/eom.spec index b46d0cd..5ece074 100644 --- a/eom.spec +++ b/eom.spec @@ -1,7 +1,7 @@ # # spec file for package eom # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,28 +17,26 @@ %define typelib typelib-1_0-Eom-1_0 -%define _version 1.23 +%define _version 1.24 Name: eom -Version: 1.23.0 +Version: 1.24.0 Release: 0 Summary: MATE Desktop graphics viewer License: GPL-2.0-or-later AND LGPL-2.1-or-later -Group: System/GUI/Other URL: https://mate-desktop.org/ Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz BuildRequires: hicolor-icon-theme BuildRequires: libjpeg-devel -# set to _version when mate-common has an equal release -BuildRequires: mate-common >= 1.22 +BuildRequires: mate-common >= %{_version} BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(exempi-2.0) BuildRequires: pkgconfig(gdk-pixbuf-2.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.48 +BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(gtk+-unix-print-3.0) BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(libexif) @@ -64,7 +62,6 @@ simplicity and standards compliance. %package devel Summary: MATE Desktop graphics viewer development files -Group: Development/Tools/Other Requires: %{name} = %{version} # mate-image-viewer-devel was last used in openSUSE 13.1. Provides: mate-image-viewer-devel = %{version} @@ -78,7 +75,6 @@ simplicity and standards compliance. %package -n %{typelib} Summary: MATE Desktop graphics viewer typelib -Group: System/Libraries %description -n %{typelib} The Eye of MATE is a simple graphics viewer for the MATE Desktop @@ -93,7 +89,7 @@ simplicity and standards compliance. NOCONFIGURE=1 mate-autogen %configure \ --libexecdir=%{_libexecdir}/%{name} -make %{?_smp_mflags} V=1 +%make_build %install %make_install @@ -101,18 +97,6 @@ make %{?_smp_mflags} V=1 find %{buildroot} -type f -name "*.la" -delete -print %suse_update_desktop_file %{name} -%if 0%{?suse_version} < 1500 -%post -%desktop_database_post -%icon_theme_cache_post -%glib2_gsettings_schema_post - -%postun -%desktop_database_postun -%icon_theme_cache_postun -%glib2_gsettings_schema_postun -%endif - %files %license COPYING %doc AUTHORS NEWS README