#1 Update to 1.3.4
Opened 5 years ago by matias. Modified 5 years ago
rpms/ matias/pragha master  into  rawhide

file modified
+10 -7
@@ -4,8 +4,8 @@ 

  %undefine _strict_symbol_defs_build

  

  Name:           pragha

- Version:        1.3.3

- Release:        15%{?dist}

+ Version:        1.3.4

+ Release:        1%{?dist}

  Summary:        Lightweight GTK+ music manager

  

  License:        GPLv3+
@@ -39,11 +39,12 @@ 

  BuildRequires:  pkgconfig(libcdio_paranoia) >= 0.90

  BuildRequires:  pkgconfig(libcdio) >= 0.80

  #BuildRequires:  libcurl-devel >= 7.18

- # libglyr is not yet in Fedora

- #BuildRequires:  pkgconfig(libglyr) >= 1.0.1

+ BuildRequires:  pkgconfig(libglyr) >= 1.0.1

  BuildRequires:  pkgconfig(libclastfm) >= 0.5

  BuildRequires:  pkgconfig(libnotify) >= 0.7.5

  BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.10.0

+ # Needed to share on dlna plugin but fail.

+ #BuildRequires:  pkgconfig(rygel-server-2.6) >= 0.20.0

  BuildRequires:  pkgconfig(sqlite3) >= 3.4

  BuildRequires:  pkgconfig(taglib_c) >= 1.8

  BuildRequires:  pkgconfig(libpeas-1.0) >= 1.0.0
@@ -65,9 +66,6 @@ 

  %prep

  %setup -q

  

- # Hack to support grilo 0.3

- sed -i -e 's/grilo-0\.2/grilo-0.3/g' configure

- 

  %build

  %configure

  
@@ -100,6 +98,11 @@ 

  %{_libdir}/pragha

  

  %changelog

+ * Tue Feb 26 2019 Matias De lellis <mati86dl@gmail.com> - 1.3.4-1

+ - Update to 1.3.4

+ - Remove hack to support grilo 0.3

+ - Enable song info plugin.

+ 

  * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-15

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

Remove hack to support grilo 0.3
Enable song info plugin.

Tarball:
* https://github.com/pragha-music-player/pragha/releases/download/v1.3.4/pragha-1.3.4.tar.bz2

p.s
The idea if it is possible is to add it to F30, however it depends on having glyr there, and it would be desirable to update libclastfm (https://src.fedoraproject.org/rpms/libclastfm/pull-request/1)