Hello community, here is the log from the commit of package eom for openSUSE:Leap:15.2 checked in at 2020-03-06 12:40:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/eom (Old) and /work/SRC/openSUSE:Leap:15.2/.eom.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eom" Fri Mar 6 12:40:01 2020 rev:14 rq:781534 version:1.24.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/eom/eom.changes 2020-01-15 14:54:06.245545110 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.eom.new.26092/eom.changes 2020-03-06 12:43:05.246823224 +0100 @@ -1,0 +2,110 @@ +Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <[email protected]> + +- 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 <[email protected]> + +- Update to version 1.23.0: + * update translations + * require GLib 2.52 + * Restore image types list and add wildcard + * Disconnect callbacks for "Open with" menu items before connecting new ones. + * Unref GtkUIManager so "Open with" menu is freed. + * update image of eom_toolbar_editor_window + * Use ITS in docbook article info, validate with dbits schemas + * store: Add any image file in the current directory to the store + * Simplify the installation process of the icons + * help: update copyright + * Upgrade the manual to docbook 5.0 + * Use persistent page setup +- remove patches: + * eom-gtk-3.20.patch: we don't support systems with gtk-3.20 + anymore +- BuildRequire gtk3 >= 3.22 + + +------------------------------------------------------------------- +Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin <[email protected]> + +- Update to version 1.22.1: + * store: Add any image file in the current directory to the store. + * help: Update copyright. + * Upgrade the manual to docbook 5.0. + * Use persistent page setup. + * Update translations. +- Rebase eom-gtk-3.20.patch. + +------------------------------------------------------------------- +Tue Mar 5 15:19:33 UTC 2019 - [email protected] + +- Update to version 1.22.0: + * See /usr/share/doc/packages/eom/NEWS +- Rebase eom-gtk-3.20.patch. + +------------------------------------------------------------------- +Sat Dec 22 20:48:48 UTC 2018 - [email protected] + +- 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 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- eom-1.20.0.tar.xz eom-gtk-3.20.patch New: ---- eom-1.24.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eom.spec ++++++ --- /var/tmp/diff_new_pack.z3NEy3/_old 2020-03-06 12:43:06.854824202 +0100 +++ /var/tmp/diff_new_pack.z3NEy3/_new 2020-03-06 12:43:06.894824226 +0100 @@ -1,7 +1,7 @@ # # spec file for package eom # -# Copyright (c) 2018 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 @@ -12,25 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # 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 _version 1.20 +%define _version 1.24 Name: eom -Version: 1.20.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: http://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. -Patch0: eom-gtk-3.20.patch +URL: https://mate-desktop.org/ +Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz BuildRequires: hicolor-icon-theme BuildRequires: libjpeg-devel -BuildRequires: libxml2-python BuildRequires: mate-common >= %{_version} BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -38,13 +34,13 @@ 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.20 +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(gtk+-unix-print-3.0) BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(libexif) -BuildRequires: pkgconfig(libpeas-gtk-1.0) +BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.8.0 BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(mate-desktop-2.0) >= %{_version} @@ -66,7 +62,6 @@ %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} @@ -80,7 +75,6 @@ %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 @@ -90,14 +84,12 @@ %prep %setup -q -%patch0 -p1 %build NOCONFIGURE=1 mate-autogen %configure \ - --libexecdir=%{_libexecdir}/%{name} \ - --disable-python -make %{?_smp_mflags} V=1 + --libexecdir=%{_libexecdir}/%{name} +%make_build %install %make_install @@ -105,31 +97,15 @@ 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 -%if 0%{?suse_version} >= 1500 %license COPYING -%else -%doc COPYING -%endif %doc AUTHORS NEWS README %{_bindir}/%{name} %{_libdir}/%{name}/ %{_datadir}/%{name}/ %{_datadir}/glib-2.0/schemas/*.xml -%dir %{_datadir}/appdata/ -%{_datadir}/appdata/%{name}.appdata.xml +%dir %{_datadir}/metainfo/ +%{_datadir}/metainfo/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.* %{_mandir}/man?/%{name}.?%{?ext_man} ++++++ eom-1.20.0.tar.xz -> eom-1.24.0.tar.xz ++++++ ++++ 550640 lines of diff (skipped)
