This commit is contained in:
Peter Robinson 2010-11-28 11:36:02 +00:00
parent 466e1fffe5
commit aee101d11c
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
libimobiledevice-1.0.2.tar.bz2
/libimobiledevice-1.0.3.tar.bz2
/libimobiledevice-1.0.4.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.3
Version: 1.0.4
Release: 1%{?dist}
Summary: Library for connecting to mobile devices
@ -102,6 +102,9 @@ rm -rf %{buildroot}
%{python_sitearch}/imobiledevice/
%changelog
* Sun Nov 28 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.4-1
- New 1.0.4 release
* Mon Oct 4 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.3-1
- New 1.0.3 release

View File

@ -1 +1 @@
68e68b5c2bea3ad99917add839d32cb2 libimobiledevice-1.0.3.tar.bz2
dbf62f2fddaa87558b6f1ebc76abb549 libimobiledevice-1.0.4.tar.bz2