rpms/gdesklets/F-7 transition.patch, 1.2, 1.3 gdesklets.spec, 1.31, 1.32

Luya Tshimbalanga (luya) fedora-extras-commits at redhat.com
Fri Nov 23 19:46:23 UTC 2007


Author: luya

Update of /cvs/pkgs/rpms/gdesklets/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11226

Modified Files:
	gdesklets.spec 
Added Files:
	transition.patch 
Log Message:
added patch and changed url

transition.patch:

Index: transition.patch
===================================================================
RCS file: transition.patch
diff -N transition.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ transition.patch	23 Nov 2007 19:46:19 -0000	1.3
@@ -0,0 +1,20 @@
+*** gDesklets-0.36beta/main/transition.py	2007-10-04 04:22:11.000000000 -0700
+--- gDesklets-0.36beta_copy/main/transition.py	2007-11-23 10:56:44.000000000 -0800
+***************
+*** 45,51 ****
+                  "stable release version, we'd highly appreciate it if you "
+                  "report any weird behavior to the developers.\n\n"
+                  "Experienced users are encouraged to try a bzr version, "
+!                 "though!")
+  
+      elif ("rc" in VERSION):
+          msg = _("This is a <b>release candidate</b> of an upcoming gDesklets "
+--- 45,52 ----
+                  "stable release version, we'd highly appreciate it if you "
+                  "report any weird behavior to the developers.\n\n"
+                  "Experienced users are encouraged to try a bzr version, "
+!                 "though! \n\n"
+! 		"This message can be ignored as the packagers deliver the latest known working version.")
+  
+      elif ("rc" in VERSION):
+          msg = _("This is a <b>release candidate</b> of an upcoming gDesklets "


Index: gdesklets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdesklets/F-7/gdesklets.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gdesklets.spec	20 Nov 2007 08:50:22 -0000	1.31
+++ gdesklets.spec	23 Nov 2007 19:46:19 -0000	1.32
@@ -2,14 +2,15 @@
 
 Name:		gdesklets
 Version:	0.36
-Release:	0.1.%{alphatag}%{?dist}
+Release:	0.3.%{alphatag}%{?dist}
 Summary:	An interactive Imlib2 console for the X Window system
 
 Group:		User Interface/Desktops
 License:	GPL+
 
-URL:		http://www.gdesklets.org/
-Source0:	http://www.gdesklets.org/releases/gDesklets-%{version}%{alphatag}.tar.bz2
+URL:		http://www.gdesklets.de/
+Source0:	http://students.fim.uni-passau.de/~meyerc/gDesklets/gDesklets-%{version}%{alphatag}.tar.bz2
+Patch0:		transition.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}%{alphatag}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel > 2.0.0, pyorbit-devel , pygtk2-devel > 2.4.0, 
@@ -29,10 +30,11 @@
 
 %prep
 %setup -q -n gDesklets-%{version}%{alphatag}
-
+%patch0 -p1 -b .transition
 
 %build
 
+
 %configure \
  --disable-schemas-install
 make %{?_smp_mflags}
@@ -83,8 +85,13 @@
 
 
 %changelog
+* Thu Nov 15 2007 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.36.0-3.beta
+- Changed url adress
+- Added patch for dialog
+
 * Thu Nov 15 2007 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.36.0-1.beta
 - New beta release
+- Removed patch
 
 * Tue Aug 21 2007 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.4-9
 - Renamed GPL to GPL+ following the new Fedora tagging license schema




More information about the fedora-extras-commits mailing list