rpms/rtorrent/devel .cvsignore, 1.6, 1.7 rtorrent.spec, 1.13, 1.14 sources, 1.6, 1.7

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


Author: chabotc

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

Modified Files:
	.cvsignore rtorrent.spec sources 
Log Message:
New upstream version and work around a compiler bug


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rtorrent/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	29 Sep 2006 09:52:34 -0000	1.6
+++ .cvsignore	26 Nov 2006 11:46:43 -0000	1.7
@@ -1 +1,2 @@
-rtorrent-0.6.2.tar.gz
+rtorrent-0.6.4.tar.gz
+rtorrent.rc.example


Index: rtorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/rtorrent/devel/rtorrent.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- rtorrent.spec	6 Nov 2006 12:57:33 -0000	1.13
+++ rtorrent.spec	26 Nov 2006 11:46:43 -0000	1.14
@@ -1,15 +1,15 @@
 Name:          rtorrent
 License:       GPL
 Group:         Applications/Internet
-Version:       0.6.2
-Release:       5%{?dist}
+Version:       0.6.4
+Release:       1%{?dist}
 Summary:       BitTorrent client based on libtorrent 
 URL:           http://rtorrent.rakshasa.no/
 Source0:       http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz
 Source1:       rtorrent.rc.example
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: pkgconfig, libsigc++20-devel, libtorrent-devel >= 0.10.0, curl-devel, ncurses-devel
-Requires:      libtorrent >= 0.10.0
+BuildRequires: pkgconfig, libsigc++20-devel, libtorrent-devel >= 0.10.4, curl-devel, ncurses-devel
+Requires:      libtorrent >= 0.10.4
 
 %description
 A BitTorrent client using libtorrent, which on high-bandwidth connections is 
@@ -22,6 +22,10 @@
 %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
 install -m 644 %{SOURCE1} .
 %configure
 make %{?_smp_mflags}
@@ -40,6 +44,10 @@
 %{_mandir}/man1/rtorrent*
 
 %changelog
+* Sun Nov 26 2006 Chris Chabot <chabotc at xs4all.nl> - 0.6.4-1
+- New upstream version
+- Compile with -Os to work around a gcc 4.1 incompatibility
+
 * Mon Nov 06 2006 Jindrich Novy <jnovy at redhat.com> - 0.6.2-5
 - rebuild against new curl
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rtorrent/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	29 Sep 2006 09:52:34 -0000	1.6
+++ sources	26 Nov 2006 11:46:43 -0000	1.7
@@ -1 +1,2 @@
-b199ca24ba4a5c0f59b587cd4fa11670  rtorrent-0.6.2.tar.gz
+9077817e5a0f505e0b71add9c57b89f7  rtorrent-0.6.4.tar.gz
+e362ef8649f0c015f894c29cb6c932be  rtorrent.rc.example




More information about the scm-commits mailing list