Browse Source

nettle: update to 3.1.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9898 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 8 years ago
parent
commit
071ccd546c
1 changed files with 8 additions and 4 deletions
  1. 8 4
      n/nettle/nettle-vl.spec

+ 8 - 4
n/nettle/nettle-vl.spec

@@ -1,8 +1,8 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
 Name:           nettle
-Version:        2.7.1
-Release:        4%{?_dist_release}
+Version:        3.1.1
+Release:        1%{?_dist_release}
 Summary:        A low-level cryptographic library
 Summary(ja):    低レベル暗号化ライブラリ
 
@@ -110,18 +110,19 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING.LIB NEWS README TODO
+%doc AUTHORS ChangeLog NEWS README TODO
 %{_infodir}/nettle.info.gz
 %{_bindir}/nettle-hash
 %{_bindir}/nettle-lfib-stream
 %{_bindir}/pkcs1-conv
 %{_bindir}/sexp-conv
+%{_bindir}/nettle-pbkdf2
 %{_libdir}/libhogweed.so.*
 %{_libdir}/libnettle.so.*
 
 %files devel
 %defattr(-,root,root,-)
-%doc descore.README nettle.html nettle.pdf COPYING.LIB
+%doc descore.README nettle.html nettle.pdf
 %{_libdir}/libhogweed.so
 %{_libdir}/libnettle.so
 %{_includedir}/nettle
@@ -165,6 +166,9 @@ fi
 %endif
 
 %changelog
+* Mon Dec 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.1.1-1
+- new upstream release
+
 * Thu Dec 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.7.1-4
 - fixed Requires typo of compat32-nettle-devel package