[slang] update to 2.3.0

Miroslav Lichvar mlichvar at fedoraproject.org
Wed Dec 10 16:51:51 UTC 2014


commit 6c8b3782c00ca7b372830004d2efe9a6cd96b64a
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Wed Dec 10 17:39:40 2014 +0100

    update to 2.3.0

 .gitignore                |    3 +-
 slang-2.2.4-aarch64.patch | 1163 ---------------------------------------------
 slang.spec                |    7 +-
 sources                   |    2 +-
 4 files changed, 4 insertions(+), 1171 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f4654c..ad84f13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-slang-2.2.3.tar.bz2
-/slang-2.2.4.tar.bz2
+/slang-2.3.0.tar.bz2
diff --git a/slang.spec b/slang.spec
index dc4e2f7..72fc1d8 100644
--- a/slang.spec
+++ b/slang.spec
@@ -6,15 +6,13 @@
 %endif
 Summary: The shared library for the S-Lang extension language
 Name: slang
-Version: 2.2.4
+Version: 2.3.0
 Release: 13%{?dist}
 License: GPLv2+
 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
 Patch1: slang-2.2.4-perms.patch
-# add support for aarch64
-Patch2: slang-2.2.4-aarch64.patch
 URL: http://www.jedsoft.org/slang/
 BuildRequires: libpng-devel pcre-devel zlib-devel
 %{?with_oniguruma:BuildRequires: oniguruma-devel}
@@ -66,7 +64,6 @@ language.
 %prep
 %setup -q
 %patch1 -p1 -b .perms
-%patch2 -p1 -b .aarch64
 
 head -n -1800 < changes.txt > changes.txt_ && tail -n 1800 < changes.txt | \
 	iconv -f iso8859-1 -t utf8 >> changes.txt_ && \
diff --git a/sources b/sources
index be628f6..f6f177d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7fcfd447e378f07dd0c0bae671fe6487  slang-2.2.4.tar.bz2
+3bcc790460d52db1316c20395b7ac2f1  slang-2.3.0.tar.bz2


More information about the scm-commits mailing list