diff --git a/mumble-1.4.274.tar.gz b/mumble-1.4.274.tar.gz deleted file mode 100644 index 7598aea..0000000 --- a/mumble-1.4.274.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ec87ddcccd8929e40062ea6e868f287509d4436c60bbc75606cbf5b6b303b8b -size 9446657 diff --git a/mumble-1.4.274.tar.gz.sig b/mumble-1.4.274.tar.gz.sig deleted file mode 100644 index ceb5777..0000000 Binary files a/mumble-1.4.274.tar.gz.sig and /dev/null differ diff --git a/mumble-1.4.287.tar.gz b/mumble-1.4.287.tar.gz new file mode 100644 index 0000000..79749f0 --- /dev/null +++ b/mumble-1.4.287.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378e61d5bfa58ba51bfbb645067f459214a9872da09b306f2c2c3f1902200547 +size 9457292 diff --git a/mumble-1.4.287.tar.gz.sig b/mumble-1.4.287.tar.gz.sig new file mode 100644 index 0000000..a507bea --- /dev/null +++ b/mumble-1.4.287.tar.gz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQQe3r4qk8uX+pkD1S4l9jxmJF38YAUCYyDKFwAKCRAl9jxmJF38 +YCVbAP0aRBeveBh85FMS8CHFG3dpr9ozmJG4FEmv1lXTtX1NgAEArAjt9Jr/e+AC +fmT1W39pGjwC8PvQKdQ/clFhsZuing8= +=5b4g +-----END PGP SIGNATURE----- diff --git a/mumble.changes b/mumble.changes index 27809b3..11987e1 100644 --- a/mumble.changes +++ b/mumble.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Sep 21 18:14:40 UTC 2022 - Carsten Ziepke + +- Update to 1.4.287: + - Client + * Fixed: Broken link targets with percent signs + * Fixed: Don’t 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 diff --git a/mumble.spec b/mumble.spec index 439cb50..0de5a33 100644 --- a/mumble.spec +++ b/mumble.spec @@ -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 \