Hello community, here is the log from the commit of package meld for openSUSE:Factory checked in at 2018-04-11 13:56:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/meld (Old) and /work/SRC/openSUSE:Factory/.meld.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "meld" Wed Apr 11 13:56:31 2018 rev:66 rq:592380 version:3.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/meld/meld.changes 2018-03-24 16:14:43.260923073 +0100 +++ /work/SRC/openSUSE:Factory/.meld.new/meld.changes 2018-04-11 13:56:34.802541101 +0200 @@ -1,0 +2,42 @@ +Wed Mar 28 03:42:15 UTC 2018 - [email protected] + +- Update to version 3.19.0: + + Features: + - Add new per-pane status bar with selectors for syntax + highlighting and text encoding; + - Allow text encoding to be chosen from file selectors; + - Add new go-to-line action and UI; + - Folder comparison now explicitly indicates symlinks in the + tree, and shows the symlink target; + - Inline highlighting now draws whitespace in any changes it + covers; + - Navigating between changes in file comparison now briefly + animates the outline, to make it easier to keep track of the + focus in busy comparisons. + + Fixes: + - Handle file deletion where we can't move to trash (e.g., + network mounts); + - Keybindings for notebook switching work again; + - Threading fixes for more responsive highlighting and better + exit handling; + - Memory and file handle leakage for closed comparisons; + - Make the --auto-compare and multiple --diff command line + options work again; + - Avoid a race condition that made the "Resolve conflict" + prompt unreliable; + - Invalid-iter crash when refreshing version control view; + - Make non-existent files writable by default; + + Bugs/issues fixed: bgo#589366, bgo#783989, bgo#785313, + bgo#785630, bgo#786629, bgo#786867, bgo#787256, bgo#788455, + bgo#788487, bgo#790335, bgo#791173, glgo#GNOME/meld#46, + glgo#GNOME/meld#97, glgo#GNOME/meld#133, glgo#GNOME/meld#146, + glgo#GNOME/meld#151, glgo#GNOME/meld#152, glgo#GNOME/meld#158, + glgo#GNOME/meld#159, glgo#GNOME/meld#161, glgo#GNOME/meld#165. + + Updated translations. +- Conditionalize shared-mime-info BuildRequires, glib2_gsettings_\ + schema_requires macro, and desktop_database_*, mime_database_*, + glib2_gsettings_schema_* and icon_theme_cache_* post/postun + scriptlets: only distribution releases where RPM 4.13 is not + present still use them. + +------------------------------------------------------------------- Old: ---- meld-3.18.0.tar.xz New: ---- meld-3.19.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ meld.spec ++++++ --- /var/tmp/diff_new_pack.4LWQPf/_old 2018-04-11 13:56:35.274524034 +0200 +++ /var/tmp/diff_new_pack.4LWQPf/_new 2018-04-11 13:56:35.278523889 +0200 @@ -17,18 +17,16 @@ Name: meld -Version: 3.18.0 +Version: 3.19.0 Release: 0 Summary: Visual diff and merge tool License: GPL-2.0-or-later Group: Development/Tools/Other URL: http://meldmerge.org/ -Source: https://download.gnome.org/sources/meld/3.18/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/meld/3.19/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE meld-nodocs.patch [email protected] -- We do not want COPYING and NEWS installed like this Patch0: meld-nodocs.patch BuildRequires: fdupes -# Needed for glib2_gsettings_schema macros -BuildRequires: glib2-devel # Needed for typelib() Requires BuildRequires: gobject-introspection-devel # Needed for highcolor macros @@ -37,8 +35,6 @@ BuildRequires: itstool BuildRequires: libxml2-tools BuildRequires: python3 >= 3.3 -# Needed for shared-mime-info macros -BuildRequires: shared-mime-info BuildRequires: translation-update-upstream BuildRequires: update-desktop-files # needed for VCS diffs @@ -49,15 +45,21 @@ # Suggest various vcs that meld can handle Suggests: bzr Suggests: cvs -# Not in Factory, but still in OBS -Suggests: darcs Suggests: fossil -Suggests: git-core +Suggests: git Suggests: mercurial -Suggests: monotone Suggests: subversion +# Not in Factory, but still in OBS +Suggests: darcs +Suggests: monotone Suggests: tla +# BuildArch: noarch +%if 0%{?suse_version} < 1330 +# Needed for shared-mime-info macros +BuildRequires: shared-mime-info +%glib2_gsettings_schema_requires +%endif %description Meld is a visual diff and merge tool. Two or three files can be @@ -85,6 +87,7 @@ %suse_update_desktop_file meld IDE %fdupes %{buildroot}%{_datadir} +%if 0%{?suse_version} < 1330 %post %desktop_database_post %glib2_gsettings_schema_post @@ -98,17 +101,18 @@ %icon_theme_cache_postun %icon_theme_cache_postun HighContrast %mime_database_postun +%endif %files %license COPYING %doc NEWS %{_bindir}/%{name} %{_datadir}/%{name}/ -%dir %{_datadir}/appdata/ -%{_datadir}/appdata/meld.appdata.xml +%dir %{_datadir}/metainfo/ +%{_datadir}/metainfo/meld.appdata.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/glib-2.0/schemas/org.gnome.meld.gschema.xml -%{_datadir}/help/C/meld/ +%doc %{_datadir}/help/C/meld/ %{_datadir}/icons/hicolor/*/*/%{name}* %{_datadir}/icons/HighContrast/ %{_datadir}/mime/packages/meld.xml ++++++ meld-3.18.0.tar.xz -> meld-3.19.0.tar.xz ++++++ ++++ 49817 lines of diff (skipped)
