From 7d80e1b989efa389aa162565ca946e92b2f2bdc2141f248598ffa20cdeb5f2ef Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 25 Jan 2022 20:36:51 +0000 Subject: [PATCH] Accepting request 949125 from home:seijikun:branches:games:tools Updated the broken source urls. My last submit did not yet make it to Factory (because of the broken source urls), so I merged the change into the previous change entry and updated the timestamp. OBS-URL: https://build.opensuse.org/request/show/949125 OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=140 --- mumble.changes | 3 ++- mumble.spec | 9 ++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mumble.changes b/mumble.changes index e5fcb29..bb59262 100644 --- a/mumble.changes +++ b/mumble.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Jan 20 00:10:28 UTC 2022 - Markus Ebner +Tue Jan 25 20:20:28 UTC 2022 - Markus Ebner - Update to Mumble 1.4.230 * qmake build-system removed @@ -12,6 +12,7 @@ Thu Jan 20 00:10:28 UTC 2022 - Markus Ebner * Channel listeners * Search dialog for users in a server - Cleanup of the specfile + * Fixed source urls for changed scheme * Ported specfile to CMake build-system * Use cmake install instead of manual as much as possible * Disabled ICE for now (depends on unavailable lib) diff --git a/mumble.spec b/mumble.spec index ffbf17e..af72fc0 100644 --- a/mumble.spec +++ b/mumble.spec @@ -16,7 +16,6 @@ # -%define ver 1.4.230 # requires libzeroc-ice, not available yet %bcond_without ice %bcond_without jack @@ -29,7 +28,7 @@ # versions. %bcond_with system_celt Name: mumble -Version: %{ver}%{?snapshot:_%{snapshot}} +Version: 1.4.230 Release: 0 Summary: Voice Communication Client for Gamers # For Legal: the bundled opus and speex subdirectories are not built. @@ -37,8 +36,8 @@ Summary: Voice Communication Client for Gamers License: BSD-2-Clause AND BSD-3-Clause Group: Productivity/Multimedia/Sound/Utilities URL: http://mumble.sourceforge.net/ -Source: https://github.com/mumble-voip/mumble/releases/download/%{ver}%{?snapshot:-%{snapshot}}/%{name}-%{ver}%{?snapshot:-%{snapshot}}.tar.gz -Source1: https://github.com/mumble-voip/mumble/releases/download/%{ver}%{?snapshot:-%{snapshot}}/%{name}-%{ver}%{?snapshot:-%{snapshot}}.tar.gz.sig +Source: https://github.com/mumble-voip/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source1: https://github.com/mumble-voip/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.sig Source3: murmur.apparmor # http://mumble.info/gpg/gpg.txt Source4: https://raw.githubusercontent.com/mumble-voip/mumble-gpg-signatures/master/mumble-auto-build-2022.asc#/%{name}.keyring @@ -134,7 +133,7 @@ characters, and has echo cancellation so the sound from your loudspeakers won't be audible to other players. %prep -%setup -q -n %{name}-%{ver}.src +%setup -q -n %{name}-%{version}.src %build %cmake .. \