Hello community,

here is the log from the commit of package mirror for openSUSE:Factory checked 
in at 2013-03-28 13:21:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mirror (Old)
 and      /work/SRC/openSUSE:Factory/.mirror.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mirror", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mirror/mirror.changes    2012-05-10 
14:34:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mirror.new/mirror.changes       2013-03-28 
13:21:59.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Mar 27 09:14:59 CET 2013 - [email protected]
+
+- mirror-timelocal.patch: timelocal.pl was long obsolete and was removed
+  in recent perl, it was substituted with simple call to Time::Local
+  (bnc#811955)
+
+-------------------------------------------------------------------

New:
----
  mirror-timelocal.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mirror.spec ++++++
--- /var/tmp/diff_new_pack.nbCZRN/_old  2013-03-28 13:22:00.000000000 +0100
+++ /var/tmp/diff_new_pack.nbCZRN/_new  2013-03-28 13:22:00.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package mirror (Version 2.9)
+# spec file for package mirror
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           mirror
-License:        SUSE-mirror
-Group:          Productivity/Networking/Web/Utilities
 Requires:       perl = %{perl_version}
-AutoReqProv:    on
 Version:        2.9
-Release:        886
+Release:        0
 Summary:        Perl Scripts for Mirroring FTP Servers
+License:        SUSE-mirror
+Group:          Productivity/Networking/Web/Utilities
 Url:            http://sunsite.org.uk/packages/mirror/
 Source:         ftp://sunsite.org.uk/packages/mirror/%{name}-%{version}.tar.bz2
 Patch:          %{name}-%{version}.patch
@@ -35,6 +32,7 @@
 Patch4:         %{name}-%{version}.gzip.patch
 Patch5:         mirror-exec-path.dif
 Patch6:         dont-build-as-root.diff
+Patch7:         mirror-timelocal.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,6 +53,7 @@
 %patch4
 %patch5 -p0
 %patch6
+%patch7
 
 %build
 

++++++ mirror-timelocal.patch ++++++
--- dateconv.pl.orig    1998-05-29 21:04:32.000000000 +0200
+++ dateconv.pl 2013-03-27 09:12:49.235125791 +0100
@@ -47,7 +47,7 @@
 }
 
 
-require 'timelocal.pl';
+use Time::Local;
 package dateconv;
 
 # Use timelocal rather than gmtime.
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to