rpms/rtorrent/FC-6 rtorrent.spec,1.12,1.13 sources,1.6,1.7

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


Author: chabotc

Update of /cvs/extras/rpms/rtorrent/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11889

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


Index: rtorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/rtorrent/FC-6/rtorrent.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rtorrent.spec	29 Sep 2006 10:06:28 -0000	1.12
+++ rtorrent.spec	26 Nov 2006 11:48:09 -0000	1.13
@@ -1,15 +1,15 @@
 Name:          rtorrent
 License:       GPL
 Group:         Applications/Internet
-Version:       0.6.2
-Release:       4%{?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,13 @@
 %{_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
+
 * Fri Sep 29 2006 Chris Chabot <chabotc at xs4all.nl> - 0.6.2-4
 - re-tag
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rtorrent/FC-6/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:48:09 -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