This commit is contained in:
Dennis Gilmore 2014-06-07 11:07:42 -05:00
parent 91fe4a73b9
commit 35172b15da

View File

@ -17,7 +17,7 @@
Name: oddjob
Version: 0.33
Release: 1%{?dist}
Release: 2%{?dist}
Source0: http://fedorahosted.org/released/oddjob/oddjob-%{version}.tar.gz
Source1: http://fedorahosted.org/released/oddjob/oddjob-%{version}.tar.gz.sig
Summary: A D-Bus service which runs odd jobs on behalf of client applications
@ -250,6 +250,9 @@ fi
exit 0
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.33-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Tue Apr 22 2014 Nalin Dahyabhai <nalin@redhat.com> 0.33
- catch calls to the method invocation helper function that mistakenly
didn't include the newly-required timeout value (#1089655,#1089656)