Accepting request 889262 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/889262 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/babe?expand=0&rev=3
This commit is contained in:
commit
29e77b79f5
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 18 02:00:25 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Fixed SPEC file: Replace broken URL with current upstream
|
||||||
|
- Update to version 1.2.1.1
|
||||||
|
* update appdata
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 19 17:37:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Jul 19 17:37:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
10
babe.spec
10
babe.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package babe
|
# spec file for package babe
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: babe
|
Name: babe
|
||||||
Version: 1.2.1
|
Version: 1.2.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Qt music player with support for favorites
|
Summary: A Qt music player with support for favorites
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Multimedia/Sound/Players
|
Group: Productivity/Multimedia/Sound/Players
|
||||||
URL: https://babe.kde.org
|
URL: https://invent.kde.org/unmaintained/babe
|
||||||
Source: http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/%{name}/1.2.1/src/%{name}-1.2.1-1.tar.xz
|
||||||
# PATCH-FIX-UPSTREAM
|
# PATCH-FIX-UPSTREAM
|
||||||
Patch0: 0001-Always-use-local-CMake-modules-first.patch
|
Patch0: 0001-Always-use-local-CMake-modules-first.patch
|
||||||
BuildRequires: libqt5-qtbase-common-devel
|
BuildRequires: libqt5-qtbase-common-devel
|
||||||
@ -51,7 +51,7 @@ genre, date and location. It can link to, and bookmark YouTube music
|
|||||||
videos into the local collection by using a Chromium extension.
|
videos into the local collection by using a Chromium extension.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n %{name}-1.2.1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
|
Loading…
Reference in New Issue
Block a user