Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cfdc62de42 | ||
|
|
e673483486 |
1 changed files with 8 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: xplayer
|
||||
Version: 1.6.0
|
||||
Release: 4%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: A generic Media Player
|
||||
|
||||
License: GPLv2+ and LGPLv2+
|
||||
|
|
@ -51,6 +51,7 @@ BuildRequires: pkgconfig(zeitgeist-2.0)
|
|||
BuildRequires: pylint
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-pylint
|
||||
BuildRequires: python%{python3_pkgversion}-mccabe
|
||||
BuildRequires: vala-devel
|
||||
|
||||
Requires: python%{python3_pkgversion}-xapps-overrides%{?_isa}
|
||||
|
|
@ -196,6 +197,12 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 8 2019 Stephen Smoogen <smooge@fedoraproject.org> - 1.6.0-6
|
||||
- Add dependency on pythonX-mccabe as needed for building in EPEL-7.
|
||||
|
||||
* Fri Mar 08 2019 Troy Dawson <tdawson@redhat.com> - 1.6.0-5
|
||||
- Rebuilt to change main python from 3.4 to 3.6
|
||||
|
||||
* Fri Nov 17 2017 Björn Esser <besser82@fedoraproject.org> - 1.6.0-4
|
||||
- Add required scriptlets for EPEL7
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue