rpms/linkage/devel linkage.spec,1.2,1.3

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Fri Feb 15 09:08:04 UTC 2008


Author: drago01

Update of /cvs/pkgs/rpms/linkage/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27148

Modified Files:
	linkage.spec 
Log Message:
fix build with new rb_libtorrent (#432924)


Index: linkage.spec
===================================================================
RCS file: /cvs/pkgs/rpms/linkage/devel/linkage.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linkage.spec	8 Feb 2008 21:30:00 -0000	1.2
+++ linkage.spec	15 Feb 2008 09:06:52 -0000	1.3
@@ -1,6 +1,6 @@
 Name: linkage
 Version: 0.1.4        
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: Lightweight bittorent client       
 
 Group: Applications/Internet          
@@ -10,6 +10,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch0: linkage-0.1.4-plugindir.patch
+Patch1: linkage-0.1.4-libtorrent-asio.patch
 
 BuildRequires: rb_libtorrent-devel
 BuildRequires: curl-devel
@@ -41,6 +42,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .plugindir
+%patch1 -p1 -b .libtorrent
 
 %build
 %configure --disable-schemas-install
@@ -111,6 +113,10 @@
 %{_libdir}/liblinkage-1.so
 
 %changelog
+* Fri Feb 15 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.1.4-6
+- Patch from Peter Gordon to fix build with new rb_libtorrent
+- RH #432924
+
 * Fri Feb 08 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.1.4-5
 - Rebuild for gcc-4.3
 




More information about the fedora-extras-commits mailing list