6.0.1
This commit is contained in:
parent
dfaa295d91
commit
b1b68914ee
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@
|
||||
/kpipewire-5.93.0.tar.xz
|
||||
/kpipewire-5.93.2.tar.xz
|
||||
/kpipewire-6.0.0.tar.xz
|
||||
/kpipewire-6.0.1.tar.xz
|
||||
/kpipewire-6.0.1.1.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: kpipewire
|
||||
Summary: Set of convenient classes to use PipeWire in Qt projects
|
||||
Version: 6.0.0
|
||||
Version: 6.0.1.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.1-only AND LGPL-3.0-only
|
||||
@ -84,11 +84,17 @@ developing applications that use %{name}.
|
||||
%files -f %{name}.lang
|
||||
%license LICENSES/*
|
||||
%{_libdir}/libKPipeWire.so.6
|
||||
%{_libdir}/libKPipeWire.so.%{version}
|
||||
#%{_libdir}/libKPipeWire.so.%{version}
|
||||
# only here due to re-spin
|
||||
%{_libdir}/libKPipeWire.so.6.0.1
|
||||
%{_libdir}/libKPipeWireRecord.so.6
|
||||
%{_libdir}/libKPipeWireRecord.so.%{version}
|
||||
#%{_libdir}/libKPipeWireRecord.so.%{version}
|
||||
# only here due to re-spin
|
||||
%{_libdir}/libKPipeWireRecord.so.6.0.1
|
||||
%{_libdir}/libKPipeWireDmaBuf.so.6
|
||||
%{_libdir}/libKPipeWireDmaBuf.so.%{version}
|
||||
#%{_libdir}/libKPipeWireDmaBuf.so.%{version}
|
||||
# only here due to re-spin
|
||||
%{_libdir}/libKPipeWireDmaBuf.so.6.0.1
|
||||
%{_qt6_qmldir}/org/kde/pipewire/*
|
||||
%{_kf6_datadir}/qlogging-categories6/*.categories
|
||||
|
||||
@ -102,6 +108,12 @@ developing applications that use %{name}.
|
||||
%{_libdir}/cmake/KPipeWire/*.cmake
|
||||
|
||||
%changelog
|
||||
* Wed Mar 06 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.1.1-1
|
||||
- 6.0.1.1
|
||||
|
||||
* Wed Mar 06 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.1-1
|
||||
- 6.0.1
|
||||
|
||||
* Wed Feb 21 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.0-1
|
||||
- 6.0.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kpipewire-6.0.0.tar.xz) = 8df10851896257aa2c8ca75e4f2aa25dab93fff2c40364944bf455346e8277df647a26b25bfeb97852b67fd062575bcd31f1450edd03cc4da8e325b66e0a1787
|
||||
SHA512 (kpipewire-6.0.1.1.tar.xz) = d5f6868f9b277172ea9824c857899669dfde7b8a7f11d39f34f589d28c690591ed9c1f8de69d7cb2b544011bd1afa034fdbf81430c22f50221f7fe2dbb7752f5
|
||||
|
Loading…
Reference in New Issue
Block a user