diff --git a/.gitignore b/.gitignore index a63513c..4cba14c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sakura-2.4.1-Destroy-config-file-after-deleting-tabs.patch b/sakura-2.4.1-Destroy-config-file-after-deleting-tabs.patch deleted file mode 100644 index cdaae85..0000000 --- a/sakura-2.4.1-Destroy-config-file-after-deleting-tabs.patch +++ /dev/null @@ -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) - diff --git a/sakura.spec b/sakura.spec index 7710cdc..07154e7 100644 --- a/sakura.spec +++ b/sakura.spec @@ -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 - 2.4.2-1 +- Update tp 2.4.2 +- Fixes #722686, so remove the patch + * Sun Jul 17 2011 Christoph Wickert - 2.4.1-3 - Bring back the cflags patch as actually this is not fixed (#722793) diff --git a/sources b/sources index aa1cd8c..948c81a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71644561dea46047dd2bc0c8d8bae823 sakura-2.4.1.tar.bz2 +46669519c77f7402b2de24cdefe251bb sakura-2.4.2.tar.bz2