Hello community,

here is the log from the commit of package pragha for openSUSE:Factory checked 
in at 2019-11-17 19:23:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pragha (Old)
 and      /work/SRC/openSUSE:Factory/.pragha.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pragha"

Sun Nov 17 19:23:53 2019 rev:24 rq:749113 version:1.3.99.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pragha/pragha.changes    2019-06-30 
10:21:22.667608681 +0200
+++ /work/SRC/openSUSE:Factory/.pragha.new.26869/pragha.changes 2019-11-17 
19:23:57.442845579 +0100
@@ -1,0 +2,59 @@
+Sun Nov 17 08:34:06 UTC 2019 - Kyrill Detinov <lazy.k...@opensuse.org>
+
+- Fix CPPFLAGS to use current versions.
+- Fix the source URL.
+
+-------------------------------------------------------------------
+Sat Sep 28 06:46:39 UTC 2019 - Stefan Seyfried <seife+...@b1-systems.com>
+
+- try to fix crazy deps explosion by packaging libpragha.so in main
+  pragha package
+- do not package plugins again in plugins-devel package
+
+-------------------------------------------------------------------
+Sun Aug 18 00:32:59 UTC 2019 - Marcel Kuehlhorn <tu...@opensuse.org>
+
+- Update to 1.3.99.1 (1.4 RC)
+  * Shows temporary messages or services errors such as
+    in-app-notifications.
+  * Replace the status bar with a floating bar that does not require
+    so much space.
+  * Huge refactoring of the mtp plugin. Everything runs in
+    a second thread.
+  * Split Pragha between the application and a library to link
+    the plugins.
+
+  * Add proxy setting to song-info plugin.
+  * Introduce PraghaTempProvider but not used yet.
+  * Move background tasks popover to main toolbar.
+  * Strip accentuation and others characters when approximate search.
+    Issue #146
+  * Send notification when finished ampache or koel import
+  * Use popovers in the menus of sidebars.
+  * Improve metadata for appstream. Issue #152
+  * Adjust copyright mentioning Consonance.
+  * Convert the status bar to an floating bar.
+  * Implement upgrade Koel and Ampache from library pane menu.
+  * Ampache: Reports when the server is empty.
+  * Save the list of suggestions with the original information.
+  * Show and hide the status bar automatically.
+  * Depends on xdt-csource instead of exo-csource to compile the menus.
+  * Add option to ignore playback errors to continue with others songs.
+
+  * Vizualizer: Not saturate particles so much but give them
+    more dynamics.
+  * Last.fm: Postpose update current song when a scrobble is pending.
+    Improve issue #142
+  * Tune.In: Find the first audio between all results.
+  * Rename dbus and appstream ids to better reverse-DNS domain.
+    Issue #117
+  * Don't use deprecated g_type_class_add_private.
+  * Port the status icon menu to GktBuilder/GMenu/GAction.
+  * Port part of library pane to GtkBuilder/GMenu.
+  * Fix a lot of deprecations messages.
+  * Fix ghost row (null null), in the list of similar songs
+  * Fix pulse indication in filter entry while search.
+  * DLNA client.. Force load glr-dleyna plugin.
+  * Various fixes to compile pragha with msys2
+
+-------------------------------------------------------------------

Old:
----
  pragha-1.3.99.tar.bz2

New:
----
  pragha-1.3.99.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pragha.spec ++++++
--- /var/tmp/diff_new_pack.oGuwPo/_old  2019-11-17 19:23:57.902845384 +0100
+++ /var/tmp/diff_new_pack.oGuwPo/_new  2019-11-17 19:23:57.902845384 +0100
@@ -17,14 +17,15 @@
 
 
 Name:           pragha
-Version:        1.3.99
+Version:        1.3.99.1
 Release:        0
 Summary:        Lightweight Music Player
 License:        GPL-3.0-or-later
 Group:          Productivity/Multimedia/Sound/Players
 URL:            https://github.com/pragha-music-player/pragha
-Source0:        
https://github.com/pragha-music-player/pragha/releases/download/%{version}/%{name}-%{version}.tar.bz2
+Source0:        
https://github.com/pragha-music-player/pragha/releases/download/v%{version}/%{name}-%{version}.tar.bz2
 Source100:      pragha-rpmlintrc
+BuildRequires:  appstream-glib
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
@@ -42,6 +43,7 @@
 %else
 BuildRequires:  pkgconfig(gupnp-1.0)
 %endif
+BuildRequires:  xfce4-dev-tools
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(keybinder-3.0)
 BuildRequires:  pkgconfig(libcddb)
@@ -129,9 +131,13 @@
 %setup -q
 
 %build
+%if 0%{?suse_version} >= 01550 && 0%{?is_opensuse}
+export CPPFLAGS='-I/usr/include/gssdp-1.2/ -I/usr/include/gupnp-1.2/ 
-I/usr/include/libsoup-2.4/'
+%else
 export CPPFLAGS='-I/usr/include/gssdp-1.0/ -I/usr/include/gupnp-1.0/ 
-I/usr/include/libsoup-2.4/'
+%endif
 %configure
-%make_build %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -150,8 +156,12 @@
 # Install Castillan locale to the right place.
 mv -f %{buildroot}%{_datadir}/locale/{ca_ES,ca}
 
+rm -f %{buildroot}%{_libdir}/pragha/libpragha.la
+
 %fdupes -s %{buildroot}%{_datadir}/icons/hicolor/
 
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.xml
+
 %find_lang %{name}
 
 %files
@@ -161,14 +171,16 @@
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/*/*.*
-%{_datadir}/metainfo/io.github.pragha-music-player.metainfo.xml
+%{_datadir}/metainfo/io.github.pragha_music_player.metainfo.xml
 %{_datadir}/pixmaps/%{name}/
+%{_datadir}/pragha/
 %{_mandir}/man?/*
+%dir %{_libdir}/%{name}/
+%{_libdir}/%{name}/libpragha.so
 
 %files plugins
 %license COPYING
 %doc FAQ NEWS README
-%dir %{_libdir}/%{name}/
 %dir %{_libdir}/%{name}/plugins/
 %dir %{_libdir}/%{name}/plugins/*/
 %{_libdir}/%{name}/plugins/*/*.plugin
@@ -177,7 +189,8 @@
 %files plugins-devel
 %license COPYING
 %doc NEWS
-%{_includedir}/%{name}/
+%{_includedir}/libpragha
+%{_libdir}/pkgconfig/libpragha.pc
 
 %files lang -f %{name}.lang
 

++++++ pragha-1.3.99.tar.bz2 -> pragha-1.3.99.1.tar.bz2 ++++++
++++ 101398 lines of diff (skipped)


Reply via email to