Hello community, here is the log from the commit of package exaile for openSUSE:Factory checked in at 2015-03-18 13:05:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/exaile (Old) and /work/SRC/openSUSE:Factory/.exaile.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "exaile" Changes: -------- --- /work/SRC/openSUSE:Factory/exaile/exaile.changes 2014-12-19 09:37:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes 2015-03-18 13:05:17.000000000 +0100 @@ -1,0 +2,12 @@ +Mon Mar 16 11:30:23 UTC 2015 - [email protected] + +- Update to 3.4.4: + * If you installed Exaile by Makefile, or in slightly nonstandard + ways, translations would not actually work. + * Catch OSError when git is not installed. + * Fix search fail when there is a file with wrong encoding. + * Fix playlist import error. + * Add export playlists to right click menu on playlists tab. + * Fix tray menu item for removing current playlist item. + +------------------------------------------------------------------- Old: ---- exaile-3.4.3.tar.gz New: ---- exaile-3.4.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exaile.spec ++++++ --- /var/tmp/diff_new_pack.cVKPdV/_old 2015-03-18 13:05:18.000000000 +0100 +++ /var/tmp/diff_new_pack.cVKPdV/_new 2015-03-18 13:05:18.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package exaile # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -16,15 +16,15 @@ # -Name: exaile %define _name Exaile -Version: 3.4.3 +Name: exaile +Version: 3.4.4 Release: 0 Summary: Gtk2 Amarok-like music player License: GPL-3.0+ Group: Productivity/Multimedia/Sound/Players Url: http://exaile.org/ -Source: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz +Source: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: help2man @@ -43,9 +43,9 @@ Recommends: gstreamer010-plugins-ugly Recommends: moodbar Recommends: python-CDDB +Recommends: python-Pillow Recommends: python-gpod Recommends: python-notify -Recommends: python-Pillow Recommends: python-webkitgtk >= 1.1.2 BuildArch: noarch @@ -81,7 +81,7 @@ %make_install PREFIX=%{_prefix} LIBINSTALLDIR="/$data" -dirname $(find %{buildroot}%{_datadir} -name '*.py') | sort -u | while read dir; do +dirname $(find %{buildroot}%{_datadir} -type f -name '*.py') | sort -u | while read dir; do pushd "$dir" # Fix wrong-script-end-of-line-encoding. dos2unix *.py ++++++ exaile-3.4.3.tar.gz -> exaile-3.4.4.tar.gz ++++++ ++++ 29569 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
