diff --git a/.cvsignore b/.cvsignore index f6138ba..16472bf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -uget-1.5.0.1.tar.gz +uget-1.5.9.2.tar.gz diff --git a/sources b/sources index b1dd836..116577d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -707ebf0d45d1b670194b262bbad6704f uget-1.5.0.1.tar.gz +7471718815bbba478ea2b9b42460b571 uget-1.5.9.2.tar.gz diff --git a/uget.spec b/uget.spec index c86e374..91b5626 100644 --- a/uget.spec +++ b/uget.spec @@ -1,16 +1,12 @@ Name: uget -Version: 1.5.0.1 -Release: 2%{?dist} +Version: 1.5.9.2 +Release: 1%{?dist} Summary: Download manager using GTK+ and libcurl Group: Applications/Internet License: LGPLv2+ URL: http://urlget.sourceforge.net/ Source0: http://downloads.sourceforge.net/urlget/%{name}-%{version}.tar.gz -# The following change already appears in upstream trunk/src/ug_uri.c -# rev 273 -# Patch to fix bug 556907 -Patch0: uget-1.5.0.1-crash-with-invalid-uri.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -32,7 +28,6 @@ Uget is the successor of urlgfe, which was called URLget before. %prep %setup -q -%patch0 -p1 -b .invalid_uri %build %configure @@ -80,6 +75,18 @@ exit 0 %{_datadir}/sounds/%{name}/ %changelog +* Fri Jun 4 2010 Mamoru Tasaka - 1.5.9.2-1 +- 1.5.9.2 + +* Thu Apr 22 2010 Mamoru Tasaka - 1.5.9.1-1 +- 1.5.9.1 + +* Sun Mar 21 2010 Mamoru Tasaka - 1.5.0.3-1 +- 1.5.0.3 + +* Thu Mar 4 2010 Mamoru Tasaka - 1.5.0.2-1 +- 1.5.0.2 + * Fri Jan 22 2010 Mamoru Tasaka - 1.5.0.1-2 - Fix segv when invalid uri is passed to the argument (bug 556907)