Hello community,

here is the log from the commit of package meld for openSUSE:Factory checked in 
at 2012-02-16 12:23:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/meld (Old)
 and      /work/SRC/openSUSE:Factory/.meld.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "meld", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/meld/meld.changes        2011-09-23 
02:12:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.meld.new/meld.changes   2012-02-16 
12:23:59.000000000 +0100
@@ -1,0 +2,27 @@
+Tue Jan 31 14:11:21 UTC 2012 - [email protected]
+
+- Update to version 1.5.3:
+  + New features:
+    - Add simple animations for chunk actions to make it easier to
+      follow the result of insertion and deletion actions
+    - Show the currently displayed page area in the side bars
+  + Fixes:
+    - Don't show links between chunks where one of the chunks is
+      completely off-screen, reducing visual clutter
+    - Syntax highlighting will now assume that all files in a
+      comparison are of the same type if we can't determine
+      otherwise
+    - Some fixes to colour usage and legibility for dark themes,
+      with more theme fixes coming soon
+    - Remember active filters across sessions in directory and VC
+      comparions
+    - Guess which version control system a user is most likely to
+      want to see, in the event of multiple VCs in a single working
+      copy
+    - Work with Subversion 1.7
+    - Many sundry bug fixes
+  + Updated translations.
+- Add xz BuildRequires on openSUSE <= 12.1, in order to be able to
+  decompress the xz-compressed tarball.
+
+-------------------------------------------------------------------

Old:
----
  meld-1.5.2.tar.bz2

New:
----
  meld-1.5.3.tar.xz

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

Other differences:
------------------
++++++ meld.spec ++++++
--- /var/tmp/diff_new_pack.XRcs7X/_old  2012-02-16 12:24:01.000000000 +0100
+++ /var/tmp/diff_new_pack.XRcs7X/_new  2012-02-16 12:24:01.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package meld
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:           meld
-Version:        1.5.2
-Release:        1
-License:        GPL-2.0+
+Version:        1.5.3
+Release:        0
 Summary:        Visual diff and merge tool
-Url:            http://meld.sourceforge.net/
+License:        GPL-2.0+
 Group:          Development/Tools/Other
-Source:         
http://download.gnome.org/sources/meld/1.5/%{name}-%{version}.tar.bz2
+Url:            http://meld.sourceforge.net/
+Source:         
http://download.gnome.org/sources/meld/1.5/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE meld-1.3.0-scrollkeeper.patch [email protected] -- don't 
use env
 Patch1:         %{name}-1.3.0-env.patch
 BuildRequires:  fdupes
@@ -35,6 +34,10 @@
 BuildRequires:  python
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+%if 0%{?suse_version} <= 1210
+# Only needed for openSUSE <= 12.1; later it is pulled in by rpm-build.
+BuildRequires:  xz
+%endif
 # needed for VCS diffs
 Requires:       patch
 %if 0%{?suse_version} <= 1130
@@ -103,7 +106,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS
+%doc COPYING NEWS
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
 %dir %{_datadir}/gnome/help/%{name}/

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to