Accepting request 1005421 from games:tools

OBS-URL: https://build.opensuse.org/request/show/1005421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mumble?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2022-09-22 16:21:15 +00:00 committed by Git OBS Bridge
commit 4678428916
6 changed files with 51 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ec87ddcccd8929e40062ea6e868f287509d4436c60bbc75606cbf5b6b303b8b
size 9446657

Binary file not shown.

3
mumble-1.4.287.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:378e61d5bfa58ba51bfbb645067f459214a9872da09b306f2c2c3f1902200547
size 9457292

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQQe3r4qk8uX+pkD1S4l9jxmJF38YAUCYyDKFwAKCRAl9jxmJF38
YCVbAP0aRBeveBh85FMS8CHFG3dpr9ozmJG4FEmv1lXTtX1NgAEArAjt9Jr/e+AC
fmT1W39pGjwC8PvQKdQ/clFhsZuing8=
=5b4g
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Sep 21 18:14:40 UTC 2022 - Carsten Ziepke <kieltux@gmail.com>
- Update to 1.4.287:
- Client
* Fixed: Broken link targets with percent signs
* Fixed: Dont allow manual toggling of minimal view note
* Fixed: Fallback path for themes
* Fixed: Fix versions being transmitted incorrectly
(with patch numbers > 255)
* Fixed: Icon scale being way too small
* Fixed: Make hiding UI elements (in custom layout) persistent
again
* Fixed: Resolve log text scaling issues
- Server
* Fixed: Fix versions being transmitted incorrectly
(with patch numbers > 255)
- Add BuildRequires pcre2-devel for openSUSE Leap, fixes building
- Run spec-cleaner
-------------------------------------------------------------------
Thu Sep 1 09:11:05 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -28,7 +28,7 @@
# versions.
%bcond_with system_celt
Name: mumble
Version: 1.4.274
Version: 1.4.287
Release: 0
Summary: Voice Communication Client for Gamers
# For Legal: the bundled opus and speex subdirectories are not built.
@ -47,26 +47,13 @@ Source6: baselibs.conf
Patch0: fix-64bit-only-plugins.patch
BuildRequires: cmake >= 3.15
BuildRequires: gcc-c++
BuildRequires: libboost_headers-devel
BuildRequires: libcap-devel
BuildRequires: libogg-devel
BuildRequires: libsndfile-devel
BuildRequires: libspeechd-devel
BuildRequires: protobuf-devel
Requires: lsb-release
BuildRequires: libboost_headers-devel
BuildRequires: pkgconfig(avahi-compat-libdns_sd)
%if %{with system_celt}
BuildRequires: libcelt-devel
Requires: libcelt0 > 0.7.0
%endif
%if %{with system_opus}
BuildRequires: pkgconfig(opus)
%endif
%if %{with system_speex}
BuildRequires: pkgconfig(speex)
BuildRequires: pkgconfig(speexdsp)
%endif
BuildRequires: pkgconfig
BuildRequires: protobuf-devel
BuildRequires: update-desktop-files
BuildRequires: cmake(PocoZip)
BuildRequires: cmake(Qt5LinguistTools)
@ -80,9 +67,25 @@ BuildRequires: pkgconfig(Qt5TextToSpeech)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(avahi-compat-libdns_sd)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(libopenssl)
BuildRequires: pkgconfig(xi)
Requires: lsb-release
%if 0%{?sle_version} >= 150300 && 0%{?is_opensuse}
BuildRequires: pcre2-devel
%endif
%if %{with system_celt}
BuildRequires: libcelt-devel
Requires: libcelt0 > 0.7.0
%endif
%if %{with system_opus}
BuildRequires: pkgconfig(opus)
%endif
%if %{with system_speex}
BuildRequires: pkgconfig(speex)
BuildRequires: pkgconfig(speexdsp)
%endif
%if %{with ice}
BuildRequires: pkgconfig(ice)
%endif
@ -122,11 +125,11 @@ Requires(pre): %{_sbindir}/useradd
Recommends: libQt5Sql5-mysql
Recommends: libQt5Sql5-postgresql
Recommends: libQt5Sql5-sqlite
%{?systemd_requires}
%if 0%{?snapshot:1}
Conflicts: mumble-server < %{version}
Provides: mumble-server = %{version}
%endif
%{?systemd_requires}
%description server
Low-latency, high-quality voice communication for gamers. Includes game
@ -135,7 +138,7 @@ characters, and has echo cancellation so the sound from your loudspeakers
won't be audible to other players.
%prep
%autosetup -p1 -n %{name}-src
%autosetup -p1 -n %{name}-%{version}.src
%build
%cmake \