public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Xavier Bachelot <xavier@bachelot.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Crypt-SMIME] openssl4: Update to 0.29 (RHBZ #2264507)
Date: Thu, 30 Jul 2026 12:22:34 GMT	[thread overview]
Message-ID: <178541415498.1.9470024349486962609.rpms-perl-Crypt-SMIME-f953bae0efd1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Crypt-SMIME
Branch : openssl4
Commit : f953bae0efd1b93170cd8533e060cf8653f67af1
Author : Xavier Bachelot <xavier@bachelot.org>
Date   : 2024-03-06T13:33:29+01:00
Stats  : +23/-16 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Crypt-SMIME/c/f953bae0efd1b93170cd8533e060cf8653f67af1?branch=openssl4

Log:
Update to 0.29 (RHBZ #2264507)

---
diff --git a/.gitignore b/.gitignore
index 6aee95e..e7c773d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Crypt-SMIME-0.09.tar.gz
 /Crypt-SMIME-0.26.tar.gz
 /Crypt-SMIME-0.27.tar.gz
 /Crypt-SMIME-0.28.tar.gz
+/Crypt-SMIME-0.29.tar.gz

diff --git a/perl-Crypt-SMIME.spec b/perl-Crypt-SMIME.spec
index 7c5435d..5315480 100644
--- a/perl-Crypt-SMIME.spec
+++ b/perl-Crypt-SMIME.spec
@@ -1,12 +1,12 @@
 Name:           perl-Crypt-SMIME
-Version:        0.28
-Release:        11%{?dist}
+Version:        0.29
+Release:        1%{?dist}
 Summary:        S/MIME message signing, verification, encryption and decryption
-License:        GPL+ or Artistic
+License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/Crypt-SMIME
 Source0:        https://cpan.metacpan.org/modules/by-module/Crypt/Crypt-SMIME-%{version}.tar.gz
+
 BuildRequires:  coreutils
-BuildRequires:  findutils
 BuildRequires:  gcc
 BuildRequires:  make
 BuildRequires:  openssl-devel
@@ -14,7 +14,7 @@ BuildRequires:  perl-devel
 BuildRequires:  perl-generators
 BuildRequires:  perl-interpreter
 BuildRequires:  perl(ExtUtils::CChecker)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time
@@ -35,40 +35,46 @@ BuildRequires:  perl(Test::More)
 #Add a test sub package.
 %{?perl_default_subpackage_tests}
 
+
 %description
 This module provides a class for handling S/MIME messages. It can sign,
 verify, encrypt and decrypt messages. It requires libcrypto
 (http://www.openssl.org) to work.
 
+
 %prep
 %setup -q -n Crypt-SMIME-%{version}
 # As part of the rpm process we generate some files which
 # then cause t/manifest.t to fail.
 printf '\\.list$\n^\\.package_note\n' >> MANIFEST.SKIP
 
+
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" \
+  NO_PACKLIST=1 NO_PERLLOCAL=1
 %make_build
 
-%install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -delete
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+%install
+%make_install
+%{_fixperms} %{buildroot}/*
 
-%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
+
 %files
 %doc Changes README
-%{perl_vendorarch}/auto/*
-%{perl_vendorarch}/Crypt*
-%{_mandir}/man3/*
+%{perl_vendorarch}/auto/Crypt/
+%{perl_vendorarch}/Crypt/
+%{_mandir}/man3/SMIME*3pm*
+
 
 %changelog
+* Wed Feb 06 2024 Xavier Bachelot <xavier@bachelot.org> - 0.29-1
+- Update to 0.29 (RHBZ #2264507)
+
 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 

diff --git a/sources b/sources
index 83e04ed..db6d3a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Crypt-SMIME-0.28.tar.gz) = a930b7c10860550f57e1d83fc78cfe7ee17d265bdb7a04a6ad06281dcf419573e48271b83b66773ee871e4040cd2851fec2882a3b5e426456e5906415793927e
+SHA512 (Crypt-SMIME-0.29.tar.gz) = 354499a14a5b85c6ac6a2150e64d4d10bc626443c74d03f3901e562c045c6aac46dd2dc3cbd7263032b8183328be7ca470843ecec6b0eda867201b8de1f453ab

                 reply	other threads:[~2026-07-30 12:22 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=178541415498.1.9470024349486962609.rpms-perl-Crypt-SMIME-f953bae0efd1@fedoraproject.org \
    --to=xavier@bachelot.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