[code-editor] Bugzilla 1091671: unbundle qtsingleapplication and qtlockedfile

Ilyes Gouta ilyes at fedoraproject.org
Sun May 11 22:18:25 UTC 2014


commit 4a9266c76520e07b35a0bde2870947ce95761be8
Author: Ilyes Gouta <ilyes.gouta at gmail.com>
Date:   Sun May 11 23:18:50 2014 +0100

    Bugzilla 1091671: unbundle qtsingleapplication and qtlockedfile

 .gitignore       |    1 +
 code-editor.spec |    9 ++++++---
 sources          |    1 +
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 41d019e..c00610e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /code-editor.desktop
 /code-editor-src-20130922.tar.bz2
 /code-editor-src-20131015.tar.bz2
+/code-editor-src-20140511.tar.bz2
diff --git a/code-editor.spec b/code-editor.spec
index 3855233..ec20e65 100644
--- a/code-editor.spec
+++ b/code-editor.spec
@@ -1,12 +1,12 @@
 Name:           code-editor
 Version:        2.8.1
-Release:        5%{?dist}
+Release:        6%{?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-20131015.tar.bz2
+Source0:        code-editor-src-20140511.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source1:        code-editor.desktop
@@ -15,7 +15,7 @@ Requires:       hicolor-icon-theme
 Requires:       xdg-utils
 
 BuildRequires:  desktop-file-utils
-BuildRequires:  botan-devel
+BuildRequires:  botan-devel qtsingleapplication-devel
 
 BuildRequires: qt4-devel >= 4.8
 %{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
@@ -91,6 +91,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/applications/code-editor.desktop
 
 %changelog
+* Sun May 11 2014 Ilyes Gouta <ilyes.gouta at gmail.com> - 2.8.1-6
+- Bugzilla 1091671: unbundle qtsingleapplication and qtlockedfile
+
 * Sun Nov 17 2013 Ilyes Gouta <ilyes.gouta at gmail.com> - 2.8.1-5
 - Bump release version for fixing f19 build
 
diff --git a/sources b/sources
index 0410343..713d817 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 624232bd640acedc67569ac25f508b0d  code-editor-src-20130922.tar.bz2
 3f776ac68fd7e451be422fdcdbf266a9  code-editor-src-20131015.tar.bz2
+48e457718ab94a94236c29c0ecc02030  code-editor-src-20140511.tar.bz2


More information about the scm-commits mailing list