[uget/f14/master] - 1.6.1

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Oct 28 18:51:25 UTC 2010


commit 3a4e393441fdc5ab2ad9e6e634c61f6aa2d78b61
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Oct 29 03:51:27 2010 +0900

    - 1.6.1

 .gitignore                                |    1 +
 sources                                   |    2 +-
 uget-1.5.0.1-crash-with-invalid-uri.patch |   11 -----------
 uget-1.6.0-remove-libnotify-flag.patch    |   20 --------------------
 uget.spec                                 |   13 ++++++-------
 5 files changed, 8 insertions(+), 39 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 213c729..3a35485 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 uget-1.5.9.2.tar.gz
 uget-1.5.9.3.tar.gz
 /uget-1.6.0.tar.gz
+/uget-1.6.1.tar.gz
diff --git a/sources b/sources
index 53dfb7c..29b8215 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad880a9c853f24d90f70c87a574b8bce  uget-1.6.0.tar.gz
+1df3f5de08ab2924ee9c7ed89d3b69a8  uget-1.6.1.tar.gz
diff --git a/uget.spec b/uget.spec
index 5170842..68ddd13 100644
--- a/uget.spec
+++ b/uget.spec
@@ -1,13 +1,12 @@
 Name:		uget
-Version:	1.6.0
-Release:	2%{?dist}
+Version:	1.6.1
+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
-Patch0:	uget-1.6.0-remove-libnotify-flag.patch
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	gstreamer-devel
@@ -17,7 +16,7 @@ BuildRequires:	libcurl-devel
 BuildRequires:	libnotify-devel
 
 # Autotools related
-BuildRequires:	automake
+#BuildRequires:	automake
 
 Obsoletes:	urlgfe < 1.0.4
 Provides:	urlgfe = %{name}-%{version}
@@ -32,9 +31,6 @@ Uget is the successor of urlgfe, which was called URLget before.
 %prep
 %setup -q
 
-%patch0 -p0 -b .libno_flags
-autoreconf -fi
-
 %build
 
 %configure
@@ -82,6 +78,9 @@ exit 0
 %{_datadir}/sounds/%{name}/
 
 %changelog
+* Fri Oct 29 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.6.1-1
+- 1.6.1
+
 * Sun Sep  5 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.6.0-2
 - Apply upstream patch for build issue with recent libnotify
 


More information about the scm-commits mailing list