SHA256
1
0
forked from pool/cozy

Accepting request 1075198 from home:favogt:branches:X11:Pantheon:Apps

- Drop unnecessary python3-magic dependency

  * Support for GTK style manager (thanks A6GibKm)
  * Use natural sorting for chapter titles
  * Redesigned preference window
  * Preferences can now be searched
  * Fix: position slider did not update the time correctly after an import scan
  * Fix: after an import scan the library did not display the currently playing book correctly
  * Multiple small bug fixes
  * Fix: in version 1.1.1 the mobile library switcher was not displayed when Cozy started with a narrow window
  * Display an error banner if an error occurs while importing new files
  * The audiobook directory selector in the empty state has been replaced by a button to allow a narrow window even with long directory names
  * Fix: multiple small UI issues
  * Fix: the welcome screen now works properly on a mobile device
  * Fix: don't display the mobile library switcher when no files are imported
  * Fix: in the book detail view the pause icon for a chapter remained even when the next chapter already started playing
  * Display an error banner if an error occurs while importing new files
  * The audiobook directory selector in the empty state has been replaced by a button to allow a narrow window even with long directory names
  * Fix: multiple small UI issues
  * Fix: the welcome screen now works properly on a mobile device
  * Fix: don't display the mobile library switcher when no files are imported
  * Fix: in the book detail view the pause icon for a chapter remained even when the next chapter already started playing
  * Redesigned library
  * Redesigned start screen
  * Redesigned book detail screen
  * Responsive design for the main window
  * Introducing a welcome screen for new installations
  * Fix: a rare bug where Cozy's volume was muted at first start
  * Fix: long book names or author names will be truncated properly
  * Chapters in the book detail view will now be loaded lazily (thanks chris-kobrzak!)

OBS-URL: https://build.opensuse.org/request/show/1075198
OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=92
This commit is contained in:
Dominique Leuenberger 2023-04-14 15:00:18 +00:00 committed by Git OBS Bridge
parent e0e167c887
commit ee6daa75ec
2 changed files with 149 additions and 146 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 10 10:55:04 UTC 2023 - Fabian Vogt <fvogt@suse.com>
- Drop unnecessary python3-magic dependency
-------------------------------------------------------------------
Sun Aug 21 13:01:42 UTC 2022 - Julian Geywitz <suse@geigi.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package cozy
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -27,29 +27,28 @@ Source0: https://github.com/geigi/cozy/archive/%{version}.tar.gz#/%{name}
BuildRequires: fdupes
BuildRequires: gobject-introspection
BuildRequires: hicolor-icon-theme
BuildRequires: libhandy-devel
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: python3-base
BuildRequires: python3-gobject
BuildRequires: python3-setuptools
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: libhandy-devel
BuildRequires: pkgconfig(granite) >= 5.3.0
BuildRequires: pkgconfig(gtk+-3.0)
Requires: granite
Requires: libhandy-1-0
Requires: python3-apsw
Requires: python3-cairo
Requires: python3-distro
Requires: python3-gst
Requires: python3-magic
Requires: python3-mutagen
Requires: python3-packaging
Requires: python3-peewee >= 3.9.6
Requires: python3-apsw
Requires: python3-pytaglib
Requires: libhandy-1-0
Requires: python3-pytz
Requires: python3-requests
Requires: pkgconfig(libdazzle-1.0)
Requires: granite
Requires: python3-pytz
Requires: python3-requests
Requires: python3-packaging
Recommends: %{name}-lang
Recommends: gstreamer-plugins-base
Recommends: gstreamer-plugins-good
@ -59,15 +58,14 @@ Provides: com.github.geigi.cozy = %{version}
BuildArch: noarch
# SECTION test requirements
BuildRequires: python3-cairo
BuildRequires: libhandy-1-0
BuildRequires: python3-apsw
BuildRequires: python3-distro
BuildRequires: python3-gst
BuildRequires: python3-magic
BuildRequires: python3-mutagen
BuildRequires: python3-packaging
BuildRequires: python3-peewee >= 3.9.6
BuildRequires: python3-pytaglib
BuildRequires: python3-distro
BuildRequires: python3-apsw
BuildRequires: python3-packaging
BuildRequires: libhandy-1-0
BuildRequires: pkgconfig(libdazzle-1.0)
# /SECTION