From 96ef17dff6246f2c48fe0a6dab243167dcf52d92 Mon Sep 17 00:00:00 2001 From: Vasiliy Glazov Date: Mon, 8 Apr 2019 09:50:14 +0300 Subject: [PATCH] Update to 1.8.0. --- .gitignore | 1 + deadbeef.spec | 15 +++++++-------- sources | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index bb57d93..9962ee1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /6d02b028861ab4c8c8f06f480d5b2197011b6dbd /73f972277cd7ecebc92dda6ae2a74ea05a9719f6 /373f55642b6b752bdca159ed621fcd732ce9063c +/1.8.0.tar.gz diff --git a/deadbeef.spec b/deadbeef.spec index 35b2cf1..91532ab 100644 --- a/deadbeef.spec +++ b/deadbeef.spec @@ -1,19 +1,15 @@ -%global gitcommit_full 373f55642b6b752bdca159ed621fcd732ce9063c -%global gitcommit %(c=%{gitcommit_full}; echo ${c:0:7}) -%global date 20190209 - %global optflags %{optflags} -flto %global build_ldflags %{build_ldflags} -flto Name: deadbeef -Version: 0.7.3 -Release: 0.2.%{date}git%{gitcommit}%{?dist} +Version: 1.8.0 +Release: 1%{?dist} Summary: An audio player for GNU/Linux Summary(ru): Музыкальный проигрыватель для GNU/Linux License: GPLv2+ and LGPLv2+ and BSD and MIT and zlib URL: http://deadbeef.sourceforge.net -Source0: https://github.com/DeaDBeeF-Player/deadbeef/tarball/%{gitcommit_full} +Source0: https://github.com/DeaDBeeF-Player/%{name}/archive/%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: pkgconfig(alsa) @@ -76,7 +72,7 @@ This package contains plugins for %{name} %prep -%autosetup -p1 -n DeaDBeeF-Player-%{name}-%{gitcommit} +%autosetup # Remove exec permission from source files find . \( -name '*.cpp' -or -name '*.hpp' -or -name '*.h' \) -and -executable -exec chmod -x {} \; @@ -138,6 +134,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %changelog +* Mon Apr 08 2019 Vasiliy N. Glazov - 1.8.0-1 +- Update to 1.8.0 + * Mon Mar 04 2019 RPM Fusion Release Engineering - 0.7.3-0.2.20190209git373f556 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index a219411..e3d114d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b7b2d99b421ad9184dbd23a679e58f27 373f55642b6b752bdca159ed621fcd732ce9063c +e8e6a8deba0374a8cf0c6d9ff4c5b7d5 1.8.0.tar.gz