Hello community, here is the log from the commit of package pragha for openSUSE:Factory checked in at 2019-06-30 10:21:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pragha (Old) and /work/SRC/openSUSE:Factory/.pragha.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pragha" Sun Jun 30 10:21:21 2019 rev:23 rq:712494 version:1.3.99 Changes: -------- --- /work/SRC/openSUSE:Factory/pragha/pragha.changes 2019-01-24 14:11:35.579488565 +0100 +++ /work/SRC/openSUSE:Factory/.pragha.new.4615/pragha.changes 2019-06-30 10:21:22.667608681 +0200 @@ -1,0 +2,6 @@ +Fri Jun 28 14:57:56 UTC 2019 - Marcel Kuehlhorn <[email protected]> + +- Fixed dependency issue due to new gupnp version in Tumbleweed +- Removed conditionals for Leap < 15 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pragha.spec ++++++ --- /var/tmp/diff_new_pack.wKMUTT/_old 2019-06-30 10:21:23.339609725 +0200 +++ /var/tmp/diff_new_pack.wKMUTT/_new 2019-06-30 10:21:23.343609731 +0200 @@ -37,7 +37,11 @@ BuildRequires: pkgconfig(gthread-2.0) >= 2.31 BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0 BuildRequires: pkgconfig(gudev-1.0) +%if 0%{?suse_version} >= 01550 && 0%{?is_opensuse} +BuildRequires: pkgconfig(gupnp-1.2) +%else BuildRequires: pkgconfig(gupnp-1.0) +%endif BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(keybinder-3.0) BuildRequires: pkgconfig(libcddb) @@ -127,7 +131,7 @@ %build export CPPFLAGS='-I/usr/include/gssdp-1.0/ -I/usr/include/gupnp-1.0/ -I/usr/include/libsoup-2.4/' %configure -make %{?_smp_mflags} +%make_build %{?_smp_mflags} %install %make_install @@ -150,16 +154,6 @@ %find_lang %{name} -%if 0%{?suse_version} && 0%{?suse_version} < 1500 -%post -%desktop_database_post -%icon_theme_cache_post - -%postun -%desktop_database_postun -%icon_theme_cache_postun -%endif - %files # FIXME: add AUTHORS to docs if not empty. %license COPYING @@ -167,9 +161,6 @@ %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/*/*.* -%if 0%{?suse_version} && 0%{?suse_version} < 1500 -%dir %{_datadir}/metainfo/ -%endif %{_datadir}/metainfo/io.github.pragha-music-player.metainfo.xml %{_datadir}/pixmaps/%{name}/ %{_mandir}/man?/*
