[uget] Update to 1.10-2

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Sep 6 05:19:19 UTC 2012


commit 19d10569d1eb3f740ac2a0c27abf04b46715c669
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Thu Sep 6 14:19:13 2012 +0900

    Update to 1.10-2

 .gitignore |    1 +
 sources    |    2 +-
 uget.spec  |   13 ++++++++-----
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a3f5d0..d3e042b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ uget-1.5.9.3.tar.gz
 /uget-1.8.0.tar.gz
 /uget-1.8.1.tar.gz
 /uget-1.8.2.tar.gz
+/uget-1.10-2.tar.gz
diff --git a/sources b/sources
index 80c4e39..ebd7a60 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-42be57f08f41ffe4f5c4b60a4e8aa079  uget-1.8.2.tar.gz
+cf6f58b838321f97aa9f3c0b0b0315cf  uget-1.10-2.tar.gz
diff --git a/uget.spec b/uget.spec
index 6f7bc97..ac8f2f4 100644
--- a/uget.spec
+++ b/uget.spec
@@ -1,14 +1,15 @@
-%global	mainver	1.8.2
+%global	mainver	1.10
+%global	minorver	2
 
 Name:		uget
 Version:	%{mainver}
-Release:	2%{?dist}
+Release:	1%{?minorver:.respin%minorver}%{?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
+Source0:	http://downloads.sourceforge.net/urlget/%{name}-%{mainver}%{?minorver:-%minorver}.tar.gz
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	gstreamer-devel
@@ -36,8 +37,7 @@ Uget is the successor of urlgfe, which was called URLget before.
 
 %build
 
-%configure \
-	--with-gtk3
+%configure
 make -k %{?_smp_mflags}
 
 %install
@@ -78,6 +78,9 @@ exit 0
 %{_datadir}/sounds/%{name}/
 
 %changelog
+* Thu Sep  6 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.10-1.respin2
+- Update to 1.10-2
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list