rpms/gdesklets/FC-6 transition.patch, NONE, 1.1 gdesklets.spec, 1.21, 1.22

Luya Tshimbalanga (luya) fedora-extras-commits at redhat.com
Thu Jun 7 19:32:20 UTC 2007


Author: luya

Update of /cvs/extras/rpms/gdesklets/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3131

Modified Files:
	gdesklets.spec 
Added Files:
	transition.patch 
Log Message:
updated spec file, added 1 patch

transition.patch:

--- NEW FILE transition.patch ---
--- gDesklets-0.35.4/main/transition.py.context	2007-06-07 11:35:24.000000000 -0700
+++ gDesklets-0.35.4/main/transition.py	2007-06-07 12:11:29.000000000 -0700
@@ -68,12 +68,7 @@ if (not _check_version()):
                 "you press that key again!\n"
                 "The default keybinding is <Shift> <F12>, "
                 "but you can easily change that in the configuration "
-                "dialog.\n\n"
-                "Please note that due to limitations of older X servers, "
-                "you might see blocks around desklets in Float mode. "
-                "This cannot be solved in a satisfying way except for "
-                "switching the X server to real translucency "
-                "(Xorg 6.8 and above).")
+                "dialog.\n\n")
 
     # show the dialog
     dialog.info(


Index: gdesklets.spec
===================================================================
RCS file: /cvs/extras/rpms/gdesklets/FC-6/gdesklets.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- gdesklets.spec	8 Nov 2006 05:52:17 -0000	1.21
+++ gdesklets.spec	7 Jun 2007 19:31:44 -0000	1.22
@@ -1,6 +1,6 @@
 Name:		gdesklets
 Version:	0.35.4
-Release:	1%{?dist}
+Release:	6%{?dist}
 Summary:	An interactive Imlib2 console for the X Window system
 
 Group:		User Interface/Desktops
@@ -8,7 +8,7 @@
 
 URL:		http://www.gdesklets.org/
 Source0:	http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2
-
+Patch0:		transition.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel > 2.0.0, pyorbit-devel , pygtk2-devel > 2.4.0, 
@@ -16,7 +16,6 @@
 BuildRequires:  libXau-devel, libXdmcp-devel, intltool
 BuildRequires:  gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils
 Requires:	gnome-python2-gconf >= 2.6.0
-Requires:	python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 Requires(post): shared-mime-info
 Requires(postun): shared-mime-info
 
@@ -29,6 +28,7 @@
 
 %prep
 %setup -q -n gDesklets-%{version}
+%patch0 -p1 -b .transition
 
 %build
 
@@ -83,6 +83,10 @@
 
 
 %changelog
+* Thu Jun 07 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.4-6
+- Add patch to remove old Xorg 6.8 notification for transition.py
+- Removed no-longer needed python-abi
+
 * Tue Nov 07 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.4-1
 - Removed patch no longer needed
 - Updated to 0.35.4




More information about the fedora-extras-commits mailing list