Hello community,

here is the log from the commit of package cantata for openSUSE:Factory checked 
in at 2020-09-01 20:10:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cantata (Old)
 and      /work/SRC/openSUSE:Factory/.cantata.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cantata"

Tue Sep  1 20:10:52 2020 rev:16 rq:831107 version:2.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cantata/cantata.changes  2020-03-17 
13:09:14.825757584 +0100
+++ /work/SRC/openSUSE:Factory/.cantata.new.3399/cantata.changes        
2020-09-01 20:11:04.228695374 +0200
@@ -1,0 +2,11 @@
+Tue Sep  1 12:12:14 UTC 2020 - Cor Blom <[email protected]>
+
+- i586 build ignore libexec setting for some reason, so added
+  conditional for this in the file list
+
+-------------------------------------------------------------------
+Mon Aug 31 21:25:21 UTC 2020 - Cor Blom <[email protected]>
+
+- Install helper apps into %{_libexecdir} and not into /usr/lib
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cantata.spec ++++++
--- /var/tmp/diff_new_pack.Y4WeZe/_old  2020-09-01 20:11:04.892695654 +0200
+++ /var/tmp/diff_new_pack.Y4WeZe/_new  2020-09-01 20:11:04.892695654 +0200
@@ -29,7 +29,7 @@
 # PATCH-FIX-UPSTREAM: [PATCH] Correctly set 'storeLyricsInMpdDir' config item, 
UI was
 # setting wrong config item. Cantatan issue #1576
 Patch1:         correct-path-saved-lyrics.patch
-# PATCH-FIX-UPSTREAM
+# PATCH_FIX-UPSTREAM: gh#CDrummond/cantata#1575
 Patch2:         0001-Correctly-handle-changing-Basic-mode-music-folder.patch
 BuildRequires:  fdupes
 BuildRequires:  media-player-info
@@ -101,7 +101,8 @@
 %autosetup -p1
 
 %build
-%cmake -DENABLE_REMOTE_DEVICES=OFF \
+%cmake -DCANTATA_HELPERS_LIB_DIR=%{_libexecdir} \
+    -DENABLE_REMOTE_DEVICES=OFF \
     -DENABLE_CATEGORIZED_VIEW=OFF
 %cmake_build
 
@@ -116,7 +117,11 @@
 %files
 %license LICENSE
 %{_bindir}/%{name}
+%ifarch i586
+/usr/lib/%{name}/
+%else
 %{_libexecdir}/%{name}/
+%endif
 %{_datadir}/%{name}
 %exclude %{_datadir}/%{name}/translations/
 %{_datadir}/applications/%{name}.desktop


Reply via email to