This commit is contained in:
Peter Robinson 2014-10-15 11:03:21 +01:00
parent ae308b62f8
commit 5f36214ea9
2 changed files with 9 additions and 6 deletions

View File

@ -6,8 +6,8 @@
%endif
Name: libimobiledevice
Version: 1.1.6
Release: 3%{?dist}
Version: 1.1.7
Release: 1%{?dist}
Summary: Library for connecting to mobile devices
Group: System Environment/Libraries
@ -86,7 +86,7 @@ find %{buildroot} -type f -name "*.la" -delete
%files
%doc AUTHORS COPYING.LESSER README
%{_libdir}/libimobiledevice.so.4*
%{_libdir}/libimobiledevice.so.5*
%files utils
%doc %{_datadir}/man/man1/idevice*
@ -100,12 +100,15 @@ find %{buildroot} -type f -name "*.la" -delete
%if 0%{?python}
%files python
#{python_sitearch}/imobiledevice*
#%{python_sitearch}/imobiledevice*
%else
#{python_sitearch}/imobiledevice*
#%{python_sitearch}/imobiledevice*
%endif
%changelog
* Wed Oct 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.7-1
- New 1.1.7 release
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
274783651e9b772774cd9fed2fc52e08 libimobiledevice-1.1.6.tar.bz2
5649da76965c1d2c250e52c4e743ef71 libimobiledevice-1.1.7.tar.bz2