Hello community,

here is the log from the commit of package meld for openSUSE:Factory checked in 
at 2016-04-01 13:03:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/meld (Old)
 and      /work/SRC/openSUSE:Factory/.meld.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "meld"

Changes:
--------
--- /work/SRC/openSUSE:Factory/meld/meld.changes        2015-12-13 
09:40:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.meld.new/meld.changes   2016-04-01 
13:03:19.000000000 +0200
@@ -1,0 +2,63 @@
+Mon Mar 28 12:48:49 UTC 2016 - [email protected]
+
+- Update to version 3.15.2:
+  + Port to use GtkSourceView's file loader and saver helpers,
+    bringing several benefits.
+  + Loading and saving speed are significantly improved, and are
+    asychronous.
+  + We try a wider range of locale-specific file encodings by
+    default, and still support user-specified default encodings.
+  + We now support saving files with inconsistent newline types.
+  + Binary files will now be loaded on a best-effort basis.
+  + Reinstate support for Darcs; this is currently limited to very
+    new (>2.10.3) versions.
+  + Folder comparisons now apply text filters in the same way as
+    file comparisons.
+  + Add support for showing new shortcuts help dialog.
+  + Preliminary support for building Meld as an xdg-app.
+  + Fixes:
+    - Many fixes for GTK+ 3.20 theming changes and widget
+      compatibility issues.
+    - All accelerators should now consistently use the Primary key,
+      for better integration on OSX systems.
+    - Significantly improve text filter performance.
+    - Fix performance regression where scanning for missing files
+      was extremely slow, especially in large repositories.
+    - Fix truncated line number display in short file.
+    - Fix filter dropdown not appearing below button.
+    - Add more documentation on setup and installation
+      requirements.
+    - Update the AppData to spec version 0.7+.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Dec 20 21:53:26 UTC 2015 - [email protected]
+
+- Update to version 3.15.1:
+  + Text ignored by filters is now dimmed to give some visual
+    feedback that it's being ignored.
+  + Text filters now apply independently, improving consistency;
+    note that this is a behaviour change as filter order no longer
+    matters, and filters will always apply to the original
+    (not the filtered) text.
+  + Recent menu items now show more detail in tooltips.
+  + Update dialog action area layout for GTK+ theme changes.
+  + Fixes:
+    - Conflict resolution prompt now resolves properly again.
+    - Silence some GTK+ assertions on window close.
+    - Fix default filter issues from recent rework.
+    - Percent-containing commit messages no longer corrupt
+      our recent commit messages store.
+    - Fix some problems with unicode user directories on Windows.
+    - Fix encoding issues when saving files with load errors.
+    - Fix drawing corruption when scrolling horizontally.
+    - Fix clicking on the diffmap scrolling to the wrong location.
+    - Fix off-by-one drawing error for final line in file.
+    - Fix introspection requires to silence startup warnings.
+    - Fix clearing syncpoints.
+    - Add manual appdata kudos markers.
+    - PEP8 fixes.
+  + Updated translations.
+- Rebase meld-nodocs.patch.
+
+-------------------------------------------------------------------

Old:
----
  meld-3.14.2.tar.xz

New:
----
  meld-3.15.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ meld.spec ++++++
--- /var/tmp/diff_new_pack.H4hLMa/_old  2016-04-01 13:03:19.000000000 +0200
+++ /var/tmp/diff_new_pack.H4hLMa/_new  2016-04-01 13:03:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package meld
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           meld
-Version:        3.14.2
+Version:        3.15.2
 Release:        0
 Summary:        Visual diff and merge tool
 License:        GPL-2.0+
 Group:          Development/Tools/Other
 Url:            http://meldmerge.org/
-Source:         
http://download.gnome.org/sources/meld/3.14/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/meld/3.15/%{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

++++++ meld-3.14.2.tar.xz -> meld-3.15.2.tar.xz ++++++
++++ 38756 lines of diff (skipped)

++++++ meld-nodocs.patch ++++++
--- /var/tmp/diff_new_pack.H4hLMa/_old  2016-04-01 13:03:20.000000000 +0200
+++ /var/tmp/diff_new_pack.H4hLMa/_new  2016-04-01 13:03:20.000000000 +0200
@@ -1,12 +1,8 @@
----
- setup.py |    3 ---
- 1 file changed, 3 deletions(-)
-
-Index: meld-3.13.1/setup.py
+Index: meld-3.15.1/setup.py
 ===================================================================
---- meld-3.13.1.orig/setup.py  2015-03-28 23:25:37.000000000 +0100
-+++ meld-3.13.1/setup.py       2015-04-20 23:31:04.000000000 +0200
-@@ -40,9 +40,6 @@ setup(
+--- setup.py.orig/setup.py     2015-12-20 23:17:30.391608069 +0100
++++ setup.py/setup.py  2015-12-20 23:17:51.925337353 +0200
+@@ -40,9 +40,6 @@
          ('share/man/man1',
           ['meld.1']
           ),
@@ -14,5 +10,5 @@
 -         ['COPYING', 'NEWS']
 -         ),
          ('share/meld',
-          ['data/meld.css', 'data/meld-dark.css']
+          ['data/meld.css']
           ),


Reply via email to