Update to 1.8.0.

el8
Vasiliy Glazov 6 years ago
parent 260f9172bf
commit 96ef17dff6

1
.gitignore vendored

@ -2,3 +2,4 @@
/6d02b028861ab4c8c8f06f480d5b2197011b6dbd
/73f972277cd7ecebc92dda6ae2a74ea05a9719f6
/373f55642b6b752bdca159ed621fcd732ce9063c
/1.8.0.tar.gz

@ -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 <vascom2@gmail.com> - 1.8.0-1
- Update to 1.8.0
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.7.3-0.2.20190209git373f556
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
b7b2d99b421ad9184dbd23a679e58f27 373f55642b6b752bdca159ed621fcd732ce9063c
e8e6a8deba0374a8cf0c6d9ff4c5b7d5 1.8.0.tar.gz

Loading…
Cancel
Save