Accepting request 880673 from KDE:Extra

- Update to 3.4
  New Features:
  * New data sources for UPCitemdb, TVmaze, and Numista were added.
  * Colnect can now be searched for stamp results.
  * Batch searching was added for ISBNdb.
  * Barcode searching and updating was added to DVDfr, Discogs and
    MusicBrainz.
  * The Group View can now be sorted by fields other than the
    title.
  * The MultiFetcher data source was improved to "daisy-chain"
    results from multiple sources, merging them together. For
    example, a UPC search with UPCitemdb could be connected such
    that the result has additional information from TMDb.
  * Entries can now be filtered using minimum or maximum image
    size.
  * Importing from the Collectorz software family was added.
  * Graphical chart reports were added (requires compiling with
    QtCharts).
  Fixes:
  * The default toolbar layout for adding new entries to the
    collection was tweaked.
  * Data sources for Douban, Discogs, MusicBrainz, IGDB, OMDb,
    TheGamesDB, and TMDb were updated.
  * Overall, the entry updating and merging was also improved to
    both make a better search request as well as match existing
    results more efficiently.
  * The AnimeNFO data source was removed.
  * PlayStation5 and Xbox Series X were added to the list of
    default game platforms.
  * The entry and report templates were improved for mobile

OBS-URL: https://build.opensuse.org/request/show/880673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=88
This commit is contained in:
Dominique Leuenberger 2021-03-24 15:13:41 +00:00 committed by Git OBS Bridge
commit 8c288f0724
4 changed files with 61 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:716310760aa41b5673ffe8f239bf0a7835ca8030773499bf690de21c470e0187
size 5627840

3
tellico-3.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:617309ac091f7a17b7a31e16675f6283215b5f0b633b9c313776e680fd358cfb
size 5793776

View File

@ -1,3 +1,47 @@
-------------------------------------------------------------------
Sat Mar 20 08:27:43 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
- Update to 3.4
New Features:
* New data sources for UPCitemdb, TVmaze, and Numista were added.
* Colnect can now be searched for stamp results.
* Batch searching was added for ISBNdb.
* Barcode searching and updating was added to DVDfr, Discogs and
MusicBrainz.
* The Group View can now be sorted by fields other than the
title.
* The MultiFetcher data source was improved to "daisy-chain"
results from multiple sources, merging them together. For
example, a UPC search with UPCitemdb could be connected such
that the result has additional information from TMDb.
* Entries can now be filtered using minimum or maximum image
size.
* Importing from the Collectorz software family was added.
* Graphical chart reports were added (requires compiling with
QtCharts).
Fixes:
* The default toolbar layout for adding new entries to the
collection was tweaked.
* Data sources for Douban, Discogs, MusicBrainz, IGDB, OMDb,
TheGamesDB, and TMDb were updated.
* Overall, the entry updating and merging was also improved to
both make a better search request as well as match existing
results more efficiently.
* The AnimeNFO data source was removed.
* PlayStation5 and Xbox Series X were added to the list of
default game platforms.
* The entry and report templates were improved for mobile
layouts.
* A crashing bug on Windows was fixed (kde#422468).
* The "Filter by Group" command was again improved to better
match table fields.
* Tellico will now build against QtWebEngine instead of KHTML,
if available, since KHTML is deprecated.
* Bibtex parsing with the included btparse library is now a
compile-time option, which allows Tellico to build with MSVC.
- Build with QtWebEngine instead of KHTML where possible
- Add Qt5Charts BuildRequires to enable new graphical chart reports
-------------------------------------------------------------------
Thu Nov 26 09:11:18 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>

View File

@ -1,7 +1,7 @@
#
# spec file for package tellico
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# 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: tellico
Version: 3.3.4
Version: 3.4
Release: 0
Summary: A Collection Manager
License: GPL-2.0-or-later
@ -50,24 +50,32 @@ BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5ItemModels)
BuildRequires: cmake(KF5JobWidgets)
BuildRequires: cmake(KF5KHtml)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(KF5Sane)
BuildRequires: cmake(KF5Solid)
BuildRequires: cmake(KF5Sonnet)
BuildRequires: cmake(KF5TextWidgets)
BuildRequires: cmake(KF5Wallet)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(Qt5Charts)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Network)
BuildRequires: cmake(Qt5PrintSupport)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml)
BuildRequires: pkgconfig(libxml-2.0)
Recommends: %{name}-lang = %{version}
# QWebEngine is not available on ppc
%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64
BuildRequires: cmake(Qt5WebEngineWidgets)
%else
BuildRequires: cmake(KF5KHtml)
%endif
%description
Tellico is an application for organizing your collections. It provides
@ -97,7 +105,7 @@ stamps, trading cards, comic books, and wines.
%files
%license COPYING
%doc AUTHORS ChangeLog README
%doc AUTHORS ChangeLog README.md
%{_kf5_applicationsdir}/org.kde.tellico.desktop
%dir %{_kf5_appsdir}/kconf_update
%{_kf5_appsdir}/kconf_update/tellico*
@ -111,6 +119,7 @@ stamps, trading cards, comic books, and wines.
%doc %{_kf5_htmldir}/en/tellico/
%{_kf5_iconsdir}/hicolor/*/apps/tellico.png
%{_kf5_iconsdir}/hicolor/*/mimetypes/application-x-tellico.png
%{_kf5_knsrcfilesdir}/tellico*
%{_kf5_kxmlguidir}/tellico/
%{_datadir}/mime/packages/tellico.xml