Browse Source

update to 4.11.0

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10384 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 7 years ago
parent
commit
43faaf3b70
1 changed files with 7 additions and 5 deletions
  1. 7 5
      c/chicken/chicken-vl.spec

+ 7 - 5
c/chicken/chicken-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_name    chicken
-%define pkg_version 4.10.0
+%define pkg_version 4.11.0
 %define pkg_release 1%{?_dist_release}
 
 Summary: Practical and portable Scheme system - compiler
@@ -13,7 +13,6 @@ URL:     https://www.call-cc.org/
 Source:  http://code.call-cc.org/releases/%{version}/%{name}-%{version}.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-# Patch0: 1269.patch
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -28,7 +27,6 @@ and R7RS (work in progress) standards, and many extensions.
 %prep
 %{__rm} -rf ${RPM_BUILD_ROOT}
 %setup -q
-# %patch0
 
 %build
 %{__make} \
@@ -43,8 +41,8 @@ and R7RS (work in progress) standards, and many extensions.
  IDOCDIR=%{_docdir}/%{name}-%{version} \
  DESTDIR=${RPM_BUILD_ROOT}
 
-# %check
-# %{__make} check PLATFORM=linux
+%check
+%{__make} check PLATFORM=linux
 
 %clean
 %{__rm} -rf ${RPM_BUILD_ROOT}
@@ -66,5 +64,9 @@ and R7RS (work in progress) standards, and many extensions.
 
 
 %changelog
+* Sun Jun 19 2016 Toshiaki Ara <ara_t@384.jp> 4.11.0-1
+- update to 4.11.0
+- add %{__make} check for VineSeed
+
 * Fri May 13 2016 Toshiaki Ara <ara_t@384.jp> 4.10.0-1
 - new package