From 9057564ca3518a11c70f389163c8140e534702ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 21 Dec 2011 14:12:28 +0000 Subject: [PATCH] latest version --- .gitignore | 2 +- mythes-1.2.1-rhbz675806.patch | 10 ---------- mythes.spec | 10 ++++++---- sources | 2 +- 4 files changed, 8 insertions(+), 16 deletions(-) delete mode 100644 mythes-1.2.1-rhbz675806.patch diff --git a/.gitignore b/.gitignore index 733d3ed..46b4cab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -mythes-1.2.1.tar.gz +/mythes-1.2.2.tar.gz diff --git a/mythes-1.2.1-rhbz675806.patch b/mythes-1.2.1-rhbz675806.patch deleted file mode 100644 index fa2aab1..0000000 --- a/mythes-1.2.1-rhbz675806.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- mythes.cxx 2011-02-08 10:42:57.262964286 +0000 -+++ mythes.cxx 2011-02-08 10:43:06.305076490 +0000 -@@ -14,6 +14,7 @@ - encoding = NULL; - list = NULL; - offst = NULL; -+ pdfile = NULL; - - if (thInitialize(idxpath, datpath) != 1) { - fprintf(stderr,"Error - can't open %s or %s\n",idxpath, datpath); diff --git a/mythes.spec b/mythes.spec index 6460594..93f87a9 100644 --- a/mythes.spec +++ b/mythes.spec @@ -1,14 +1,13 @@ Name: mythes Summary: A thesaurus library -Version: 1.2.1 -Release: 3%{?dist} +Version: 1.2.2 +Release: 1%{?dist} Source: http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz Group: System Environment/Libraries URL: http://hunspell.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: BSD BuildRequires: hunspell-devel -Patch0: mythes-1.2.1-rhbz675806.patch %description MyThes is a simple thesaurus that uses a structured text data file and an @@ -25,7 +24,6 @@ Includes and definitions for developing with mythes %prep %setup -q -%patch0 -p0 -b .rhbz675806 %build %configure --disable-rpath --disable-static @@ -64,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/th_gen_idx.pl %changelog +* Wed Dec 21 2011 Caolán McNamara - 1.2.2-1 +- latest version +- drop integrated mythes-1.2.1-rhbz675806.patch + * Tue Feb 08 2011 Fedora Release Engineering - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index d665e29..01af052 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -54b310488dda6929cf31ae859928c945 mythes-1.2.1.tar.gz +e1e255dc43dbcbb34cb19e8a0eba90ae mythes-1.2.2.tar.gz