Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2019-02-02 10:25:09 +00:00
parent 6d942b7279
commit 17b42249f6
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: pyxdg
Version: 0.26
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Python library to access freedesktop.org standards
License: LGPLv2
URL: http://freedesktop.org/Software/pyxdg
@ -87,6 +87,9 @@ nosetests-%{python3_version} || :
%endif #with_python3
%changelog
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.26-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Nov 30 2018 Tom Callaway <spot@fedoraproject.org> - 0.26-3
- fix incorrect use of Type attribute (bz 1654857)