update to 2.9

- use %license macro
- backup patched files
This commit is contained in:
Ben Boeckel 2015-08-23 10:31:19 -04:00
parent c8d98a94f3
commit b6fe55d36f
3 changed files with 13 additions and 7 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ newsbeuter-2.2.tar.gz
/newsbeuter-2.6.tar.gz
/newsbeuter-2.7.tar.gz
/newsbeuter-2.8.tar.gz
/newsbeuter-2.9.tar.gz

View File

@ -1,6 +1,6 @@
Name: newsbeuter
Version: 2.8
Release: 8%{?dist}
Version: 2.9
Release: 1%{?dist}
Summary: Configurable text-based feed reader
Group: Applications/Internet
@ -32,8 +32,8 @@ keyboard.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch0 -p1 -b .improve-solarized-dark
%patch1 -p1 -b .add-solarized-light
%build
@ -54,14 +54,19 @@ find contrib/ -type f -exec chmod -x '{}' ';'
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README LICENSE doc/xhtml/newsbeuter.html doc/example-config
%doc README doc/xhtml/newsbeuter.html doc/example-config
%doc contrib/
%license LICENSE
%{_mandir}/man1/*
%{_bindir}/*
%changelog
* Sun Aug 23 2015 Ben Boeckel <mathstuf@gmail.com> - 2.9-1
- update to 2.9
- use %%license macro
- backup patched files
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
5d8f1a5eed700beccfeb512ae003613d newsbeuter-2.8.tar.gz
9cf332dc7e591023147bda7add430835 newsbeuter-2.9.tar.gz