[uget/f18] 1.10.2

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Oct 5 06:46:55 UTC 2012


commit fed9f96fea296e9e66dfc6524f9b04b7964f8382
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Fri Oct 5 15:46:49 2012 +0900

    1.10.2

 .gitignore |    1 +
 sources    |    2 +-
 uget.spec  |    9 ++++++++-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 19a752a..f092f6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ uget-1.5.9.3.tar.gz
 /uget-1.8.2.tar.gz
 /uget-1.10-2.tar.gz
 /uget-1.10.1.tar.gz
+/uget-1.10.2.tar.gz
diff --git a/sources b/sources
index 35318f9..ca1392d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ee70488df158045946510676fe18f85  uget-1.10.1.tar.gz
+c766e94fcf12e4b425c53c7c598fd702  uget-1.10.2.tar.gz
diff --git a/uget.spec b/uget.spec
index f737927..44766d9 100644
--- a/uget.spec
+++ b/uget.spec
@@ -1,4 +1,4 @@
-%global	mainver	1.10.1
+%global	mainver	1.10.2
 #%%global	minorver	
 
 Name:		uget
@@ -12,7 +12,11 @@ URL:		http://urlget.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/urlget/%{name}-%{mainver}%{?minorver:-%minorver}.tar.gz
 
 BuildRequires:	desktop-file-utils
+%if 0%{?fedora} >= 18
+BuildRequires:	gstreamer1-devel
+%else
 BuildRequires:	gstreamer-devel
+%endif
 BuildRequires:	gtk3-devel
 BuildRequires:	intltool
 BuildRequires:	libcurl-devel
@@ -78,6 +82,9 @@ exit 0
 %{_datadir}/sounds/%{name}/
 
 %changelog
+* Fri Oct  5 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.10.2-1
+- 1.10.2
+
 * Fri Sep 21 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.10.1-1
 - 1.10.1
 


More information about the scm-commits mailing list