Sync from SUSE:SLFO:Main perl-X500-DN revision aa47ffed429ee5795c567bc78eb14997

This commit is contained in:
Adrian Schröter 2024-10-03 17:48:29 +02:00
parent 3f182c4be2
commit 16bc1e2044
4 changed files with 14 additions and 8 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 4 15:47:49 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
- modified patches
% version-string-fix.diff (refreshed)
% version-string-fix2.diff (refreshed)
-------------------------------------------------------------------
Mon Dec 2 14:25:49 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -44,10 +44,7 @@ Authors:
Robert Joop <yaph-020416@timesink.de>
%prep
%setup -n X500-DN-%{version}
%patch0
%patch1
%patch2 -p1
%autosetup -p1 -n X500-DN-%{version}
# ---------------------------------------------------------------------------
%build

View File

@ -1,5 +1,5 @@
--- DN.pm
+++ DN.pm 2008/02/25 11:27:32
--- a/DN.pm
+++ b/DN.pm 2008/02/25 11:27:32
@@ -4,7 +4,7 @@
package X500::DN;

View File

@ -1,5 +1,5 @@
--- DN.pm
+++ DN.pm 2008/10/08 11:23:14
--- a/DN.pm
+++ b/DN.pm 2008/10/08 11:23:14
@@ -7,7 +7,7 @@
use 5.006_001; # the "our" keyword below needs it
use strict;