public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tomas Mraz <tmraz@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/openssl] rebase_40beta: - make SHLIB_VERSION reflect the library suffix
Date: Tue, 09 Jun 2026 12:42:16 GMT	[thread overview]
Message-ID: <178100893659.1.2197468285163723007.rpms-openssl-17a6aec60bc0@fedoraproject.org> (raw)

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)
 

                 reply	other threads:[~2026-06-09 12:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178100893659.1.2197468285163723007.rpms-openssl-17a6aec60bc0@fedoraproject.org \
    --to=tmraz@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox