- Refresh patches and simplify spec file a bit OBS-URL: https://build.opensuse.org/request/show/1109255 OBS-URL: https://build.opensuse.org/package/show/network:utilities/mirror?expand=0&rev=15
14 lines
306 B
Diff
14 lines
306 B
Diff
Index: mirror-2.9/dateconv.pl
|
|
===================================================================
|
|
--- mirror-2.9.orig/dateconv.pl
|
|
+++ mirror-2.9/dateconv.pl
|
|
@@ -47,7 +47,7 @@ sub lstime_to_standard
|
|
}
|
|
|
|
|
|
-require 'timelocal.pl';
|
|
+use Time::Local;
|
|
package dateconv;
|
|
|
|
# Use timelocal rather than gmtime.
|