commit picard for openSUSE:Factory

2020-10-29 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2020-10-29 14:52:12

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.3463 (New)


Package is "picard"

Thu Oct 29 14:52:12 2020 rev:46 rq:844809 version:2.5.1

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2020-10-27 
19:01:31.758856061 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new.3463/picard.changes  2020-10-29 
14:52:14.985240175 +0100
@@ -1,0 +2,20 @@
+Thu Oct 29 07:47:43 UTC 2020 - Michael Vetter 
+
+- Update to 2.5.1:
+  Bugfixes:
+  * PICARD-1987 - Special variables %_multiartist%, %_pregap%,
+%_datatrack% and %_totalalbumtracks% missing after files
+got matched to a track
+  * PICARD-1988 - Aborts if directory scan finds a directory which
+cannot be read
+  * PICARD-1989 - Auto-sizing does not work right on first column
+  * PICARD-1990 - Case-only changes to file names are not applied
+on Windows if running with Python >= 3.8
+  Improvements:
+  * PICARD-1985 - Support chorus master recording relationships
+as "performer:chorus master" instead of second conductor
+  * PICARD-1995 - Add command line parameter --no-player to
+disable media player
+  * PICARD-1997 - Reduce performance impact of fingerprinting column
+
+---

Old:

  picard-2.5.tar.gz

New:

  picard-2.5.1.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.L6v3mo/_old  2020-10-29 14:52:15.845241027 +0100
+++ /var/tmp/diff_new_pack.L6v3mo/_new  2020-10-29 14:52:15.849241031 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   picard
-Version:2.5
+Version:2.5.1
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0-or-later

++ picard-2.5.tar.gz -> picard-2.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picard-release-2.5/.github/workflows/package.yml 
new/picard-release-2.5.1/.github/workflows/package.yml
--- old/picard-release-2.5/.github/workflows/package.yml2020-10-22 
16:00:04.0 +0200
+++ new/picard-release-2.5.1/.github/workflows/package.yml  2020-10-28 
20:32:00.0 +0100
@@ -61,16 +61,28 @@
 - name: Run tests
   run: |
 python3 setup.py test
+- name: Prepare code signing certificate
+  run: |
+if [ -n "$CODESIGN_MACOS_PFX_URL" ] && [ -n "$AWS_ACCESS_KEY_ID" ]; 
then
+  pip3 install awscli
+  aws s3 cp "$CODESIGN_MACOS_PFX_URL" ./scripts/package/appledev.p12
+else
+  echo "::warning::No code signing certificate available, skipping 
code signing."
+fi
+  env:
+AWS_DEFAULT_REGION: eu-central-1
+AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
+AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
+CODESIGN_MACOS_PFX_URL: ${{ secrets.CODESIGN_MACOS_PFX_URL }}
 - name: Build macOS app
   run: |
 ./scripts/package/macos-package-app.sh
+rm ./scripts/package/appledev.p12
 mv dist/*.dmg artifacts/
   env:
-APPLE_ID_USER: ${{ secrets. APPLE_ID_USER }}
-APPLE_ID_PASSWORD: ${{ secrets. APPLE_ID_PASSWORD }}
-encrypted_be5fb2212036_key: ${{ secrets.CODESIGN_MACOS_ENCRYPTED_KEY }}
-encrypted_be5fb2212036_iv: ${{ secrets.CODESIGN_MACOS_ENCRYPTED_IV }}
-appledev_p12_password: ${{ secrets.CODESIGN_MACOS_P12_PASSWORD }}
+APPLE_ID_USER: ${{ secrets.APPLE_ID_USER }}
+APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
+CODESIGN_MACOS_P12_PASSWORD: ${{ secrets.CODESIGN_MACOS_P12_PASSWORD }}
 - name: Archive production artifacts
   uses: actions/upload-artifact@v1
   with:
@@ -169,6 +181,7 @@
   $CertPassword = ConvertTo-SecureString -String 
$Env:CODESIGN_PFX_PASSWORD -Force -AsPlainText
   $Certificate = Get-PfxCertificate -FilePath .\codesign.pfx -Password 
$CertPassword
   & .\scripts\package\win-package-portable.ps1 -BuildNumber 
$Env:BUILD_NUMBER -Certificate $Certificate
+  Remove-Item .\codesign.pfx
 } Else {
   & .\scripts\package\win-package-portable.ps1 -BuildNumber 
$Env:BUILD_NUMBER
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/picard-release-2.5/.github/workflows/pypi-release.yml 
new/picard-release-2.5.1/.github/workflows/pypi-release.yml
--- old/picard-release-2.5/.github/workflows/pypi-release.yml   2020-10-22 
16:00:04.0 +0200
+++ new/picard-release-2.5.1/.github/workflows/pypi-release.yml 2020-10-28 

commit picard for openSUSE:Factory

2020-10-27 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2020-10-27 19:01:06

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.3463 (New)


Package is "picard"

Tue Oct 27 19:01:06 2020 rev:45 rq:844221 version:2.5

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2020-09-06 
21:39:05.045738390 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new.3463/picard.changes  2020-10-27 
19:01:31.758856061 +0100
@@ -1,0 +2,83 @@
+Tue Oct 27 06:29:29 UTC 2020 - Antonio Larrosa 
+
+- Update to 2.5:
+  * Bugfixes
+- PICARD-214 - Take case insensitive file systems into account
+  when renaming files
+- PICARD-1972 - Times missing in bottom panel
+- PICARD-1973 - Multi-value tags getting flattened when files
+  get matched to tracks
+- PICARD-1974 - Picard crashes when using the same tag name
+  more than once in "Tags from File Names..."
+- PICARD-1975 - Tags from file names does not properly set
+  hidden tags
+- PICARD-1976 - Cover art providers do not handle URLs with
+  query arguments correctly
+- PICARD-1979 - Comment tag in MP4 not saved correctly
+- PICARD-1982 - Cover art not saving properly
+  * Improvements
+- PICARD-1978 - Add keyboard shortcut for Tags From Filenames
+  and allow to place it in toolbar
+- Update to 2.5.0b1:
+  * Bugfixes
+- PICARD-1882 - Scripting text not well readable with
+  dark theme on KDE
+- PICARD-1888 - Returning tracks to cluster uses matched
+  release rather than what's in the files
+- PICARD-1932 - Failed AcoustID submission shows as successful
+- PICARD-1939 - Crash when "Remove" button is hit without
+  picking a file first
+- PICARD-1941 - Unchanged multi-value tags on tracks show up
+  as changed
+- PICARD-1954 - Right-clicking on album with "could not load
+  album" message crashes
+- PICARD-1956 - It is possible to have the same file multiple
+  times inside the same cluster
+- PICARD-1961 - Capitalization for non-standardized instruments
+- PICARD-1963 - Possible stack overflow when loading files
+- PICARD-1964 - Scripting documentation does not support RTL
+  languages
+- PICARD-1969 - Browser integration port changes without saving
+  options
+- PICARD-1971 - Tags from file names dialog does not restore
+  window size
+  * New Features
+- PICARD-259 - Make file-specific variables and metadata
+  available to tagger script
+- PICARD-534 - Support SOCKS proxy
+- PICARD-1908 - Allow loading release group URLs / MBIDs
+- PICARD-1942 - Display tracklist in Info dialog for loaded
+  releases
+- PICARD-1946 - Map "vocal arranger" rel to arranger tag
+  * Improvements
+- PICARD-1390 - Apply a network timeout to avoid network
+  requests hanging indefinitely
+- PICARD-1782 - Allow locking table headers to prevent
+  accidental resorting
+- PICARD-1879 - When dragging tracks onto a release add
+  those tracks sequentially
+- PICARD-1906 - Clarify uninstall message in Windows installer
+- PICARD-1936 - Rename the "Whitelist" cover art provider to
+  "Allowed Cover Art URLs"
+- PICARD-1937 - Add context menu entry to cover art box to
+  browse for local file
+- PICARD-1938 - Add context menu option to load files / folders
+  from file browser
+- PICARD-1951 - Avoid complete hiding of metadata box or file
+  panes
+- PICARD-1952 - Allow using native Qt styles on Linux
+- PICARD-1955 - Use built-in search by default for new installs
+- PICARD-1957 - Load files in file browser on double click
+- PICARD-1958 - macOS: Offer link to Applications folder in
+  disk image
+- PICARD-1959 - In disc ID dialog rename "Lookup in Browser"
+  to "Submit disc ID"
+- PICARD-1960 - Allow adding new items in list editor views
+  using Insert key
+- PICARD-1965 - Allow opening fingerprinting options in
+  AcoustID missing API key dialog
+  * Tasks
+- PICARD-1929 - Make NSIS installer translations available on
+  Transifex
+
+---

Old:

  picard-2.4.4.tar.gz

New:

  picard-2.5.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.IheIFJ/_old  2020-10-27 19:01:32.494856596 +0100
+++ /var/tmp/diff_new_pack.IheIFJ/_new  2020-10-27 19:01:32.498856599 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   picard
-Version:2.4.4
+Version:2.5
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0-or-later

++ picard-2.4.4.tar.gz 

commit picard for openSUSE:Factory

2020-09-06 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2020-09-06 21:37:47

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.3399 (New)


Package is "picard"

Sun Sep  6 21:37:47 2020 rev:44 rq:832524 version:2.4.4

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2020-08-20 
22:32:30.756084699 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new.3399/picard.changes  2020-09-06 
21:39:05.045738390 +0200
@@ -1,0 +2,22 @@
+Sat Sep  5 17:34:47 UTC 2020 - Antonio Larrosa 
+
+- Update to 2.4.4:
+  * Bugfixes
+- PICARD-1931 - Regression: "Unmatched Files" do not appear
+  when release was deleted from MB
+
+- Update to 2.4.3:
+  * Bugfixes
+- PICARD-1916 - Picard crashes on older releases of macOS due
+  to theming exception
+- PICARD-1918 - Saving files fails if there is no front image
+  and "Save only one front image as separate file" is enabled
+- PICARD-1921 - Windows 10: With dark theme inactive checkboxes
+  cannot be distinguished from active ones
+- PICARD-1928 - After clustering fingerprint icon disappears
+- PICARD-1931 - Regression: "Unmatched Files" do not appear
+  when release was deleted from MB
+  * Improvements
+- PICARD-1935 - Include tests in PyPI sdist tarball
+
+---

Old:

  picard-2.4.2.tar.gz

New:

  picard-2.4.4.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.tjwKfp/_old  2020-09-06 21:39:05.541738635 +0200
+++ /var/tmp/diff_new_pack.tjwKfp/_new  2020-09-06 21:39:05.541738635 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   picard
-Version:2.4.2
+Version:2.4.4
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0-or-later

++ picard-2.4.2.tar.gz -> picard-2.4.4.tar.gz ++
 12291 lines of diff (skipped)




commit picard for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2020-08-20 22:31:51

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.3399 (New)


Package is "picard"

Thu Aug 20 22:31:51 2020 rev:43 rq:828103 version:2.4.2

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2020-05-12 
22:38:02.364584004 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new.3399/picard.changes  2020-08-20 
22:32:30.756084699 +0200
@@ -1,0 +2,120 @@
+Thu Aug 20 09:32:18 UTC 2020 - Antonio Larrosa 
+
+- Update to 2.4.2:
+  * Bugfixes
+- PICARD-1909 - No refresh of metadata on "Use Original Value"
+  or remove tags
+- PICARD-1911 - Removing tags does not update list views
+- PICARD-1913 - Changing tags of a track without matched files
+  changes original metadata
+- PICARD-1914 - Editing track metadata edits data of previously
+  linked file
+- PICARD-1915 - An album selected during loading should update
+  the metadata view when loading has finished
+- PICARD-1916 - Picard crashes on older releases of macOS due
+  to theming exception
+  * Improvements
+- PICARD-1860 - New added tag should open field to enter value
+  automatically
+- PICARD-1899 - Update help links to go to
+  http://picard-docs.musicbrainz.org
+- PICARD-1920 - Open documentation in options dialog using the
+  platform's help shortcut (e.g. F1 on Windows or Ctrl+? on macOS)
+
+- Update to 2.4.1:
+  * Bugfixes
+- PICARD-1904 - Picard 2.4 does not start on Windows 7 and Windows 8
+
+---
+Tue Aug 11 10:02:35 UTC 2020 - Antonio Larrosa 
+
+- Update to 2.4:
+  * Bugfixes
+- PICARD-1763 - App does not start on macOS 10.13 High Sierra
+- PICARD-1873 - Scripting documentation uses an ugly font on Windows
+- PICARD-1881 - Function names in script documentation not readable
+  with dark theme
+- PICARD-1884 - No tracknumber tag if track number is 0
+- PICARD-1889 - "Use track relationships" is including release
+  relationships
+- PICARD-1890 - User is warned about color changes when exiting
+  options, even if no change was made
+- PICARD-1891 - Crash parsing bad date in metadata
+- PICARD-1892 - Deleting "Total Tracks" or "Total Discs" from
+  Vorbis tags causes save to fail
+- PICARD-1894 - Detecting track number from filename wrongly
+  detects leading or trailing numbers
+- PICARD-1896 - Instrument arranger is not being mapped for
+  tagging using the correct key
+- PICARD-1902 - Crash when typing $noop(\) in the script editor
+  * New Features
+- PICARD-1128 - Support Microsoft WAVE format (RIFF/WAVE) tagging
+  with ID3
+- PICARD-1839 - Support DSDIFF (DFF) files
+  * Improvements
+- PICARD-1812 - Support RIFF INFO chunks for WAVE files
+- PICARD-1871 - Use tag list editor for preserved tags
+- PICARD-1875 - Improve function documentation for $firstalphachar
+- PICARD-1878 - Inefficient reading of tracks leads to slow saving
+  on some file systems and network shares
+- PICARD-1880 - Use Consolas font on Windows for monospace font
+  (script editor, log view etc.)
+- PICARD-1887 - On macOS use dark syntax theme if dark mode is
+  enabled (currently only when running from source)
+- Update to 2.4.0b2
+  * Bugfixes
+- PICARD-1864 - Adding single files does ignore existing MBIDs
+- PICARD-1866 - Coverart pane does not update during / after
+  saving files
+- PICARD-1867 - Guess format fallback is broken
+- PICARD-1868 - CAA type selection dialog does not translate
+  "Unknown"
+- Update to 2.4.0b1
+  * Bugfixes
+- PICARD-1753 - Fix font size of script editor and log view
+  on Windows
+- PICARD-1807 - Wrong error handling when using python-libdiscid
+- PICARD-1813 - $title function throws error on empty value
+- PICARD-1820 - PLUGIN_VERSION no longer displayed correctly
+  in plugins dialog
+- PICARD-1823 - Genre tag ordering is non-deterministic
+- PICARD-1826 - "no appropriate stream found" when saving .ogg
+  (OPUS) file
+- PICARD-1838 - Files with a .dff file extension are interpreted
+  as DSF files and fail to load
+- PICARD-1853 - Crash if tags contain null character
+- PICARD-1855 - Relationships not tagged for non-album track
+- PICARD-1859 - "ValueError: Invalid literal" followed by crash
+  when opening certain files
+  * New Features
+- PICARD-1704 - Support Windows 10 dark mode
+- PICARD-1797 - Autocompletion for script functions and variables
+- PICARD-1798 - Add support for inline translatable documentation
+  * Improvements
+- PICARD-824 - Expand all 

commit picard for openSUSE:Factory

2020-05-12 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2020-05-12 22:36:03

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.2738 (New)


Package is "picard"

Tue May 12 22:36:03 2020 rev:42 rq:802981 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2020-04-29 
20:53:55.641210215 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new.2738/picard.changes  2020-05-12 
22:38:02.364584004 +0200
@@ -1,0 +2,27 @@
+Tue May 12 09:30:43 UTC 2020 - Antonio Larrosa 
+
+- Update to 2.3.2:
+  * Bug-fix
+- [PICARD-1775] - $firstwords function doesn't catch IndexError
+- [PICARD-1776] - $datetime crashes when invalid format specified
+- [PICARD-1781] - Have $find return "" rather than "-1" on not found
+- [PICARD-1783] - Deleting performer, comment or lyrics tag fails for some 
cases in ID3, Vorbis, MP4 and Apev2 tags
+- [PICARD-1784] - Host not found error when downloading PDF artwork
+- [PICARD-1785] - $delete(_id3:TXXX:foo) does not delete the ID3 frames
+- [PICARD-1786] - Deleting tag stored in ID3 TIPL frame only removes first 
occurrence
+- [PICARD-1787] - Deleting case-insensitive TXXX frames does not delete 
anything
+- [PICARD-1788] - Saving ID3 tags marked as case-insensitive causes 
duplicated TXXX frames
+- [PICARD-1790] - Crash when selecting plugin that can be updated
+- [PICARD-1791] - Network access is disabled error under VPN service
+- [PICARD-1795] - iTunes tags not removable (reappear after being deleted)
+- [PICARD-1801] - List index out of range when saving Vorbis file
+- [PICARD-1803] - Instrument EWI is rewritten "e w i"
+  * Improvement
+- [PICARD-1777] - Support fractional scaling on Windows 10
+- [PICARD-1800] - Simplify Unicode 'Bullet' to ASCII 'Hyphen-minus'
+- [PICARD-1809] - Optimize format detection logic
+
+- Remove patch alredy included by upstream:
+  * 0001-Fix-deletion-of-comment-performer-and-lyrics-tags.patch
+
+---

Old:

  0001-Fix-deletion-of-comment-performer-and-lyrics-tags.patch
  picard-2.3.1.tar.gz

New:

  picard-2.3.2.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.JtLTBT/_old  2020-05-12 22:38:05.156589831 +0200
+++ /var/tmp/diff_new_pack.JtLTBT/_new  2020-05-12 22:38:05.160589839 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   picard
-Version:2.3.1
+Version:2.3.2
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
 URL:https://picard.musicbrainz.org
 Source0:
https://codeload.github.com/metabrainz/picard/tar.gz/release-%{version}#/%{name}-%{version}.tar.gz
-Patch0: 0001-Fix-deletion-of-comment-performer-and-lyrics-tags.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -49,7 +48,6 @@
 
 %prep
 %setup -q -n %{name}-release-%{version}
-%patch0 -p1
 
 %build
 export LANG=en_US.UTF-8

++ picard-2.3.1.tar.gz -> picard-2.3.2.tar.gz ++
 20396 lines of diff (skipped)




commit picard for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2020-04-29 20:51:54

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.2738 (New)


Package is "picard"

Wed Apr 29 20:51:54 2020 rev:41 rq:798759 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2020-03-03 
10:19:56.343109523 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new.2738/picard.changes  2020-04-29 
20:53:55.641210215 +0200
@@ -1,0 +2,6 @@
+Tue Apr 28 15:44:15 UTC 2020 - Antonio Larrosa 
+
+- Add patch from upstream to fix removing some tags:
+  * 0001-Fix-deletion-of-comment-performer-and-lyrics-tags.patch
+
+---

New:

  0001-Fix-deletion-of-comment-performer-and-lyrics-tags.patch



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.YsHG1q/_old  2020-04-29 20:53:56.645212514 +0200
+++ /var/tmp/diff_new_pack.YsHG1q/_new  2020-04-29 20:53:56.653212533 +0200
@@ -24,6 +24,7 @@
 Group:  Productivity/Multimedia/Sound/Utilities
 URL:https://picard.musicbrainz.org
 Source0:
https://codeload.github.com/metabrainz/picard/tar.gz/release-%{version}#/%{name}-%{version}.tar.gz
+Patch0: 0001-Fix-deletion-of-comment-performer-and-lyrics-tags.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q -n %{name}-release-%{version}
+%patch0 -p1
 
 %build
 export LANG=en_US.UTF-8

++ 0001-Fix-deletion-of-comment-performer-and-lyrics-tags.patch ++
>From 57c8fe209afe0e5cb5cdacf3e67145192ef483dc Mon Sep 17 00:00:00 2001
From: Philipp Wolfer 
Date: Tue, 3 Mar 2020 17:09:57 +0100
Subject: [PATCH] PICARD-1783: Fix deletion of comment, performer and lyrics
 tags

This adds tests for deleting comment, performer and lyrics tags and fixes 
various issues with this in ID3, MP4, Vorbis and APEv2.
---
 picard/formats/apev2.py  | 21 ++
 picard/formats/id3.py|  2 +-
 picard/formats/mp4.py|  8 +++
 picard/formats/vorbis.py | 16 +-
 test/formats/common.py   | 48 +++-
 test/formats/test_mp4.py | 14 +++-
 6 files changed, 84 insertions(+), 25 deletions(-)

diff --git a/picard/formats/apev2.py b/picard/formats/apev2.py
index 9d5047684..9b1bec03b 100644
--- a/picard/formats/apev2.py
+++ b/picard/formats/apev2.py
@@ -169,7 +169,7 @@ def _load(self, filename):
 if len(disc) > 1:
 metadata["totaldiscs"] = disc[1]
 value = disc[0]
-elif name == 'performer' or name == 'comment':
+elif name in ('performer', 'comment'):
 if value.endswith(')'):
 start = value.rfind(' (')
 if start > 0:
@@ -236,14 +236,17 @@ def _remove_deleted_tags(self, metadata, tags):
 """Remove the tags from the file that were deleted in the UI"""
 for tag in metadata.deleted_tags:
 real_name = self._get_tag_name(tag)
-if (real_name in ('Lyrics', 'Comment', 'Performer')
-and ':' in tag and not tag.endswith(':')):
-tag_type = re.compile(r"\(%s\)$" % tag.split(':', 1)[1])
-existing_tags = tags.get(real_name)
-if existing_tags:
-for item in existing_tags:
-if tag_type.search(item):
-tags.get(real_name).remove(item)
+if real_name in ('Lyrics', 'Comment', 'Performer'):
+parts = tag.split(':', 1)
+if len(parts) == 2:
+tag_type_regex = r"\(%s\)$" % parts[1]
+else:
+tag_type_regex = r"[^)]$"
+existing_tags = tags.get(real_name, [])
+for item in existing_tags:
+if re.search(tag_type_regex, item):
+existing_tags.remove(item)
+tags[real_name] = existing_tags
 elif tag in ('totaltracks', 'totaldiscs'):
 tagstr = real_name.lower() + 'number'
 if tagstr in metadata:
diff --git a/picard/formats/id3.py b/picard/formats/id3.py
index ccba1193d..3940d056c 100644
--- a/picard/formats/id3.py
+++ b/picard/formats/id3.py
@@ -547,7 +547,7 @@ def _remove_deleted_tags(self, metadata, tags):
 for people in frame.people:
 if people[0] == role:
 frame.people.remove(people)
-

commit picard for openSUSE:Factory

2020-03-03 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2020-03-03 10:18:14

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.26092 (New)


Package is "picard"

Tue Mar  3 10:18:14 2020 rev:40 rq:780844 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2020-02-21 
16:42:37.714065482 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new.26092/picard.changes 2020-03-03 
10:19:56.343109523 +0100
@@ -1,0 +2,27 @@
+Sun Mar  1 14:30:51 UTC 2020 - Jaime Marquínez Ferrándiz 

+
+- Update to 2.3.1:
+  * Bug-fix
+- [PICARD-1745] - Packaged libdiscid is not compatible with macOS 10.12
+- [PICARD-1748] - Many release events can cause the versions context menu 
to overflow
+- [PICARD-1750] - Existing acoustid_fingerprint tags are not considered 
for AcoustID submission
+- [PICARD-1754] - DEL always removes release or file from main window
+- [PICARD-1756] - Plugin update fails to compare plugin versions with 
double digit versions
+- [PICARD-1757] - Crash on loading a release if $div(n,0) is used in a 
script
+- [PICARD-1760] - Prevent duplicates in top tags editor
+- [PICARD-1762] - Dropping a PDF file on cover art image box doesn't work
+- [PICARD-1765] - Adding uppercase tags to preserved tags list is not 
handled correctly
+- [PICARD-1772] - Unexpected results with $num function
+- [PICARD-1773] - Untrapped error on $mod with zero input
+- [PICARD-1774] - $lenmulti with missing name returns "1"
+  * New Feature
+- [PICARD-1743] - Add script functions $sortmulti and $reversemulti to 
sort and reverse multi-value variables
+- [PICARD-1751] - Provide a %_releasecountries% variable
+  * Improvement
+- [PICARD-1746] - Change Generate AcoustID Fingerprints shortcut to 
Ctrl+Shift+Y / ⌘⇧Y
+- [PICARD-1752] - Use preferred release countries to select a matching 
release country if there are multiple
+- [PICARD-1755] - "Supported Languages" on Microsoft Store shows only 
English (United States)
+- [PICARD-1759] - Make editing tags in top tags list more intuitive
+- [PICARD-1771] - Completely ignore release types set to zero in preferred 
releases
+
+---

Old:

  picard-2.3.tar.gz

New:

  picard-2.3.1.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.B0rdfC/_old  2020-03-03 10:19:58.243113454 +0100
+++ /var/tmp/diff_new_pack.B0rdfC/_new  2020-03-03 10:19:58.243113454 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   picard
-Version:2.3
+Version:2.3.1
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0-or-later

++ picard-2.3.tar.gz -> picard-2.3.1.tar.gz ++
 278107 lines of diff (skipped)




commit picard for openSUSE:Factory

2020-02-21 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2020-02-21 16:42:31

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.26092 (New)


Package is "picard"

Fri Feb 21 16:42:31 2020 rev:39 rq:777891 version:2.3

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2020-02-14 
16:39:18.699650517 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new.26092/picard.changes 2020-02-21 
16:42:37.714065482 +0100
@@ -1,0 +2,139 @@
+Fri Feb 21 09:17:22 UTC 2020 - Antonio Larrosa 
+
+- Update to 2.3:
+  * Bug-fix
+- [PICARD-1739] - Update check does not handle alpha, beta and rc versions
+  properly
+- [PICARD-1744] - Invalid ignore path regex can crash Picard
+  * Improvement
+- [PICARD-1740] - Save originalfilename to ASF tags
+
+- Update to version 2.3.0rc1
+  * Bug-fix
+- [PICARD-1688] - "Submit AcoustIDs" fails with many tracks
+- [PICARD-1719] - `$unset` marks tag for deletion
+- [PICARD-1724] - Fingerprint status on left should not be submittable
+  (red)
+- [PICARD-1725] - Fingerprint indicator rendering artifacts
+- [PICARD-1726] - Crash when closing options quickly before plugin list
+  got loaded
+- [PICARD-1727] - Performer tag in metadata list is not translated
+- [PICARD-1733] - App does not start on macOS 10.12
+- [PICARD-1736] - "Generate AcoustID Fingerprints" is too long for the
+  toolbar
+  * Improvement
+- [PICARD-1716] - Add script functions for strings (`$find`, `$reverse`,
+  `$substr`), multi-value variables (`$getmulti`), and loops (`$foreach`,
+  `$while`, `$map`)
+- [PICARD-1717] - Backup config file on update
+- [PICARD-1720] - Add script function `$slice` to extract a portion of a
+  multi-value variable
+- [PICARD-1721] - Add script function `$join` to join the elements of a
+  multi-value variable
+- [PICARD-1723] - Match to album should consider the disc number
+- [PICARD-1729] - Add scripting function `$datetime` to return the current
+  date and time
+- [PICARD-1737] - Add keyboard shortcut Ctrl+Alt+F for "Generate
+  Fingerprints"
+- [PICARD-1738] - Load a recording URL entered into the search field as
+  standalone recording
+
+- Update to version 2.3.0b1
+  * Bug-fix
+- [PICARD-239] - Using tag "comment" should behave the same as "comment:"
+  (with colon) in tagger script
+- [PICARD-965] - Items in tagger scripts list are squished
+- [PICARD-1054] - Picard swallows values of Qt command line arguments
+- [PICARD-1218] - Script names aren't truncated properly
+- [PICARD-1312] - Hotkeys for buttons do not work on macOS
+- [PICARD-1565] - Picard ignores results in Acoust ID web service response
+- [PICARD-1592] - APEv2: Read tags case insensitive
+- [PICARD-1625] - UI unresponsive while matching files to release
+- [PICARD-1626] - Locales in Options > Metadata are not translated and not
+  sorted
+- [PICARD-1629] - Duration for AAC files with APEv2 tags is wrong
+- [PICARD-1658] - macOS: System wide libdiscid is used instead of the
+  bundled one
+- [PICARD-1662] - Issue saving FLAC with large (~ 16 MiB) embedded images
+- [PICARD-1664] - Cluster lookup does not use preferred release types
+- [PICARD-1667] - Some scripting functions are always true
+- [PICARD-1668] - Read fails if mp4 file has "disk" tag set but empty
+- [PICARD-1675] - Allow disabling auto update for Windows builds
+- [PICARD-1678] - Picard crashes if result from search server contains
+  non-integer scores
+- [PICARD-1693] - Position and size of log view and activity history are
+  not preserved
+- [PICARD-1699] - On scan asking the user to enable the fingerprinting does
+  always abort the scan
+- [PICARD-1700] - Crash with PyQt5 when opening cover art context menu
+- [PICARD-1709] - Saving AIFF files can make them unreadable (requires
+  mutagen >= 1.43)
+- [PICARD-1711] - Cannot delete lyrics from ASF, ID3, MP4 and APE files
+  * New Feature
+- [PICARD-34] - Add a fingerprint indicator
+- [PICARD-118] - Windows: Provide a portable Picard version
+- [PICARD-125] - Support for AC3
+- [PICARD-170] - Allow selecting displayed columns
+- [PICARD-714] - Allow user to reorder fields in the lower pane
+- [PICARD-991] - Allow calculating AcoustID fingerprints for matched
+  recordings
+- [PICARD-1098] - MP4: Support custom tags
+- [PICARD-1521] - Make Picard recognize "TOFN (Original Filename)" ID3 tag
+- [PICARD-1656] - Allow setting cover art for clusters
+- [PICARD-1673] - Show progress in Windows taskbar
+- [PICARD-1674] - Show progress in Linux docks / taskbar supporting the
+   

commit picard for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2020-02-14 16:39:13

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.26092 (New)


Package is "picard"

Fri Feb 14 16:39:13 2020 rev:38 rq:774219 version:2.2.3

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2019-11-12 
11:58:23.387533039 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new.26092/picard.changes 2020-02-14 
16:39:18.699650517 +0100
@@ -1,0 +2,6 @@
+Thu Feb 13 16:25:33 UTC 2020 - Antonio Larrosa 
+
+- Add patch to fix a crash when right-clicking on the cover art box.
+  * 0001-Fix-crash-on-PyQt-ge-5.14-on-cover-art-context-menu.patch
+
+---

New:

  0001-Fix-crash-on-PyQt-ge-5.14-on-cover-art-context-menu.patch



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.kO4A0t/_old  2020-02-14 16:39:20.059651275 +0100
+++ /var/tmp/diff_new_pack.kO4A0t/_new  2020-02-14 16:39:20.063651277 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package picard
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 Group:  Productivity/Multimedia/Sound/Utilities
 URL:https://picard.musicbrainz.org
 Source0:
https://codeload.github.com/metabrainz/picard/tar.gz/release-%{version}#/%{name}-%{version}.tar.gz
+Patch0: 0001-Fix-crash-on-PyQt-ge-5.14-on-cover-art-context-menu.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q -n %{name}-release-%{version}
+%patch0 -p1
 
 %build
 export LANG=en_US.UTF-8

++ 0001-Fix-crash-on-PyQt-ge-5.14-on-cover-art-context-menu.patch ++
>From 32e05058e0ac5772d7a480287ee428642fbbc9b9 Mon Sep 17 00:00:00 2001
From: Philipp Wolfer 
Date: Tue, 7 Jan 2020 08:22:13 +0100
Subject: [PATCH] PICARD-1700: Fix crash on PyQt >= 5.14 on cover art context
 menu

In PyQt 5.14 the exclusive parameter for QActionGroup is no longer available. 
Also QActionGroup is exclusive by default in Qt5, so there is no need to set 
this.
---
 picard/ui/coverartbox.py | 2 +-
 picard/ui/logview.py | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/picard/ui/coverartbox.py b/picard/ui/coverartbox.py
index 102704184..bde1c06f5 100644
--- a/picard/ui/coverartbox.py
+++ b/picard/ui/coverartbox.py
@@ -538,7 +538,7 @@ def contextMenuEvent(self, event):
 if not menu.isEmpty():
 menu.addSeparator()
 
-load_image_behavior_group = QtWidgets.QActionGroup(self.parent, 
exclusive=True)
+load_image_behavior_group = QtWidgets.QActionGroup(self.parent)
 action = 
load_image_behavior_group.addAction(QtWidgets.QAction(_('Replace front cover 
art on drop'), self.parent, checkable=True))
 action.triggered.connect(partial(self.set_load_image_behavior, 
behavior='replace'))
 if config.setting["load_image_behavior"] == 'replace':
diff --git a/picard/ui/logview.py b/picard/ui/logview.py
index cf75feadd..7bb7813c0 100644
--- a/picard/ui/logview.py
+++ b/picard/ui/logview.py
@@ -129,7 +129,6 @@ def __init__(self, parent=None):
 super().__init__(parent=parent)
 
 self.action_group = QtWidgets.QActionGroup(self)
-self.action_group .setExclusive(True)
 self.actions = {}
 for level, feat in log.levels_features.items():
 act = QtWidgets.QAction(_(feat.name), self, checkable=True)



commit picard for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2019-11-12 11:56:44

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.2990 (New)


Package is "picard"

Tue Nov 12 11:56:44 2019 rev:37 rq:747515 version:2.2.3

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2019-10-14 
12:43:48.974337149 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new.2990/picard.changes  2019-11-12 
11:58:23.387533039 +0100
@@ -1,0 +2,23 @@
+Mon Nov 11 21:10:07 UTC 2019 - Jaime Marquínez Ferrándiz 

+
+- Update to 2.2.3:
+  * Bug
+* [PICARD-1633] – macOS: Automatic locale detection broken
+* [PICARD-1634] – macOS: File browser sets wrong horizontal scroll position
+* [PICARD-1635] – Terminated randomly when deleting files when saving
+* [PICARD-1636] – Default locale detection fails if locale categories have 
different locales
+* [PICARD-1637] – Crash when saving after removing some underlying files
+* [PICARD-1640] – Picard with –config-file parameter copies over legacy 
configuration
+* [PICARD-1642] – Picard crashes on launch (AttributeError: ‘NoneType’ 
object has no attribute ‘setPopupMode’)
+* [PICARD-1643] – Performer with instruments containing non-ASCII 
characters are not written to Vorbis and APE tags
+* [PICARD-1644] – Crash when initializing translations on Python 3.8
+* [PICARD-1647] – macOS: Plugin enable/disable button does not always 
update the icon
+* [PICARD-1648] – Crashes when using search dialogs
+* [PICARD-1651] – File and release counts in status bar not updated when 
files get removed
+* [PICARD-1654] – macOS: Logout button / username stays visible after 
logout
+* [PICARD-1655] – macOS: Login dialog can be hidden behind options
+  * Improvement
+* [PICARD-1630] – Ensure FLAC metadata is visible/editable in Windows 
Explorer
+* [PICARD-1632] – Tooltips for genre filter help hide too quickly
+
+---

Old:

  picard-2.2.2.tar.gz

New:

  picard-2.2.3.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.lqj6nh/_old  2019-11-12 11:58:23.791533469 +0100
+++ /var/tmp/diff_new_pack.lqj6nh/_new  2019-11-12 11:58:23.795533473 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   picard
-Version:2.2.2
+Version:2.2.3
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0-or-later

++ picard-2.2.2.tar.gz -> picard-2.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picard-release-2.2.2/.circleci/config.yml 
new/picard-release-2.2.3/.circleci/config.yml
--- old/picard-release-2.2.2/.circleci/config.yml   1970-01-01 
01:00:00.0 +0100
+++ new/picard-release-2.2.3/.circleci/config.yml   2019-11-06 
13:33:23.0 +0100
@@ -0,0 +1,55 @@
+# Python CircleCI 2.0 configuration file
+#
+# Check https://circleci.com/docs/2.0/language-python/ for more details
+#
+version: 2
+jobs:
+  build:
+docker:
+  # specify the version you desire here
+  # use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
+  - image: circleci/python:3.6.1
+
+  # Specify service dependencies here if necessary
+  # CircleCI maintains a library of pre-built images
+  # documented at https://circleci.com/docs/2.0/circleci-images/
+  # - image: circleci/postgres:9.4
+
+working_directory: ~/repo
+
+steps:
+  - checkout
+
+  # Download and cache dependencies
+  - restore_cache:
+  keys:
+- v1-dependencies-{{ checksum "requirements.txt" }}
+# fallback to using the latest cache if no exact match is found
+- v1-dependencies-
+
+  - run:
+  name: install dependencies
+  command: |
+python3 -m venv venv
+. venv/bin/activate
+pip install -r requirements.txt
+
+  - save_cache:
+  paths:
+- ./venv
+  key: v1-dependencies-{{ checksum "requirements.txt" }}
+
+  # run tests!
+  # this example uses Django's built-in test-runner
+  # other common Python testing frameworks include pytest and nose
+  # https://pytest.org
+  # https://nose.readthedocs.io
+  - run:
+  name: run tests
+  command: |
+. venv/bin/activate
+python setup.py test
+
+  - store_artifacts:
+  path: test-reports
+  destination: test-reports
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picard-release-2.2.2/.travis.yml 

commit picard for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2019-10-14 12:42:32

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.2352 (New)


Package is "picard"

Mon Oct 14 12:42:32 2019 rev:36 rq:738115 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2019-09-17 
13:39:21.425824224 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new.2352/picard.changes  2019-10-14 
12:43:48.974337149 +0200
@@ -1,0 +2,24 @@
+Sun Oct 13 12:40:42 UTC 2019 - Jaime Marquínez Ferrándiz 

+
+- Update to 2.2.2:
+  * Bug-fix
+* [PICARD-1606] - Crashes on opening options with broken plugin
+* [PICARD-1612] - Trackpad tap is not working properly on macOS
+* [PICARD-1614] - macOS: Incorrect 'LSMinimumSystemVersion'
+* [PICARD-1618] - macOS and Windows packages built without C astrcmp
+* [PICARD-1621] - Lookup CD dropdown does not list additional drives
+* [PICARD-1624] - Updating default CD device in options does not change 
default for keyboard shortcut
+  * Improvement
+* [PICARD-1610] - Make the labels in Options > User Interface > Colours 
wider
+* [PICARD-1619] - Grey out cover art providers list when cover art is 
disabled
+- Update to 2.2.1:
+  * Bug
+* [PICARD-1603] - Translations from picard/ui/colors.py don’t show up in 
Picard
+* [PICARD-1604] - Windows install is not using Qt default translations
+* [PICARD-1607] - Upgrading a plugin displays the dialog box multiple times
+* [PICARD-1608] - "[non-album tracks]" can not directly be removed
+* [PICARD-1609] - Picard About shows Qt version PyQt was build against, 
not actually used Qt
+  * Improvement
+* [PICARD-1602] - Tests should not be included in the sdist package
+
+---

Old:

  picard-2.2.0.tar.gz

New:

  picard-2.2.2.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.tLm8T7/_old  2019-10-14 12:43:50.854332232 +0200
+++ /var/tmp/diff_new_pack.tLm8T7/_new  2019-10-14 12:43:50.854332232 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   picard
-Version:2.2.0
+Version:2.2.2
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0-or-later
@@ -75,7 +75,7 @@
 %endif
 
 %files
-%doc AUTHORS.txt NEWS.txt
+%doc AUTHORS.txt NEWS.md
 %license COPYING.txt
 %{_bindir}/picard
 %{_datadir}/applications/org.musicbrainz.Picard.desktop

++ picard-2.2.0.tar.gz -> picard-2.2.2.tar.gz ++
 80444 lines of diff (skipped)




commit picard for openSUSE:Factory

2019-09-17 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2019-09-17 13:39:18

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.7948 (New)


Package is "picard"

Tue Sep 17 13:39:18 2019 rev:35 rq:731321 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2019-03-06 
15:48:04.504439880 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new.7948/picard.changes  2019-09-17 
13:39:21.425824224 +0200
@@ -1,0 +2,88 @@
+Mon Sep 16 14:42:19 UTC 2019 - Antonio Larrosa 
+
+- Update to 2.2.0:
+  * Bug-fix
+* [PICARD-456] - "Delete empty directories" should not delete special 
folders such as the desktop
+* [PICARD-571] - Scripting and renaming font on macOS and Windows not 
monospace
+* [PICARD-622] - File Browser resets horizontal scrolling on selection 
change
+* [PICARD-765] - Refreshing a release reloads the CAA index.json file from 
cache, even if it changed online
+* [PICARD-1025] - An empty destination directory prevents the options from 
being saved, but doesn't show an error
+* [PICARD-1090] - Match quality indicators are blurry
+* [PICARD-1282] - ⌘W does not close Preferences window
+* [PICARD-1284] - Can't quit with preferences open
+* [PICARD-1446] - Expand/collapse indicator for the release is briefly 
missing
+* [PICARD-1483] - Can't submit fingerprints to non-album recordings
+* [PICARD-1489] - Crash on start when loading python-discid without 
libdiscid being available
+* [PICARD-1490] - Local cover art provider fails on Windows
+* [PICARD-1491] - Version check when loading Picard plugins too strict
+* [PICARD-1492] - Can’t save rated tracks when it’s a FLAC file (when 
Metadata/Ratings is active)
+* [PICARD-1493] - Crash on pre 1.0 config upgrade
+* [PICARD-1497] - Saving fails when setting tags with invalid names for 
the underlying tagging format
+* [PICARD-1499] - Picard loads embedded cover art with ID3 type "other" as 
sticker
+* [PICARD-1501] - Double click in a cover opens it in web browser instead 
of an image viewer
+* [PICARD-1503] - Scanning CDROM uses path containing ampersand (&)
+* [PICARD-1516] - Picard fails to load MP4 without tags
+* [PICARD-1517] - Functions matchedtracks and is_complete throw exception 
when run on cluster
+* [PICARD-1522] - Crash when removing NAT recordings
+* [PICARD-1527] - Can't resize options window in 2.1.x (Mac)
+* [PICARD-1529] - NAT tracks get assigned wrong cover art
+* [PICARD-1533] - Attribute Qt::AA_EnableHighDpiScaling must be set before 
QCoreApplication is created
+* [PICARD-1541] - Closing log views destroys widgets
+* [PICARD-1543] - v2.1.3 crashes when selecting Preferences in the Apple 
menu 10.14.5
+* [PICARD-1547] - Picard doesn't warn about not updating .wav metadata
+* [PICARD-1549] - Source distributions are broken on Windows
+* [PICARD-1551] - "compare_to_track" method considers "score" parameter 
only if track has releases
+* [PICARD-1556] - Default File Naming Script produces "00" track number in 
file name.
+* [PICARD-1558] - Setting rating on a track does not apply to already 
matched files
+* [PICARD-1566] - Cannot drag misidentified song back to the left pane
+* [PICARD-1567] - Parsing track number from file name modifies original 
title in metadata
+* [PICARD-1571] - On macOS multiple option dialogs can be opened
+* [PICARD-1573] - Crash when loading release with a tag that contains only 
whitespace.
+* [PICARD-1575] - Can't drag and drop a picture from the Google Picture 
Result Page to Picard.
+* [PICARD-1580] - Crash when closing options window on "Preferred 
Releases" page
+* [PICARD-1582] - "Allow selection of multiple directories" has no effect 
on Linux with Gtk file chooser
+* [PICARD-1584] - Crash when disabling script function providing plugin
+* [PICARD-1585] - On macOS restore default options dialog opens in 
background
+* [PICARD-1588] - Metadata box shows tags unsupported by format
+* [PICARD-1591] - Error when loading Vorbis file with invalid 
metadata_block_picture
+* [PICARD-1593] - Picard crashes on plugin install error
+* [PICARD-1595] - Cursor in tag edit box always jumps to end on input
+* [PICARD-1598] - Metadata box hidden when album gets updated
+* [PICARD-1601] - PyPI source tarball misses some test data
+New Feature
+* [PICARD-143] - Add a plugin hook for a file-added-to-a-track event
+* [PICARD-1130] - Post save plugins
+* [PICARD-1488] - Built-in media player (beta feature)
+* [PICARD-1510] - Add a plugin hook for a file-removed-from-a-track event
+* [PICARD-1512] - Add a plugin hook for an album-removed event
+* [PICARD-1514] 

commit picard for openSUSE:Factory

2019-03-06 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2019-03-06 15:47:54

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.28833 (New)


Package is "picard"

Wed Mar  6 15:47:54 2019 rev:34 rq:681732 version:2.1.3

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2019-02-01 
11:46:04.356513836 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new.28833/picard.changes 2019-03-06 
15:48:04.504439880 +0100
@@ -1,0 +2,33 @@
+Tue Mar  5 11:45:43 UTC 2019 - Jaime Marquínez Ferrándiz 

+
+- Update to 2.1.3:
+  * Bug-fix
+* [PICARD-323] – Only the discid of the first disc in a release is written 
to tags
+* [PICARD-455] – Picard setting cover art height, width and depth to 0 for 
FLAC files –> breaks libFLAC
+* [PICARD-729] – Tracks get stuck at “[loading track information]” on Bad 
Gateway errors
+* [PICARD-938] – Need two left-arrow key presses to go from track with 
file to album
+* [PICARD-1178] – Images tagged with extra types that the user has chosen 
to ignore should not be shown as ‘modified’
+* [PICARD-1288] – Folskonomy tags / genre fallback on album artists tags 
not working
+* [PICARD-1422] – Windows: Uninstall 32 bit Picard before upgrade
+* [PICARD-1447] – When releasing a new version, appdata should also be 
updated
+* [PICARD-1460] – Windows installer does not detect running instance
+* [PICARD-1461] – Crash when running with Spanish language
+* [PICARD-1463] – Picard crashes on startup on Windows
+* [PICARD-1469] – Force close when adding songs to larger albums
+* [PICARD-1471] – Artist searches do not show begin and end area
+* [PICARD-1473] – AcoustId lookup fails if fingerprint already in tags
+* [PICARD-1474] – Windows installer shows outdated version string in file 
properties
+* [PICARD-1475] – Cover art sources do not support HTTPS
+* [PICARD-1476] – Filled up thread pool prevents metadata box updates
+* [PICARD-1478] – Changing MB server requires a restart
+* [PICARD-1480] – Search line input clear button icon is too small
+  * Task
+* [PICARD-1459] – Remove OptionsPage.info method
+* [PICARD-1472] – macOS code signing on Travis CI fails for xcode7.3 image
+  * Improvement
+* [PICARD-1242] – Consider the number of AcoustID sources for linked 
recordings
+* [PICARD-1457] – “Check for Update” should be in the Picard menu
+* [PICARD-1458] – “Check for Update” should have an ellipsis at the end
+* [PICARD-1470] – Make warning about Qt locale loading less prominent
+
+---

Old:

  picard-2.1.2.tar.gz

New:

  picard-2.1.3.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.ERaJAL/_old  2019-03-06 15:48:07.184439170 +0100
+++ /var/tmp/diff_new_pack.ERaJAL/_new  2019-03-06 15:48:07.184439170 +0100
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   picard
-Version:2.1.2
+Version:2.1.3
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0-or-later

++ picard-2.1.2.tar.gz -> picard-2.1.3.tar.gz ++
 38954 lines of diff (skipped)




commit picard for openSUSE:Factory

2019-02-01 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2019-02-01 11:46:00

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.28833 (New)


Package is "picard"

Fri Feb  1 11:46:00 2019 rev:33 rq:670056 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2018-12-27 
00:30:03.119630607 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new.28833/picard.changes 2019-02-01 
11:46:04.356513836 +0100
@@ -1,0 +2,12 @@
+Wed Jan 30 06:10:38 UTC 2019 - mvet...@suse.com
+
+- Update to 2.1.2:
+  * Bug-fix
+* [PICARD-1451] - Redirects of authenticated requests fail with 401 error
+* [PICARD-1454] - Crashes when adding action to toolbar in options
+  * Task
+* [PICARD-1452] - Appveyor auto-deploy not working
+  * Improvement
+* [PICARD-1450] - Fix language label for zh_CN and zh_TW
+
+---

Old:

  picard-2.1.0.tar.gz

New:

  picard-2.1.2.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.0b6VZH/_old  2019-02-01 11:46:04.840513339 +0100
+++ /var/tmp/diff_new_pack.0b6VZH/_new  2019-02-01 11:46:04.840513339 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package picard
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:   picard
-Version:2.1.0
+Version:2.1.2
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0-or-later

++ picard-2.1.0.tar.gz -> picard-2.1.2.tar.gz ++
 15415 lines of diff (skipped)




commit picard for openSUSE:Factory

2018-12-26 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2018-12-27 00:30:01

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new.28833 (New)


Package is "picard"

Thu Dec 27 00:30:01 2018 rev:32 rq:660940 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2018-09-11 
17:15:21.639588934 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new.28833/picard.changes 2018-12-27 
00:30:03.119630607 +0100
@@ -1,0 +2,13 @@
+Sat Dec 22 09:58:29 UTC 2018 - Jaime Marquínez Ferrándiz 

+
+- Update to version 2.1.0:
+ * support for MusicBrainz genres
+ * new convenient script functions: $title and $delete
+ * new command line option (-P, --no-plugins) allowing to skip plugin loading, 
which may help when a plugin is crashing Picard at start and to identify if an 
issue is due to a plugin or the main program
+ * improve tags support, better compatibility with other applications, wider 
range of audio files supported
+ * better stability and performance
+ * full changelog available at 
https://blog.metabrainz.org/2018/12/21/picard-2-1-release/
+- Picard has been refactored to org.musicbrainz.Picard
+- Add appdata.xml file
+
+---

Old:

  picard-2.0.4.tar.gz

New:

  picard-2.1.0.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.fke9yw/_old  2018-12-27 00:30:03.663630162 +0100
+++ /var/tmp/diff_new_pack.fke9yw/_new  2018-12-27 00:30:03.667630158 +0100
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   picard
-Version:2.0.4
+Version:2.1.0
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0-or-later
@@ -58,7 +58,7 @@
 export LANG=en_US.UTF-8
 python3 setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot}
 
-%suse_update_desktop_file -G "Music Tagger" -N "picard" picard
+%suse_update_desktop_file -G "Music Tagger" -N "picard" org.musicbrainz.Picard
 
 rm -rfv %{buildroot}%{_datadir}/locale/sco
 
@@ -78,10 +78,11 @@
 %doc AUTHORS.txt NEWS.txt
 %license COPYING.txt
 %{_bindir}/picard
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/org.musicbrainz.Picard.desktop
 %{python3_sitearch}/picard*
-%{_datadir}/icons/hicolor/*/apps/picard.png
-%{_datadir}/icons/hicolor/*/apps/picard.svg
+%{_datadir}/icons/hicolor/*/apps/org.musicbrainz.Picard.png
+%{_datadir}/icons/hicolor/*/apps/org.musicbrainz.Picard.svg
+%{_datadir}/metainfo/org.musicbrainz.Picard.appdata.xml
 
 %files lang -f %{name}.lang
 

++ picard-2.0.4.tar.gz -> picard-2.1.0.tar.gz ++
 212284 lines of diff (skipped)




commit picard for openSUSE:Factory

2018-09-11 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2018-09-11 17:15:01

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is "picard"

Tue Sep 11 17:15:01 2018 rev:31 rq:633982 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2018-08-22 
14:20:08.930322663 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2018-09-11 
17:15:21.639588934 +0200
@@ -1,0 +2,22 @@
+Fri Sep  7 06:45:35 UTC 2018 - mvet...@suse.com
+
+- Update to version 2.0.4:
+  * Bug-fix
+* [PICARD-803] - tagging "8½ Minutes" with "replace with non-ascii 
characters" results in a directory being created
+* [PICARD-1216] - Does not display version information
+* [PICARD-1267] - 2.0.0dev6 crash in debug mode on Windows April Update 
(1803)
+* [PICARD-1281] - Picard has wrong version string
+* [PICARD-1294] - Crashes every time Picard connects to MB server.
+* [PICARD-1310] - Picard crashes on clearing log
+* [PICARD-1318] - RuntimeError: dictionary changed size during iteration
+* [PICARD-1321] - CD drive selection not working on Linux
+* [PICARD-1322] - Crash in options on "Restore defaults"
+* [PICARD-1323] - Restore defaults does not restore CAA types
+* [PICARD-1324] - Default locale not working reliable
+* [PICARD-1326] - Picard Save Changes 5.1 Mix Type
+* [PICARD-1327] - Loading TAK files fails
+* [PICARD-1328] - Loading OptimFROG files fails
+* [PICARD-1329] - Picard fails saving ID3 tags with iTunNORM tag
+* [PICARD-1331] - Picard crashes on error during plugin install
+
+---

Old:

  picard-2.0.3.tar.gz

New:

  picard-2.0.4.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.Fu3J2y/_old  2018-09-11 17:15:26.007582202 +0200
+++ /var/tmp/diff_new_pack.Fu3J2y/_new  2018-09-11 17:15:26.007582202 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   picard
-Version:2.0.3
+Version:2.0.4
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0-or-later

++ picard-2.0.3.tar.gz -> picard-2.0.4.tar.gz ++
 96317 lines of diff (skipped)




commit picard for openSUSE:Factory

2018-08-22 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2018-08-22 14:19:39

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is "picard"

Wed Aug 22 14:19:39 2018 rev:30 rq:630704 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2018-07-21 
10:25:17.270956501 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2018-08-22 
14:20:08.930322663 +0200
@@ -1,0 +2,27 @@
+Tue Aug 21 06:41:03 UTC 2018 - alarr...@suse.com
+
+- Update to version 2.0.3
+  * Bug-fix
+* [PICARD-1122] - Preffered release type settings are exclusive and should 
be inclusive
+* [PICARD-1207] - Move additional files feature fails when source 
directory contains non-ascii characters
+* [PICARD-1247] - Not all "preserved" tags are preserved
+* [PICARD-1305] - Search dialog crashes picard when record doesn't have an 
album
+* [PICARD-1306] - picard crashes when opening the options dialog if the 
cwd doesn't exist
+  * New Feature
+* [PICARD-1289] - Allow manually running any tagger script
+  * Improvement
+* [PICARD-1302] - Dropping an image from Google image crashes picard
+* [PICARD-1303] - picard crashes when matching a cluster with a release 
with no tracks
+* [PICARD-1304] - Info dialog for album crashes because track doesn't have 
a tracknumber
+  * Regression
+* [PICARD-259] - Make file-specific variables available to tagger script
+
+- Update to version 2.0.2
+  * Bug-fix
+* [PICARD-1212] - Picard 2.0.0dev4 crashing at startup
+* [PICARD-1300] - Picard crashes when logging lots of events
+
+- Update to version 2.0.1
+  * No changes for linux users.
+
+---

Old:

  picard-2.0.0.tar.gz

New:

  picard-2.0.3.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.j3gF6c/_old  2018-08-22 14:20:10.074325374 +0200
+++ /var/tmp/diff_new_pack.j3gF6c/_new  2018-08-22 14:20:10.078325382 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   picard
-Version:2.0.0
+Version:2.0.3
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0-or-later

++ picard-2.0.0.tar.gz -> picard-2.0.3.tar.gz ++
 3066 lines of diff (skipped)




commit picard for openSUSE:Factory

2018-07-21 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2018-07-21 10:25:13

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is "picard"

Sat Jul 21 10:25:13 2018 rev:29 rq:624208 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2017-05-18 
20:47:30.086192961 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2018-07-21 
10:25:17.270956501 +0200
@@ -1,0 +2,131 @@
+Fri Jul 20 07:05:44 UTC 2018 - aloi...@gmx.com
+
+- Updated source URL
+
+---
+Thu Jul 19 12:38:11 UTC 2018 - aloi...@gmx.com
+
+- Update to version 2.0
+  Bug-fix
+  * [PICARD-153] - Non-configuration data is saved in Picard.conf
+  * [PICARD-173] - ID3 tag TSOP appears to be stored blank
+  * [PICARD-340] - Cover art embedding will overwrite existing
+ones
+  * [PICARD-405] - Save stopped working
+  * [PICARD-817] - On high-resolution / high DPI displays,
+Picard's GUI is scaled wrong
+  * [PICARD-1047] - Incompatible plugins are loaded with picard
+2.0
+  * [PICARD-1051] - Searching for similar tracks causes coredumps
+  * [PICARD-1052] - Not disabled Search for similar tracks can
+cause coredumps
+  * [PICARD-1056] - Crash when viewing file info dialog
+  * [PICARD-1058] - Saving images as files doesn't work
+  * [PICARD-1062] - Picard crashes when moving files on release
+  * [PICARD-1063] - After #689 unit tests fail if astrcmp is not
+compiled
+  * [PICARD-1064] - python setup.py test -v doesn't work
+  * [PICARD-1065] - python setup.py patch_version doesn't work
+  * [PICARD-1066] - python setup.py update_constants doesn't work
+  * [PICARD-1067] - Visual bug after un-checking an installed
+plugin
+  * [PICARD-1073] - "Add New Tag" crashes picard
+  * [PICARD-1084] - Picard 2 doesn't find DVD drive
+  * [PICARD-1085] - Multi-Dir Add Folder not working
+  * [PICARD-1105] - Crashes when using the edit tag dialog
+  * [PICARD-1106] - cancel plugin installation file dialog
+results in crash
+  * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev
+  * [PICARD-1119] - picard sets "Disc Subtitle" to the track
+title
+  * [PICARD-1123] - Multiple work languages are collapsed
+  * [PICARD-1126] - Unhelpful error message logged on network
+request errors
+  * [PICARD-1135] - Picard is not able to save on MTP devices
+  * [PICARD-1138] - Search crashes due to AttributeError
+  * [PICARD-1143] - Wrong amount of songs from added files
+  * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On
+air" in Picard 1.2
+  * [PICARD-1153] - "Lookup in Browser" and "Search" fail
+silently if artist name contains umlaut
+  * [PICARD-1156] - Picard fails to start when trying to upgrade
+plugin which is a symlink
+  * [PICARD-1159] - Can't open WAV files
+  * [PICARD-1161] - Dragging artwork from Chrome pages doesn't
+work
+  * [PICARD-1171] - Text of "About" can't be selected
+  * [PICARD-1179] - Error while searching for alt. releases
+  * [PICARD-1181] - In-app search dialog excessive slow down
+  * [PICARD-1188] - Picard chooses incorrect value for language
+tag
+  * [PICARD-1199] - Crash when right-clicking album
+  * [PICARD-1202] - Right click on tag listing causes exception
+and crash
+  * [PICARD-1203] - Hide unsupported tags from the tag diff in UI
+  * [PICARD-1204] - Picard freezes on unchecking show diff tags
+first
+  * [PICARD-1206] - Text is not displaying properly in some
+fields.
+  * [PICARD-1210] - Long lines in the option dialogue don’t wrap
+  * [PICARD-1213] - Wrong Movement of coverart providers
+  * [PICARD-1215] - Does not use config / ini file specified on
+command line
+  * [PICARD-1221] - Picard 2.0 won't start on Windows 10
+  * [PICARD-1226] - Different fonts in the plugins dialog
+  * [PICARD-1230] - Looking up CD crashes Picard
+  * [PICARD-1234] - Crash when loading plugin from local
+directory
+  * [PICARD-1252] - Crash on pasting invalid naming script
+  * [PICARD-1253] - Crash on image saving
+  * [PICARD-1255] - Crash on startup - no GUI
+  * [PICARD-1265] - Can't "Lookup in Browser":
+UnicodeEncodeError: 'latin-1' codec can't encode characters in
+position 0-7: ordinal not in range(256)
+  * [PICARD-1270] - Corruption of saved audio files located on a
+network share
+  * [PICARD-1271] - Artist credit saved in tags sometimes loses
+closing parenthesis
+  * [PICARD-1277] - Picard crashes on unknown cover art types
+  New Feature
+  * [PICARD-1187] - Add DSF file support
+  * [PICARD-1220] - Add keyboard shortcut for deleting scripts
+from options > scripting page
+  Task
+  * [PICARD-960] - Migrate to PyQt5
+  * [PICARD-1186] - Support only 64 bit 

commit picard for openSUSE:Factory

2017-05-18 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2017-05-18 20:47:28

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is "picard"

Thu May 18 20:47:28 2017 rev:28 rq:494342 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2017-04-11 
09:48:54.705308918 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2017-05-18 
20:47:30.086192961 +0200
@@ -1,0 +2,16 @@
+Wed May 10 13:08:08 UTC 2017 - alarr...@suse.com
+
+- Update to version 1.4.2:
+ * Bugfix: Picard does not stop analyzer while moving (PICARD-1053)
+ * Bugfix: Picard hangs with: RuntimeError: maximum recursion depth exceeded 
in cmp (PICARD-1055)
+ * Bugfix: The "Convert Unicode punctuation characters to ASCII" function only 
works in certain tags (PICARD-1070)
+ * Bugfix: ID3v2.4 text encoding settings are not saved correctly (PICARD-1077)
+ * Improvement: Search dialog webservices get queued behind matched album 
requests (PICARD-969)
+ * Improvement: Picard not seeing TOPE and TOAL (PICARD-1034)
+
+---
+Sun May  7 10:08:16 UTC 2017 - o...@aepfle.de
+
+- setup.py requires sip
+
+---

Old:

  picard-1.4.1.tar.gz

New:

  picard-1.4.2.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.iOrrny/_old  2017-05-18 20:47:30.918075560 +0200
+++ /var/tmp/diff_new_pack.iOrrny/_new  2017-05-18 20:47:30.918075560 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   picard
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://musicbrainz.org/doc/PicardTagger
-Source0:
ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/%{name}-1.4.1.tar.gz
+Source0:
ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/%{name}-%{version}.tar.gz
 # http://wiki.musicbrainz.org/Picard_Plugins
 # All of the Search*.py files come from 
https://github.com/brianfreud/Picard-plugins
 # The full URL can not be part of this specfile because download corrupts line 
endings
@@ -46,6 +46,7 @@
 Requires:   python-mutagen
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-qt4
+BuildRequires:  python-sip
 BuildRequires:  update-desktop-files
 Recommends: python-discid
 Requires:   python-qt4
@@ -59,7 +60,7 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-release-1.4.1
+%setup -q -n %{name}-release-%{version}
 
 %build
 python setup.py config

++ picard-1.4.1.tar.gz -> picard-1.4.2.tar.gz ++
 13706 lines of diff (skipped)




commit picard for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2017-04-11 09:48:53

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is "picard"

Tue Apr 11 09:48:53 2017 rev:27 rq:486712 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2017-02-28 
23:50:09.844706815 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2017-04-11 
09:48:54.705308918 +0200
@@ -1,0 +2,51 @@
+Fri Apr  7 23:10:45 UTC 2017 - jeng...@inai.de
+
+- Trim description as per the openSUSE description recommendations.
+
+---
+Mon Apr  3 11:29:12 UTC 2017 - alarr...@suse.com
+
+- Update to version 1.4.1:
+  * Bugfix: Album shown matched even if extra unmatched files (PICARD-953)
+  * Bugfix: Removing album with saves pending does not remove pending saves 
(PICARD-972)
+  * Bugfix: Pending log messages not flushed to stderr on quit (PICARD-973)
+  * Bugfix: Drag & Drop not working (PICARD-988)
+  * Bugfix: Picard violating ID3 standard for TXXX frames (PICARD-990)
+  * Bugfix: Disabling the cover art box and enabling it again doesn't bring it 
back (PICARD-996)
+  * Bugfix: Disabling the action toolbar sometimes doesn't work (PICARD-998)
+  * Bugfix: If a cluster is moved to the album side of the main window it gets 
moved to unmatched files (PICARD-1005)
+  * Bugfix: Drag and drop for cover arts doesnt work on OSX (PICARD-1006)
+  * Bugfix: Unsetting View/Cover Art doesn't work permanently (PICARD-1010)
+  * Bugfix: Toolbar tab order incorrect after PICARD-908 (PICARD-1011)
+  * Bugfix: Number of images in release info is calculated incorrectly 
(PICARD-1014)
+  * Bugfix: Artwork tab of the Track Info DIalog doesn't show changes anymore 
(PICARD-1015)
+  * Bugfix: CoverArtBox doesn't show new/removed images after unmatched files 
are added/removed to the album (PICARD-1018)
+  * Bugfix: Directory persistence for Add Directory needs tweaking 
(PICARD-1023)
+  * Bugfix: Fix ~artists_sort metadata variable (PICARD-1029)
+  * Bugfix: Missing import for PICARD_APP_NAME (PICARD-1042)
+  * New Feature: Visual feedback for changes to artwork in before-after pane. 
(PICARD-258)
+  * New Feature: Implement artwork diff for albums (PICARD-1000)
+  * Task: Remove monkey patching of file write methods in picard formats 
(PICARD-943)
+  * Task: Replace Ok button text by Make It So! in Options dialog (PICARD-1041)
+  * Improvement: Remove should work when Unmatched Files is selected 
(PICARD-223)
+  * Improvement: Always use HTTPS for musicbrainz.org (PICARD-951)
+  * Improvement: Use Cover Art Archive over HTTPS (PICARD-952)
+  * Improvement: Mention AcoustID on Scan button too (PICARD-961)
+  * Improvement: Drag cover art doesn't work for images from 
amazon/google images/https links (PICARD-980)
+  * Improvement: Buttons on the "User Interface" and "Scripting" pages are 
smaller than buttons in other places (PICARD-1012)
+  * Improvement: Multiple images in related tracks confusing (PICARD-1016)
+  * Improvement: Picard loads all pending files before quitting (PICARD-1021)
+  * Improvement: Allow specifying a configuration file path (PICARD-1024)
+  * Improvement: Allow to add/replace cover art images and keep existing cover 
art (PICARD-1030)
+- Dropped 0001-Introduce-new-cover-art-thumbnail-class.patch,
+  0002-Connect-events-for-CoverArtThumbnail-class.patch,
+  0003-Update-coverartbox-class-to-include-new-and-original.patch,
+  0004-Update-labels-in-_show-method.patch,
+  0005-Update-mainwindow-to-display-original-coverart.patch,
+  0006-Implement-__eq__-method-for-CoverArtThumbnail-and-up.patch,
+  0007-Add-i18n-support-to-coverart-labels.patch,
+  0008-Add-view-coverart-changes-button.patch,
+  0009-Add-spacer-item-to-push-coverartbox-items-to-top.patch and
+  fix-cover-art-downloads.diff which are already merged in 1.4.1
+
+---

Old:

  0001-Introduce-new-cover-art-thumbnail-class.patch
  0002-Connect-events-for-CoverArtThumbnail-class.patch
  0003-Update-coverartbox-class-to-include-new-and-original.patch
  0004-Update-labels-in-_show-method.patch
  0005-Update-mainwindow-to-display-original-coverart.patch
  0006-Implement-__eq__-method-for-CoverArtThumbnail-and-up.patch
  0007-Add-i18n-support-to-coverart-labels.patch
  0008-Add-view-coverart-changes-button.patch
  0009-Add-spacer-item-to-push-coverartbox-items-to-top.patch
  fix-cover-art-downloads.diff
  picard-1.4.tar.gz

New:

  picard-1.4.1.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.Fkbsts/_old  2017-04-11 

commit picard for openSUSE:Factory

2017-02-28 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2017-02-28 23:50:08

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is "picard"

Tue Feb 28 23:50:08 2017 rev:26 rq:458661 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2016-07-07 
15:10:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2017-02-28 
23:50:09.844706815 +0100
@@ -1,0 +2,193 @@
+Fri Feb 17 10:16:22 UTC 2017 - o...@aepfle.de
+
+- Drop bonusdisc.py, URL disappeared
+
+---
+Tue Feb 14 12:34:42 UTC 2017 - alarr...@suse.com
+
+- Update to version 1.4.0
+  * Bugfix: AcoustID submission fails with code 299 (PICARD-82)
+  * Bugfix: Ignoring "hip hop rap" folksonomy tags also ignores "rap", "hip 
hop", etc. (PICARD-335)
+  * Bugfix: Picard downloads multiple 'front' images instead of just first 
one. (PICARD-350)
+  * Bugfix: Saving hidden file with only an extension drops the extension 
(PICARD-357)
+  * Bugfix: Add directory opens in "wrong" dir (PICARD-366)
+  * Bugfix: Picard should de-duplicate work lists (PICARD-375)
+  * Bugfix: Tree selector in Options window is partially obscured, pane too 
narrow (PICARD-408)
+  * Bugfix: tag acoustid_id can not be removed or deleted in script, renaming 
or plugin (PICARD-419)
+  * Bugfix: Can't remove value from field (PICARD-546)
+  * Bugfix: Can't open Options (PICARD-592)
+  * Bugfix: "Tags from filenames" action stays enabled even if it is 
unavailable. (PICARD-688)
+  * Bugfix: Using the first image type as filename changes the name of front 
images (PICARD-701)
+  * Bugfix: Fingerprint Submission Failes if AcoustID tags are present and/or 
invalid (PICARD-706)
+  * Bugfix: Picard moves into the selected folder (PICARD-726)
+  * Bugfix: Picard does not support (recording) relationship credits 
(PICARD-730)
+  * Bugfix: Picard repeats/duplicates field data (PICARD-748)
+  * Bugfix: Number of pending web requests is not decremented on exceptions in 
the handler (PICARD-751)
+  * Bugfix: Divide by zero error in _convert_folksonomy_tags_to_genre when no 
tag at the release/release group level (  PICARD-753)
+  * Bugfix: Directory tree (file browser) not sorted for non-system drives 
under Windows (PICARD-754)
+  * Bugfix: Crash when loading release with only zero count tags (PICARD-759)
+  * Bugfix: No name and no window grouping in gnome-shell Alt-Tab app switcher 
(PICARD-761)
+  * Bugfix: Lookup in Browser does not and can not load HTTPS version of 
musicbrainz.org (PICARD-764)
+  * Bugfix: Unable to login using oauth via Picard options with Server Port 
set to 443 (PICARD-766)
+  * Bugfix: "AttributeError: 'MetadataBox' object has no attribute 
'resize_columns'" when enabling the cover art box (  PICARD-775)
+  * Bugfix: Pre-gap tracks are not counted in absolutetracknumber (PICARD-778)
+  * Bugfix: CAA cover art provider runs even if cover art has already been 
loaded (PICARD-780)
+  * Bugfix: Toggling Embed Cover Art in Tags and restarting doesn't have the 
expected behavior (PICARD-782)
+  * Bugfix: XMLWS redirects incorrectly (PICARD-788)
+  * Bugfix: Handle empty collection-list in web server response (PICARD-798)
+  * Bugfix: Amazon Cover Art provider does not work (and does not have a lot 
of debug logging enabled) (PICARD-799)
+  * Bugfix: Cover Art from CAA release group is skipped even though it exists 
(PICARD-801)
+  * Bugfix: Multiple instances of history and log dialogs (PICARD-804)
+  * Bugfix: Empty string lookup (PICARD-805)
+  * Bugfix: Will not load album information on any albums (PICARD-811)
+  * Bugfix: Redirect URL is not encoded which leads to http 400 error. 
(PICARD-814)
+  * Bugfix: Not compatible with latest Mutagen (PICARD-833)
+  * Bugfix: Can't save any files.  Get: "error: invalid literal for int() with 
base 10" (PICARD-834)
+  * Bugfix: Picard 1.3.2 shows cleartext username & password on status line 
when errors occur (PICARD-839)
+  * Bugfix: Cannot fetch cover art from amazon link contains https scheme. 
(PICARD-848)
+  * Bugfix: media-optical-modified.png icon still displayed after release save 
when two files match one track (PICARD-851)
+  * Bugfix: Release that Picard will not load (due to disc with just data 
track?) (PICARD-853)
+  * Bugfix: ValueError in metadata.py (PICARD-855)
+  * Bugfix: Improper detection of Gnome as a desktop environment and no 
support for gnome 3 (PICARD-857)
+  * Bugfix: Apparent non-functional tagger button (PICARD-858)
+  * Bugfix: Picard does not read Ogg/Opus files with an ".ogg" file exension 
(PICARD-859)
+  * Bugfix: Setting a large value in in $num function as length causes picard 
to become unresponsive (PICARD-865)
+  * Bugfix: 

commit picard for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2016-07-07 15:10:30

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is "picard"

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2016-03-07 
13:26:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2016-07-07 
15:10:32.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 29 09:56:06 UTC 2016 - h...@urpla.net
+
+- add recommends for python-discid
+
+---



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.5aAfLH/_old  2016-07-07 15:10:33.0 +0200
+++ /var/tmp/diff_new_pack.5aAfLH/_new  2016-07-07 15:10:33.0 +0200
@@ -38,7 +38,6 @@
 Source17:   
http://users.musicbrainz.org/~brianfreud/SearchSoundtrackINFO3.py
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
-BuildRequires:  libdiscid-devel
 BuildRequires:  libofa-devel
 BuildRequires:  python-devel
 BuildRequires:  python-mutagen
@@ -46,6 +45,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-qt4
 BuildRequires:  update-desktop-files
+Recommends: python-discid
 Requires:   python-qt4
 Recommends: chromaprint-fpcalc
 
@@ -61,22 +61,6 @@
 %setup -q -n %{name}-release-%{version}
 
 %build
-export CFLAGS="%{optflags}"
-cat > %{name}_libdiscid_dummy.c <<-EOF
-#include 
-#include 
-int main(void) {
-   printf("Dummy to generate correct libdiscid.so rpm dependency.\n");
-   discid_free(discid_new());
-   return 0;
-}
-EOF
-gcc -Wall -s $CFLAGS -o %{name}_libdiscid_dummy %{name}_libdiscid_dummy.c 
-ldiscid
-# there is some upstream confusion about what the SONAME of libdiscid is 
supposed to be
-libdiscid_so="`readelf --wide --dynamic picard_libdiscid_dummy | sed -n 
'/(NEEDED).*libdiscid.so/s@^\(.*\[\)\([^]]\+\).*@\2@p'`"
-sed -i~ -e 
"s@^\([[:blank:]]\+\)\(libName[[:blank:]]*=[[:blank:]]*'\)\(libdiscid.so.0\)\('[[:blank:]]*\)@\1\2${libdiscid_so}\4
 # was '\3'@" picard/disc.py
-if diff -u picard/disc.py~ picard/disc.py ; then : ; fi
-#
 python setup.py config
 python setup.py build
 
@@ -105,9 +89,6 @@
 %find_lang %{name}-countries %{name}.lang
 %find_lang %{name}-attributes %{name}.lang
 
-mkdir -vp %{buildroot}/%{_libdir}/%{name}
-cp -avL %{name}_libdiscid_dummy %{buildroot}/%{_libdir}/%{name}
-
 %post
 %icon_theme_cache_post
 
@@ -118,7 +99,6 @@
 %defattr(-,root,root)
 %doc AUTHORS.txt COPYING.txt NEWS.txt
 %{_bindir}/picard
-%{_libdir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{python_sitearch}/picard*
 %{_datadir}/icons/hicolor/*/apps/picard.png




commit picard for openSUSE:Factory

2016-03-07 Thread h_root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2016-03-07 13:26:32

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is "picard"

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2015-12-21 
12:04:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2016-03-07 
13:26:57.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 24 16:03:42 UTC 2016 - o...@aepfle.de
+
+- Remove sco locale to fix build in SLE_11
+
+---



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.lcVBQW/_old  2016-03-07 13:26:58.0 +0100
+++ /var/tmp/diff_new_pack.lcVBQW/_new  2016-03-07 13:26:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package picard
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -99,6 +99,8 @@
 
 %suse_update_desktop_file -G "Music Tagger" -N "picard" picard
 
+rm -rfv %{buildroot}%{_datadir}/locale/sco
+
 %find_lang %{name} %{name}.lang
 %find_lang %{name}-countries %{name}.lang
 %find_lang %{name}-attributes %{name}.lang




commit picard for openSUSE:Factory

2015-12-21 Thread h_root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2015-12-21 12:04:24

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is "picard"

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2015-04-15 
16:24:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2015-12-21 
12:04:26.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec  8 18:40:55 UTC 2015 - o...@aepfle.de
+
+- Remove ffmpeg from BuildRequires, it is not used anymore
+- Recommend chromaprint-fpcalc
+
+---



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.ZOdStR/_old  2015-12-21 12:04:27.0 +0100
+++ /var/tmp/diff_new_pack.ZOdStR/_new  2015-12-21 12:04:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package picard
 #
-# Copyright (c) 2015 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
@@ -36,9 +36,6 @@
 Source15:   
http://users.musicbrainz.org/~brianfreud/SearchLortelArchives3.py
 Source16:   
http://users.musicbrainz.org/~brianfreud/SearchSoundtrackCollector3.py
 Source17:   
http://users.musicbrainz.org/~brianfreud/SearchSoundtrackINFO3.py
-%if 0%{?BUILD_ORIG_ADDON:1}
-BuildRequires:  libffmpeg-devel
-%endif
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
 BuildRequires:  libdiscid-devel
@@ -50,6 +47,7 @@
 BuildRequires:  python-qt4
 BuildRequires:  update-desktop-files
 Requires:   python-qt4
+Recommends: chromaprint-fpcalc
 
 %description
 MusicBrainz Picard is a cross-platform MusicBrainz tag editor written in




commit picard for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2015-04-15 16:24:31

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is picard

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2015-03-19 
21:24:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2015-04-15 
16:24:31.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr  4 08:23:55 UTC 2015 - avvi...@yandex.ru
+
+- Fix build in PMBS: use libffmpeg-devel instead of ffmpeg-devel
+
+---



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.QUJYkT/_old  2015-04-15 16:24:32.0 +0200
+++ /var/tmp/diff_new_pack.QUJYkT/_new  2015-04-15 16:24:32.0 +0200
@@ -37,7 +37,7 @@
 Source16:   
http://users.musicbrainz.org/~brianfreud/SearchSoundtrackCollector3.py
 Source17:   
http://users.musicbrainz.org/~brianfreud/SearchSoundtrackINFO3.py
 %if 0%{?BUILD_ORIG_ADDON:1}
-BuildRequires:  ffmpeg-devel
+BuildRequires:  libffmpeg-devel
 %endif
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++




commit picard for openSUSE:Factory

2015-03-19 Thread h_root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2015-03-19 21:24:02

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is picard

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2013-06-05 
13:34:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2015-03-19 
21:24:04.0 +0100
@@ -1,0 +2,7 @@
+Wed Mar 11 20:55:41 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.3.2
+  * Bugfix: Fixed tags from filename dialog not opening on new installations
+- Remove some useless stuff
+
+---

Old:

  picard-1.2.tar.gz

New:

  picard-1.3.2.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.BFLZjG/_old  2015-03-19 21:24:04.0 +0100
+++ /var/tmp/diff_new_pack.BFLZjG/_new  2015-03-19 21:24:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package picard
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   picard
-Version:1.2
+Version:1.3.2
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0+
@@ -46,17 +46,10 @@
 BuildRequires:  python-devel
 BuildRequires:  python-mutagen
 Requires:   python-mutagen
-%if 0%{?suse_version}
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-qt4
 BuildRequires:  update-desktop-files
 Requires:   python-qt4
-%endif
-%if 0%{?fedora}
-BuildRequires:  PyQt4
-%endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 %description
 MusicBrainz Picard is a cross-platform MusicBrainz tag editor written in
@@ -65,8 +58,9 @@
 tagging and cross platform compatibility.
 
 %lang_package
+
 %prep
-%setup -q
+%setup -q -n %{name}-release-%{version}
 
 %build
 export CFLAGS=%{optflags}
@@ -105,15 +99,11 @@
 install -m 0644 %{SOURCE16} ${PLUGINDIR}
 install -m 0644 %{SOURCE17} ${PLUGINDIR}
 
-%if 0%{?fedora}
-desktop-file-install --delete-original --remove-category=Application \
---dir=%{buildroot}%{_datadir}/applications 
%{buildroot}%{_datadir}/applications/%{name}.desktop
-%endif
-%if 0%{?suse_version}
 %suse_update_desktop_file -G Music Tagger -N picard picard
-%endif
 
-%find_lang %{name}
+%find_lang %{name} %{name}.lang
+%find_lang %{name}-countries %{name}.lang
+%find_lang %{name}-attributes %{name}.lang
 
 mkdir -vp %{buildroot}/%{_libdir}/%{name}
 cp -avL %{name}_libdiscid_dummy %{buildroot}/%{_libdir}/%{name}

++ picard-1.2.tar.gz - picard-1.3.2.tar.gz ++
 300199 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit picard for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2013-06-05 13:34:19

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is picard

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2012-11-22 
14:14:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2013-06-05 
13:34:21.0 +0200
@@ -1,0 +2,20 @@
+Tue May 21 18:07:23 CEST 2013 - oher...@suse.de
+
+- Update to version 1.2 - 2013-03-30
+  - Picard now requires at least Python 2.6
+  - Removed support for AmpliFIND/PUIDs
+  - Add support for the Ogg Opus file format
+  - It's now possible to download cover images without any plugin.
+Cover Art Archive images can be downloaded by image type
+  - Improved directory scanning performance
+  - Prefer already-loaded releases of the same RG when matching files
+  - Allow dropping new files onto specific targets
+  - Add basic collections management support (PICARD-84)
+  - Allow adding custom tags in the tag editing dialog (PICARD-349)
+  - Fix replacing of Windows-incompatible characters (PICARD-393)
+  - Save both primary and secondary release types (PICARD-240)
+  - Handle errors from the AcoustID service better (PICARD-391)
+  - Accept HTTPS URLs on drag-and-drop (PICARD-378)
+  - Allow adding custom tags in the tag editor (PICARD-349)
+
+---

Old:

  picard-1.1.tar.gz

New:

  picard-1.2.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.heiPqa/_old  2013-06-05 13:34:22.0 +0200
+++ /var/tmp/diff_new_pack.heiPqa/_new  2013-06-05 13:34:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package picard
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:   picard
-Version:1.1
+Version:1.2
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0+
@@ -93,7 +93,6 @@
 
 # install plugins
 PLUGINDIR=%{buildroot}%{py_sitedir}/picard/plugins/
-install -m 0644 contrib/plugins/coverart.py ${PLUGINDIR}
 install -m 0644 %{SOURCE2} ${PLUGINDIR}
 install -m 0644 %{SOURCE8} ${PLUGINDIR}
 install -m 0644 %{SOURCE9} ${PLUGINDIR}

++ picard-1.1.tar.gz - picard-1.2.tar.gz ++
 10144 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit picard for openSUSE:Factory

2012-11-22 Thread h_root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2012-11-22 14:14:53

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is picard, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2012-10-17 
07:20:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2012-11-22 
14:14:55.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 14 21:18:16 CET 2012 - oher...@suse.de
+
+- install contrib/plugins/coverart.py
+
+---



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.ZVlaz4/_old  2012-11-22 14:14:56.0 +0100
+++ /var/tmp/diff_new_pack.ZVlaz4/_new  2012-11-22 14:14:56.0 +0100
@@ -93,6 +93,7 @@
 
 # install plugins
 PLUGINDIR=%{buildroot}%{py_sitedir}/picard/plugins/
+install -m 0644 contrib/plugins/coverart.py ${PLUGINDIR}
 install -m 0644 %{SOURCE2} ${PLUGINDIR}
 install -m 0644 %{SOURCE8} ${PLUGINDIR}
 install -m 0644 %{SOURCE9} ${PLUGINDIR}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit picard for openSUSE:Factory

2012-06-11 Thread h_root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2012-06-12 07:09:45

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is picard, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2012-05-07 
22:48:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2012-06-12 
07:09:50.0 +0200
@@ -1,0 +2,36 @@
+Mon Jun 11 00:10:04 CEST 2012 - oher...@suse.de
+
+- Update to version 1.0 - 2012-06-02
+  - New UI: Extended comparison of existing vs. MB metadata  tags (PICARD-43)
+  - Merged the renaming and moving options pages
+  - Removed the VA file naming format option (there is now a single format 
option) (PICARD-159)
+  - Add %license% tag
+  - Made %writer% available to tagger scripts and plugins with contents of 
songwriter (PICARD-21)
+  - Allow two multi-valued variables to be merged in tagger scripting 
(PICARD-139)
+  - Allow multi-valued variables to be transformed in tagger script and then 
set back in tags as multi-valued (PICARD-147)
+  - Fix $copy not preserving multi-value variables as documented (PICARD-138)
+  - Load/save free-text tags for ID3 as TXXX frames (PICARD-148)
+  - Fix writing of MusicBrainz Work Id / musicbrainz_workid to tags (PICARD-88)
+  - Handle mimetype for embedding cover art from EXIF jpegs (PICARD-27)
+  - Change cover art box to open MusicBrainz release rather than Amazon
+  - Support manual drag-and-drop of cover art onto a release via cover art box
+  - Only open browser on left-click of cover art box (PICARD-190)
+  - Fix Lookup in Browser (previously 'tag lookup') for clusters (PICARD-186)
+  - Lookup in Browser will now not use MBIDs to lookup unmatched files/clusters
+  - Add Date/Country to CD Lookup results dialog (PICARD-198)
+  - Fix/reset album folksonomy tag counts while refreshing releases (PICARD-4)
+  - Plugins actions can now create sub-menus using the MENU class attribute
+  - New plugin hook register_clusterlist_action
+  - Display the port Picard is listening on at bottom right status bar 
(PICARD-191)
+  - Make album drops from right hand pane to left default to unmatched files 
again (PICARD-33)
+  - Remove .DS_Store, desktop.ini, and Thumbs.db from otherwise empty 
directories (PICARD-75)
+  - Update artist translation to use new alias features (primary flag, sort 
names) (PICARD-200)
+  - Deleted tags aren't indicated as changes (PICARD-165)
+  - Picard log entries have inaccurate timestamp (PICARD-45)
+  - Interface doesn't allow keyboard only management (PICARD-103)
+  - Added option to preserve timestamps of tagged files (PICARD-31)
+  - Added keyboard shortcut to reload release (PICARD-99)
+  - Medium formats weren't listed in order in the Other versions menu 
(PICARD-91)
+  - Couldn't select multiple directories in Add Folder window on OS X 
(PICARD-74)
+
+---

Old:

  addrelease.py
  featartist.py
  picard-0.16.tar.gz

New:

  picard-1.0.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.GgeWqV/_old  2012-06-12 07:09:52.0 +0200
+++ /var/tmp/diff_new_pack.GgeWqV/_new  2012-06-12 07:09:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   picard
-Version:0.16
+Version:1.0
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0+
@@ -25,9 +25,7 @@
 Url:http://musicbrainz.org/doc/PicardTagger
 Source0:
http://ftp.musicbrainz.org/pub/musicbrainz/picard/%{name}-%{version}.tar.gz
 # http://wiki.musicbrainz.org/Picard_Plugins
-Source1:
https://gitorious.org/musicbrainz/addrelease/blobs/raw/master/addrelease.py
 Source2:http://dispuutivv.nl/~jan/bonusdisc.py
-Source5:http://users.musicbrainz.org/~luks/picard-plugins/featartist.py
 Source8:http://users.musicbrainz.org/~brianfreud/SearchAmazon3.py
 Source9:http://users.musicbrainz.org/~brianfreud/SearchAMG.py
 Source10:   http://users.musicbrainz.org/~brianfreud/SearchCastAlbums3.py
@@ -95,9 +93,7 @@
 
 # install plugins
 PLUGINDIR=%{buildroot}%{py_sitedir}/picard/plugins/
-install -m 0644 %{SOURCE1} ${PLUGINDIR}
 install -m 0644 %{SOURCE2} ${PLUGINDIR}
-install -m 0644 %{SOURCE5} ${PLUGINDIR}
 install -m 0644 %{SOURCE8} ${PLUGINDIR}
 install -m 0644 %{SOURCE9} ${PLUGINDIR}
 install -m 0644 %{SOURCE10} ${PLUGINDIR}

++ picard-0.16.tar.gz - picard-1.0.tar.gz ++
 310601 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit picard for openSUSE:Factory

2012-05-07 Thread h_root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2012-05-07 22:48:47

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is picard, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2012-04-02 
10:30:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2012-05-07 
22:48:50.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 11 07:42:52 UTC 2012 - sasc...@suse.de
+
+- Remove obsolete SUSE version checks
+- Call icon_theme_cache_post(un) (bnc#756522)
+- Remove Mandriva checks, not tested nor enabled in this project
+
+---



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.oT2Qwv/_old  2012-05-07 22:48:51.0 +0200
+++ /var/tmp/diff_new_pack.oT2Qwv/_new  2012-05-07 22:48:51.0 +0200
@@ -46,29 +46,19 @@
 BuildRequires:  libdiscid-devel
 BuildRequires:  libofa-devel
 BuildRequires:  python-devel
+BuildRequires:  python-mutagen
+Requires:   python-mutagen
 %if 0%{?suse_version}
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  python-mutagen
 BuildRequires:  python-qt4
 BuildRequires:  update-desktop-files
-Requires:   python-mutagen
 Requires:   python-qt4
-%py_requires
 %endif
 %if 0%{?fedora}
 BuildRequires:  PyQt4
-BuildRequires:  python-mutagen
-Requires:   python-mutagen
-%endif
-%if 0%{?mandriva_version}
-BuildRequires:  python-qt4
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{!?py_sitedir: %define py_sitedir %(python -c from distutils.sysconfig 
import get_python_lib; print get_python_lib(1))}
-%{!?py_ver_int: %define py_ver_int %(python -c import sys; 
v=sys.version_info[:2]; print '%%d%%d'%%v 2/dev/null)}
-%if 0%{?py_ver_int} == 24
-Requires:   python-ctypes
-%endif
+%{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 %description
 MusicBrainz Picard is a cross-platform MusicBrainz tag editor written in
@@ -132,41 +122,22 @@
 mkdir -vp %{buildroot}/%{_libdir}/%{name}
 cp -avL %{name}_libdiscid_dummy %{buildroot}/%{_libdir}/%{name}
 
-%if 0%{?mandriva_version}  2006
-
 %post
-%update_menus
+%icon_theme_cache_post
 
 %postun
-%clean_menus
-%endif
-
-%if 0%{?suse_version}  1020
-
-%files lang -f %{name}.lang
-%defattr(-,root,root)
-%if 0%{?suse_version}  0%{?suse_version}  1130
-%lang(sco) %dir %{_datadir}/locale/sco
-%lang(sco) %dir %{_datadir}/locale/sco/LC_MESSAGES
-%endif
+%icon_theme_cache_postun
 
 %files
 %defattr(-,root,root)
-%else
-
-%files -f %{name}.lang
-%defattr(-,root,root)
-%endif
 %doc AUTHORS.txt COPYING.txt NEWS.txt
 %{_bindir}/picard
-/%{_libdir}/%{name}
+%{_libdir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{py_sitedir}/picard*
-%{_datadir}/icons/hicolor/16x16/apps/picard.png
-%{_datadir}/icons/hicolor/24x24/apps/picard.png
-%{_datadir}/icons/hicolor/32x32/apps/picard.png
-%{_datadir}/icons/hicolor/48x48/apps/picard.png
-%{_datadir}/icons/hicolor/128x128/apps/picard.png
-%{_datadir}/icons/hicolor/256x256/apps/picard.png
+%{python_sitearch}/picard*
+%{_datadir}/icons/hicolor/*/apps/picard.png
+
+%files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit picard for openSUSE:Factory

2012-04-02 Thread h_root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2012-04-02 10:30:35

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is picard, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2012-02-24 
06:53:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2012-04-02 
10:30:37.0 +0200
@@ -1,0 +2,25 @@
+Sun Apr  1 16:52:18 CEST 2012 - oher...@suse.de
+
+- Update to version 0.16 - 2011-10-23
+  - Added AcoustID support.
+  - Fixed track metadata plugins.
+  - Added new internal %_totalalbumtracks% tag field. (PICARD-16)
+  - Track metadata plugins now run also on non-album tracks. (PICARD-7)
+  - Fixed custom Various Artists name on the %albumartist% field. (PICARD-5)
+  - Album artist is now correctly translated. (PICARD-1)
+  - Unicode punctuation is now converted to ASCII by default.
+  - WavPack correction files are moved together with the main files. 
(PICARD-15)
+  - Unicode filename normalization on OS X.
+  - Original release date is now saved into %originaldate%.
+  - Allow tagging with localized artist aliases (PICARD-17)
+  - Added a quit confirmation dialog. (PICARD-46)
+  - Standalone recordings can be tagged with relationships now. (PICARD-10)
+  - Refreshing an album will refresh its other versions listing. (PICARD-8)
+  - Unicode punctuation to ASCII now works on album-level metadata. 
(PICARD-50)
+  - DJ-mix tags should only be written to the medium where they apply. 
(PICARD-20)
+  - Support URL redirects in web service/network request module (PICARD-54)
+  - Jamendo and Archive.org cover art is displayed on web page, but not loaded 
by Picard plugin (PICARD-52)
+  - Edits to metadata in Details... menu not reflected in UI (PICARD-13)
+  - The status bar/new metadata box is updated when a selected file/track is 
changed. (PICARD-14)
+
+---

Old:

  picard-0.15.1.tar.gz

New:

  picard-0.16.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.sup4Tt/_old  2012-04-02 10:30:39.0 +0200
+++ /var/tmp/diff_new_pack.sup4Tt/_new  2012-04-02 10:30:39.0 +0200
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:   picard
-Version:0.15.1
+Version:0.16
 Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0+

++ picard-0.15.1.tar.gz - picard-0.16.tar.gz ++
 292690 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit picard for openSUSE:Factory

2012-02-23 Thread h_root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2012-02-24 06:53:17

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is picard, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2011-09-23 
12:41:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2012-02-24 
06:53:21.0 +0100
@@ -1,0 +2,16 @@
+Thu Feb 23 10:34:30 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- add a requires: on python-qt4. picard will not run without this
+
+---
+Tue Feb 21 11:14:04 UTC 2012 - sasc...@suse.de
+
+- Ran spec-cleaner
+
+---
+Mon Feb 20 09:45:40 UTC 2012 - pascal.ble...@opensuse.org
+
+- add conditional BUILD_ORIG_ADDON to buildrequire ffmpeg-devel and enable
+  ffmpeg fingerprinting support when picard is linked and built on Packman
+
+---



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.WW2iBY/_old  2012-02-24 06:53:24.0 +0100
+++ /var/tmp/diff_new_pack.WW2iBY/_new  2012-02-24 06:53:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package picard
 #
-# 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
@@ -15,12 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   picard
 Version:0.15.1
-Release:1
+Release:0
 Summary:The Next Generation MusicBrainz Tagger
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
@@ -40,25 +39,34 @@
 Source15:   
http://users.musicbrainz.org/~brianfreud/SearchLortelArchives3.py
 Source16:   
http://users.musicbrainz.org/~brianfreud/SearchSoundtrackCollector3.py
 Source17:   
http://users.musicbrainz.org/~brianfreud/SearchSoundtrackINFO3.py
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
-BuildRequires:  desktop-file-utils gcc-c++ libofa-devel python-devel
+%if 0%{?BUILD_ORIG_ADDON:1}
+BuildRequires:  ffmpeg-devel
+%endif
+BuildRequires:  desktop-file-utils
+BuildRequires:  gcc-c++
 BuildRequires:  libdiscid-devel
+BuildRequires:  libofa-devel
+BuildRequires:  python-devel
 %if 0%{?suse_version}
-%py_requires
-BuildRequires:  hicolor-icon-theme python-mutagen python-qt4 
update-desktop-files
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  python-mutagen
+BuildRequires:  python-qt4
+BuildRequires:  update-desktop-files
 Requires:   python-mutagen
+Requires:   python-qt4
+%py_requires
 %endif
 %if 0%{?fedora}
-BuildRequires:  PyQt4 python-mutagen
+BuildRequires:  PyQt4
+BuildRequires:  python-mutagen
 Requires:   python-mutagen
 %endif
 %if 0%{?mandriva_version}
 BuildRequires:  python-qt4
 %endif
-
-%{!?py_sitedir: %define py_sitedir %(%{__python} -c from distutils.sysconfig 
import get_python_lib; print get_python_lib(1))}
-%{!?py_ver_int: %define py_ver_int %(%{__python} -c import sys; 
v=sys.version_info[:2]; print '%%d%%d'%%v 2/dev/null)}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{!?py_sitedir: %define py_sitedir %(python -c from distutils.sysconfig 
import get_python_lib; print get_python_lib(1))}
+%{!?py_ver_int: %define py_ver_int %(python -c import sys; 
v=sys.version_info[:2]; print '%%d%%d'%%v 2/dev/null)}
 %if 0%{?py_ver_int} == 24
 Requires:   python-ctypes
 %endif
@@ -69,19 +77,12 @@
 MusicBrainz, with a focus on album oriented tagging as opposed to track based
 tagging and cross platform compatibility.
 
-
-Authors:

-Lukáš Lalinský lalin...@gmail.com
-Robert Kaye r...@eorbit.net
-
-
 %lang_package
 %prep
 %setup -q
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS
+export CFLAGS=%{optflags}
 cat  %{name}_libdiscid_dummy.c -EOF
 #include stdio.h
 #include discid/discid.h
@@ -97,14 +98,14 @@
 sed -i~ -e 
s@^\([[:blank:]]\+\)\(libName[[:blank:]]*=[[:blank:]]*'\)\(libdiscid.so.0\)\('[[:blank:]]*\)@\1\2${libdiscid_so}\4
 # was '\3'@ picard/disc.py
 if diff -u picard/disc.py~ picard/disc.py ; then : ; fi
 #
-%{__python} setup.py config
-%{__python} setup.py build
+python setup.py config
+python setup.py build
 
 %install
-%{__python} setup.py install --skip-build --prefix=%{_prefix} 
--root=$RPM_BUILD_ROOT
+python setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot}
 
 # install plugins

commit picard for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2011-12-06 18:51:36

Comparing /work/SRC/openSUSE:Factory/picard (Old)
 and  /work/SRC/openSUSE:Factory/.picard.new (New)


Package is picard, Maintainer is 

Changes:




Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.LGm04d/_old  2011-12-06 19:24:57.0 +0100
+++ /var/tmp/diff_new_pack.LGm04d/_new  2011-12-06 19:24:57.0 +0100
@@ -22,7 +22,7 @@
 Version:0.15.1
 Release:1
 Summary:The Next Generation MusicBrainz Tagger
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://musicbrainz.org/doc/PicardTagger
 Source0:
http://ftp.musicbrainz.org/pub/musicbrainz/picard/%{name}-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit picard for openSUSE:Factory

2011-08-24 Thread h_root

Hello community,

here is the log from the commit of package picard for openSUSE:Factory
checked in at Wed Aug 24 17:17:53 CEST 2011.




--- KDE/picard/picard.changes   2011-07-25 11:21:21.0 +0200
+++ picard/picard.changes   2011-08-01 08:41:50.0 +0200
@@ -1,0 +2,15 @@
+Mon Aug  1 08:25:44 CEST 2011 - oher...@suse.de
+
+- Update to version 0.15.1 - 2011-07-31
+  - Other versions menu now displays release labels and catalog numbers.
+  - Added CD-R, 8cm CD to the format mapping.
+  - Picard no longer fails to load releases with new or unknown media formats.
+  - Threading issues that could occasionally cause Picard to stop loading 
files have been fixed.
+  - Fixed album metadata processor plugins not working (#5960)
+  - Fixed loading of standalone recordings (#5961)
+  - Fixed requests stopping at midnight (#5963)
+  - Stopped using QDateTime for timing requests (for Qt 4.6 compatibility) 
(#5967)
+  - Fixed display of ampersands in the other versions menu. (#5969)
+  - Fixed use of numerical functions in advanced scripting.
+
+---

calling whatdependson for head-i586


Old:

  picard-0.15.tar.gz

New:

  picard-0.15.1.tar.gz



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.0R0wnn/_old  2011-08-24 17:17:19.0 +0200
+++ /var/tmp/diff_new_pack.0R0wnn/_new  2011-08-24 17:17:19.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   picard
-Version:0.15
+Version:0.15.1
 Release:1
 Summary:The Next Generation MusicBrainz Tagger
 License:GPLv2+

++ picard-0.15.tar.gz - picard-0.15.1.tar.gz ++
 2639 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org