Compare commits

...

No commits in common. 'c9' and 'i10cs' have entirely different histories.
c9 ... i10cs

2
.gitignore vendored

@ -1 +1 @@
SOURCES/wireplumber-0.4.14.tar.bz2 SOURCES/wireplumber-0.5.5.tar.bz2

@ -1 +1 @@
88a23fffb7240a3db7906546b13867b41b8e1c12 SOURCES/wireplumber-0.4.14.tar.bz2 e0bf43d59dee7832aeda7d8f158cd81b3979ebc5 SOURCES/wireplumber-0.5.5.tar.bz2

@ -1,6 +1,6 @@
Name: wireplumber Name: wireplumber
Version: 0.4.14 Version: 0.5.5
Release: 1%{?dist} Release: 2%{?dist}
Summary: A modular session/policy manager for PipeWire Summary: A modular session/policy manager for PipeWire
License: MIT License: MIT
@ -52,6 +52,13 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
The %{name}-devel package contains libraries and header files for The %{name}-devel package contains libraries and header files for
developing applications that use %{name}. developing applications that use %{name}.
%package doc
Summary: Documentation for %{name}
Recommends: %{name}%{?_isa} = %{version}-%{release}
%description doc
This package contains the documentation for WirePlumber.
%description %description
WirePlumber is a modular session/policy manager for PipeWire and a WirePlumber is a modular session/policy manager for PipeWire and a
GObject-based high-level library that wraps PipeWire's API, providing GObject-based high-level library that wraps PipeWire's API, providing
@ -76,6 +83,9 @@ managing PipeWire.
# Create local config skeleton # Create local config skeleton
mkdir -p %{buildroot}%{_sysconfdir}/wireplumber/{bluetooth.lua.d,common,main.lua.d,policy.lua.d} mkdir -p %{buildroot}%{_sysconfdir}/wireplumber/{bluetooth.lua.d,common,main.lua.d,policy.lua.d}
# Create missing empty system config dirs for other packages to drop files in
mkdir -p %{buildroot}%{_datadir}/wireplumber/wireplumber.conf.d
%find_lang %{name} %find_lang %{name}
%posttrans %posttrans
@ -101,38 +111,170 @@ fi
%dir %{_sysconfdir}/wireplumber/main.lua.d %dir %{_sysconfdir}/wireplumber/main.lua.d
%dir %{_sysconfdir}/wireplumber/policy.lua.d %dir %{_sysconfdir}/wireplumber/policy.lua.d
%{_datadir}/wireplumber/ %{_datadir}/wireplumber/
%{_datadir}/zsh/site-functions/_wpctl
%{_userunitdir}/wireplumber.service %{_userunitdir}/wireplumber.service
%{_userunitdir}/wireplumber@.service %{_userunitdir}/wireplumber@.service
%files libs -f %{name}.lang %files libs -f %{name}.lang
%license LICENSE %license LICENSE
%dir %{_libdir}/wireplumber-0.4/ %dir %{_libdir}/wireplumber-0.5/
%{_libdir}/wireplumber-0.4/libwireplumber-*.so %{_libdir}/wireplumber-0.5/libwireplumber-*.so
%{_libdir}/libwireplumber-0.4.so.* %{_libdir}/libwireplumber-0.5.so.*
%{_libdir}/girepository-1.0/Wp-0.4.typelib %{_libdir}/girepository-1.0/Wp-0.5.typelib
%files devel %files devel
%{_includedir}/wireplumber-0.4/ %{_includedir}/wireplumber-0.5/
%{_libdir}/libwireplumber-0.4.so %{_libdir}/libwireplumber-0.5.so
%{_libdir}/pkgconfig/wireplumber-0.4.pc %{_libdir}/pkgconfig/wireplumber-0.5.pc
%{_datadir}/gir-1.0/Wp-0.4.gir %{_datadir}/gir-1.0/Wp-0.5.gir
%files doc
%{_datadir}/doc/wireplumber/
%changelog %changelog
* Wed Mar 22 2023 Wim Taymans <wtaymans@redhat.com> - 0.4.14-1 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.5.5-2
- Update to version 0.4.14 - Bump release for October 2024 mass rebuild:
Resolves: rhbz#2180783 Resolves: RHEL-64018
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.5.5-1
- Rebuilt for MSVSphere 10
* Fri Jun 28 2024 Wim Taymans <wtaymans@redhat.com> - 0.5.5-1
- wireplumber 0.5.5
* Wed Jun 26 2024 Wim Taymans <wtaymans@redhat.com> - 0.5.4-1
- wireplumber 0.5.4
* Sat Jun 01 2024 Wim Taymans <wtaymans@redhat.com> - 0.5.3-1
- wireplumber 0.5.3
* Mon Apr 22 2024 Wim Taymans <wtaymans@redhat.com> - 0.5.2-1
- wireplumber 0.5.2
* Thu Apr 18 2024 Neal Gompa <ngompa@fedoraproject.org> - 0.5.1-2
- Backport support for loading external WpConf from disk
* Tue Apr 02 2024 Wim Taymans <wtaymans@redhat.com> - 0.5.1-1
- wireplumber 0.5.1
* Mon Mar 25 2024 Adam Williamson <awilliam@redhat.com> - 0.5.0-2
- Backport MR #620 to fix issues with bluetooth headsets etc.
- Resolves: rhbz#2269343
* Mon Mar 18 2024 Wim Taymans <wtaymans@redhat.com> - 0.5.0-1
- wireplumber 0.5.0
* Mon Mar 11 2024 Wim Taymans <wtaymans@redhat.com> - 0.4.90-1
- wireplumber 0.4.90
* Thu Jan 25 2024 Wim Taymans <wtaymans@redhat.com> - 0.4.81-1
- wireplumber 0.4.81
* Mon Dec 4 2023 Wim Taymans <wtaymans@redhat.com> - 0.4.17-1
- wireplumber 0.4.17
* Mon Dec 4 2023 Hector Martin <marcan@fedoraproject.org> - 0.4.16-2
- Create and own /usr/share/wireplumber/wireplumber.conf.d
* Thu Nov 23 2023 Wim Taymans <wtaymans@redhat.com> - 0.4.16-1
- wireplumber 0.4.16
* Tue Nov 7 2023 Hector Martin <marcan@fedoraproject.org> - 0.4.15-2
- Add upstream patch to enable node hiding
* Thu Oct 12 2023 Wim Taymans <wtaymans@redhat.com> - 0.4.15-1
- wireplumber 0.4.15
* Fri Sep 08 2023 Peter Hutterer <peter.hutterer@redhat.com>
- SPDX migration: mark as done
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Mar 9 2023 Wim Taymans <wim.taymans@redhat.com> - 0.4.14-1
- wireplumber 0.4.14
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Dec 13 2022 Wim Taymans <wim.taymans@redhat.com> - 0.4.13-1
- wireplumber 0.4.13
* Fri Oct 07 2022 Wim Taymans <wim.taymans@redhat.com> - 0.4.12-1
- wireplumber 0.4.12
* Thu Aug 04 2022 Ville-Pekka Vainio <vpvainio@iki.fi> - 0.4.11-4
- Add two patches to fix a rescan loop with Bluetooth
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jul 13 2022 Wim Taymans <wim.taymans@redhat.com> - 0.4.11-2
- Add patch to avoid crashes in VM
- Add patch to avoid dbus crash
- Resolves: rhbz#2104986
* Tue Jul 5 2022 Wim Taymans <wim.taymans@redhat.com> - 0.4.11-1
- wireplumber 0.4.11
* Tue May 10 2022 Wim Taymans <wim.taymans@redhat.com> - 0.4.10-1
- wireplumber 0.4.10
* Tue Mar 22 2022 Wim Taymans <wim.taymans@redhat.com> - 0.4.9-1
- wireplumber 0.4.9
* Wed Mar 16 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.4.8-3
- Backport e429db7e8c266045aee25e153fb2308bd61fe233 to fix sound on aarch64
* Mon Mar 7 2022 Wim Taymans <wim.taymans@redhat.com> - 0.4.8-2
- Add patch to fix openal and WINE format negotiation.
* Mon Feb 7 2022 Wim Taymans <wim.taymans@redhat.com> - 0.4.8-1
- wireplumber 0.4.8
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jan 14 2022 Wim Taymans <wim.taymans@redhat.com> - 0.4.7-2
- Add patch to fix default device.
* Thu Jan 13 2022 Wim Taymans <wim.taymans@redhat.com> - 0.4.7-1
- wireplumber 0.4.7
* Fri Jan 07 2022 Wim Taymans <wim.taymans@redhat.com> - 0.4.6-1
- wireplumber 0.4.6
* Fri Nov 19 2021 Wim Taymans <wim.taymans@redhat.com> - 0.4.5-3
- Add some upstream patches for OBS audio output capture and
device switching.
* Wed Nov 17 2021 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.5-2
- Move the systemd scriptlet to posttrans so we can dnf swap with
media-session (#2022584)
* Thu Nov 11 2021 Wim Taymans <wim.taymans@redhat.com> - 0.4.5-1
- wireplumber 0.4.5
* Tue Nov 02 2021 Neal Gompa <ngompa@fedoraproject.org> - 0.4.4-3
- Try again for WirePlumber preset upgrades to F35+ (#2016253)
* Sun Oct 24 2021 Neal Gompa <ngompa@fedoraproject.org> - 0.4.4-2
- Ensure WirePlumber activates on upgrade to F35+ (#2016253)
* Fri Oct 15 2021 Wim Taymans <wim.taymans@redhat.com> - 0.4.4-1
- wireplumber 0.4.4
* Wed Oct 13 2021 Neal Gompa <ngompa@fedoraproject.org> - 0.4.3-3
- Fix config setup in file list (#2013861)
* Fri Feb 18 2022 Wim Taymans <wtaymans@redhat.com> - 0.4.8-1 * Mon Oct 11 2021 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.3-2
- Update to version 0.4.8 - Fix segfault due to a typo (#2012606)
Resolves: rhbz#2055692
* Wed Nov 17 2021 Neal Gompa <ngompa@centosproject.org> - 0.4.5-1 * Fri Oct 08 2021 Wim Taymans <wim.taymans@redhat.com> - 0.4.3-1
- Update to version 0.4.5 - wireplumber 0.4.3
Resolves: rhbz#2022695
* Tue Nov 16 2021 Neal Gompa <ngompa@centosproject.org> - 0.4.1-3 * Wed Sep 01 2021 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.2-1
- Obsolete pipewire-media-session - wireplumber 0.4.2
Related: rhbz#2022694
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Loading…
Cancel
Save