public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: - make SHLIB_VERSION reflect the library suffix
@ 2026-06-09 12:42 Tomas Mraz
  0 siblings, 0 replies; only message in thread
From: Tomas Mraz @ 2026-06-09 12:42 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/openssl
Branch : rebase_40beta
Commit : 17a6aec60bc03495f94544d0fdd66d7ead0f389e
Author : Tomas Mraz <tmraz@fedoraproject.org>
Date   : 2010-09-07T21:41:52+02:00
Stats  : +15/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/openssl/c/17a6aec60bc03495f94544d0fdd66d7ead0f389e?branch=rebase_40beta

Log:
- make SHLIB_VERSION reflect the library suffix

---
diff --git a/openssl-1.0.0a-version.patch b/openssl-1.0.0a-version.patch
index 75a0233..75003af 100644
--- a/openssl-1.0.0a-version.patch
+++ b/openssl-1.0.0a-version.patch
@@ -1,6 +1,6 @@
 diff -up openssl-1.0.0a/crypto/opensslv.h.version openssl-1.0.0a/crypto/opensslv.h
---- openssl-1.0.0a/crypto/opensslv.h.version	2010-06-04 13:28:52.000000000 +0200
-+++ openssl-1.0.0a/crypto/opensslv.h	2010-06-04 13:29:42.000000000 +0200
+--- openssl-1.0.0a/crypto/opensslv.h.version	2010-08-13 12:40:00.000000000 +0200
++++ openssl-1.0.0a/crypto/opensslv.h	2010-09-07 21:38:41.000000000 +0200
 @@ -25,7 +25,8 @@
   * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
   *  major minor fix final patch/beta)
@@ -11,3 +11,12 @@ diff -up openssl-1.0.0a/crypto/opensslv.h.version openssl-1.0.0a/crypto/opensslv
  #ifdef OPENSSL_FIPS
  #define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.0a-fips 1 Jun 2010"
  #else
+@@ -83,7 +84,7 @@
+  * should only keep the versions that are binary compatible with the current.
+  */
+ #define SHLIB_VERSION_HISTORY ""
+-#define SHLIB_VERSION_NUMBER "1.0.0"
++#define SHLIB_VERSION_NUMBER "1.0.0a"
+ 
+ 
+ #endif /* HEADER_OPENSSLV_H */

diff --git a/openssl.spec b/openssl.spec
index 58a13e9..17a8d67 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -21,7 +21,7 @@
 Summary: A general purpose cryptography library with TLS implementation
 Name: openssl
 Version: 1.0.0a
-Release: 2%{?dist}
+Release: 3%{?dist}
 # We remove certain patented algorithms from the openssl source tarball
 # with the hobble-openssl script which is included below.
 Source: openssl-%{version}-usa.tar.bz2
@@ -393,6 +393,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/fipscanister.*
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Sep  7 2010 Tomas Mraz <tmraz@redhat.com> 1.0.0a-3
+- make SHLIB_VERSION reflect the library suffix
+
 * Wed Jun 30 2010 Tomas Mraz <tmraz@redhat.com> 1.0.0a-2
 - openssl man page fix (#609484)
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-09 12:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 12:42 [rpms/openssl] rebase_40beta: - make SHLIB_VERSION reflect the library suffix Tomas Mraz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox