Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pamixer for openSUSE:Factory checked 
in at 2022-10-18 12:45:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pamixer (Old)
 and      /work/SRC/openSUSE:Factory/.pamixer.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pamixer"

Tue Oct 18 12:45:16 2022 rev:4 rq:1029597 version:1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/pamixer/pamixer.changes  2021-11-09 
23:55:13.351971338 +0100
+++ /work/SRC/openSUSE:Factory/.pamixer.new.2275/pamixer.changes        
2022-10-18 12:45:40.793816626 +0200
@@ -1,0 +2,8 @@
+Mon Oct 10 18:35:18 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to 1.6:
+  * Allow to select ???running??? sinks
+  * Fix `--get-volume` and `--get-volume-human` return non-zero
+- Drop fix-makefile-installation.patch
+
+-------------------------------------------------------------------

Old:
----
  fix-makefile-installation.patch
  pamixer-1.5.tar.gz

New:
----
  pamixer-1.6.tar.gz

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

Other differences:
------------------
++++++ pamixer.spec ++++++
--- /var/tmp/diff_new_pack.LASg2w/_old  2022-10-18 12:45:41.321817829 +0200
+++ /var/tmp/diff_new_pack.LASg2w/_new  2022-10-18 12:45:41.329817847 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pamixer
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2017 Dakota Williams <rainefor...@raineforest.me>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,18 +18,18 @@
 
 
 Name:           pamixer
-Version:        1.5
+Version:        1.6
 Release:        0
 Summary:        PulseAudio commandline mixer
 License:        GPL-3.0-or-later
 Group:          Productivity/Multimedia/Sound/Mixers
 URL:            https://github.com/cdemoulins/pamixer
 Source:         
https://github.com/cdemoulins/pamixer/archive/%{version}/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE fix-makefile-installation.patch -- Fix mandir and CXX 
flags
-Patch:          fix-makefile-installation.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libboost_program_options-devel
+BuildRequires:  meson
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(cxxopts)
 BuildRequires:  pkgconfig(libpulse)
 
 %description
@@ -38,14 +38,13 @@
 
 %prep
 %setup -q
-%patch -p1
 
 %build
-export CXXFLAGS="%{optflags}"
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install PREFIX=%{_prefix} MANDIR=%{_mandir}
+%meson_install
 
 %files
 %doc README.rst

++++++ pamixer-1.5.tar.gz -> pamixer-1.6.tar.gz ++++++
++++ 1707 lines of diff (skipped)

Reply via email to