[svn] r5315 - in trunk/rpms: aircrack-ng fio libtorrent rtorrent
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Thu Apr 26 03:24:16 CEST 2007
Author: dag
Date: 2007-04-26 03:24:14 +0200 (Thu, 26 Apr 2007)
New Revision: 5315
Modified:
trunk/rpms/aircrack-ng/aircrack-ng.spec
trunk/rpms/fio/fio.spec
trunk/rpms/libtorrent/libtorrent.spec
trunk/rpms/rtorrent/rtorrent.spec
Log:
Updates
Modified: trunk/rpms/aircrack-ng/aircrack-ng.spec
===================================================================
--- trunk/rpms/aircrack-ng/aircrack-ng.spec 2007-04-25 13:47:05 UTC (rev 5314)
+++ trunk/rpms/aircrack-ng/aircrack-ng.spec 2007-04-26 01:24:14 UTC (rev 5315)
@@ -3,7 +3,7 @@
Summary: Reliable 802.11 (wireless) sniffer and WEP/WPA-PSK key cracker
Name: aircrack-ng
-Version: 0.7
+Version: 0.8
Release: 1
License: GPL
Group: Applications/Internet
@@ -26,6 +26,8 @@
%prep
%setup
+chmod a+x evalrev
+
%build
%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"
@@ -64,6 +66,9 @@
%{_sbindir}/airtun-ng
%changelog
+* Thu Apr 26 2007 Dag Wieers <dag at wieers.com> - 0.8-1
+- Updated to release 0.8.
+
* Sun Jan 21 2007 Dag Wieers <dag at wieers.com> - 0.7-1
- Updated to release 0.7.
Modified: trunk/rpms/fio/fio.spec
===================================================================
--- trunk/rpms/fio/fio.spec 2007-04-25 13:47:05 UTC (rev 5314)
+++ trunk/rpms/fio/fio.spec 2007-04-26 01:24:14 UTC (rev 5315)
@@ -4,7 +4,7 @@
Summary: I/O benchmark and stress/hardware verification tool
Name: fio
-Version: 1.15
+Version: 1.16
Release: 1
License: GPL
Group: Applications/System
@@ -51,6 +51,9 @@
#%{_libdir}/fio/
%changelog
+* Wed Apr 25 2007 Dag Wieers <dag at wieers.com> - 1.16-1
+- Updated to release 1.16.
+
* Wed Mar 28 2007 Dag Wieers <dag at wieers.com> - 1.15-1
- Updated to release 1.15.
Modified: trunk/rpms/libtorrent/libtorrent.spec
===================================================================
--- trunk/rpms/libtorrent/libtorrent.spec 2007-04-25 13:47:05 UTC (rev 5314)
+++ trunk/rpms/libtorrent/libtorrent.spec 2007-04-26 01:24:14 UTC (rev 5315)
@@ -3,7 +3,7 @@
Summary: BitTorrent library
Name: libtorrent
-Version: 0.11.1
+Version: 0.11.4
Release: 1
License: GPL
Group: Development/Libraries
@@ -62,6 +62,9 @@
%{_libdir}/pkgconfig/libtorrent.pc
%changelog
+* Wed Apr 25 2007 Dag Wieers <dag at wieers.com> - 0.11.4-1
+- Updated to release 0.11.4.
+
* Mon Jan 29 2007 Dries Verachtert <dries at ulyssis.org> - 0.11.1-1
- Updated to release 0.11.1.
Modified: trunk/rpms/rtorrent/rtorrent.spec
===================================================================
--- trunk/rpms/rtorrent/rtorrent.spec 2007-04-25 13:47:05 UTC (rev 5314)
+++ trunk/rpms/rtorrent/rtorrent.spec 2007-04-26 01:24:14 UTC (rev 5315)
@@ -3,11 +3,11 @@
Summary: Console based bittorrent client
Name: rtorrent
-Version: 0.7.1
+Version: 0.7.4
Release: 1
License: GPL
Group: Applications/Internet
-URL: http://libtorrent.rakshasa.no
+URL: http://libtorrent.rakshasa.no/
Source: http://libtorrent.rakshasa.no/downloads/rtorrent-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -25,6 +25,9 @@
%setup
%build
+### FIXME: Why does curl-compilation fail without the libsigc++20 includes
+export STUFF_CFLAGS="$(curl-config --cflags) $(pkg-config sigc++-2.0 --cflags)"
+export STUFF_LIBS="$(curl-config --libs) $(pkg-config sigc++-2.0 --libs) -ltorrent"
%configure
%{__make} %{?_smp_mflags}
@@ -42,6 +45,9 @@
%{_bindir}/rtorrent
%changelog
+* Wed Apr 25 2007 Dag Wieers <dag at wieers.com> - 0.7.4-1
+- Updated to release 0.7.4.
+
* Mon Jan 29 2007 Dries Verachtert <dries at ulyssis.org> - 0.7.1-1
- Updated to release 0.7.1.
More information about the svn-commits
mailing list