Browse Source

jq 1.5-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10862 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 7 years ago
parent
commit
e827ce27f4
1 changed files with 6 additions and 2 deletions
  1. 6 2
      j/jq/jq-vl.spec

+ 6 - 2
j/jq/jq-vl.spec

@@ -1,4 +1,4 @@
-%define ver 1.4
+%define ver 1.5
 %define rel 1
 
 Summary: a command-line JSON processor
@@ -10,6 +10,7 @@ Group: Applications/Text
 URL: http://stedolan.github.io/jq/
 Source0: http://stedolan.github.io/jq/download/source/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+BuildRequires: oniguruma-devel
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -63,5 +64,8 @@ make check
 %{_libdir}/libjq.so
 
 %changelog
-* Fri Jan  2 2015 IWAI, Masaharu <iwaim.sub@gmail.com>
+* Fri Sep  2 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.5-1
+- add BR: oniguruma-devel
+
+* Fri Jan  2 2015 IWAI, Masaharu <iwaim.sub@gmail.com> 1.4-1
 - initial release Vine Linux