This commit is contained in:
Dennis Gilmore 2014-06-07 01:53:20 -05:00
parent b1f666096e
commit 12739fad30
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: dbus-c++
Version: 0.9.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Native C++ bindings for D-Bus
Group: System Environment/Libraries
@ -67,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/*
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed Feb 26 2014 Jiri Popelka <jpopelka@redhat.com> - 0.9.0-2
- fix bootstrap script for ppc64le (#1070306)