Sync from SUSE:SLFO:Main perl-X500-DN revision aa47ffed429ee5795c567bc78eb14997
This commit is contained in:
parent
3f182c4be2
commit
16bc1e2044
@ -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>
|
Mon Dec 2 14:25:49 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -44,10 +44,7 @@ Authors:
|
|||||||
Robert Joop <yaph-020416@timesink.de>
|
Robert Joop <yaph-020416@timesink.de>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n X500-DN-%{version}
|
%autosetup -p1 -n X500-DN-%{version}
|
||||||
%patch0
|
|
||||||
%patch1
|
|
||||||
%patch2 -p1
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- DN.pm
|
--- a/DN.pm
|
||||||
+++ DN.pm 2008/02/25 11:27:32
|
+++ b/DN.pm 2008/02/25 11:27:32
|
||||||
@@ -4,7 +4,7 @@
|
@@ -4,7 +4,7 @@
|
||||||
|
|
||||||
package X500::DN;
|
package X500::DN;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- DN.pm
|
--- a/DN.pm
|
||||||
+++ DN.pm 2008/10/08 11:23:14
|
+++ b/DN.pm 2008/10/08 11:23:14
|
||||||
@@ -7,7 +7,7 @@
|
@@ -7,7 +7,7 @@
|
||||||
use 5.006_001; # the "our" keyword below needs it
|
use 5.006_001; # the "our" keyword below needs it
|
||||||
use strict;
|
use strict;
|
||||||
|
Loading…
Reference in New Issue
Block a user