New upstream release

This commit is contained in:
Nathaniel McCallum 2016-09-23 17:56:39 -04:00
parent c2a7caf998
commit cd084c5ffb
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/jose-3.tar.bz2
/jose-4.tar.bz2

View File

@ -1,5 +1,5 @@
Name: jose
Version: 3
Version: 4
Release: 1%{?dist}
Summary: Tools for JSON Object Signing and Encryption (JOSE)
@ -95,10 +95,13 @@ make %{?_smp_mflags} check
%files -n lib%{name}-devel
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/buf.h
%{_includedir}/%{name}/b64.h
%{_includedir}/%{name}/jwk.h
%{_includedir}/%{name}/jws.h
%{_includedir}/%{name}/jwe.h
%{_includedir}/%{name}/jose.h
%{_includedir}/%{name}/hooks.h
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
@ -118,5 +121,8 @@ make %{?_smp_mflags} check
%{_libdir}/pkgconfig/%{name}-zlib.pc
%changelog
* Fri Sep 23 2016 Nathaniel McCallum <npmccallum@redhat.com> - 4-1
- New upstream release
* Wed Sep 21 2016 Nathaniel McCallum <npmccallum@redhat.com> - 3-1
- Initial package

View File

@ -1 +1 @@
c61d10b534bdf8755419392cc23297fc jose-3.tar.bz2
96892a85ec58b42f08b389c0c74068da jose-4.tar.bz2