New upstream release

This commit is contained in:
Tomas Mraz 2013-02-05 21:23:44 +01:00
parent 4ffb94e77d
commit 563d961529
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
nettle-1.15.tar.gz
/nettle-2.4.tar.gz
/nettle-2.6.tar.gz

View File

@ -1,6 +1,6 @@
Name: nettle
Version: 2.4
Release: 4%{?dist}
Version: 2.6
Release: 1%{?dist}
Summary: A low-level cryptographic library
Group: Development/Libraries
@ -57,8 +57,8 @@ mkdir -p $RPM_BUILD_ROOT%{_infodir}
install -p -m 644 nettle.info $RPM_BUILD_ROOT%{_infodir}/
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
chmod 0755 $RPM_BUILD_ROOT%{_libdir}/libnettle.so.4.3
chmod 0755 $RPM_BUILD_ROOT%{_libdir}/libhogweed.so.2.1
chmod 0755 $RPM_BUILD_ROOT%{_libdir}/libnettle.so.4.*
chmod 0755 $RPM_BUILD_ROOT%{_libdir}/libhogweed.so.2.*
%check
make check
@ -70,9 +70,9 @@ make check
%{_bindir}/sexp-conv
%{_bindir}/nettle-hash
%{_libdir}/libnettle.so.4
%{_libdir}/libnettle.so.4.3
%{_libdir}/libnettle.so.4.*
%{_libdir}/libhogweed.so.2
%{_libdir}/libhogweed.so.2.1
%{_libdir}/libhogweed.so.2.*
%files devel
@ -97,6 +97,9 @@ fi
%changelog
* Tue Feb 5 2013 Tomáš Mráz <tmraz@redhat.com> - 2.6-1
- New upstream release
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
450be8c4886d46c09f49f568ad6fa013 nettle-2.4.tar.gz
02f76b668855c4da67186c04cd3a222f nettle-2.6.tar.gz