commit 44829d8c9c79a25d535034e211916634a8679385
Author: Bartek Szady <[email protected]>
Date:   Thu Jan 18 20:13:52 2018 +0100

    - tools manuals restored

 openssl-man-namespace.patch | 2 +-
 openssl.spec                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index 8e88d61..b52a90f 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -25,7 +25,7 @@ Name:         openssl
 # Version 1.0.2 will be supported until 2019-12-31.
 # https://www.openssl.org/about/releasestrat.html
 Version:       1.0.2n
-Release:       1
+Release:       2
 License:       Apache-like
 Group:         Libraries
 %if %{without snap}
diff --git a/openssl-man-namespace.patch b/openssl-man-namespace.patch
index 1bf9a8e..2c3bd12 100644
--- a/openssl-man-namespace.patch
+++ b/openssl-man-namespace.patch
@@ -5,7 +5,7 @@
                        >  
$(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
                $(PERL) util/extract-names.pl < $$i | \
 -                      (grep -v $$filecase "^$$fn\$$"; true) | \
-+                      (grep -v $$filecase "^$${fn#openssl-}\$$"; true) | \
++                      (grep -v -E $$filecase "^$${fn}|$${fn#openssl-}\$$"; 
true) | \
                        (grep -v "[     ]"; true) | \
                        (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
                         while read n; do \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to