From 0ff1e752420716ca18d8f0cd5911bb61d0689a84 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Oct 2015 07:17:20 +0100 Subject: libsodium-last: 1.0.5 --- libsodium-last.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'libsodium-last.spec') diff --git a/libsodium-last.spec b/libsodium-last.spec index 585b71c..53d2de8 100644 --- a/libsodium-last.spec +++ b/libsodium-last.spec @@ -7,7 +7,7 @@ Name: %{libname} # Build for parallel install Name: %{libname}-last %endif -Version: 1.0.4 +Version: 1.0.5 Release: 1%{?dist} Summary: The Sodium crypto library Group: System Environment/Libraries @@ -15,8 +15,6 @@ License: ISC URL: http://libsodium.org/ Source0: http://download.libsodium.org/libsodium/releases/%{libname}-%{version}.tar.gz -Patch0: %{libname}-upstream.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -58,8 +56,6 @@ This package can't be installed with system %{libname}-devel. %prep %setup -q -n %{libname}-%{version} -%patch0 -p1 -b .upstream - %build %configure --disable-static --disable-silent-rules @@ -103,6 +99,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 27 2015 Remi Collet - 1.0.5-1 +- update to 1.0.5 + * Tue Oct 20 2015 Remi Collet - 1.0.4-1 - update to 1.0.4 - add upstream patch for segfault on RHEL-6 i386 -- cgit