From c72e1784124b476d7f9772f23ff359e96c832dde41cb9cd3af07e30efa517f36 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Fri, 8 Mar 2024 10:08:59 +0000 Subject: [PATCH] Accepting request 1156185 from home:tinita:branches:d:l:p - Use new %patch syntax OBS-URL: https://build.opensuse.org/request/show/1156185 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-AuthNetLDAP?expand=0&rev=25 --- perl-Apache-AuthNetLDAP.changes | 5 +++++ perl-Apache-AuthNetLDAP.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) 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