Hello community,

here is the log from the commit of package perl-HTTP-Date for openSUSE:Factory 
checked in at 2012-02-17 12:07:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Date (Old)
 and      /work/SRC/openSUSE:Factory/.perl-HTTP-Date.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-HTTP-Date", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-Date/perl-HTTP-Date.changes    
2011-09-23 12:37:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Date.new/perl-HTTP-Date.changes       
2012-02-17 12:07:49.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb 16 21:12:42 UTC 2012 - [email protected]
+
+- updated to 6.01
+ * Restore perl-5.6 compatiblity.  Drop MacOS (classic) support.
+
+-------------------------------------------------------------------

Old:
----
  HTTP-Date-6.00.tar.gz

New:
----
  HTTP-Date-6.01.tar.gz

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

Other differences:
------------------
++++++ perl-HTTP-Date.spec ++++++
--- /var/tmp/diff_new_pack.zRMtO8/_old  2012-02-17 12:07:50.000000000 +0100
+++ /var/tmp/diff_new_pack.zRMtO8/_new  2012-02-17 12:07:50.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-Date
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,24 +16,23 @@
 #
 
 
-
 Name:           perl-HTTP-Date
+Version:        6.01
+Release:        0
 %define cpan_name HTTP-Date
 Summary:        Date conversion routines
-Version:        6.00
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/HTTP-Date/
-Source:         
http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Date-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Time::Local)
-Requires:       perl(Time::Local)
-%{perl_requires}
+#BuildRequires: perl(HTTP::Date)
+#BuildRequires: perl(Time::Zone)
 Recommends:     perl(Time::Zone)
+%{perl_requires}
 
 %description
 This module provides functions that deal the date formats used by the HTTP
@@ -55,11 +54,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++++++ HTTP-Date-6.00.tar.gz -> HTTP-Date-6.01.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Date-6.00/Changes new/HTTP-Date-6.01/Changes
--- old/HTTP-Date-6.00/Changes  2011-02-25 14:30:58.000000000 +0100
+++ new/HTTP-Date-6.01/Changes  2012-02-15 22:24:50.000000000 +0100
@@ -1,4 +1,10 @@
 _______________________________________________________________________________
+2011-02-15 HTTP-Date 6.01
+
+Restore perl-5.6 compatiblity.  Drop MacOS (classic) support.
+
+
+_______________________________________________________________________________
 2011-02-25 HTTP-Date 6.00
 
 Initial release of HTTP-Date as a separate distribution. There are no code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Date-6.00/META.yml new/HTTP-Date-6.01/META.yml
--- old/HTTP-Date-6.00/META.yml 2011-02-25 14:35:57.000000000 +0100
+++ new/HTTP-Date-6.01/META.yml 2012-02-15 22:26:22.000000000 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               HTTP-Date
-version:            6.00
+version:            6.01
 abstract:           date conversion routines
 author:
     - Gisle Aas <[email protected]>
@@ -11,16 +11,16 @@
 build_requires:
     ExtUtils::MakeMaker:  0
 requires:
-    perl:         5.008008
+    perl:         5.006002
     Time::Local:  0
 resources:
     MailingList:  mailto:[email protected]
-    repository:   http://github.com/gisle/libwww-perl
+    repository:   http://github.com/gisle/http-date
 no_index:
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.56
+generated_by:       ExtUtils::MakeMaker version 6.57_05
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Date-6.00/Makefile.PL 
new/HTTP-Date-6.01/Makefile.PL
--- old/HTTP-Date-6.00/Makefile.PL      2011-02-25 14:30:53.000000000 +0100
+++ new/HTTP-Date-6.01/Makefile.PL      2012-02-15 22:18:56.000000000 +0100
@@ -1,6 +1,6 @@
 #!perl -w
 
-require 5.008008;
+require 5.006002;
 use strict;
 use ExtUtils::MakeMaker;
 WriteMakefile(
@@ -9,7 +9,7 @@
     ABSTRACT_FROM => 'lib/HTTP/Date.pm',
     AUTHOR => 'Gisle Aas <[email protected]>',
     LICENSE => "perl",
-    MIN_PERL_VERSION => 5.008008,
+    MIN_PERL_VERSION => 5.006002,
     PREREQ_PM => {
         'Time::Local' => 0,
     },
@@ -18,7 +18,7 @@
             'Time::Zone' => 0,
         },
        resources => {
-            repository => 'http://github.com/gisle/libwww-perl',
+            repository => 'http://github.com/gisle/http-date',
            MailingList => 'mailto:[email protected]',
         }
     },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Date-6.00/lib/HTTP/Date.pm 
new/HTTP-Date-6.01/lib/HTTP/Date.pm
--- old/HTTP-Date-6.00/lib/HTTP/Date.pm 2011-02-25 14:30:58.000000000 +0100
+++ new/HTTP-Date-6.01/lib/HTTP/Date.pm 2012-02-15 22:23:24.000000000 +0100
@@ -1,8 +1,7 @@
 package HTTP::Date;
 
-$VERSION = "6.00";
+$VERSION = "6.01";
 
-require 5.004;
 require Exporter;
 @ISA = qw(Exporter);
 @EXPORT = qw(time2str str2time);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Date-6.00/t/date.t new/HTTP-Date-6.01/t/date.t
--- old/HTTP-Date-6.00/t/date.t 2011-02-25 14:30:58.000000000 +0100
+++ new/HTTP-Date-6.01/t/date.t 2012-02-15 22:22:48.000000000 +0100
@@ -7,9 +7,6 @@
 
 use HTTP::Date;
 
-require Time::Local if $^O eq "MacOS";
-my $offset = ($^O eq "MacOS") ? Time::Local::timegm(0,0,0,1,0,70) : 0;
-
 # test str2time for supported dates.  Test cases with 2 digit year
 # will probably break in year 2044.
 my(@tests) =
@@ -57,7 +54,7 @@
  '  03   Feb   1994  0:00  ',
 );
 
-my $time = (760233600 + $offset);  # assume broken POSIX counting of seconds
+my $time = 760233600;  # assume broken POSIX counting of seconds
 for (@tests) {
     my $t;
     if (/GMT/i) {

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to