Page MenuHomeSolus

D10891.diff
No OneTemporary

D10891.diff

diff --git a/abi_libs b/abi_libs
new file mode 100644
--- /dev/null
+++ b/abi_libs
@@ -0,0 +1 @@
+_astrcmp.cpython-37m-x86_64-linux-gnu.so
diff --git a/abi_symbols b/abi_symbols
new file mode 100644
--- /dev/null
+++ b/abi_symbols
@@ -0,0 +1,2 @@
+_astrcmp.cpython-37m-x86_64-linux-gnu.so:LevenshteinDistance
+_astrcmp.cpython-37m-x86_64-linux-gnu.so:PyInit__astrcmp
diff --git a/abi_used_symbols b/abi_used_symbols
new file mode 100644
--- /dev/null
+++ b/abi_used_symbols
@@ -0,0 +1,12 @@
+libc.so.6:__stack_chk_fail
+libc.so.6:free
+libc.so.6:malloc
+libpython3.7m.so.1.0:PyArg_ParseTuple
+libpython3.7m.so.1.0:PyEval_RestoreThread
+libpython3.7m.so.1.0:PyEval_SaveThread
+libpython3.7m.so.1.0:PyMem_Free
+libpython3.7m.so.1.0:PyModule_Create2
+libpython3.7m.so.1.0:PyUnicode_AsUCS4Copy
+libpython3.7m.so.1.0:PyUnicode_GetLength
+libpython3.7m.so.1.0:Py_BuildValue
+libpython3.7m.so.1.0:_PyUnicode_Ready
diff --git a/files/Use-system-theme.patch b/files/Use-system-theme.patch
--- a/files/Use-system-theme.patch
+++ b/files/Use-system-theme.patch
@@ -1,6 +1,6 @@
-From 07268f85acd6f840ecbf33d94316d1f69d294203 Mon Sep 17 00:00:00 2001
+From e08574e13e26f6994d06de42c1efffc978d500a3 Mon Sep 17 00:00:00 2001
From: Fabio Forni <livingsilver94.solus@redaril.me>
-Date: Thu, 17 Dec 2020 23:54:31 +0100
+Date: Tue, 20 Apr 2021 21:51:27 +0200
Subject: [PATCH] Use system theme
---
@@ -8,18 +8,18 @@
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/picard/ui/options/interface.py b/picard/ui/options/interface.py
-index 1a1a8fe..1e3abfe 100644
+index 81fad103..07272dab 100644
--- a/picard/ui/options/interface.py
+++ b/picard/ui/options/interface.py
-@@ -135,7 +135,7 @@ class InterfaceOptionsPage(OptionsPage):
- config.BoolOption("setting", "use_adv_search_syntax", False),
- config.BoolOption("setting", "quit_confirmation", True),
- config.TextOption("setting", "ui_language", ""),
-- config.BoolOption("setting", "use_system_theme", False),
-+ config.BoolOption("setting", "use_system_theme", True),
- config.BoolOption("setting", "filebrowser_horizontal_autoscroll", True),
- config.BoolOption("setting", "starting_directory", False),
- config.TextOption("setting", "starting_directory_path", _default_starting_dir),
+@@ -141,7 +141,7 @@ class InterfaceOptionsPage(OptionsPage):
+ BoolOption("setting", "use_adv_search_syntax", False),
+ BoolOption("setting", "quit_confirmation", True),
+ TextOption("setting", "ui_language", ""),
+- TextOption("setting", "ui_theme", str(UiTheme.DEFAULT)),
++ TextOption("setting", "ui_theme", str(UiTheme.SYSTEM)),
+ BoolOption("setting", "filebrowser_horizontal_autoscroll", True),
+ BoolOption("setting", "starting_directory", False),
+ TextOption("setting", "starting_directory_path", _default_starting_dir),
--
-2.29.2
+2.30.2
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : picard
-version : 2.5.5
-release : 21
+version : 2.6.1
+release : 22
source :
- - https://github.com/metabrainz/picard/archive/release-2.5.5.tar.gz : d6553e2a461d53124b57beccc671575265dab6101c4ba70306bd1db45f531875
+ - https://github.com/metabrainz/picard/archive/refs/tags/release-2.6.1.tar.gz : 5b51a4d7a669b25fe61889c1273c020f921d3cedb18049c8071171ac54746545
license : GPL-2.0-or-later
component : multimedia.audio
summary : Cross-platform music tagger written in Python
@@ -14,13 +14,15 @@
- pkgconfig(python3)
- mutagen
- python-dateutil
+ - python-fasteners
- python3-qt5
rundeps :
- chromaprint
- mutagen
- python-dateutil
- - python3-qt5
- python-discid
+ - python-fasteners
+ - python3-qt5
setup : |
%patch -p1 < $pkgfiles/Use-system-theme.patch
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -24,11 +24,11 @@
<PartOf>multimedia.audio</PartOf>
<Files>
<Path fileType="executable">/usr/bin/picard</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.5.5-py3.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.5.5-py3.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.5.5-py3.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.5.5-py3.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.5.5-py3.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.6.1-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.6.1-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.6.1-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.6.1-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.6.1-py3.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/__pycache__/album.cpython-37.pyc</Path>
@@ -347,6 +347,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/util/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/util/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/util/__pycache__/astrcmp.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard/util/__pycache__/bitreader.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/util/__pycache__/bytes2human.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/util/__pycache__/cdrom.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/util/__pycache__/checkupdate.cpython-37.pyc</Path>
@@ -369,6 +370,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/util/__pycache__/xml.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/util/_astrcmp.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/util/astrcmp.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard/util/bitreader.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/util/bytes2human.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/util/cdrom.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/util/checkupdate.py</Path>
@@ -553,12 +555,12 @@
</Files>
</Package>
<History>
- <Update release="21">
- <Date>2020-12-17</Date>
- <Version>2.5.5</Version>
+ <Update release="22">
+ <Date>2021-04-20</Date>
+ <Version>2.6.1</Version>
<Comment>Packaging update</Comment>
<Name>Fabio Forni</Name>
<Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 9:40 PM (3 h, 1 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800436
Default Alt Text
D10891.diff (7 KB)

Event Timeline