diff --git a/.gitignore b/.gitignore index 347d62c..a469151 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ libimobiledevice-1.0.4.tar.bz2 +/libimobiledevice-1.1.0.tar.bz2 diff --git a/libimobiledevice.spec b/libimobiledevice.spec index d4af2e5..08834b3 100644 --- a/libimobiledevice.spec +++ b/libimobiledevice.spec @@ -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 1.1.0-1 +- Update to 1.1.0 + * Sun Nov 28 2010 Peter Robinson 1.0.4-1 - New 1.0.4 release diff --git a/sources b/sources index 9e313e4..93d6580 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dbf62f2fddaa87558b6f1ebc76abb549 libimobiledevice-1.0.4.tar.bz2 +b38bb70a41538a2ad593b0779651a636 libimobiledevice-1.1.0.tar.bz2