From 750cb3d24814bf362fb472f45653e9ce57da1f0b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 5 Jul 2005 19:11:56 +0000 Subject: [PATCH] Now that 0.9.8 has been tagged, it's time to move on. --- CHANGES | 4 ++++ README | 2 +- crypto/opensslv.h | 6 +++--- openssl.spec | 8 ++++---- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index 47133b18d5..186324436e 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ OpenSSL CHANGES _______________ + Changes between 0.9.8 and 0.9.8a [XX xxx XXXX] + + *) + Changes between 0.9.7h and 0.9.8 [05 Jul 2005] *) Add libcrypto.pc and libssl.pc for those who feel they need them. diff --git a/README b/README index 74cb76a4c7..a26131b464 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 0.9.8 05 Jul 2005 + OpenSSL 0.9.8a XX xxx XXXX Copyright (c) 1998-2005 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson diff --git a/crypto/opensslv.h b/crypto/opensslv.h index fed5edbe71..bb3eac7b83 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -25,11 +25,11 @@ * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -#define OPENSSL_VERSION_NUMBER 0x0090800fL +#define OPENSSL_VERSION_NUMBER 0x00908010L #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-fips 05 Jul 2005" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8a-fips-dev XX xxx XXXX" #else -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8 05 Jul 2005" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8a-dev XX xxx XXXX" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT diff --git a/openssl.spec b/openssl.spec index 03fae0b5b8..606df33d99 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,15 +1,15 @@ %define libmaj 0 %define libmin 9 %define librel 8 -#%define librev a -Release: 3 +%define librev a +Release: 1 %define openssldir /var/ssl Summary: Secure Sockets Layer and cryptography libraries and tools Name: openssl -Version: %{libmaj}.%{libmin}.%{librel} -#Version: %{libmaj}.%{libmin}.%{librel}%{librev} +#Version: %{libmaj}.%{libmin}.%{librel} +Version: %{libmaj}.%{libmin}.%{librel}%{librev} Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz Copyright: Freely distributable Group: System Environment/Libraries -- 2.40.0