update to 2.3.0
This commit is contained in:
parent
8a502e80b1
commit
6c8b3782c0
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
@ -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_ && \
|
||||||
|
Loading…
Reference in New Issue
Block a user