Browse Source

jansson-2.11-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11528 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
74df0c7079
1 changed files with 9 additions and 8 deletions
  1. 9 8
      j/jansson/jansson-vl.spec

+ 9 - 8
j/jansson/jansson-vl.spec

@@ -1,6 +1,6 @@
 Name:		jansson
-Version:	2.7
-Release:	2%{?_dist_release}
+Version:	2.11
+Release:	1%{?_dist_release}
 Summary:	C library for encoding, decoding and manipulating JSON data
 Summary(ja):	JSONデータをエンコード・デコード・操作するためのライブラリ
 
@@ -10,9 +10,8 @@ URL:		http://www.digip.org/jansson/
 Source0:	http://www.digip.org/jansson/releases/jansson-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
-BuildRequires: python-sphinx
-
-Patch1000: CVE-2016-4425.patch
+Vendor:		Project Vine
+Distribution: Vine Linux
 
 %description
 Small library for parsing and writing JSON documents.
@@ -29,12 +28,10 @@ Header files for developing applications making use of jansson.
 
 %prep
 %setup -q
-%patch1000 -p1 -b .CVE-2016-4425
 
 %build
 %configure --disable-static
 make %{?_smp_mflags}
-make html
 
 %check
 make check
@@ -60,12 +57,16 @@ rm -rf "$RPM_BUILD_ROOT"
 
 %files devel
 %defattr(-,root,root,-)
-%doc doc/_build/html/*
+%doc doc/*.rst
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
 %{_includedir}/*
 
 %changelog
+* Sat Feb 24 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.11-1
+- new upstream release.
+- dropped Patch1000 (fixed in upstream).
+
 * Fri May 20 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.7-2
 - added Patch1000 to fix CVE-2016-4425.