[mingw-gtkspell3/f18] Update to 3.0.3

Sandro Mani smani at fedoraproject.org
Mon Jun 3 23:09:42 UTC 2013


commit 6c1ae06aaf90821a97fade8d10261c1c0f934771
Author: Sandro Mani <manisandro at gmail.com>
Date:   Tue Jun 4 01:09:30 2013 +0200

    Update to 3.0.3

 .gitignore                         |    1 +
 mingw-gtkspell3.spec               |   16 +++-------
 mingw-gtkspell3_no-undefined.patch |   56 ------------------------------------
 sources                            |    2 +-
 4 files changed, 7 insertions(+), 68 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 68517b1..44496b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gtkspell3-3.0.2.tar.gz
+/gtkspell3-3.0.3.tar.gz
diff --git a/mingw-gtkspell3.spec b/mingw-gtkspell3.spec
index 1a73d72..e364a3d 100644
--- a/mingw-gtkspell3.spec
+++ b/mingw-gtkspell3.spec
@@ -3,19 +3,14 @@
 %global pkgname gtkspell3
 
 Name:          mingw-%{pkgname}
-Version:       3.0.2
-Release:       3%{?dist}
+Version:       3.0.3
+Release:       1%{?dist}
 Summary:       MinGW Windows GtkSpell3 library
 License:       GPLv2+
 Group:         Development/Libraries
 BuildArch:     noarch
 URL:           http://gtkspell.sourceforge.net/
 Source0:       http://downloads.sourceforge.net/gtkspell/%{pkgname}-%{version}.tar.gz
-# Add -no-undefined to linker flags
-Patch0:        mingw-gtkspell3_no-undefined.patch
-
-# Until new upstream version is release with Patch0
-BuildRequires: autoconf automake libtool
 
 BuildRequires: intltool
 
@@ -71,13 +66,9 @@ Static version of the MinGW Windows GtkSpell3 library.
 
 %prep
 %setup -q -n %{pkgname}-%{version}
-%patch0 -p1
 
 
 %build
-# Needed for Patch0
-autoreconf -i
-
 %mingw_configure
 %mingw_make %{?_smp_mflags}
 
@@ -114,6 +105,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Tue Jun 04 2013 Sandro Mani <manisandro at gmail.com> - 3.0.3-1
+- Update to 3.0.3
+
 * Tue May 21 2013 Sandro Mani <manisandro at gmail.com> - 3.0.2-3
 - Fix source url
 
diff --git a/sources b/sources
index 4350248..1e8eee8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5db501ead123ffbe8aad7d5f76c44c71  gtkspell3-3.0.2.tar.gz
+58f68a0fe9007d9a3d6092b222689320  gtkspell3-3.0.3.tar.gz


More information about the scm-commits mailing list