Compare commits
2 Commits
b65cbb59f1
...
5361beef00
Author | SHA1 | Date | |
---|---|---|---|
5361beef00 | |||
dfa27ce96a |
@ -1,7 +1,7 @@
|
||||
%bcond_with clang
|
||||
|
||||
Name: strawberry
|
||||
Version: 1.2.3
|
||||
Version: 1.2.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Audio player and music collection organizer
|
||||
|
||||
@ -16,13 +16,14 @@ URL: http://www.strawberrymusicplayer.org/
|
||||
Source0: https://github.com/strawberrymusicplayer/strawberry/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
|
||||
BuildRequires: boost1.81-devel
|
||||
BuildRequires: boost1.87-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: desktop-file-utils
|
||||
%if %{with clang}
|
||||
BuildRequires: clang
|
||||
%else
|
||||
BuildRequires: gcc-toolset-14-gcc-c++
|
||||
BuildRequires: gcc-toolset-14-gcc-plugin-annobin
|
||||
%endif
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libappstream-glib
|
||||
@ -59,6 +60,7 @@ BuildRequires: cmake(Qt6Network)
|
||||
BuildRequires: cmake(Qt6Sql)
|
||||
BuildRequires: cmake(Qt6Test)
|
||||
BuildRequires: cmake(Qt6Widgets)
|
||||
BuildRequires: qt6-qtbase-private-devel
|
||||
|
||||
|
||||
BuildRequires: pkgconfig(sqlite3) >= 3.7
|
||||
@ -158,6 +160,15 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.strawberry
|
||||
#{_mandir}/man1/strawberry-tagreader.1.*
|
||||
|
||||
%changelog
|
||||
* Sun Feb 9 2025 Raven <raven@sysadmins.ws> - 1.2.7-1
|
||||
- Release 1.2.7
|
||||
|
||||
* Fri Jan 17 2025 Raven <raven@sysadmins.ws> - 1.2.6-1
|
||||
- Release 1.2.6
|
||||
|
||||
* Tue Jan 14 2025 Raven <raven@sysadmins.ws> - 1.2.4-1
|
||||
- Release 1.2.4
|
||||
|
||||
* Mon Dec 9 2024 Raven <raven@sysadmins.ws> - 1.2.3-1
|
||||
- Release 1.2.3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user