rpms/gnome-translate/devel gnome-translate-0.99-eel2.patch, NONE, 1.1 gnome-translate.spec, 1.4, 1.5

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Thu Feb 2 12:35:17 UTC 2006


Author: buc

Update of /cvs/extras/rpms/gnome-translate/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20081

Modified Files:
	gnome-translate.spec 
Added Files:
	gnome-translate-0.99-eel2.patch 
Log Message:


gnome-translate-0.99-eel2.patch:

--- NEW FILE gnome-translate-0.99-eel2.patch ---
diff -Nrbu gnome-translate-0.99/src/gt-app.c gnome-translate-0.99-OK/src/gt-app.c
--- gnome-translate-0.99/src/gt-app.c	2005-01-28 15:31:53.000000000 +0300
+++ gnome-translate-0.99-OK/src/gt-app.c	2006-02-02 15:29:01.000000000 +0300
@@ -1168,8 +1168,7 @@
 						     GTK_MESSAGE_WARNING,
 						     GTK_BUTTONS_YES_NO,
 						     _("Overwrite file?"),
-						     secondary,
-						     NULL);
+						     secondary);
 	  g_free(secondary);
 
 	  gtk_dialog_set_default_response(GTK_DIALOG(confirmation_dialog), GTK_RESPONSE_NO); /* safe default */
diff -Nrbu gnome-translate-0.99/src/gt-util.c gnome-translate-0.99-OK/src/gt-util.c
--- gnome-translate-0.99/src/gt-util.c	2005-01-28 15:32:27.000000000 +0300
+++ gnome-translate-0.99-OK/src/gt-util.c	2006-02-02 15:29:14.000000000 +0300
@@ -53,8 +53,7 @@
 				GTK_MESSAGE_ERROR,
 				GTK_BUTTONS_OK,
 				primary,
-				secondary,
-				NULL);
+				secondary);
 
   if (blocking)
     {


Index: gnome-translate.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-translate/devel/gnome-translate.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-translate.spec	13 Sep 2005 12:20:05 -0000	1.4
+++ gnome-translate.spec	2 Feb 2006 12:35:17 -0000	1.5
@@ -1,17 +1,18 @@
 Name: gnome-translate
 Summary: GNOME interface to libtranslate -- Natural language translator
 Version: 0.99
-Release: 4%{?dist}
+Release: 5%{?dist}
 Group: User Interface/Desktops
 License: GPL 
 URL: http://www.nongnu.org/libtranslate/gnome-translate
 Source: http://savannah.nongnu.org/download/libtranslate/gnome-translate-%{version}.tar.gz
+Patch0: gnome-translate-0.99-eel2.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: gtk2 >= 2.4.0, GConf2 >= 2.4.0, eel2 >= 2.6.0, pango >= 1.2.0
 BuildRequires: gtk2-devel >= 2.4.0, GConf2-devel >= 2.4.0
-BuildRequires: eel2-devel >= 2.6.0, libtranslate-devel, aspell-devel
+BuildRequires: eel2-devel >= 2.13.0, libtranslate-devel, aspell-devel
 %if "%{?dist}" == ".fc5"
 BuildRequires: gnome-keyring-devel
 %endif
@@ -37,6 +38,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -120,6 +122,9 @@
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
 
 %changelog
+* Thu Feb  2 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.99-5
+- add patch for compatibility with eel2 library >= 2.13
+
 * Tue Sep 13 2005 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.99-4
 - Hack: add an extra dependency -- gnome-keyring-devel,
   due to missing one in current rawhide's libgnomeui-devel




More information about the scm-commits mailing list