Hello community, here is the log from the commit of package easytag for openSUSE:Factory checked in at 2015-03-23 12:17:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/easytag (Old) and /work/SRC/openSUSE:Factory/.easytag.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "easytag" Changes: -------- --- /work/SRC/openSUSE:Factory/easytag/easytag.changes 2015-02-08 11:42:23.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.easytag.new/easytag.changes 2015-03-23 12:17:37.000000000 +0100 @@ -1,0 +2,85 @@ +Wed Mar 18 13:03:50 UTC 2015 - [email protected] + +- Update to version 2.3.5: + + Fix changing tag fields containing certain characters. + + Fix for truncated CDDB results. + + Fix changing the artwork description. + + Avoid a crash when reading FLAC files with no tags. + + Avoid a crash when reading invalid MP3 files. + + Further refactoring of the internal file list code. + + Add several unit tests. + + Handle empty descriptions in ID3 tag artwork. + + Build against the patched Debian version of id3lib. + + Fix compilation when FLAC support is disabled. + + Avoid a runtime warning in the file browser. + + Fix a couple of Coverity warnings. + + Fix string format sign warnings with GCC 5.0. + + Further improvements to compiler warning flag checking. + + Updated translations. + +------------------------------------------------------------------- +Sat Feb 7 13:10:49 UTC 2015 - [email protected] + +- Update to version 2.3.4: + + Fix crash when saving FLAC tags. + + Port to use AX_COMPILER_FLAGS for improved compiler warning + checks. + + Many compiler warning fixes, discovered after enabling extra + warnings. + + Fixes for two Coverity warnings. + + Improve validation of Vorbis artwork and MIME types. + + Refactoring of internal file list code. + + Relicense id3lib wrapper to GPLv2+. + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 6 21:36:30 UTC 2015 - [email protected] + +- Update to version 2.3.3: + + Add album artist support for WavPack and APE tags. + + Add channel mask reading support for WavPack tags. + + Reduce memory usage when copying cover art, such as when + modifying tags which contain images. + + Use GIO when reading and writing FLAC, ID3v2.4 and WavPack + tags. + + Use GIO for reading and writing list store files. + + Fix an error check when saving WavPack tags. + + Clear empty fields when saving WavPack tags. + + Allow the search dialog tree view to expand to fill the + dialog. + + Fix the disc number preferences controls. + + Fix a crash when migrating configuration directories. + + Fix a double unref when renaming files. + + Fix memory leaks in the CDDB dialog, Ogg tagging code, Speex + tagging code, FLAC tagging code, images tree view and the + WavPack tagging code. + + Fix stripping of disc number fields in ID3v2.4 tags. + + Fix Ctrl-clicking to modify the file list selection. + + Add an automated test for file type detection. + + Refactoring of internal file list code. + + Refactoring of FLAC and WavPack tagging code. + + Relicense all code (excluding the Nautilus extension) under the + GNU GPL version 2 or later. +- Changes from version 2.3.2: + + Fix a crash when reading empty FLAC tags. + + Fix an assertion failure when reading empty ID3 tags. + + Fix incorrect track durations when searching CDDB. + + Fix the log view being forcibly shown on startup. + + Fix launching of external applications. + + Fix many memory leaks in the CDDB search dialog. + + Improve setting handling for the process fields scanner. + + Improve file list selection handling. + + Allow the tag area images tree view to expand if space is + available. + + Improve ID3v2 handling with Ogg files. + + Add more fragments from which to guess the image type. + + Add AppData metainfo description for Nautilus extension. + + Add several automated tests. + + Add a separator row below the all albums row in the artist + tree view. + + Improvements to the Mallard help. + + Updated translations. +- Add %glib2_gsettings_schema_post/postun calls, as easytag newly + installs glib schemas. + +------------------------------------------------------------------- Old: ---- easytag-2.2.6.tar.xz New: ---- easytag-2.3.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ easytag.spec ++++++ --- /var/tmp/diff_new_pack.IkZYA6/_old 2015-03-23 12:17:38.000000000 +0100 +++ /var/tmp/diff_new_pack.IkZYA6/_new 2015-03-23 12:17:38.000000000 +0100 @@ -17,13 +17,13 @@ Name: easytag -Version: 2.2.6 +Version: 2.3.5 Release: 0 Summary: GTK+ tag editor for audio files License: GPL-2.0+ Group: Productivity/Multimedia/Sound/Utilities Url: http://projects.gnome.org/easytag/ -Source: https://download.gnome.org/sources/easytag/2.2/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/easytag/2.3/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ BuildRequires: gtk-doc BuildRequires: hicolor-icon-theme @@ -70,20 +70,25 @@ %post %desktop_database_post %icon_theme_cache_post +%glib2_gsettings_schema_post %postun %desktop_database_postun %icon_theme_cache_postun +%glib2_gsettings_schema_postun %files %defattr(-,root,root) %doc ChangeLog README COPYING HACKING THANKS TODO %{_bindir}/%{name} -%{_datadir}/applications/%{name}.desktop -%{_mandir}/man1/%{name}.1%{?ext_man} -%{_datadir}/icons/hicolor/*/apps/%{name}.* %dir %{_datadir}/appdata/ %{_datadir}/appdata/easytag.appdata.xml +%{_datadir}/appdata/easytag-nautilus.metainfo.xml +%{_datadir}/applications/%{name}.desktop +%{_datadir}/glib-2.0/schemas/org.gnome.EasyTAG.enums.xml +%{_datadir}/glib-2.0/schemas/org.gnome.EasyTAG.gschema.xml +%{_datadir}/icons/hicolor/*/apps/%{name}.* +%{_mandir}/man1/%{name}.1%{?ext_man} %files lang -f %{name}.lang ++++++ easytag-2.2.6.tar.xz -> easytag-2.3.5.tar.xz ++++++ ++++ 265147 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
