rpms/gdesklets/devel transition.patch, NONE, 1.1 gdesklets.spec, 1.25, 1.26

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


Author: luya

Update of /cvs/extras/rpms/gdesklets/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv613

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/devel/gdesklets.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- gdesklets.spec	15 May 2007 16:44:37 -0000	1.25
+++ gdesklets.spec	7 Jun 2007 19:28:17 -0000	1.26
@@ -1,6 +1,6 @@
 Name:		gdesklets
 Version:	0.35.4
-Release:	5%{?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, gnome-python2-devel
 BuildRequires:  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,10 +83,13 @@
 
 
 %changelog
+* Thu Jun 07 2007 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.4-6
+- Added patch to remove old Xorg 6.8 notification for transition.py
+- Removed no-longer needed python-abi
+
 * Tue May 15 2007 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.4-5
 - Rebuild with Koji
 
-
 * Thu Dec 14 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.35.4-4
 - Rebuild for new Python
 




More information about the fedora-extras-commits mailing list