Browse Source

opensource-cobol: update to 1.5.2J

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12058 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
583ab23919
1 changed files with 8 additions and 6 deletions
  1. 8 6
      o/opensource-cobol/opensource-cobol-vl.spec

+ 8 - 6
o/opensource-cobol/opensource-cobol-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_name    opensource-cobol
-%define pkg_version 1.5.1J
+%define pkg_version 1.5.2J
 %define pkg_release 1%{?_dist_release}
 
 Summary: An open-source COBOL compiler
@@ -26,8 +26,9 @@ BuildRequires: texinfo
 BuildRequires: texlive-common
 %if %{?_dist_release} == "vl6"
 BuildRequires: texlive-collection-texinfo
-%else
-BuildRequires: texlive-collection-plainextra
+%endif
+%if %{?_dist_release} >= "vl7"
+BuildRequires: texlive-collection-plaingeneric
 BuildRequires: texlive-collection-fontsrecommended
 %endif
 
@@ -69,9 +70,6 @@ OpenCOBOLに日本特有のビジネス環境に即したカスタマイズ、
 %setup -q -n %{name}-%{version}-utf8
 
 %build
-# %if %{?_dist_release} >= "vl7"
-# export CFLAGS="%{optflags} -std=gnu89"
-# %endif
 %{configure} \
  --enable-utf8 \
  --disable-static
@@ -119,6 +117,10 @@ fi
 
 
 %changelog
+* Sun Apr 21 2019 Toshiaki Ara <ara_t@384.jp> 1.5.2J-1
+- new upstream release
+- change to BuildRequires: texlive-collection-plaingeneric
+
 * Mon Dec 12 2016 Toshiaki Ara <ara_t@384.jp> 1.5.1J-1
 - new upstream release