summaryrefslogtreecommitdiffstats
path: root/libsodium-last.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-27 07:17:20 +0100
committerRemi Collet <fedora@famillecollet.com>2015-10-27 07:17:20 +0100
commit0ff1e752420716ca18d8f0cd5911bb61d0689a84 (patch)
treed4b128b496a3ab0d3f4970b86c53f18beab34347 /libsodium-last.spec
parent698882d5792f4a6da4009133effb6643fb5cd44b (diff)
libsodium-last: 1.0.5
Diffstat (limited to 'libsodium-last.spec')
-rw-r--r--libsodium-last.spec9
1 files changed, 4 insertions, 5 deletions
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 <remi@fedoraproject.org> - 1.0.5-1
+- update to 1.0.5
+
* Tue Oct 20 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-1
- update to 1.0.4
- add upstream patch for segfault on RHEL-6 i386