[sigil] New upstream release 0.6.2

Dan Horák sharkcz at fedoraproject.org
Fri Dec 21 09:55:45 UTC 2012


commit bef557f7e43b9441cafa22c8ca14149113279e85
Author: Dan Horák <dan at danny.cz>
Date:   Fri Dec 21 10:55:39 2012 +0100

    New upstream release 0.6.2

 .gitignore                                         |    1 +
 ...m-dicts.patch => sigil-0.6.2-system-dicts.patch |   27 +++++++++++++++----
 sigil.spec                                         |    9 ++++--
 sources                                            |    2 +-
 4 files changed, 29 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce09280..47db4f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Sigil-0.6.0-Code.zip
+/Sigil-0.6.2-Code.zip
diff --git a/sigil-0.5.906-system-dicts.patch b/sigil-0.6.2-system-dicts.patch
similarity index 72%
rename from sigil-0.5.906-system-dicts.patch
rename to sigil-0.6.2-system-dicts.patch
index 5aa85cc..e66cb8a 100644
--- a/sigil-0.5.906-system-dicts.patch
+++ b/sigil-0.6.2-system-dicts.patch
@@ -1,5 +1,16 @@
+From 44bde8bd7b700b1dc776fa688a0acbcce0f302b0 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <dan at danny.cz>
+Date: Sat, 6 Oct 2012 16:59:25 +0200
+Subject: [PATCH] system spell checker dicts - 1
+
+---
+ CMakeLists.txt                |    4 ++++
+ src/Sigil/CMakeLists.txt      |    2 ++
+ src/Sigil/Misc/SpellCheck.cpp |    5 +++++
+ 3 files changed, 11 insertions(+), 0 deletions(-)
+
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 1432602..ca12934 100644
+index da52434..26ebe0e 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -130,4 +130,8 @@ if( NOT FLIGHTCREW_FOUND )
@@ -12,10 +23,10 @@ index 1432602..ca12934 100644
 +
  add_subdirectory( src/Sigil )
 diff --git a/src/Sigil/CMakeLists.txt b/src/Sigil/CMakeLists.txt
-index 5fac4b0..dd38aca 100644
+index b01a9e1..eb89070 100644
 --- a/src/Sigil/CMakeLists.txt
 +++ b/src/Sigil/CMakeLists.txt
-@@ -855,7 +855,9 @@ if( UNIX AND NOT APPLE )
+@@ -871,7 +871,9 @@ if( UNIX AND NOT APPLE )
      install( FILES ${LINUX_DESKTOP_FILE} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications )
      install( FILES ${LINUX_DESKTOP_ICON_FILE} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps RENAME sigil.png )
      install( FILES ${QM_FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/sigil/translations )
@@ -26,17 +37,21 @@ index 5fac4b0..dd38aca 100644
  endif()
  
 diff --git a/src/Sigil/Misc/SpellCheck.cpp b/src/Sigil/Misc/SpellCheck.cpp
-index acfc00c..2739fbc 100644
+index 000573e..22d48d3 100644
 --- a/src/Sigil/Misc/SpellCheck.cpp
 +++ b/src/Sigil/Misc/SpellCheck.cpp
-@@ -278,6 +278,10 @@ void SpellCheck::loadDictionaryNames()
-     if (!env_dic_location.isEmpty()) {
+@@ -298,6 +298,11 @@ void SpellCheck::loadDictionaryNames()
          paths << env_dic_location;
      }
+ 
 +#ifdef HUNSPELL_DICTS_PATH
 +    // use system provided dictionaries
 +    paths << HUNSPELL_DICTS_PATH;
 +#endif
++
      // Possible location if the user installed from source.
      // This really should be changed to be passed the install prefix given to
      // cmake instead of guessing based upon the executable path.
+-- 
+1.7.7.6
+
diff --git a/sigil.spec b/sigil.spec
index 87038db..c46e197 100644
--- a/sigil.spec
+++ b/sigil.spec
@@ -1,6 +1,6 @@
 Name:           sigil
-Version:        0.6.0
-Release:        3%{?dist}
+Version:        0.6.2
+Release:        1%{?dist}
 Summary:        WYSIWYG ebook editor
 
 Group:          Applications/Productivity
@@ -8,7 +8,7 @@ License:        GPLv3+
 URL:            http://code.google.com/p/sigil/
 Source0:        http://sigil.googlecode.com/files/Sigil-%{version}-Code.zip
 # use system spelling dictionaries
-Patch1:         %{name}-0.5.906-system-dicts.patch
+Patch1:         %{name}-0.6.2-system-dicts.patch
 
 BuildRequires:  cmake
 BuildRequires:  qt4-devel
@@ -103,6 +103,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
 
 %changelog
+* Tue Dec 18 2012 Dan Horák <dan[at]danny.cz> - 0.6.2-1
+- New upstream release 0.6.2
+
 * Sun Nov 25 2012 Hans de Goede <hdegoede at redhat.com> - 0.6.0-3
 - Add Provides: bundled(libtidy)  (rhbz#772362)
 
diff --git a/sources b/sources
index a441e3e..644a910 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5f85f06077c572a4105398569fe7dfe6  Sigil-0.6.0-Code.zip
+78615dc007c12cc34271243d82783a36  Sigil-0.6.2-Code.zip


More information about the scm-commits mailing list