diff --git a/perl-Apache-AuthNetLDAP.changes b/perl-Apache-AuthNetLDAP.changes index c81d4b0..b9494ef 100644 --- a/perl-Apache-AuthNetLDAP.changes +++ b/perl-Apache-AuthNetLDAP.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 8 00:51:24 UTC 2024 - Tina Müller + +- Use new %patch syntax + ------------------------------------------------------------------- Sun Oct 7 13:05:58 UTC 2018 - Dirk Stoecker diff --git a/perl-Apache-AuthNetLDAP.spec b/perl-Apache-AuthNetLDAP.spec index 6e16d23..a392e59 100644 --- a/perl-Apache-AuthNetLDAP.spec +++ b/perl-Apache-AuthNetLDAP.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Apache-AuthNetLDAP # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -34,7 +34,7 @@ Requires: perl-Convert-ASN1 Requires: perl-URI Requires: perl-ldap Conflicts: perlmod -Url: https://metacpan.org/pod/Apache::AuthNetLDAP +URL: https://metacpan.org/pod/Apache::AuthNetLDAP Summary: User authentication in Apache with Net::LDAP License: Artistic-1.0 Group: Development/Libraries/Perl @@ -53,11 +53,11 @@ via LDAP using the Net::LDAP module. This module is Graham Barr's "pure" Perl LDAP API. It also uses all of the same parameters as the Apache::AuthPerLDAP, but I have added two extra parameters. -%prep +%prep %setup -n %{name}-%{version} -q -c -a0 -a1 -%patch0 -%patch10 -%patch11 -p1 +%patch -P0 +%patch -P10 +%patch -P11 -p1 %build # MANUAL