rpms/libtorrent/devel .cvsignore, 1.5, 1.6 libtorrent.spec, 1.12, 1.13 sources, 1.6, 1.7

Chris Chabot (chabotc) fedora-extras-commits at redhat.com
Sun Nov 26 11:40:05 UTC 2006


Author: chabotc

Update of /cvs/extras/rpms/libtorrent/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11689

Modified Files:
	.cvsignore libtorrent.spec sources 
Log Message:
Upgrade to new version and work around compiler triggered bug


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libtorrent/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	29 Sep 2006 09:55:14 -0000	1.5
+++ .cvsignore	26 Nov 2006 11:39:35 -0000	1.6
@@ -1 +1 @@
-libtorrent-0.10.2.tar.gz
+libtorrent-0.10.4.tar.gz


Index: libtorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/libtorrent/devel/libtorrent.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libtorrent.spec	2 Oct 2006 21:18:48 -0000	1.12
+++ libtorrent.spec	26 Nov 2006 11:39:35 -0000	1.13
@@ -1,8 +1,8 @@
 Name:          libtorrent
 License:       GPL
 Group:         System Environment/Libraries
-Version:       0.10.2
-Release:       3%{?dist}
+Version:       0.10.4
+Release:       1%{?dist}
 Summary:       BitTorrent library with a focus on high performance & good code
 URL:           http://libtorrent.rakshasa.no/
 Source0:       http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz
@@ -29,6 +29,12 @@
 %setup -q
 
 %build
+
+# work around a bug thats triggered by gcc 4.1
+export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | %{__sed} s/-O2/-Os/`
+export CFLAGS=$RPM_OPT_FLAGS
+export CXXFLAGS=$RPM_OPT_FLAGS
+
 %configure
 make %{?_smp_mflags}
 
@@ -46,7 +52,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING INSTALL README NEWS TODO
+%doc AUTHORS COPYING INSTALL README NEWS
 %{_libdir}/libtorrent.so.*
 
 %files devel
@@ -56,6 +62,10 @@
 %{_libdir}/*.so
 
 %changelog
+* Sun Nov 26 2006 Chris Chabot <chabotc at xs4all.nl> - 0.10.4-1
+- New upstream version
+- Compile with -Os to work around a gcc 4.1 incompatibility
+
 * Mon Oct 02 2006 Chris Chabot <chabotc at xs4all.nl> - 0.10.2-3
 - Bump EVR to fix broken upgrade path (BZ #208985)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libtorrent/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	29 Sep 2006 09:55:14 -0000	1.6
+++ sources	26 Nov 2006 11:39:35 -0000	1.7
@@ -1 +1 @@
-99f1daa0f6ce0aa8d53745c494df9b36  libtorrent-0.10.2.tar.gz
+3154a686d9616f04012596b8daa2ff52  libtorrent-0.10.4.tar.gz




More information about the scm-commits mailing list