Hello community, here is the log from the commit of package openssl for openSUSE:Factory checked in at 2014-07-27 08:25:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openssl (Old) and /work/SRC/openSUSE:Factory/.openssl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openssl" Changes: -------- --- /work/SRC/openSUSE:Factory/openssl/openssl.changes 2014-06-25 15:24:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes 2014-07-27 08:25:53.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Jul 21 10:49:35 UTC 2014 - [email protected] + +- Move manpages around: *.1ssl should be in openssl + (e.g. ciphers(1ssl) is also referenced by openssl(1)), + and *.3ssl should be in openssl-doc. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openssl.spec ++++++ --- /var/tmp/diff_new_pack.0m6JVV/_old 2014-07-27 08:25:54.000000000 +0200 +++ /var/tmp/diff_new_pack.0m6JVV/_new 2014-07-27 08:25:54.000000000 +0200 @@ -336,8 +336,8 @@ else mv $i ${i}ssl fi - case `basename ${i%.*}` in - asn1parse|ca|config|crl|crl2pkcs7|crypto|dgst|dhparam|dsa|dsaparam|enc|gendsa|genrsa|nseq|openssl|passwd|pkcs12|pkcs7|pkcs8|rand|req|rsa|rsautl|s_client|s_server|smime|spkac|ssl|verify|version|x509) + case "$i" in + *.1) # these are the pages mentioned in openssl(1). They go into the main package. echo %doc %{_mandir}/${i}ssl.gz >> $OLDPWD/filelist;; *) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
