Update tp 2.4.2

Fixes #722686, so remove the patch
master
Christoph Wickert 2011-07-31 10:15:56 +02:00
parent 8c5403004b
commit c5c0cd82a2
4 changed files with 8 additions and 24 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
sakura-2.3.8.tar.bz2 sakura-2.3.8.tar.bz2
/sakura-2.4.0.tar.bz2 /sakura-2.4.0.tar.bz2
/sakura-2.4.1.tar.bz2 /sakura-2.4.1.tar.bz2
/sakura-2.4.2.tar.bz2

View File

@ -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)

View File

@ -1,8 +1,8 @@
# Review at https://bugzilla.redhat.com/show_bug.cgi?id=496166 # Review at https://bugzilla.redhat.com/show_bug.cgi?id=496166
Name: sakura Name: sakura
Version: 2.4.1 Version: 2.4.2
Release: 3%{?dist} Release: 1%{?dist}
Summary: Terminal emulator based on GTK and VTE Summary: Terminal emulator based on GTK and VTE
Group: User Interface/X Group: User Interface/X
@ -28,7 +28,6 @@ have a decent terminal emulator.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .cflags %patch0 -p1 -b .cflags
%patch1 -p0 -b .destroy-config-file
%build %build
@ -68,6 +67,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %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 * 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) - Bring back the cflags patch as actually this is not fixed (#722793)

View File

@ -1 +1 @@
71644561dea46047dd2bc0c8d8bae823 sakura-2.4.1.tar.bz2 46669519c77f7402b2de24cdefe251bb sakura-2.4.2.tar.bz2