- Update to 1.1.0

This commit is contained in:
Bastien Nocera 2010-12-26 14:22:44 +01:00
parent 3cef9683c2
commit 6f043ac774
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
libimobiledevice-1.0.4.tar.bz2
/libimobiledevice-1.1.0.tar.bz2

View File

@ -1,7 +1,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Name: libimobiledevice
Version: 1.0.4
Version: 1.1.0
Release: 1%{?dist}
Summary: Library for connecting to mobile devices
@ -87,8 +87,8 @@ rm -rf %{buildroot}
%doc AUTHORS COPYING.LESSER README
%doc %{_datadir}/man/man1/idevice*
%{_bindir}/idevice*
%{_libdir}/libimobiledevice.so.1
%{_libdir}/libimobiledevice.so.%{version}
%{_libdir}/libimobiledevice.so.2
%{_libdir}/libimobiledevice.so.2.0.0
%files devel
%defattr(-,root,root,-)
@ -102,6 +102,9 @@ rm -rf %{buildroot}
%{python_sitearch}/imobiledevice/
%changelog
* Sun Dec 26 2010 Bastien Nocera <bnocera@redhat.com> 1.1.0-1
- Update to 1.1.0
* Sun Nov 28 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.4-1
- New 1.0.4 release

View File

@ -1 +1 @@
dbf62f2fddaa87558b6f1ebc76abb549 libimobiledevice-1.0.4.tar.bz2
b38bb70a41538a2ad593b0779651a636 libimobiledevice-1.1.0.tar.bz2