stable

tellico-3.4.2-2.fc35

FEDORA-2021-6108ede740 created by jamatos 3 years ago for Fedora 35

Update to the latest stable release. This version is built, where available, with QtWebEngine (better rendering of html pages) and with support for graphical chart reports.

The main changes since the previous stable release are listed below.

Features:

  • A new data source for RPGGeek was added.
  • The TheTVDB data source was updated.
  • The kino.de data source was updated.
  • The IBS.it data source was updated.
  • The kino-teatr data source was updated.
  • The IMDb data source was updated.
  • The BoardGameGeek data source now uses larger images, when configured.
  • The TheMovieDB data source now allows user-entered language selection.
  • The Discogs data source can now continue searches when more results are available.
  • Context menu actions were added to copy and save images.
  • All entry and report templates were updated to HTML5.
  • A DBUS command for importing PDF files was added.

Improvements and Bug Fixes:

  • Invalid XML characters are no longer saved and no longer break loading.
  • Recursive audio file metadata importing now works correctly and metadata import was expanded.
  • Importing string macros from an empty bibtex file now works correctly.
  • Undo now works after appending a new collection.
  • A crashing bug when importing some PDF files was fixed.

How to install

Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:

sudo dnf upgrade --refresh --advisory=FEDORA-2021-6108ede740

This update has been submitted for testing by jamatos.

3 years ago

This update's test gating status has been changed to 'ignored'.

3 years ago

This update has been pushed to testing.

3 years ago
User Icon mpreston commented & provided feedback 3 years ago
karma

fix for 2028811 is working. i was doing some testing for 2021338 tellico-3.4.2 and it crashes when i have it import my audio metadata from files. this worked in the prior version.,

Application: Tellico (tellico), signal: Segmentation fault

[KCrash Handler]

4 0x00007fba034d6a68 in TagLib::String::size() const () from /lib64/libtag.so.1

5 0x00007fba034e7e65 in TagLib::String::data(TagLib::String::Type) const () from /lib64/libtag.so.1

6 0x00007fba034d9f23 in TagLib::String::to8Bitabi:cxx11 const () from /lib64/libtag.so.1

7 0x00007fba034d9fc7 in TagLib::String::toCString(bool) const () from /lib64/libtag.so.1

8 0x00005594d71686d3 in Tellico::Import::AudioFileImporter::collection() ()

9 0x00005594d70854d9 in Tellico::MainWindow::importFile(Tellico::Import::Format, QList<QUrl> const&) ()

10 0x00005594d7072e38 in Tellico::MainWindow::slotFileImport(int) ()

11 0x00007fba010f23c9 in void doActivate<false>(QObject, int, void*) () from /lib64/libQt5Core.so.5

12 0x00007fba010f2f65 in QSignalMapper::mappedInt(int) () from /lib64/libQt5Core.so.5

13 0x00007fba010f4840 in QSignalMapperPrivate::emitMappedValues(QObject*) () from /lib64/libQt5Core.so.5

14 0x00007fba010f23c9 in void doActivate<false>(QObject, int, void*) () from /lib64/libQt5Core.so.5

15 0x00007fba01eb7916 in QAction::triggered(bool) () from /lib64/libQt5Widgets.so.5

16 0x00007fba01eba62c in QAction::activate(QAction::ActionEvent) () from /lib64/libQt5Widgets.so.5

17 0x00007fba020445f2 in QMenuPrivate::activateCausedStack(QVector<QPointer\<QWidget> > const&, QAction*, QAction::ActionEvent, bool) () from /lib64/libQt5Widgets.so.5

18 0x00007fba0204c1b9 in QMenuPrivate::activateAction(QAction*, QAction::ActionEvent, bool) () from /lib64/libQt5Widgets.so.5

19 0x00007fba01f00e7e in QWidget::event(QEvent*) () from /lib64/libQt5Widgets.so.5

20 0x00007fba01ebe443 in QApplicationPrivate::notify_helper(QObject, QEvent) () from /lib64/libQt5Widgets.so.5

21 0x00007fba01ec6074 in QApplication::notify(QObject, QEvent) () from /lib64/libQt5Widgets.so.5

22 0x00007fba010be7b8 in QCoreApplication::notifyInternal2(QObject, QEvent) () from /lib64/libQt5Core.so.5

23 0x00007fba01ec4b57 in QApplicationPrivate::sendMouseEvent(QWidget, QMouseEvent, QWidget, QWidget, QWidget**, QPointer<QWidget>&, bool, bool) () from /lib64/libQt5Widgets.so.5

24 0x00007fba01f1af53 in QWidgetWindow::handleMouseEvent(QMouseEvent*) () from /lib64/libQt5Widgets.so.5

25 0x00007fba01f1d6e5 in QWidgetWindow::event(QEvent*) () from /lib64/libQt5Widgets.so.5

26 0x00007fba01ebe443 in QApplicationPrivate::notify_helper(QObject, QEvent) () from /lib64/libQt5Widgets.so.5

27 0x00007fba010be7b8 in QCoreApplication::notifyInternal2(QObject, QEvent) () from /lib64/libQt5Core.so.5

28 0x00007fba01512b98 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /lib64/libQt5Gui.so.5

29 0x00007fba014f2c9c in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Gui.so.5

30 0x00007fb9e5adf11e in xcbSourceDispatch(_GSource, int ()(void), void) () from /lib64/libQt5XcbQpa.so.5

31 0x00007fb9f63054cf in g_main_context_dispatch () from /lib64/libglib-2.0.so.0

32 0x00007fb9f63594f8 in g_main_context_iterate.constprop () from /lib64/libglib-2.0.so.0

33 0x00007fb9f6302c03 in g_main_context_iteration () from /lib64/libglib-2.0.so.0

34 0x00007fba0110fb98 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5

35 0x00007fba010bd1c2 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5

36 0x00007fba010c5704 in QCoreApplication::exec() () from /lib64/libQt5Core.so.5

37 0x00005594d6ff597f in main ()

[Inferior 1 (process 1291409) detached]

BZ#2021338 tellico-3.4.2 is available
BZ#2028811 issues with webp images
User Icon mpreston commented & provided feedback 3 years ago

sorry forgot to mention that was testing on F34

User Icon mpreston commented & provided feedback 3 years ago

and f35 also crashes

User Icon jamatos commented & provided feedback 3 years ago

The crash when importing audio seems suspicious in the sense that one of the changes of this release says:

"Recursive audio file metadata importing now works correctly and metadata import was expanded."

The compilation flags are the same as the previous version and taglib is exactly the same version as before. So without further data I suspect that this could be related to tellico's changes. :-(

User Icon mpreston commented & provided feedback 3 years ago

ok i can file an upstream bug. tellico doesn't have any debug/tracing that i can enable and will contact the developer

User Icon mpreston commented & provided feedback 3 years ago
karma

the crash can be ignore it turned out to be a corrupt file.

BZ#2021338 tellico-3.4.2 is available
BZ#2028811 issues with webp images
User Icon jamatos commented & provided feedback 3 years ago

Thank you for looking into this. I was prepared to suspend the update. Since that is no longer an issue in 3 days, at least, this will be in updates.

This update has been submitted for stable by bodhi.

3 years ago

This update has been pushed to stable.

3 years ago

Please login to add feedback.

Metadata
Type
unspecified
Karma
1
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
3
Stable by Time
7 days
Dates
submitted
3 years ago
in testing
3 years ago
in stable
3 years ago
BZ#2021338 tellico-3.4.2 is available
0
1
BZ#2028811 issues with webp images
0
1

Automated Test Results