Update to 1.0.3 (only the GCC 10 fix).

This commit is contained in:
Michael Schwendt 2020-10-06 15:08:02 +02:00
commit 9c3f0e2eb6

View file

@ -7,14 +7,13 @@ Name: ampache_browser
# is likely to break API users due to not finding files any longer.
%global vername %{name}_1
Version: 1.0.2
Release: 7%{?dist}
Version: 1.0.3
Release: 1%{?dist}
Summary: C++ and Qt based client library for Ampache access
License: GPLv3
URL: http://ampache-browser.org
Source0: https://github.com/ampache-browser/ampache_browser/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# Source0: https://github.com/ampache-browser/ampache_browser/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
%if 0%{?rhel} && 0%{?rhel} < 8
@ -22,7 +21,7 @@ BuildRequires: cmake3
%endif
BuildRequires: gcc-c++
BuildRequires: qt5-qtbase-devel
Patch0: include.patch
%description
Ampache Browser is a library that implements desktop client access to
the Ampache service (http://ampache.org). It provides end-user Qt UI and
@ -73,6 +72,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/cmake/%{vername}
%changelog
* Tue Oct 6 2020 Michael Schwendt <mschwendt@fedoraproject.org> - 1.0.3-1
- Update to 1.0.3 (only the GCC 10 fix).
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild