diff --git a/Authen-SASL-2.1700.tar.gz b/Authen-SASL-2.1700.tar.gz deleted file mode 100644 index c82b884474647079cd44e05fcd908b048844d50c..0000000000000000000000000000000000000000 Binary files a/Authen-SASL-2.1700.tar.gz and /dev/null differ diff --git a/Authen-SASL-2.1800.tar.gz b/Authen-SASL-2.1800.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3498b7b4a2f20abdf8a94727cd3d27b7f2fb2813 Binary files /dev/null and b/Authen-SASL-2.1800.tar.gz differ diff --git a/perl-Authen-SASL.spec b/perl-Authen-SASL.spec index 5bb56d9f7bb5d947b7f883ced09c6bf933bc58e5..4345428562c1a454a1264aae3877c3da2ad5fb44 100644 --- a/perl-Authen-SASL.spec +++ b/perl-Authen-SASL.spec @@ -1,6 +1,6 @@ Name: perl-Authen-SASL -Version: 2.1700 -Release: 2 +Version: 2.1800 +Release: 1 Summary: Perl's SASL authentication framework License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Authen-SASL @@ -25,7 +25,8 @@ Documentation for perl-Authen-SASL. %prep %autosetup -n Authen-SASL-%{version} -p1 -chmod -c a-x example_pl +# Removed the following line as 'example_pl' does not exist in the source directory +# chmod -c a-x example_pl %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -47,6 +48,11 @@ make test %{_mandir}/man3/* %changelog +* Mon May 12 2025 openeuler_bot - 2.1800-1 +- Mechanisms XOAUTH2 and OAUTHBEARER added (version: 2.1800). +- Minimum required Perl version changed to 5.14+ (version: 2.1800). +- Example code moved to the eg/ directory (version: 2.1800). + * Tue Jan 14 2025 Funda Wang - 2.1700-2 - drop useless perl(:MODULE_COMPAT) requirement @@ -54,4 +60,4 @@ make test - Update to 2.1700 * Tue Nov 26 2019 fengbing - 2.16-16 -- Package init +- Package init \ No newline at end of file