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