parent
8c5403004b
commit
c5c0cd82a2
|
@ -1,3 +1,4 @@
|
|||
sakura-2.3.8.tar.bz2
|
||||
/sakura-2.4.0.tar.bz2
|
||||
/sakura-2.4.1.tar.bz2
|
||||
/sakura-2.4.2.tar.bz2
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
=== modified file 'src/sakura.c'
|
||||
--- src/sakura.c 2011-07-15 13:20:53 +0000
|
||||
+++ src/sakura.c 2011-07-16 18:27:02 +0000
|
||||
@@ -2120,13 +2120,13 @@
|
||||
{
|
||||
SAY("Destroying sakura");
|
||||
|
||||
- g_key_file_free(sakura.cfg);
|
||||
-
|
||||
/* Delete all existing tabs */
|
||||
while (gtk_notebook_get_n_pages(GTK_NOTEBOOK(sakura.notebook)) >= 1) {
|
||||
sakura_del_tab(-1);
|
||||
}
|
||||
|
||||
+ g_key_file_free(sakura.cfg);
|
||||
+
|
||||
pango_font_description_free(sakura.font);
|
||||
|
||||
if (sakura.background)
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
# Review at https://bugzilla.redhat.com/show_bug.cgi?id=496166
|
||||
|
||||
Name: sakura
|
||||
Version: 2.4.1
|
||||
Release: 3%{?dist}
|
||||
Version: 2.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Terminal emulator based on GTK and VTE
|
||||
|
||||
Group: User Interface/X
|
||||
|
@ -28,7 +28,6 @@ have a decent terminal emulator.
|
|||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .cflags
|
||||
%patch1 -p0 -b .destroy-config-file
|
||||
|
||||
|
||||
%build
|
||||
|
@ -68,6 +67,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 30 2011 Christoph Wickert <cwickert@fedoraproject.org> - 2.4.2-1
|
||||
- Update tp 2.4.2
|
||||
- Fixes #722686, so remove the patch
|
||||
|
||||
* Sun Jul 17 2011 Christoph Wickert <cwickert@fedoraproject.org> - 2.4.1-3
|
||||
- Bring back the cflags patch as actually this is not fixed (#722793)
|
||||
|
||||
|
|
Loading…
Reference in New Issue