rpms/libiphone/devel libiphone.spec,1.8,1.9

Peter Robinson pbrobinson at fedoraproject.org
Sat Jan 3 07:12:00 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/libiphone/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2869

Modified Files:
	libiphone.spec 
Log Message:
- Add back gnutls patch



Index: libiphone.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libiphone/devel/libiphone.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libiphone.spec	3 Jan 2009 06:53:59 -0000	1.8
+++ libiphone.spec	3 Jan 2009 07:11:30 -0000	1.9
@@ -9,7 +9,7 @@
 
 Name:           libiphone
 Version:        0.1.0
-Release:        8.%{snapshot}%{?dist}
+Release:        9.%{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
@@ -77,6 +79,9 @@
 %{_includedir}/libiphone
 
 %changelog
+* 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
 




More information about the scm-commits mailing list