rpms/libiphone/F-10 libiphone.spec,1.3,1.4 sources,1.3,1.4

Peter Robinson pbrobinson at fedoraproject.org
Sat Apr 4 10:03:19 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/libiphone/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22260

Modified Files:
	libiphone.spec sources 
Log Message:
Update to latest git snapshot


Index: libiphone.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libiphone/F-10/libiphone.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libiphone.spec	3 Jan 2009 14:43:56 -0000	1.3
+++ libiphone.spec	4 Apr 2009 10:02:48 -0000	1.4
@@ -1,15 +1,15 @@
 # Tarfile created using git
-# git clone http://git.matt.colyer.name/2008/libiphone/
-# git-archive --format=tar --prefix=libiphone-0.1.0/ %{git_version} | bzip2 > libiphone-0.1.0-20081201.tar.bz2
+# git clone git://github.com/MattColyer/libiphone.git
+# git-archive --format=tar --prefix=libiphone-0.1.0/ %{git_version} | bzip2 > libiphone-0.1.0-%{gitdate}.tar.bz2
 
-%define gitdate 20090103
-%define git_version 5cde554
+%define gitdate 20090325
+%define git_version 443edc8
 %define tarfile %{name}-%{version}-%{gitdate}.tar.bz2
 %define snapshot %{gitdate}git%{git_version}
 
 Name:           libiphone
 Version:        0.1.0
-Release:        5.%{snapshot}%{?dist}
+Release:        11.%{snapshot}%{?dist}
 Summary:        Library for connecting to Apple iPhone and iPod touch
 
 Group:          System Environment/Libraries
@@ -17,6 +17,7 @@
 URL:            http://matt.colyer.name/projects/iphone-linux/
 
 Source0:        %{tarfile}
+Patch0:         libiphone-fixgnutlsver.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libxml2-devel
@@ -44,6 +45,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .fixgnutlsver
 
 %build
 ./autogen.sh
@@ -68,6 +70,7 @@
 %{_bindir}/libiphone-initconf
 %{_libdir}/libiphone.so.0
 %{_libdir}/libiphone.so.0.0.0
+%{_sysconfdir}/udev/rules.d/89-libiphone.rules
 %{_datadir}/hal/fdi/information/20thirdparty/31-apple-mobile-device.fdi
 
 %files devel
@@ -77,11 +80,29 @@
 %{_includedir}/libiphone
 
 %changelog
-* Sat Jan 3 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-5.git5cde554
-- Actually update the sources file
+* Sat Apr 04 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-11.20090325git443edc8
+- Update to latest master version
 
-* Sat Jan 3 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-4.git5cde554
-- Update to latest git snapshot
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.0-10.20090103git5cde554
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Jan 3 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-9.git5cde554
+- Add back gnutls version patch
+
+* Sat Jan 3 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-8.git5cde554
+- Upload bzipped source file
+
+* Sat Jan 3 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-7.git5cde554
+- New git snapshot
+
+* Mon Dec 5 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-6.git8c3a01e
+- Fix devel dependency 
+
+* Mon Dec 5 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-5.git8c3a01e
+- Fix gnutls check for new rawhide version
+
+* Mon Dec 5 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-4.git8c3a01e
+- Rebuild for pkgconfig
 
 * Tue Dec 2 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-3.git8c3a01e
 - Fix git file generation


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libiphone/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	3 Jan 2009 14:43:56 -0000	1.3
+++ sources	4 Apr 2009 10:02:48 -0000	1.4
@@ -1 +1 @@
-1c6950b2ddf6cf2ed103b616cde0b13a  libiphone-0.1.0-20090103.tar.bz2
+97c045662553d73e93a193dfc97bf700  libiphone-0.1.0-20090325.tar.bz2




More information about the fedora-extras-commits mailing list