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
This commit is contained in:
Jan Engelhardt 2022-01-25 20:36:51 +00:00 committed by Git OBS Bridge
parent 681d22d19b
commit 7d80e1b989
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 20 00:10:28 UTC 2022 - Markus Ebner <info@ebner-markus.de> Tue Jan 25 20:20:28 UTC 2022 - Markus Ebner <info@ebner-markus.de>
- Update to Mumble 1.4.230 - Update to Mumble 1.4.230
* qmake build-system removed * qmake build-system removed
@ -12,6 +12,7 @@ Thu Jan 20 00:10:28 UTC 2022 - Markus Ebner <info@ebner-markus.de>
* Channel listeners * Channel listeners
* Search dialog for users in a server * Search dialog for users in a server
- Cleanup of the specfile - Cleanup of the specfile
* Fixed source urls for changed scheme
* Ported specfile to CMake build-system * Ported specfile to CMake build-system
* Use cmake install instead of manual as much as possible * Use cmake install instead of manual as much as possible
* Disabled ICE for now (depends on unavailable lib) * Disabled ICE for now (depends on unavailable lib)

View File

@ -16,7 +16,6 @@
# #
%define ver 1.4.230
# requires libzeroc-ice, not available yet # requires libzeroc-ice, not available yet
%bcond_without ice %bcond_without ice
%bcond_without jack %bcond_without jack
@ -29,7 +28,7 @@
# versions. # versions.
%bcond_with system_celt %bcond_with system_celt
Name: mumble Name: mumble
Version: %{ver}%{?snapshot:_%{snapshot}} Version: 1.4.230
Release: 0 Release: 0
Summary: Voice Communication Client for Gamers Summary: Voice Communication Client for Gamers
# For Legal: the bundled opus and speex subdirectories are not built. # 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 License: BSD-2-Clause AND BSD-3-Clause
Group: Productivity/Multimedia/Sound/Utilities Group: Productivity/Multimedia/Sound/Utilities
URL: http://mumble.sourceforge.net/ URL: http://mumble.sourceforge.net/
Source: https://github.com/mumble-voip/mumble/releases/download/%{ver}%{?snapshot:-%{snapshot}}/%{name}-%{ver}%{?snapshot:-%{snapshot}}.tar.gz Source: https://github.com/mumble-voip/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source1: https://github.com/mumble-voip/mumble/releases/download/%{ver}%{?snapshot:-%{snapshot}}/%{name}-%{ver}%{?snapshot:-%{snapshot}}.tar.gz.sig Source1: https://github.com/mumble-voip/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.sig
Source3: murmur.apparmor Source3: murmur.apparmor
# http://mumble.info/gpg/gpg.txt # http://mumble.info/gpg/gpg.txt
Source4: https://raw.githubusercontent.com/mumble-voip/mumble-gpg-signatures/master/mumble-auto-build-2022.asc#/%{name}.keyring 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. won't be audible to other players.
%prep %prep
%setup -q -n %{name}-%{ver}.src %setup -q -n %{name}-%{version}.src
%build %build
%cmake .. \ %cmake .. \