Accepting request 731548 from X11:Pantheon:Apps
OBS-URL: https://build.opensuse.org/request/show/731548 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cozy?expand=0&rev=6
This commit is contained in:
commit
49a8b7ad8f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d007bc1aa5aa08e1aca06af1b5504323b53be4597ab3998c7abf24efc6673722
|
|
||||||
size 608510
|
|
3
cozy-0.6.8.tar.gz
Normal file
3
cozy-0.6.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fce7e9a46dc6b7a56c243727310fdef2eb948ce4c44974104e03918e936bedda
|
||||||
|
size 640095
|
17
cozy.changes
17
cozy.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 17 12:53:48 UTC 2019 - Alexei Podvalsky <avvissu@yandex.by>
|
||||||
|
|
||||||
|
- Fix error when packaging: no translations found for cozy
|
||||||
|
- Spec file cleanup
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 16:15:14 UTC 2019 - Julian Geywitz <suse@geigi.de>
|
||||||
|
|
||||||
|
- Update to 0.6.8:
|
||||||
|
* Cozy features a new icon! Cheers to Fatih20
|
||||||
|
* App information is now translated! Cheers to NathanBnm
|
||||||
|
* Updated translations
|
||||||
|
* Fix: Sometimes the app name was not correctly displayed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 12 23:06:42 UTC 2019 - suse@geigi.de
|
Sat Jan 12 23:06:42 UTC 2019 - suse@geigi.de
|
||||||
|
|
||||||
@ -22,7 +37,7 @@ Sat Sep 8 17:52:42 UTC 2018 - suse@geigi.de
|
|||||||
- Update to 0.6.1:
|
- Update to 0.6.1:
|
||||||
* Improved artwork image quality
|
* Improved artwork image quality
|
||||||
* The book overview now supports multiple disks in audiobooks
|
* The book overview now supports multiple disks in audiobooks
|
||||||
* The file not found window will only open when the file is on
|
* The file not found window will only open when the file is on
|
||||||
the internal drive
|
the internal drive
|
||||||
* Fixed a typo
|
* Fixed a typo
|
||||||
* Support for elementaryOS 5.0
|
* Support for elementaryOS 5.0
|
||||||
|
10
cozy.spec
10
cozy.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cozy
|
# spec file for package cozy
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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: cozy
|
Name: cozy
|
||||||
Version: 0.6.7
|
Version: 0.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Audio Book Player
|
Summary: Audio Book Player
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -71,7 +71,7 @@ Play and organize your audio book collection.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
%suse_update_desktop_file com.github.geigi.cozy
|
%suse_update_desktop_file com.github.geigi.cozy
|
||||||
%find_lang %{name}
|
%find_lang com.github.geigi.cozy %{name}.lang
|
||||||
%fdupes %{buildroot}%{_datadir}
|
%fdupes %{buildroot}%{_datadir}
|
||||||
%fdupes %{buildroot}%{python3_sitelib}
|
%fdupes %{buildroot}%{python3_sitelib}
|
||||||
|
|
||||||
@ -84,7 +84,7 @@ Play and organize your audio book collection.
|
|||||||
%{_datadir}/glib-2.0/schemas/com.github.geigi.cozy.gschema.xml
|
%{_datadir}/glib-2.0/schemas/com.github.geigi.cozy.gschema.xml
|
||||||
%{_datadir}/metainfo/com.github.geigi.cozy.appdata.xml
|
%{_datadir}/metainfo/com.github.geigi.cozy.appdata.xml
|
||||||
%{_datadir}/icons/hicolor/*/*/*.??g
|
%{_datadir}/icons/hicolor/*/*/*.??g
|
||||||
%{_datadir}/cozy/
|
%{_datadir}/com.github.geigi.cozy/
|
||||||
%{python3_sitelib}/cozy/
|
%{python3_sitelib}/cozy/
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user