public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Crypt-SMIME] openssl4: Update to 0.29 (RHBZ #2264507)
@ 2026-07-30 12:22 Xavier Bachelot
0 siblings, 0 replies; only message in thread
From: Xavier Bachelot @ 2026-07-30 12:22 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-30 12:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 12:22 [rpms/perl-Crypt-SMIME] openssl4: Update to 0.29 (RHBZ #2264507) Xavier Bachelot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox