rpms/guake/F-9 guake.spec,1.3,1.4 sources,1.3,1.4

Pierre-YvesChibon pingou at fedoraproject.org
Tue Feb 10 12:47:21 UTC 2009


Author: pingou

Update of /cvs/pkgs/rpms/guake/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20065

Modified Files:
	guake.spec sources 
Log Message:
New release from git


Index: guake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/guake/F-9/guake.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- guake.spec	27 Nov 2008 14:34:52 -0000	1.3
+++ guake.spec	10 Feb 2009 12:46:50 -0000	1.4
@@ -1,12 +1,19 @@
 Name:           guake
 Version:        0.3.1
-Release:        4%{?dist}
+Release:        8.20090210git%{?dist}
 Summary:        Drop-down terminal for GNOME
 
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://www.guake-terminal.org/
-Source0:        http://guake-terminal.org/releases/%{version}/%{name}-%{version}.tar.gz
+#Source0:        http://guake-terminal.org/releases/%{version}/%{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}.20090210git.tar.gz
+# Source generated from
+# git clone git://repos.guake-terminal.org/guake
+# cd guake
+# ./autogen.sh
+# cd ../
+# tar zcvf guake-0.3.1.20090210git.tar.gz guake/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel gtk2-devel gettext desktop-file-utils perl(XML::Parser) GConf2-devel
@@ -23,13 +30,16 @@
 and press again to hide.
 
 %prep
-%setup -q
+%setup -q -n %{name}
 
 # Enables to pass the configure without problem concerning python vte library
 sed -i -e 's|if test -z "$ac_pvte_result"; then|if test -z "" ; then|g' configure
 
-# Quick and dirty patch to get rid of the Num Lock error
-sed -i -e "s|key = cellrendererkeys.accelerator_name(keyval, keycode, mask)|key = cellrendererkeys.accelerator_name(keyval, keycode, mask).replace('<Mod2>','')|" src/guake.py
+# Quick and dirty patch to get rid of the Num Lock error --> should be corrected - see http://trac.guake-terminal.org/ticket/76 
+#sed -i -e "s|key = cellrendererkeys.accelerator_name(keyval, keycode, mask)|key = cellrendererkeys.accelerator_name(keyval, keycode, mask).replace('<Mod2>','')|" src/guake.py
+
+# Correct the tab problem see http://trac.guake-terminal.org/ticket/103 
+sed -i -e 's|self.notebook.set_current_page(last_added))|self.notebook.set_current_page(self.notebook.page_num(box)))|' src/guake.py
 
 
 %build
@@ -89,16 +99,30 @@
 
 
 %changelog
-* Wed Nov 26 2008 pingou <pingoufc at yahoo.fr> - 0.3.1-4
+* Tue Feb 10 2009 pingou <pingou at pingoured.fr> - 0.3.1-8.20090210git
+- Correct setup -n
+
+* Tue Feb 10 2009 pingou <pingou at pingoured.fr> - 0.3.1-7.20090210git
+- Correct typo in the release number
+
+* Tue Feb 10 2009 pingou <pingou at pingoured.fr> - 0.3.1-6.20090210git
+- Add a .desktop file for the preferences (see: http://trac.guake-terminal.org/ticket/86 )
+- New version from git
+- Correct the tab
+
+* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.3.1-5
+- Rebuild for Python 2.6
+
+* Wed Nov 26 2008 pingou <pingou at pingoured.fr> - 0.3.1-4
 - Quick and dirty trick before upstream patch
 
-* Thu Nov 20 2008 pingou <pingoufc at yahoo.fr> - 0.3.1-3
+* Thu Nov 20 2008 pingou <pingou at pingoured.fr> - 0.3.1-3
 - Correct the Source0
 
-* Mon Aug 25 2008 pingou <pingoufc at yahoo.fr> - 0.3.1-2
+* Mon Aug 25 2008 pingou <pingou at pingoured.fr> - 0.3.1-2
 - Add pygtk2 >= 2.10 in the BR
 
-* Mon Aug 25 2008 pingou <pingoufc at yahoo.fr> - 0.3.1-1
+* Mon Aug 25 2008 pingou <pingou at pingoured.fr> - 0.3.1-1
 - New owner
 - New upstream release 0.3.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/guake/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	25 Aug 2008 17:16:29 -0000	1.3
+++ sources	10 Feb 2009 12:46:50 -0000	1.4
@@ -1 +1 @@
-ed7af9e0309ba0df08a521b1ef4423ef  guake-0.3.1.tar.gz
+28983418ed5ba6d1b751cb2ea1e296f6  guake-0.3.1.20090210git.tar.gz




More information about the fedora-extras-commits mailing list