[code-editor] - Rebased on origin-2.8 7165378 - Fix a crash on codestylesettings when closing the editor

Ilyes Gouta ilyes at fedoraproject.org
Tue Oct 15 12:38:30 UTC 2013


commit e86105e904d36a3495e424da8477130bcd7e80a7
Author: Ilyes Gouta <ilyes.gouta at gmail.com>
Date:   Tue Oct 15 13:37:47 2013 +0100

    - Rebased on origin-2.8 7165378
    - Fix a crash on codestylesettings when closing the editor

 .gitignore       |    1 +
 code-editor.spec |    8 ++++++--
 sources          |    1 +
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35ce53b..41d019e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /code-editor.spec
 /code-editor.desktop
 /code-editor-src-20130922.tar.bz2
+/code-editor-src-20131015.tar.bz2
diff --git a/code-editor.spec b/code-editor.spec
index 33e7526..23257ce 100644
--- a/code-editor.spec
+++ b/code-editor.spec
@@ -1,12 +1,12 @@
 Name:           code-editor
 Version:        2.8.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Lightweight and cross-platform text and code editor based on Qt Creator
 
 Group:          Development/Tools
 License:        LGPLv2
 URL:            http://qt.gitorious.org/~ilyesgouta/qt-creator/code-editor
-Source0:        code-editor-src-20130922.tar.bz2
+Source0:        code-editor-src-20131015.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source1:        code-editor.desktop
@@ -91,6 +91,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/applications/code-editor.desktop
 
 %changelog
+* Tue Oct 15 2013 Ilyes Gouta <ilyes.gouta at gmail.com> - 2.8.1-3
+- Rebased on origin-2.8 7165378
+- Fix a crash on codestylesettings when closing the editor
+
 * Tue Oct 01 2013 Dan HorĂ¡k <dan[at]danny.cz> - 2.8.1-2
 - use system botan (see also #912367)
 
diff --git a/sources b/sources
index ad090c0..0410343 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 624232bd640acedc67569ac25f508b0d  code-editor-src-20130922.tar.bz2
+3f776ac68fd7e451be422fdcdbf266a9  code-editor-src-20131015.tar.bz2


More information about the scm-commits mailing list