Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kew for openSUSE:Factory checked in 
at 2025-09-09 20:30:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kew (Old)
 and      /work/SRC/openSUSE:Factory/.kew.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kew"

Tue Sep  9 20:30:24 2025 rev:23 rq:1303265 version:3.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kew/kew.changes  2024-09-23 15:19:23.510400049 
+0200
+++ /work/SRC/openSUSE:Factory/.kew.new.1977/kew.changes        2025-09-09 
20:30:51.722786321 +0200
@@ -1,0 +2,15 @@
+Mon Sep  8 22:14:36 UTC 2025 - Muhammad Akbar Yanuar Mantari <[email protected]>
+
+- Update to version 3.4.1
+  * This update adds the ability to see and enqueue .m3u playlists
+    from the library view, fixes a few minor bugs and removes ALAC
+    decoding support.
+- add faad2 BuildRequires: enable aac support
+- add gcc-c++ BuildRequires: needed for build v3
+- add libogg-devel BuildRequires: enable ogg support
+- add libtag-devel BuildRequires: enable tag support
+- remove unneeded BuildRequires: 
+  * freeimage-devel
+  * pkgconfig(libavformat)
+
+-------------------------------------------------------------------

Old:
----
  kew-2.8.1.tar.gz

New:
----
  kew-3.4.1.tar.gz

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

Other differences:
------------------
++++++ kew.spec ++++++
--- /var/tmp/diff_new_pack.S7VhiB/_old  2025-09-09 20:30:52.730828803 +0200
+++ /var/tmp/diff_new_pack.S7VhiB/_new  2025-09-09 20:30:52.734828972 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package kew
 #
+# Copyright (c) 2025 mantarimay
 # Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,24 +17,28 @@
 #
 
 
+%bcond_without aac
 Name:           kew
-Version:        2.8.1
+Version:        3.4.1
 Release:        0
 Summary:        A command-line music player
 License:        GPL-2.0-only
 URL:            https://github.com/ravachol/kew
 Source:         %{url}/archive/v%{version}/kew-%{version}.tar.gz
-BuildRequires:  freeimage-devel
 BuildRequires:  libnotify-devel
+BuildRequires:  libogg-devel
+BuildRequires:  libtag-devel
+%if %{with aac}
+BuildRequires:  faad2
+%endif
 %if 0%{?suse_version} < 1600
 BuildRequires:  clang >= 17
 %else
-BuildRequires:  gcc >= 13
+BuildRequires:  gcc-c++
 %endif
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(chafa)
 BuildRequires:  pkgconfig(fftw3)
-BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(opusfile)
 BuildRequires:  pkgconfig(vorbisfile)
 
@@ -50,11 +55,11 @@
 %make_build
 
 %install
-%make_install
+%make_install PREFIX=%_prefix MAN_DIR=%_mandir
 
 %files
 %license LICENSE
-%doc README*
+%doc README* CHANGELOG.md
 %{_bindir}/kew
 %{_mandir}/man1/kew.1%{?ext_man}
 

++++++ kew-2.8.1.tar.gz -> kew-3.4.1.tar.gz ++++++
++++ 64476 lines of diff (skipped)

Reply via email to