#3 Upstream release: 2.1
Closed 5 years ago by jflory7. Opened 5 years ago by jflory7.
rpms/ jflory7/picard add/picard-2.1.0  into  master

file modified
+16 -9
@@ -1,9 +1,9 @@ 

  Name:           picard

- Version:        2.0.4

- Release:        2%{?dist}

+ Version:        2.1

+ Release:        1%{?dist}

  Summary:        MusicBrainz-based audio tagger

  License:        GPLv2+

- URL:            http://picard.musicbrainz.org/

+ URL:            https://picard.musicbrainz.org

  Source0:        ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-%{version}.tar.gz

  

  BuildRequires:  gcc
@@ -27,10 +27,13 @@ 

  %description

  Picard is an audio tagging application using data from the MusicBrainz

  database. The tagger is album or release oriented, rather than

- track-oriented.

+ track-oriented. Picard supports all popular music formats, including MP3, FLAC,

+ OGG, M4A, WMA, WAV, and more. It uses AcoustID audio fingerprints, allowing

+ files to be identified by the actual music, even if they have no metadata.

+ Picard can lookup entire music CDs with a click.

  

  %prep

- %setup -qn picard-release-%{version}

+ %setup -qn picard-release-%{version}.0

  

  %build

  %{__python3} setup.py config
@@ -68,12 +71,16 @@ 

  %doc AUTHORS.txt NEWS.txt

  %license COPYING.txt

  %{_bindir}/picard

- %{_datadir}/applications/picard.desktop

- %{_datadir}/icons/hicolor/*/apps/picard.*

+ %{_datadir}/applications/org.musicbrainz.Picard.desktop

+ %{_datadir}/icons/hicolor/*/apps/org.musicbrainz.Picard.*

+ %{_datadir}/metainfo/org.musicbrainz.Picard.appdata.xml

  %{python3_sitearch}/*egg-info

  %{python3_sitearch}/picard/

  

  %changelog

+ * Sun Jan 20 2019 Justin W. Flory <jflory7@fedoraproject.org> - 2.1-1

+ - Upstream release: 2.1

+ 

  * Thu Oct 18 2018 Miro HronĨok <mhroncok@redhat.com> - 2.0.4-2

  - Require python3-qt5 instead of python2-qt5

  
@@ -204,7 +211,7 @@ 

  - Rebuild for Python 2.6

  

  * Tue Sep  2 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.10-2

- - Update plugin versions to 0.10 where possible.  

+ - Update plugin versions to 0.10 where possible.

  - Temporarily disable the search plugins until they are ported to new API.

  

  * Sun Aug 31 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.10-1
@@ -229,7 +236,7 @@ 

  - Add plugins from http://musicbrainz.org/doc/PicardQt/Plugins

  - Patch to find proper plugins directory (filed upstream:

    http://bugs.musicbrainz.org/ticket/3430)

- - Does not depend on python-musicbrainz2 any longer, uses libdiscid directly 

+ - Does not depend on python-musicbrainz2 any longer, uses libdiscid directly

  

  * Wed Nov 14 2007 Alex Lancaster <alexlan@fedoraproject.org> 0.9.0-0.4.beta1

  - Various minor spec file cleanups to make sure timestamps stay correct

This PR builds v2.1 of Picard for currently supported Fedora versions. It brings in some bug fixes and some new features too. Koji builds successfully completed on these versions:

Additionally, I also built the package in Copr.

I would love to see this package updated to 2.1. It may also solve bug 1662328.

Hi,

I can see that all builds on Copr failed here: https://copr.fedorainfracloud.org/coprs/jflory7/picard/build/848275/

Do you have by any chance a build that was successful?

@ohaessler Hmm. I did have a passing build at one point. In either case, it's no longer necessary. @gbcox pushed new updates to Picard already. 2.1.0 is already packaged and 2.1.2 is available for F29, soon for F28. See Bodhi here.

This pull request can be closed.

Pull-Request has been closed by jflory7

5 years ago