From 9c3f0e2eb694d20c7e955b8d33c2f01f45f7ca53 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Tue, 6 Oct 2020 15:08:02 +0200 Subject: [PATCH] Update to 1.0.3 (only the GCC 10 fix). --- ampache_browser.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ampache_browser.spec b/ampache_browser.spec index 6e15dc7..b27e8c4 100644 --- a/ampache_browser.spec +++ b/ampache_browser.spec @@ -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 - 1.0.3-1 +- Update to 1.0.3 (only the GCC 10 fix). + * Mon Jul 27 2020 Fedora Release Engineering - 1.0.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild