Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2018-02-07 21:39:52 +00:00
parent 654187c77e
commit 38619904f1
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: libftdi
Version: 1.3
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Library to program and control the FTDI USB controller
Group: System Environment/Libraries
@ -180,6 +180,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/libftdi1/example.conf
%postun c++ -p /sbin/ldconfig
%changelog
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Oct 09 2017 Troy Curtis, Jr <troycurtisjr@gmail.com> - 1.3-10
- Add python3 subpackage.
- Drop patch0 in favor of built-in cmake config methods.