Hello community,

here is the log from the commit of package libsodium for openSUSE:Factory 
checked in at 2014-07-17 06:58:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsodium (Old)
 and      /work/SRC/openSUSE:Factory/.libsodium.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsodium"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsodium/libsodium.changes      2014-05-15 
19:11:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsodium.new/libsodium.changes 2014-07-17 
06:58:26.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Jul 16 12:04:50 UTC 2014 - idon...@suse.com
+
+- Update to version 0.6.1
+  * The ChaCha20 stream cipher has been added
+  * The ChaCha20Poly1305 AEAD construction has been implemented
+  * crypto_onetimeauth() now provides a streaming interface.
+  * New API: crypto_sign_detached() and crypto_sign_verify_detached()
+
+-------------------------------------------------------------------

Old:
----
  0.5.0.tar.gz

New:
----
  libsodium-0.6.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libsodium.spec ++++++
--- /var/tmp/diff_new_pack.417zSm/_old  2014-07-17 06:58:27.000000000 +0200
+++ /var/tmp/diff_new_pack.417zSm/_new  2014-07-17 06:58:27.000000000 +0200
@@ -18,16 +18,14 @@
 
 %define lname libsodium10
 Name:           libsodium
-Version:        0.5.0
+Version:        0.6.1
 Release:        0
 Summary:        Portable NaCl-based crypto library
 License:        ISC
 Group:          System/Libraries
 Url:            https://github.com/jedisct1/libsodium
-Source:         https://github.com/jedisct1/libsodium/archive/%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
+Source:         
https://github.com/jedisct1/libsodium/releases/download/%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,7 +61,6 @@
 %setup -q
 
 %build
-./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -89,5 +86,6 @@
 %{_includedir}/sodium.h
 %{_includedir}/sodium
 %{_libdir}/libsodium.so
+%{_libdir}/pkgconfig/libsodium.pc
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to