rpms/libtorrent/F-10 .cvsignore, 1.8, 1.9 libtorrent.spec, 1.20, 1.21 sources, 1.9, 1.10 libtorrent-gcc43.patch, 1.1, NONE

Conrad Meyer konradm at fedoraproject.org
Tue Nov 18 22:46:31 UTC 2008


Author: konradm

Update of /cvs/pkgs/rpms/libtorrent/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22914

Modified Files:
	.cvsignore libtorrent.spec sources 
Removed Files:
	libtorrent-gcc43.patch 
Log Message:
Bump to 0.12.3


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libtorrent/F-10/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	18 Sep 2007 18:19:49 -0000	1.8
+++ .cvsignore	18 Nov 2008 22:46:01 -0000	1.9
@@ -1 +1 @@
-libtorrent-0.11.8.tar.gz
+libtorrent-0.12.3.tar.gz


Index: libtorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtorrent/F-10/libtorrent.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libtorrent.spec	7 Aug 2008 17:20:46 -0000	1.20
+++ libtorrent.spec	18 Nov 2008 22:46:01 -0000	1.21
@@ -1,14 +1,15 @@
 Name:          libtorrent
 License:       GPLv2+
 Group:         System Environment/Libraries
-Version:       0.11.8
-Release:       5%{?dist}
+Version:       0.12.3
+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
-Patch1: %{name}-gcc43.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: pkgconfig, openssl-devel, libsigc++20-devel
+BuildRequires: pkgconfig
+BuildRequires: openssl-devel
+BuildRequires: libsigc++20-devel
 
 %description
 LibTorrent is a BitTorrent library written in C++ for *nix, with a focus 
@@ -28,10 +29,8 @@
 
 %prep
 %setup -q
-%patch1 -p1 -b .gcc43
 
 %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
@@ -42,7 +41,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %clean
@@ -64,6 +63,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Tue Nov 18 2008 Conrad Meyer <konrad at tylerc.org> - 0.12.3-1
+- Bump to 0.12.3.
+
 * Thu Aug  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.11.8-5
 - fix license tag
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libtorrent/F-10/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	18 Sep 2007 18:19:49 -0000	1.9
+++ sources	18 Nov 2008 22:46:01 -0000	1.10
@@ -1 +1 @@
-1e50de4a4f0ee6d9c643993aea9bdbf0  libtorrent-0.11.8.tar.gz
+db7c7a2236c2f6af5e02cf3e9384eb67  libtorrent-0.12.3.tar.gz


--- libtorrent-gcc43.patch DELETED ---




More information about the scm-commits mailing list