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
This commit is contained in:
2024-03-08 10:08:59 +00:00
committed by Git OBS Bridge
parent 6ff2c45649
commit c72e178412
2 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 8 00:51:24 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Use new %patch syntax
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 7 13:05:58 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de> Sun Oct 7 13:05:58 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Apache-AuthNetLDAP # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-URI
Requires: perl-ldap Requires: perl-ldap
Conflicts: perlmod Conflicts: perlmod
Url: https://metacpan.org/pod/Apache::AuthNetLDAP URL: https://metacpan.org/pod/Apache::AuthNetLDAP
Summary: User authentication in Apache with Net::LDAP Summary: User authentication in Apache with Net::LDAP
License: Artistic-1.0 License: Artistic-1.0
Group: Development/Libraries/Perl 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 "pure" Perl LDAP API. It also uses all of the same parameters as the
Apache::AuthPerLDAP, but I have added two extra parameters. Apache::AuthPerLDAP, but I have added two extra parameters.
%prep %prep
%setup -n %{name}-%{version} -q -c -a0 -a1 %setup -n %{name}-%{version} -q -c -a0 -a1
%patch0 %patch -P0
%patch10 %patch -P10
%patch11 -p1 %patch -P11 -p1
%build %build
# MANUAL # MANUAL