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

Ilyes Gouta ilyes at fedoraproject.org
Tue Oct 15 17:42:56 UTC 2013


commit d625392c27a76fd252e15bb287c8fa8f03f75c51
Author: Ilyes Gouta <ilyes.gouta at gmail.com>
Date:   Tue Oct 15 18:11:16 2013 +0100

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

 .gitignore       |    1 +
 code-editor.spec |   10 +++++++---
 sources          |    1 +
 3 files changed, 9 insertions(+), 3 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..7ee1898 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
@@ -40,7 +40,7 @@ CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
 CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
 FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
 
-qmake-qt4 -makefile code-editor.pro IDE_LIBRARY_BASENAME=%{_lib} USE_SYSTEM_BOTAN=1
+qmake-qt4 -makefile code-editor.pro IDE_LIBRARY_BASENAME=%{_lib}
 make %{?_smp_mflags}
 
 %install
@@ -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