Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d11db8100 | ||
|
|
db1efe6405 |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/v3.12.2.tar.gz
|
||||
/v3.12.3.tar.gz
|
||||
/v3.13.1.tar.gz
|
||||
/v3.14.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (v3.13.1.tar.gz) = fbfd47c3512fc86a4db692245f7765281515b733cfd9bb13e8f7d225c8fe20a816469be2f1f9e71e925216686e6f470349c16573ab9c662d8e2b4e9d1b6debe6
|
||||
SHA512 (v3.14.tar.gz) = 42308a3ae2bfe3adaf4b904983c2270a162d268ce5f4357d853a7ba74814d97dc5dc66d7d94ef6b3fbe510e8368361f63a99de814d3388f37b190fa63594a727
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue