devel/prozilla .cvsignore, 1.2, 1.3 prozilla.spec, 1.5, 1.6 sources, 1.2, 1.3

Dams Nade (anvil) fedora-extras-commits at redhat.com
Wed Feb 2 20:51:25 UTC 2005


Author: anvil

Update of /cvs/extras/devel/prozilla
In directory cvs.fedora.redhat.com:/tmp/cvs-serv6064

Modified Files:
	.cvsignore prozilla.spec sources 
Log Message:
prozilla: updated to version 1.3.7.3 version - security issue


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/devel/prozilla/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:13:08 -0000	1.2
+++ .cvsignore	2 Feb 2005 20:51:23 -0000	1.3
@@ -1 +1,2 @@
 prozilla-1.3.6.tar.gz
+prozilla-1.3.7.3.tar.gz


Index: prozilla.spec
===================================================================
RCS file: /cvs/extras/devel/prozilla/prozilla.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- prozilla.spec	10 Dec 2004 22:03:09 -0000	1.5
+++ prozilla.spec	2 Feb 2005 20:51:23 -0000	1.6
@@ -1,50 +1,45 @@
 Summary:	An advanced Linux download manager
 Name:		prozilla
-Version: 	1.3.6
+Version: 	1.3.7.3
 Release:	1
 Epoch:		0
-Copyright:	GNU/GPL
+Copyright:	GPL
 Group:		Applications/Internet
 Source0:	http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.gz 
-URL:		http://www.lintux.cx/~kalum/prozilla.html
+URL:		http://prozilla.genesys.ro/
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildRequires:	gcc ncurses-devel
+BuildRequires:	ncurses-devel
+
 
-#---------------------------------------------------------------------
 %description
-ProZilla is a download accellerator program written for
-Linux to speed up the normal file download process. It often
-gives speed increases of around 200% to 300%. It supports
-both FTP and HTTP protocols, and the theory behind it is
-very simple. The program opens multiple connections to a
-server, and each of the connections downloads a part of the
-file, thus defeating existing internet congestion prevention
-methods which slow down a single connection based download.
+ProZilla is a download accellerator program written for Linux to speed
+up the normal file download process. It often gives speed increases of
+around 200% to 300%. It supports both FTP and HTTP protocols, and the
+theory behind it is very simple. 
+
+The program opens multiple connections to a server, and each of the
+connections downloads a part of the file, thus defeating existing
+internet congestion prevention methods which slow down a single
+connection based download.
 
-ProZilla also supports file download resuming, and ftpsearch
-for fastest ping times.
+ProZilla also supports file download resuming, and ftpsearch for
+fastest ping times.
 
-#---------------------------------------------------------------------
 %prep
-rm -rf %{buildroot}
-%setup -n %{name}-%{version}
+%setup -q
 %configure
 
-#---------------------------------------------------------------------
 %build
 make %{?_smp_mflags}
-mkdir %{buildroot}
-mkdir %{buildroot}/etc
 
-#---------------------------------------------------------------------
 %install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
 %makeinstall
 
-#---------------------------------------------------------------------
 %clean
-rm -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
 
-#---------------------------------------------------------------------
 %files
 %defattr(-,root,root,-)
 %doc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS FAQ INSTALL NEWS README TODO 
@@ -53,8 +48,11 @@
 %{_prefix}/bin/proz
 %{_mandir}/man1/proz*
 
-#---------------------------------------------------------------------
 %changelog
+* Wed Feb  2 2005 Dams <anvil[AT]livna.org> - 0:1.3.7.3-1
+- Updated to 1.3.7.3
+- Misc cleanups
+
 * Tue Apr  1 2003 Dams <anvil[AT]livna.org> 0:1.3.6-0.fdr.1
 - Modified Spec according to fedora template/guidelines.
 - Added BuildRequires tag.


Index: sources
===================================================================
RCS file: /cvs/extras/devel/prozilla/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:13:08 -0000	1.2
+++ sources	2 Feb 2005 20:51:23 -0000	1.3
@@ -1 +1 @@
-65864dfe72f5cb7d7e595ca6f34fc7d7  prozilla-1.3.6.tar.gz
+88f0d9d88aa7628239dae08804dcd550  prozilla-1.3.7.3.tar.gz




More information about the fedora-extras-commits mailing list