[uget] F-17: Use deprecated declaration in GTK 3 for now

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Nov 9 11:20:25 UTC 2011


commit 7fe7d952a70f9012e666ac0d38e2edba1890ce2d
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Wed Nov 9 20:20:20 2011 +0900

    F-17: Use deprecated declaration in GTK 3 for now

 uget.spec |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/uget.spec b/uget.spec
index 0b4d7fc..e03a95a 100644
--- a/uget.spec
+++ b/uget.spec
@@ -2,7 +2,7 @@
 
 Name:		uget
 Version:	%{mainver}
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Download manager using GTK+ and libcurl
 
 Group:		Applications/Internet
@@ -38,6 +38,13 @@ Uget is the successor of urlgfe, which was called URLget before.
 %prep
 %setup -q -n %{name}-%{mainver}
 
+# TODO: Use GtkGrid instead of GtkTable
+%if 0%{?fedora} >= 17
+for f in Makefile.{am,in}
+do
+	find . -name $f | xargs sed -i.old -e 's|-DG.K_DISABLE[^ ][^ ]*||g' $f
+done
+%endif
 
 %build
 
@@ -86,7 +93,10 @@ exit 0
 %{_datadir}/sounds/%{name}/
 
 %changelog
-* Wed Nov  9 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.9.0-2
+* Wed Nov  9 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.0-3
+- F-17: Use deprecated declaration in GTK 3 for now
+
+* Wed Nov  9 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.0-2
 - Rebuild
 
 * Wed Jun  8 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.0-1


More information about the scm-commits mailing list