update to 2.3.0

This commit is contained in:
Miroslav Lichvar 2014-12-10 17:39:40 +01:00
parent 8a502e80b1
commit 6c8b3782c0
4 changed files with 4 additions and 1171 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
slang-2.2.3.tar.bz2 /slang-2.3.0.tar.bz2
/slang-2.2.4.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -6,15 +6,13 @@
%endif %endif
Summary: The shared library for the S-Lang extension language Summary: The shared library for the S-Lang extension language
Name: slang Name: slang
Version: 2.2.4 Version: 2.3.0
Release: 13%{?dist} Release: 13%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
Source: ftp://space.mit.edu/pub/davis/slang/v2.2/%{name}-%{version}.tar.bz2 Source: http://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
# fix file permissions # fix file permissions
Patch1: slang-2.2.4-perms.patch Patch1: slang-2.2.4-perms.patch
# add support for aarch64
Patch2: slang-2.2.4-aarch64.patch
URL: http://www.jedsoft.org/slang/ URL: http://www.jedsoft.org/slang/
BuildRequires: libpng-devel pcre-devel zlib-devel BuildRequires: libpng-devel pcre-devel zlib-devel
%{?with_oniguruma:BuildRequires: oniguruma-devel} %{?with_oniguruma:BuildRequires: oniguruma-devel}
@ -66,7 +64,6 @@ language.
%prep %prep
%setup -q %setup -q
%patch1 -p1 -b .perms %patch1 -p1 -b .perms
%patch2 -p1 -b .aarch64
head -n -1800 < changes.txt > changes.txt_ && tail -n 1800 < changes.txt | \ head -n -1800 < changes.txt > changes.txt_ && tail -n 1800 < changes.txt | \
iconv -f iso8859-1 -t utf8 >> changes.txt_ && \ iconv -f iso8859-1 -t utf8 >> changes.txt_ && \

View File

@ -1 +1 @@
7fcfd447e378f07dd0c0bae671fe6487 slang-2.2.4.tar.bz2 3bcc790460d52db1316c20395b7ac2f1 slang-2.3.0.tar.bz2