rpms/libimobiledevice/devel .cvsignore, 1.2, 1.3 libimobiledevice.spec, 1.2, 1.3 sources, 1.2, 1.3

Peter Robinson pbrobinson at fedoraproject.org
Sun Mar 21 18:21:46 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/libimobiledevice/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31951

Modified Files:
	.cvsignore libimobiledevice.spec sources 
Log Message:
- New upstream stable 1.0.0 release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libimobiledevice/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	4 Feb 2010 02:45:15 -0000	1.2
+++ .cvsignore	21 Mar 2010 18:21:46 -0000	1.3
@@ -1 +1 @@
-libimobiledevice-0.9.7.tar.bz2
+libimobiledevice-1.0.0.tar.bz2


Index: libimobiledevice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libimobiledevice/devel/libimobiledevice.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- libimobiledevice.spec	15 Feb 2010 08:11:51 -0000	1.2
+++ libimobiledevice.spec	21 Mar 2010 18:21:46 -0000	1.3
@@ -1,17 +1,17 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
-Name:           libimobiledevice
-Version:        0.9.7
-Release:        3%{?dist}
-Summary:        Library for connecting to mobile devices
-
-Group:          System Environment/Libraries
-License:        LGPLv2+
-URL:            http://matt.colyer.name/projects/iphone-linux/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:          libimobiledevice
+Version:       1.0.0
+Release:       1%{?dist}
+Summary:       Library for connecting to mobile devices
+
+Group:         System Environment/Libraries
+License:       LGPLv2+
+URL:           http://matt.colyer.name/projects/iphone-linux/
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Source0:        http://cloud.github.com/downloads/MattColyer/libiphone/%{name}-%{version}.tar.bz2
-Patch0:         libimobiledevice-fixdso.patch
+Source0:       http://cloud.github.com/downloads/MattColyer/libiphone/%{name}-%{version}.tar.bz2
+Patch0:        libimobiledevice-fixdso.patch
 
 BuildRequires: libxml2-devel
 BuildRequires: libusb1-devel
@@ -84,10 +84,10 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING.LESSER README
+%doc %{_datadir}/man/man1/idevice*
 %{_bindir}/idevice*
-%{_libdir}/libimobiledevice.so.0
-%{_libdir}/libimobiledevice.so.0.0.0
-%{_datadir}/hal/fdi/information/20thirdparty/31-apple-mobile-device.fdi
+%{_libdir}/libimobiledevice.so.1
+%{_libdir}/libimobiledevice.so.1.0.0
 
 %files devel
 %defattr(-,root,root,-)
@@ -101,6 +101,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/imobiledevice/
 
 %changelog
+* Sun Mar 21 2010 Peter Robinson <pbrobinson at gmail.com> 1.0.0-1
+- New upstream stable 1.0.0 release
+
 * Mon Feb 15 2010 Peter Robinson <pbrobinson at gmail.com> 0.9.7-3
 - Add patch to fix DSO linking. Fixes bug 565084
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libimobiledevice/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	4 Feb 2010 02:45:15 -0000	1.2
+++ sources	21 Mar 2010 18:21:46 -0000	1.3
@@ -1 +1 @@
-b47cf0a645bc2ee2fa34dac11743b40f  libimobiledevice-0.9.7.tar.bz2
+c86584080eae622c6da1782fc9bb39aa  libimobiledevice-1.0.0.tar.bz2



More information about the scm-commits mailing list