update to 3.14
This commit is contained in:
parent
0ed5f30068
commit
db1efe6405
1 changed files with 6 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: rss2email
|
||||
Version: 3.13.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Deliver news from RSS feeds to your SMTP server as text or HTML mail
|
||||
|
||||
License: GPLv2+ or GPLv3+
|
||||
|
|
@ -14,7 +14,7 @@ Source3: README.migrate
|
|||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-feedparser >= 6.0.0
|
||||
BuildRequires: python3-feedparser >= 6.0.5
|
||||
BuildRequires: python3-html2text >= 2018.1.9
|
||||
Recommends: python3-beautifulsoup4
|
||||
Recommends: esmtp
|
||||
|
|
@ -77,6 +77,9 @@ PATH="${PATH}:%{buildroot}%{_bindir}" PYTHONPATH=%{buildroot}%{python3_sitelib}
|
|||
%{_datadir}/zsh/functions/Completion/Unix/_r2e
|
||||
|
||||
%changelog
|
||||
* Sat Aug 27 2022 David Kaufmann <astra@ionic.at> - 3.14-1
|
||||
- Update to 3.14
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue