[mingw-enchant: 13/20] Update to 1.6.0

epienbro epienbro at fedoraproject.org
Wed Mar 7 16:54:51 UTC 2012


commit 5a48f1a8acbd23e8f97ef21873b8351bb71851b5
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Sep 4 16:36:49 2011 +0300

    Update to 1.6.0

 .gitignore                               |    1 +
 compile-resources                        |   46 ---------------------------
 enchant-1.5.0-abi12160.searchdirs.patch  |   23 -------------
 enchant-1.5.0-abi12173.leaks.patch       |   48 ----------------------------
 enchant-1.5.0-abi12174.fixbadmatch.patch |   51 ------------------------------
 enchant-mingw-compile-fix.patch          |   15 ---------
 mingw32-enchant.spec                     |   32 +++---------------
 7 files changed, 7 insertions(+), 209 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b6b3f3..ecfd8ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 enchant-1.5.0.tar.gz
+/enchant-1.6.0.tar.gz
diff --git a/mingw32-enchant.spec b/mingw32-enchant.spec
index b24a592..7e61e0c 100644
--- a/mingw32-enchant.spec
+++ b/mingw32-enchant.spec
@@ -7,12 +7,11 @@
 
 Summary:       MinGW Windows Enchanting Spell Checking Library
 Name:          mingw32-enchant
-Version:       1.5.0
-Release:       10%{?dist}
+Version:       1.6.0
+Release:       1%{?dist}
 Group:         System Environment/Libraries
 License:       LGPLv2+
 Source0:       http://www.abisource.com/downloads/enchant/%{version}/enchant-%{version}.tar.gz
-Source1:       compile-resources
 URL:           http://www.abisource.com/
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 
@@ -27,13 +26,6 @@ BuildArch:     noarch
 
 Requires:      pkgconfig
 
-Patch0:        enchant-mingw-compile-fix.patch
-
-Patch10:       enchant-1.5.0-abi12160.searchdirs.patch
-Patch11:       enchant-1.5.0-abi12173.leaks.patch
-Patch12:       enchant-1.5.0-abi12174.fixbadmatch.patch
-
-
 %description
 A library that wraps other spell checking backends.
 
@@ -55,22 +47,6 @@ Static version of the MinGW Windows enchant spell checking library.
 %prep
 %setup -qn "enchant-%{version}"
 
-# There's a file missing from the tarball
-# http://www.abisource.com/viewvc/enchant/trunk/compile-resource?revision=21303
-cp %{SOURCE1} compile-resource
-chmod 755 compile-resource
-
-# Fix for a conflict between Hunspell and windef.h
-# http://www.abisource.com/viewvc?view=rev&revision=26532
-%patch0 -p0 -b .near
-
-#http://bugzilla.abisource.com/show_bug.cgi?id=12160
-%patch10 -p1 -b .searchdirs
-#http://bugzilla.abisource.com/show_bug.cgi?id=12173
-%patch11 -p1 -b .leaks
-#http://bugzilla.abisource.com/show_bug.cgi?id=12174
-%patch12 -p1 -b .fixbadmatch
-
 
 %build
 %{_mingw32_configure}   \
@@ -122,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 04 2011 Kalev Lember <kalevlember at gmail.com> - 1.6.0-1
+- Update to 1.6.0
+- Dropped all the patches as they are now included upstream
+
 * Thu Jul  7 2011 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.5.0-10
 - Rebuild against win-iconv
 


More information about the scm-commits mailing list