[packages/lttoolbox] - updated to 3.3.3 - removed obsolete opt patch

qboosh qboosh at pld-linux.org
Sat Sep 3 08:10:15 CEST 2016


commit abc88c3b84f256680d231fe9c0f71142e866ff27
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Sep 3 08:11:33 2016 +0200

    - updated to 3.3.3
    - removed obsolete opt patch

 lttoolbox-opt.patch | 43 -------------------------------------------
 lttoolbox.spec      |  6 ++----
 2 files changed, 2 insertions(+), 47 deletions(-)
---
diff --git a/lttoolbox.spec b/lttoolbox.spec
index 0a7eae4..eb4e88a 100644
--- a/lttoolbox.spec
+++ b/lttoolbox.spec
@@ -1,13 +1,12 @@
 Summary:	Augmented letter transducer tools for natural language processing
 Summary(pl.UTF-8):	Narzędzia do przetwarzania słów w językach naturalnych
 Name:		lttoolbox
-Version:	3.3.1
+Version:	3.3.3
 Release:	1
 License:	GPL v2+
 Group:		Applications/Text
 Source0:	http://downloads.sourceforge.net/apertium/%{name}-%{version}.tar.gz
-# Source0-md5:	d50479b2376a4839b7acac352505623e
-Patch0:		%{name}-opt.patch
+# Source0-md5:	0bfac9f5ae0f8769a75b18c3fdff827f
 URL:		http://wiki.apertium.org/wiki/Lttoolbox
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
@@ -58,7 +57,6 @@ Statyczna biblioteka lttoolbox.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/lttoolbox-opt.patch b/lttoolbox-opt.patch
deleted file mode 100644
index 2e06219..0000000
--- a/lttoolbox-opt.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- lttoolbox-3.2.0/configure.ac.orig	2010-03-14 16:14:34.000000000 +0100
-+++ lttoolbox-3.2.0/configure.ac	2010-11-27 14:36:48.271100775 +0100
-@@ -51,40 +51,6 @@
- 
- # Checks for programs.
- 
--AC_MSG_CHECKING([Compilation architecture: PPC, i686, x86_64, Other])
--if test x$(which arch) = x
--then ARCH=$($(which uname) -m)
--else ARCH=$($(which arch))
--fi
--
--if test x$ARCH = xppc
--then
--  AC_MSG_RESULT([PowerPC])
--  CFLAGS="-Wall -fomit-frame-pointer $CFLAGS"
--  CXXFLAGS="-Wall -fomit-frame-pointer $CXXFLAGS"
--else
--  if test x$ARCH = xi686
--  then
--    AC_MSG_RESULT([i686])
--    CFLAGS="-Wall -march=i686 -O3 -fomit-frame-pointer -funroll-loops $CFLAGS"
--    CXXFLAGS="-Wall -march=i686 -O3 \
--              -fomit-frame-pointer -funroll-loops $CXXFLAGS"
--  
--  else
--    if test x$ARCH = xx86_64
--    then
--      AC_MSG_RESULT([x86_64])
--      CFLAGS="-Wall -O3 -mtune=nocona -fomit-frame-pointer -funroll-loops $CFLAGS"
--      CXXFLAGS="-Wall -O3 -mtune=nocona \
--              -fomit-frame-pointer -funroll-loops $CXXFLAGS"
--    else
--      AC_MSG_RESULT([Other])
--      CFLAGS="-Wall -O3 $CFLAGS"
--      CXXFLAGS="-Wall -O3 $CXXFLAGS"
--    fi
--  fi
--fi
--
- AC_CANONICAL_HOST
- 
- USE_ANSI=yes
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lttoolbox.git/commitdiff/abc88c3b84f256680d231fe9c0f71142e866ff27



More information about the pld-cvs-commit mailing list