From de96a560b4d8fe7d5229ece3982eed6dc9f7d726f11ea934e81f85324d473d9a Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 22 Sep 2022 13:42:51 +0000 Subject: [PATCH] Accepting request 1005281 from home:Kieltux:branches:games:tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 OBS-URL: https://build.opensuse.org/request/show/1005281 OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=150 --- mumble-1.4.274.tar.gz | 3 --- mumble-1.4.274.tar.gz.sig | Bin 119 -> 0 bytes mumble-1.4.287.tar.gz | 3 +++ mumble-1.4.287.tar.gz.sig | 7 +++++++ mumble.changes | 20 +++++++++++++++++++ mumble.spec | 39 ++++++++++++++++++++------------------ 6 files changed, 51 insertions(+), 21 deletions(-) delete mode 100644 mumble-1.4.274.tar.gz delete mode 100644 mumble-1.4.274.tar.gz.sig create mode 100644 mumble-1.4.287.tar.gz create mode 100644 mumble-1.4.287.tar.gz.sig 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 ceb577742fc3ec32f02f711948c20cade7f0dcf540dd8eae4ae02b533537cd6a..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGV2~A4WRbhKPiyk&>Az+&U)59nW|O88`zL{wDVZsqm4S;>047p7kCEYq zmTkR#*JA62^6#>NKkXQGw`U)$nV`q + +- 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 \