rpms/d4x/FC-4 .cvsignore,1.6,1.7 d4x.spec,1.9,1.10 sources,1.6,1.7

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Apr 10 12:27:38 UTC 2006


Author: thias

Update of /cvs/extras/rpms/d4x/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30891/FC-4

Modified Files:
	.cvsignore d4x.spec sources 
Log Message:
Update to 2.5.7.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/d4x/FC-4/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	2 Nov 2005 13:11:51 -0000	1.6
+++ .cvsignore	10 Apr 2006 12:27:38 -0000	1.7
@@ -1 +1 @@
-d4x-2.5.6.tar.gz
+d4x-2.5.7.tar.bz2


Index: d4x.spec
===================================================================
RCS file: /cvs/extras/rpms/d4x/FC-4/d4x.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- d4x.spec	2 Nov 2005 13:11:51 -0000	1.9
+++ d4x.spec	10 Apr 2006 12:27:38 -0000	1.10
@@ -3,15 +3,19 @@
 
 Summary: Downloader for X that supports resuming and many other features
 Name: d4x
-Version: 2.5.6
+Version: 2.5.7
 Release: 1%{?pre:.%{pre}}%{?dist}
 Group: Applications/Internet
 License: Artistic
 URL: http://www.krasu.ru/soft/chuchelo/
-Source: http://www.krasu.ru/soft/chuchelo/files/d4x-%{version}%{?pre}%{?final}.tar.gz
+Source: http://d4x.krasu.ru/files/d4x-%{version}%{?pre}%{?final}.tar.bz2
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: gtk2-devel, glib2-devel >= 2.4.0, gcc-c++, libstdc++-devel
-BuildRequires: libao-devel, esound-devel, desktop-file-utils, openssl-devel
+BuildRequires: libao-devel, desktop-file-utils, openssl-devel, boost-devel
+# Use modular X for FC5+ and non-Fedora
+%if %{!?fedora:5}%{?fedora} >= 5
+BuildRequires: libXt-devel
+%endif
 
 %description
 This program lets you download files from the internet using either the ftp
@@ -26,7 +30,7 @@
 %setup -n %{name}-%{version}%{?pre}%{?final}
 
 %build
-%configure
+%configure --enable-libao
 %{__make} %{?_smp_mflags}
 
 
@@ -66,6 +70,17 @@
 
 
 %changelog
+* Mon Apr 10 2006 Matthias Saou <http://freshrpms.net/> 2.5.7-1
+- Update to 2.5.7.
+- Update source URL and s/gz/bz2/ again.
+- Add new bost-devel build requirement.
+- Enable libao instead of esd and oss.
+
+* Tue Mar 14 2006 Matthias Saou <http://freshrpms.net/> 2.5.6-2
+- FC5 rebuild... the build error that kept this rebuild pending was only X
+  not being detected by configure (libXt-devel missing) that was not making
+  configure exit... because make then failed miserably.
+
 * Wed Nov  2 2005 Matthias Saou <http://freshrpms.net/> 2.5.6-1
 - Update to 2.5.6.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/d4x/FC-4/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	2 Nov 2005 13:11:51 -0000	1.6
+++ sources	10 Apr 2006 12:27:38 -0000	1.7
@@ -1 +1 @@
-2cbaf9d4f466ba48d2ecb73518c76c78  d4x-2.5.6.tar.gz
+16e27032bf1d3396b93453afde3266dd  d4x-2.5.7.tar.bz2




More information about the fedora-extras-commits mailing list