1116b62
Name:           soundconverter
c47f4a3
Version:        4.0.5
c47f4a3
Release:        1%{?dist}
0e308c3
Summary:        Simple sound converter application for GNOME
b8509be
License:        GPLv3
79d7ca7
f071abe
URL:            http://soundconverter.org
79d7ca7
Source0:        http://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
79d7ca7
Patch0:         %{name}-appdata.patch
b9b9334
1116b62
BuildArch:      noarch
1116b62
Igor Gnatenko 267466e
BuildRequires:  gcc
45496f2
BuildRequires:  python3-devel
d9dc383
BuildRequires:  python3-setuptools
79d7ca7
BuildRequires:  python3-distutils-extra
45496f2
BuildRequires:  python3-gobject-base
1116b62
BuildRequires:  desktop-file-utils
45496f2
BuildRequires:  intltool
45496f2
BuildRequires:  gettext
45496f2
BuildRequires:  glib2-devel
45496f2
BuildRequires:  gstreamer1
45496f2
BuildRequires:  gtk3-devel
45496f2
BuildRequires:  libappstream-glib
45496f2
45496f2
Requires:       python3-gobject-base
45496f2
Requires:       gtk3
45496f2
Requires:       gstreamer1-plugins-base
45496f2
Requires:       gstreamer1-plugins-good
45496f2
Requires:       gstreamer1-plugins-ugly-free
90919bd
1116b62
1116b62
%description
79d7ca7
SoundConverter is the leading audio file converter for the GNOME Desktop. It
79d7ca7
reads anything GStreamer can read (Ogg Vorbis, AAC, MP3, FLAC, WAV, AVI, MPEG,
79d7ca7
MOV, M4A, AC3, DTS, ALAC, MPC, Shorten, APE, SID, MOD, XM, S3M, etc...), and
79d7ca7
writes to Opus, Ogg Vorbis, FLAC, WAV, AAC, and MP3 files, or use any GNOME
79d7ca7
Audio Profile.
1116b62
79d7ca7
SoundConverter aims to be simple to use, and very fast. Thanks to its
79d7ca7
multithreaded design, it will use as many cores as possible to speed up the
79d7ca7
conversion. It can also extract the audio from videos.
90919bd
1116b62
%prep
45496f2
%autosetup -p1
90919bd
45a7837
1116b62
%build
79d7ca7
%py3_build
1116b62
45a7837
1116b62
%install
79d7ca7
%py3_install
662440f
79d7ca7
mkdir -p %{buildroot}/usr/share/locale
79d7ca7
mv build/mo/* %{buildroot}/usr/share/locale/
90919bd
%find_lang %{name}
90919bd
5e75bc6
desktop-file-install \
45496f2
  --dir %{buildroot}%{_datadir}/applications \
2b23a46
  --add-category X-OutputGeneration \
8293151
  --delete-original \
79d7ca7
  build/share/applications/%{name}.desktop
45496f2
Leigh Scott 30990ab
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdata.xml
b9b9334
79d7ca7
rm -f %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled
79d7ca7
79d7ca7
90919bd
%files -f %{name}.lang
45496f2
%license COPYING
8c0a353
%doc AUTHORS CHANGELOG
1116b62
%{_bindir}/%{name}
23d82c6
%{_datadir}/%{name}/
1116b62
%{_datadir}/applications/*%{name}.desktop
79d7ca7
%{_datadir}/pixmaps/*.png
b4f8697
%{_datadir}/icons/hicolor/scalable/apps/*.svg
45496f2
%{_datadir}/glib-2.0/schemas/org.soundconverter.gschema.xml
79d7ca7
%{_docdir}/%{name}/
Leigh Scott 30990ab
%{_metainfodir}/%{name}.appdata.xml
79d7ca7
%{python3_sitelib}/%{name}
79d7ca7
%{python3_sitelib}/%{name}-*.egg-info
90919bd
1116b62
1116b62
%changelog
c47f4a3
* Tue Apr 09 2024 Richard Shaw <hobbes1069@gmail.com> - 4.0.5-1
c47f4a3
- Update to 4.0.5.
c47f4a3
7943ec7
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.4-3
7943ec7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
7943ec7
b2e58c1
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.4-2
b2e58c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
b2e58c1
8c0a353
* Mon Jul 17 2023 Richard Shaw <hobbes1069@gmail.com> - 4.0.4-1
8c0a353
- Update to 4.0.4.
8c0a353
c24bfa6
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 4.0.3-6
c24bfa6
- Rebuilt for Python 3.12
c24bfa6
44cd2fe
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.3-5
44cd2fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
44cd2fe
2add1e7
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.3-4
2add1e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
2add1e7
a5f7943
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.0.3-3
a5f7943
- Rebuilt for Python 3.11
a5f7943
23320e7
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.3-2
23320e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
23320e7
45a7837
* Mon Oct 25 2021 Richard Shaw <hobbes1069@gmail.com> - 4.0.3-1
45a7837
- Update to 4.0.3.
45a7837
d5cfa4c
* Mon Oct 04 2021 Adam Williamson <awilliam@redhat.com> - 4.0.1-5
d5cfa4c
- Backport PR #54 to fix crasher bug #1988116
d5cfa4c
ad7f9f7
* Mon Oct 04 2021 Adam Williamson <awilliam@redhat.com> - 4.0.1-4
ad7f9f7
- Backport fixes for https://bugs.launchpad.net/soundconverter/+bug/1945838
ad7f9f7
e60776d
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-3
e60776d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
e60776d
af7a397
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.0.1-2
af7a397
- Rebuilt for Python 3.10
af7a397
dd7c7a5
* Sat May 15 2021 Richard Shaw <hobbes1069@gmail.com> - 4.0.1-1
dd7c7a5
- Update to 4.0.1.
dd7c7a5
ad03241
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-2
ad03241
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
ad03241
79d7ca7
* Mon Nov 23 2020 Richard Shaw <hobbes1069@gmail.com> - 4.0.0-1
79d7ca7
- Update to 4.0.0.
79d7ca7
d61a44f
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-5
d61a44f
- Second attempt - Rebuilt for
d61a44f
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d61a44f
68b8aaa
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-4
68b8aaa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
68b8aaa
ebceeff
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-3
ebceeff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
ebceeff
42d273f
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2
42d273f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
42d273f
Leigh Scott 30990ab
* Wed Jun 26 2019 Leigh Scott <leigh123linux@gmail.com> - 3.0.2-1
Leigh Scott 30990ab
- Update to 3.0.2
Leigh Scott 30990ab
3ccc178
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-4
3ccc178
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
3ccc178
a64819c
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-3
a64819c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a64819c
da46497
* Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 3.0.0-2
da46497
- Rebuilt for Python 3.7
da46497
45496f2
* Fri Apr 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.0.0-1
45496f2
- Update to 3.0.0
45496f2
- Update spec file
45496f2
- Validate appdata
45496f2
0316770
* Fri Feb 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.1.6-7
0316770
- Update Python 2 dependency declarations to new packaging standards
0316770
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
0316770
c98e5ef
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-6
c98e5ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c98e5ef
d3e38f0
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.6-5
d3e38f0
- Remove obsolete scriptlets
d3e38f0
7deefba
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-4
7deefba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7deefba
788feab
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-3
788feab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
788feab
3961545
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-2
3961545
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3961545
Pranav Kant 8bc7066
* Thu Oct 22 2015 Pranav Kant <pranvk@fedoraproject.org> - 2.1.6-1
Pranav Kant 8bc7066
- Update to 2.1.6
Pranav Kant 8bc7066
e3faabc
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.5-3
e3faabc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e3faabc
0e308c3
* Tue Mar 17 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1.5-2
0e308c3
- Merge post-2.1.5 fix for drag'n'drop (lp:1419259).
0e308c3
43cfca6
* Sat Jan 31 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1.5-1
43cfca6
- Update to 2.1.5 (fix for URI creation when doing drag'n'drop,
43cfca6
   encoding of VBR mp3, updated translations).
43cfca6
7049ef6
* Mon Sep  1 2014 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1.4-1
7049ef6
- Update to 2.1.4 (a few more bug-fixes).
7049ef6
6ade4a1
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.3-2
6ade4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6ade4a1
bbecc27
* Thu May  1 2014 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1.3-1
bbecc27
- Update to 2.1.3 (a few more bug-fixes).
bbecc27
84752a7
* Fri Jan  3 2014 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1.2-3
84752a7
- Merge upstream pull request: Pass on error in another location.
84752a7
1b65d42
* Wed Dec 25 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1.2-2
1b65d42
- Merge upstream pull request: Replacing messy characters replaced also "/".
1b65d42
f535674
* Tue Nov 26 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1.2-1
f535674
- Update to 2.1.2.
f535674
629a1cc
* Wed Oct  9 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1.1-6
629a1cc
- Merge fixes for lp:1213244, lp:1205828 (GStreamer error handling and
629a1cc
  cancelled codec installation).
629a1cc
496952d
* Mon Oct  7 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1.1-5
496952d
- Require pygtk2-libglade (#1015971).
496952d
- Add a few BR for existing dependencies.
496952d
b9b9334
* Fri Sep 27 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1.1-4
b9b9334
- Merge and install AppData file.
b9b9334
1613e51
* Tue Aug 27 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1.1-3
1613e51
- Update scriptlet sections with current recipes.
1613e51
- Drop the minimum errata version for gstreamer-plugins-good for F15/16/17.
1613e51
5ed4916
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-2
5ed4916
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
5ed4916
b3644aa
* Thu Apr 25 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1.1-1
b3644aa
- Update to 2.1.1.
b3644aa
b3644aa
* Tue Apr  2 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1.0-1
b3644aa
- Upgrade to 2.1.0. This merges most of the patches since 2.0.4, but some
b3644aa
  parts have been rewritten/reconstructed and need to be checked for
b3644aa
  regression.
b3644aa
d9d802d
* Mon Mar  4 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-24
d9d802d
- Fix a corner-case traceback upon cancelling tag reading.
d9d802d
73263c4
* Sat Mar  2 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-23
73263c4
- Fix set_row_progress "could not find tree path" (#915419).
73263c4
7405b8f
* Tue Feb 26 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-22
7405b8f
- Merge new code from master for progress-per-file indication.
7405b8f
9cb3120
* Mon Feb 25 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-21
6ddf766
- Ignore aborted tasks in task_finished.
6ddf766
- Log correct number of tasks in queue.
6ddf766
- Reset progress-per-file indicators at (re)start of conversion.
9cb3120
- Fix missing progress-per-file indicators for Ogg, so at least
9cb3120
  if the file is done that gets displayed.
9cb3120
aaed201
* Sun Feb 24 2013 Michael Schwendt <mschwendt@fedoraproject.org>
aaed201
- 2.0.4-20
aaed201
- Restart tag reading after GStreamer plug-in installation.
aaed201
- 2.0.4-19
9e72989
- Make "Cancel" also end the wait-for-tagreaders loop, since the async
9e72989
  events for plugin installation are problematic.
9e72989
cf36b9e
* Fri Feb 22 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-18
cf36b9e
- Merge upstream fix for batch mode running into non-URI files
cf36b9e
  (lp #1128080).
cf36b9e
2b8dc5e
* Mon Feb 18 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-17
2b8dc5e
- Add more fixes for success/failure of GStreamer plug-in installation,
cf36b9e
  which makes it possible to fix the idle callback race between reading of
2b8dc5e
  tags and start of conversion.
2b8dc5e
- Merge all applied patches into a single file to avoid incremental
2b8dc5e
  patching in places where 2.0.5-pre currently differs a lot but fails.
2b8dc5e
d401144
* Sun Feb 17 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-16
d401144
- Fix tracebacks upon successfully installing a missing GStreamer plugin.
d401144
46183bc
* Wed Feb 13 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-15
46183bc
- Fix "Remove" to use gtk.TreeModelSort.convert_path_to_child_path
46183bc
72e1a5f
* Wed Feb 13 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-14
72e1a5f
- Disable "Remove" temporarily, since it's completely broken.
72e1a5f
- Fix GtkWarning about drag-data-received.
72e1a5f
270cabf
* Wed Feb 13 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-13
270cabf
- Disable "GNOME Audio Profile" encoder, if no audio profiles are found
270cabf
  (#910613).
270cabf
- If GStreamer plug-in installation is aborted, don't add the file to
270cabf
  the converter task queue.
270cabf
5e75bc6
* Sun Feb 10 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-12
6a9f937
- Forward exceptions from TagReader callback to main converter loop.
ab71e4b
- Fedora >= 19: Drop ancient "fedora" vendor prefix and X-Fedora category
ab71e4b
  from desktop file.
5e75bc6
e9d3590
* Sun Feb 10 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-11
e9d3590
- Pull the TagReader patch, since it's problematic for unknown file types.
e9d3590
5d85568
* Sun Feb 10 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-10
5d85568
- Change GStreamer pipeline usage of audioresample and audioconvert,
5d85568
  so conversion from FLAC and AIFF works.
5d85568
ff7a691
* Sun Feb 10 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-9
ff7a691
- Fix aborted task queue.
ff7a691
- Fix race condition between tags_read() and converter.start() (#909681).
ff7a691
- Fix gstreamer.py show_error tracebacks.
ff7a691
68fc86f
* Mon Dec 10 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-8
6ce6838
- Merge fix for accessing files in filesystem root dir (lp #1087901).
68fc86f
2b2aefc
* Sat Dec  1 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-7
2b2aefc
- Patch further to also fix the last used folder for the "Add Folder" button.
78ae87a
- Patch for gnome bz #683708 and lp #1063724 GtkFileChooser problem.
6fb080c
22a2d4a
* Sat Dec  1 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-4
2515fba
- Work around folder choose issue (lp #1063724) where the folder is reset
2515fba
  to the last-used-folder because nothing is selected/highlighted.
2515fba
3bed4b7
* Mon Nov 12 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-2
3bed4b7
- Catch IOError when logging to stderr, which prevents crash
3bed4b7
  in "no space left on device" condition (#874466).
3bed4b7
79fe43c
* Thu Oct 18 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.4-1
79fe43c
- Updated to 2.0.4 (merged patches, further fixes and updated translations).
79fe43c
f0774fd
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-6
f0774fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f0774fd
31620f9
* Fri Jun 29 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.3-5
31620f9
- Fix another last-used-folder "None" crash. (#836338)
31620f9
580b1ca
* Thu May 10 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.3-4
580b1ca
- Apply newer post-2.0.3 batch mode fixes from upstream scm.
580b1ca
  This should also fix WAV batch encoding.
580b1ca
580b1ca
* Sat May  5 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.3-3
580b1ca
- Fix FLAC batch encoding (lp 995862).
580b1ca
- Fix -m and -s (lp 988262).
580b1ca
- Apply post-2.0.3 batch mode fixes from upstream scm. This involves
580b1ca
  copying the new batch.py file manually (temporarily).
580b1ca
2f8a916
* Tue Apr 24 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.3-2
2f8a916
- Update to 2.0.3 (stability/progress fixes and updated translations).
2f8a916
9db4845
* Fri Apr 13 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.2-2
9db4845
- Add more documentation files.
9db4845
b09a323
* Sun Mar 18 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.2-1
b09a323
- Update to 2.0.2 (31k diff, one bug-fix, mostly i18n/spelling fixes).
b09a323
7e52dfa
* Thu Feb  2 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.1-1
7e52dfa
- Update to 2.0.1 (11k diff).
7e52dfa
22382a5
* Fri Jan 27 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0-1
22382a5
- Update to 2.0 release (includes fix for #784413 / lp 921515).
22382a5
b8c80d5
* Fri Jan 13 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0-0.3.rc5
b8c80d5
- Update to 2.0-rc5.
b8c80d5
3d14a03
* Wed Jan  4 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0-0.2.rc4
3d14a03
- Rediff bad audio profiles patch (lp 911791).
3d14a03
0d7f56f
* Wed Jan  4 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0-0.1.rc4
8e3731e
- Patch GNOME Audio Profile preferences crash (lp 911759).
0d7f56f
- Explicitly install to libdir=/usr/lib since this is still a noarch package.
0d7f56f
- Upgrade to 2.0-rc4 and drop merged/obsolete patches.
0d7f56f
31c51c7
* Sat Dec 10 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.4-11
31c51c7
- Reenable FLAC to Ogg Vorbis conversion and require at least the
31c51c7
  first build of the gstreamer-plugins-good package that contains
31c51c7
  the backported fix.
31c51c7
d659cbd
* Sun Oct  9 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.4-10
d659cbd
- Ignore bad audio profiles (#744596) and multiple ones with no description.
d659cbd
- Remove %%defattr line.
d659cbd
1851548
* Fri Aug 19 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.4-9
1851548
- Enhance the previous patch, and consider the case when preferences
1851548
  are changed after creating a list of input files. Also remove rejected
1851548
  FLAC files from an internal filelist, so readding them will display the
1851548
  warning dialog again.
1851548
6244e07
* Fri Aug 19 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.4-8
6244e07
- Block conversion of FLAC to Ogg Vorbis due to GStreamer stream
6244e07
  corruption (GNOME bz 651615).
fc3a986
- Make "Clear" button really clear internal filelist (lp 784918).
6244e07
a324f4c
* Mon Jul  4 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.4-7
a324f4c
- Add (currently redundant) dependency on gnome-python2-gnomevfs, which
a324f4c
  is required by gnome-python2-gnome already, but Soundconverter imports
a324f4c
  the gnomevfs module directly.
a324f4c
efb4ddc
* Mon Jul  4 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.4-6
efb4ddc
- Add dependency on gnome-python2-canvas, which is a missing dep
efb4ddc
  somewhere and causes a crash on non-GNOME installations (#718791).
efb4ddc
  Probably related to the similar issue mentioned on March 22nd.
efb4ddc
5cfe98a
* Sat Jul  2 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.4-5
5cfe98a
- Fix crash in markup_escape (calling glib markup_escape_text)
5cfe98a
  caused by file names with invalid encodings (#718334).
5cfe98a
2db18f6
* Tue Jun 21 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.4-4
2db18f6
- Fix crash when GNOME Audio Profile description changes translation (#714454).
2db18f6
620ed19
* Tue Mar 22 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.4-3
620ed19
- Add dependency on gnome-python2-bonobo, which is a missing dep of
620ed19
  gnome-python2-gnome (#689836) and causes a crash if not installed,
620ed19
  e.g. on LXDE #688780.
620ed19
f005534
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.4-2
f005534
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f005534
9c5307c
* Sun Jan  9 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.4-1
9c5307c
- Upgrade to 1.5.4.
9c5307c
f636a26
* Thu Dec 16 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.3-8
f636a26
- Add direct dependency on notify-python.
f636a26
d361d56
* Mon Nov 29 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.3-7
d361d56
- Fix command-line FLAC compression default in order to avoid crash.
d361d56
295e6af
* Fri Nov 26 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.3-6
295e6af
- Fix command-line options -m and -s, which have never worked,
295e6af
  and -t which was broken by changes after 1.4.4.
295e6af
5885fb6
* Wed Nov 24 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.3-5
5885fb6
- Fix command-line batch mode (#656526). Also skip conversion if input
5885fb6
  file name is same as output file name (as that would not have worked
89cd0b6
  so far and would have emptied/deleted the input file instead).
5885fb6
1a6319c
* Wed Nov 17 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.3-4
1a6319c
- Fix target folder for artist/album creation when the source files are
1a6319c
  stored in subdirectories (#654045).
1a6319c
6b97a35
* Tue Nov 16 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.3-3
6b97a35
- Remove urllib.quote call for target folder URI, so e.g. space characters
6b97a35
  don't lead to creating a new unescaped target folder.
6b97a35
daa0b67
* Thu Oct 28 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.3-2
daa0b67
- Patch po files for combobox "AssertionError: model:4 widgets:5" (#647336)
daa0b67
53a7ea2
* Thu Jun 17 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.3-1
53a7ea2
- Upgrade to 1.5.3.
53a7ea2
b1be98e
* Tue Jun 15 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.2-2
b1be98e
- Fix ZeroDivisionError in progress calculation.
b1be98e
285da6b
* Tue Jun 15 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.2-1
285da6b
- Upgrade to 1.5.2.
285da6b
23d82c6
* Wed May 12 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.4.4-2
23d82c6
- Update .desktop file patch.
23d82c6
- Minor spec adjustments in explicit deps and files section.
23d82c6
23d82c6
* Sat Jan 23 2010 Xavier Lamien <laxathom@fedoraproject.org> - 1.4.4-1
2ef11da
- Update release.
2ef11da
2b23a46
* Sun Sep 27 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.3.2-4
2b23a46
- Update desktop file according to F-12 FedoraStudio feature
2b23a46
0af7972
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-3
0af7972
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0af7972
4fa058f
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
4fa058f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4fa058f
35337f3
* Mon Aug 25 2008 Denis Leroy <denis@poolshark.org> - 1.3.2-1
35337f3
- Update to upstream 1.3.2
a1a69ec
- Fixed gnome-python2 BR
35337f3
acb9652
* Tue May 13 2008 Denis Leroy <denis@poolshark.org> - 1.2.0-1
acb9652
- Update to upstream 1.2.0
acb9652
6838734
* Fri Jan 11 2008 Denis Leroy <denis@poolshark.org> - 0.9.8-1
6838734
- Update to upstream 0.9.8, bugfix release
6838734
b8509be
* Thu Aug 16 2007 Denis Leroy <denis@poolshark.org> - 0.9.7-1
b8509be
- Update to 0.9.7
b8509be
- Updated License tag
b8509be
- Added patch to fix desktop file
b8509be
b4f8697
* Sun Apr 29 2007 Denis Leroy <denis@poolshark.org> - 0.9.6-1
b4f8697
- Update to 0.9.6
b4f8697
- Removed some icon-related hacks, fixed upstream
b4f8697
662440f
* Thu Mar  1 2007 Denis Leroy <denis@poolshark.org> - 0.9.4-1
662440f
- Update to 0.9.4
662440f
- Removed taglib patch, is upstream
662440f
- Moved desktop icon into /usr/share/icons/
662440f
d42b422
* Wed Nov  8 2006 Denis Leroy <denis@poolshark.org> - 0.9.3-2
d42b422
- Added patch to detect missing id3v2mux gst plugin
d42b422
43064f9
* Thu Oct 19 2006 Denis Leroy <denis@poolshark.org> - 0.9.3-1
43064f9
- Update to 0.9.3
43064f9
357d330
* Tue Oct 17 2006 Denis Leroy <denis@poolshark.org> - 0.9.2-1
357d330
- Update to 0.9.2
357d330
8293151
* Fri Sep  8 2006 Denis Leroy <denis@poolshark.org> - 0.9.1-3
8293151
- Fixed desktop install
8293151
849a3ee
* Fri Sep  8 2006 Denis Leroy <denis@poolshark.org> - 0.9.1-2
849a3ee
- Added intltool BRs
849a3ee
90919bd
* Fri Sep  8 2006 Denis Leroy <denis@poolshark.org> - 0.9.1-1
90919bd
- Update to 0.9.1
90919bd
- Uses gstreamer 1.0
90919bd
- Some cleanup, use upstream configure and desktop
90919bd
198dc41
* Mon Sep  4 2006 Denis Leroy <denis@poolshark.org> - 0.8.3-2
198dc41
- FE6 Rebuild
198dc41
5796d40
* Sun Feb 12 2006 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.8.3-1
5796d40
- Upstream update
5796d40
- Updated to use gstreamer08
5796d40
59b532c
* Tue Nov 15 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.8.1-2
59b532c
- Added gnome-python2-gconf to Requires (#173290)
59b532c
6876b34
* Mon Nov 14 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.8.1-1
6876b34
- Upstream update
6876b34
1116b62
* Sun Oct  2 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.8.0-1
1116b62
- Initial RPM release