Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package deadbeef for openSUSE:Factory 
checked in at 2022-07-03 18:26:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deadbeef (Old)
 and      /work/SRC/openSUSE:Factory/.deadbeef.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deadbeef"

Sun Jul  3 18:26:57 2022 rev:16 rq:986378 version:1.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/deadbeef/deadbeef.changes        2021-09-10 
23:41:52.854595751 +0200
+++ /work/SRC/openSUSE:Factory/.deadbeef.new.1548/deadbeef.changes      
2022-07-03 18:26:57.712741507 +0200
@@ -1,0 +2,42 @@
+Sat Jul 02 13:08:43 UTC 2022 - [email protected]
+
+- Update to version 1.9.1:
+  * Remove the hearts from default titlebar - mainly because large percentage 
of systems can't display emoji in the title bar.
+  * fix LINGUAS and translators.txt to include 'be'
+  * translation: restore Belarussian language translation
+  * gtkui: exclude medialib files, to avoid broken tarball
+
+  Changes in 1.9.0
+  * Fixed: WMA regression which caused corrupt playback
+  * Fixed: Deadlock in ALSA plugin
+  * Fixed: Mis-detection of raw AAC files as MP4 files
+  * Fixed: Handling empty title formatting scripts
+  * Fixed: Memory error when dragging playlist via Playlist Browser
+  * Fixed: Keyboard nagivation issues across playlist tabs (Saivert)
+  * Fixed: Playlist tabs and playlist customized colors bugs (Saivert)
+  * Fixed: Paused state was not persisted correctly after force-quitting
+  * Fixed: Regression which broke musepack seeking
+  * Fixed: Crash when notification artwork could not be found
+  * Fixed: Poor performance when saving playlist and configuration files
+  * Fixed: sndfile not opening files because of uninitialized memory access bug
+  * Fixed: Crash when removing tracks from playlist while they're playing
+  * Fixed: Rendering group titles with blank text
+  * Fixed: Delay activation of a playlist tab during drag-drop over the tab bar
+  * Fixed: ???ussian and ???elarussian languages are no longer supported
+  * Added: Long file seeking support for Opus and FFMPEG
+  * Added: HTTPS support for vfs_curl in portable builds, via libmbedtls
+  * Added: New Scope and Spectrum Analyzer visualizations
+  * Added: Visualization appearance preferences pane
+  * Added: New album art loader
+  * Added: Configurable volume bar scale (dB, linear, cubic) via context menu 
(Saivert)
+  * Added: Title formatting $year(time) function
+  * Added: GTK UI for editing a chosen field of multiple selected tracks, in a 
table interface
+  * Added: Creating new playlist via clicking the "+" button in the playlist 
tab strip (Saivert)
+  * Added: Improved DSP preferences GTK UI (Saivert)
+  * Added: Improved handling of invalid MP3 files
+  * Added: Last.fm scrobbler will use HTTPS by default
+
+- Refresh deadbeef-drop-documents-installation.patch
+- Add deadbeef-fix-includes.patch
+
+-------------------------------------------------------------------

Old:
----
  deadbeef-1.8.8.tar.xz

New:
----
  deadbeef-1.9.1.tar.xz
  deadbeef-fix-includes.patch

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

Other differences:
------------------
++++++ deadbeef.spec ++++++
--- /var/tmp/diff_new_pack.6IZAfA/_old  2022-07-03 18:26:58.680742937 +0200
+++ /var/tmp/diff_new_pack.6IZAfA/_new  2022-07-03 18:26:58.684742943 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package deadbeef
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,10 +21,10 @@
 %define _lto_cflags %{nil}
 %bcond_with restricted
 Name:           deadbeef
-Version:        1.8.8
+Version:        1.9.1
 Release:        0
 Summary:        GTK+ audio player
-License:        Zlib AND GPL-2.0-or-later AND LGPL-2.1-or-later AND 
BSD-3-Clause
+License:        BSD-3-Clause AND GPL-2.0-or-later AND Zlib AND 
LGPL-2.1-or-later
 Group:          Productivity/Multimedia/Sound/Players
 URL:            https://deadbeef.sourceforge.io/
 Source:         %{name}-%{version}.tar.xz
@@ -32,7 +32,8 @@
 # PATCH-FIX-OPENSUSE 
0003-Fix-operator-precedence-and-uninitialized-value-warn.patch
 Patch0:         0003-Fix-operator-precedence-and-uninitialized-value-warn.patch
 # PATCH-FIX-OPENSUSE deadbeef-drop-documents-installation.patch 
[email protected] -- Install documents by rpmbuild.
-Patch2:         %{name}-drop-documents-installation.patch
+Patch1:         %{name}-drop-documents-installation.patch
+Patch2:         %{name}-fix-includes.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  clang
@@ -92,7 +93,7 @@
 %if %{with restricted}
 %package plugins-extra
 Summary:        Extra plugins for DeaDBeeF
-License:        Zlib AND GPL-2.0-or-later AND LGPL-2.1-or-later AND 
BSD-3-Clause AND Unicode AND NonFree
+License:        BSD-3-Clause AND GPL-2.0-or-later AND Zlib AND 
LGPL-2.1-or-later AND Unicode AND NonFree
 Group:          Productivity/Multimedia/Sound/Players
 Requires:       %{name} = %{version}
 Recommends:     faac
@@ -120,8 +121,14 @@
 %build
 export CC=clang
 export CXX=clang++
-export CFLAGS="%{optflags} -fno-strict-aliasing -fpie -fPIC"
+# clang on 15.3 doesn't know about '-Wno-unused-but-set-variable'
+%if 0%{?sle_version} == 150300
+export CFLAGS="%{optflags} -fno-strict-aliasing 
-Wno-unused-command-line-argument -fpie -fPIC"
 export CXXFLAGS="$CFLAGS"
+%else
+export CFLAGS="%{optflags} -fno-strict-aliasing 
-Wno-unused-command-line-argument -Wno-unused-but-set-variable -fpie -fPIC"
+export CXXFLAGS="$CFLAGS"
+%endif
 export LDFLAGS="$LDFLAGS -pie"
 
 NOCONFIGURE=1 ./autogen.sh
@@ -145,8 +152,7 @@
 %fdupes -s %{buildroot}%{_libdir}/%{name}/data68/Replay
 
 %files
-%doc README README.md help.txt about.txt translators.txt CONTRIBUTING.md
-%doc AUTHORS ChangeLog translation/help.ru.txt ABOUT-NLS
+%doc README help.txt about.txt translators.txt ChangeLog
 %license COPYING COPYING.GPLv2 COPYING.LGPLv2.1
 %{_bindir}/%{name}
 %dir %{_libdir}/%{name}/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.6IZAfA/_old  2022-07-03 18:26:58.712742985 +0200
+++ /var/tmp/diff_new_pack.6IZAfA/_new  2022-07-03 18:26:58.716742990 +0200
@@ -2,8 +2,9 @@
   <service mode="disabled" name="tar_scm">
     <param name="url">https://github.com/DeaDBeeF-Player/deadbeef.git</param>
     <param name="scm">git</param>
-    <param name="revision">1.8.8</param>
+    <param name="revision">1.9.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
+    <param name="changesgenerate">enable</param>
     <param name="filename">deadbeef</param>
   </service>
   <service mode="disabled" name="recompress">

++++++ deadbeef-1.8.8.tar.xz -> deadbeef-1.9.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/deadbeef/deadbeef-1.8.8.tar.xz 
/work/SRC/openSUSE:Factory/.deadbeef.new.1548/deadbeef-1.9.1.tar.xz differ: 
char 26, line 1

++++++ deadbeef-drop-documents-installation.patch ++++++
--- /var/tmp/diff_new_pack.6IZAfA/_old  2022-07-03 18:26:58.744743032 +0200
+++ /var/tmp/diff_new_pack.6IZAfA/_new  2022-07-03 18:26:58.748743037 +0200
@@ -1,16 +1,14 @@
-diff -Nur deadbeef-1.8.2/Makefile.am deadbeef-1.8.2-new/Makefile.am
---- deadbeef-1.8.2/Makefile.am 2019-08-02 02:36:50.000000000 +0800
-+++ deadbeef-1.8.2-new/Makefile.am     2020-01-06 23:09:09.377726700 +0800
-@@ -62,9 +62,9 @@
+diff -Naur deadbeef-1.9.1/Makefile.am deadbeef-1.9.1.new/Makefile.am
+--- deadbeef-1.9.1/Makefile.am 2022-05-14 19:19:32.000000000 +0200
++++ deadbeef-1.9.1.new/Makefile.am     2022-07-02 15:39:48.125529818 +0200
+@@ -69,8 +69,8 @@
  
  docsdir = $(docdir)
  
 -docs_DATA = README help.txt about.txt translators.txt ChangeLog\
--      COPYING.GPLv2 COPYING.LGPLv2.1\
--      translation/help.ru.txt
+-      COPYING.GPLv2 COPYING.LGPLv2.1
 +#docs_DATA = README help.txt about.txt translators.txt ChangeLog\
-+#     COPYING.GPLv2 COPYING.LGPLv2.1\
-+#     translation/help.ru.txt
++#     COPYING.GPLv2 COPYING.LGPLv2.1
  
  desktopdir = $(datadir)/applications
  desktop_DATA = deadbeef.desktop

++++++ deadbeef-fix-includes.patch ++++++
diff -Naur deadbeef-1.9.1/plugins/gtkui/covermanager/albumartwidget.c 
deadbeef-1.9.1.new/plugins/gtkui/covermanager/albumartwidget.c
--- deadbeef-1.9.1/plugins/gtkui/covermanager/albumartwidget.c  2022-05-14 
19:19:32.000000000 +0200
+++ deadbeef-1.9.1.new/plugins/gtkui/covermanager/albumartwidget.c      
2022-07-02 16:24:48.747116995 +0200
@@ -30,7 +30,7 @@
 #include "albumartwidget.h"
 #include "covermanager.h"
 #include "gobjcache.h"
-#include <Block.h>
+#include <block/Block.h>
 
 #define min(x,y) ((x)<(y)?(x):(y))
 
diff -Naur deadbeef-1.9.1/plugins/gtkui/covermanager/covermanager.c 
deadbeef-1.9.1.new/plugins/gtkui/covermanager/covermanager.c
--- deadbeef-1.9.1/plugins/gtkui/covermanager/covermanager.c    2022-05-14 
19:19:32.000000000 +0200
+++ deadbeef-1.9.1.new/plugins/gtkui/covermanager/covermanager.c        
2022-07-02 16:24:11.875158405 +0200
@@ -26,7 +26,7 @@
 #include "../../artwork/artwork.h"
 #include "covermanager.h"
 #include "gobjcache.h"
-#include <Block.h>
+#include <block/Block.h>
 #include "gtkui.h"
 
 #define min(x,y) ((x)<(y)?(x):(y))
diff -Naur deadbeef-1.9.1/plugins/gtkui/playlist/playlistcontroller.c 
deadbeef-1.9.1.new/plugins/gtkui/playlist/playlistcontroller.c
--- deadbeef-1.9.1/plugins/gtkui/playlist/playlistcontroller.c  2022-05-14 
19:19:32.000000000 +0200
+++ deadbeef-1.9.1.new/plugins/gtkui/playlist/playlistcontroller.c      
2022-07-02 16:23:28.347207313 +0200
@@ -21,7 +21,7 @@
     3. This notice may not be removed or altered from any source distribution.
 */
 
-#include <Block.h>
+#include <block/Block.h>
 #include <dispatch/dispatch.h>
 #include <stdlib.h>
 #include <string.h>
diff -Naur deadbeef-1.9.1/plugins/notify/notify.c 
deadbeef-1.9.1.new/plugins/notify/notify.c
--- deadbeef-1.9.1/plugins/notify/notify.c      2022-05-14 19:19:32.000000000 
+0200
+++ deadbeef-1.9.1.new/plugins/notify/notify.c  2022-07-02 16:22:58.271241120 
+0200
@@ -16,7 +16,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 
USA.
 */
-#include <Block.h>
+#include <block/Block.h>
 #include <dbus/dbus.h>
 #include <dispatch/dispatch.h>
 #include "../../deadbeef.h"
diff -Naur deadbeef-1.9.1/plugins.c deadbeef-1.9.1.new/plugins.c
--- deadbeef-1.9.1/plugins.c    2022-05-14 19:19:32.000000000 +0200
+++ deadbeef-1.9.1.new/plugins.c        2022-07-02 16:22:27.495275699 +0200
@@ -24,7 +24,7 @@
 
   Alexey Yakovenko [email protected]
 */
-#include <Block.h>
+#include <block/Block.h>
 #include <ctype.h>
 #include <dirent.h>
 #include <dispatch/dispatch.h>

Reply via email to