Hello community,

here is the log from the commit of package perl-Class-Date for openSUSE:Factory 
checked in at 2014-09-17 17:26:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-Date (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Class-Date.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Class-Date"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Class-Date/perl-Class-Date.changes  
2013-03-01 08:03:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Class-Date.new/perl-Class-Date.changes     
2014-09-17 17:26:26.000000000 +0200
@@ -1,0 +2,22 @@
+Mon Sep 15 15:44:34 UTC 2014 - co...@suse.com
+
+- updated to 1.1.15
+     - Move Date/Const.pm to lib/Calss/Date/
+     - Move Class::Date::Invalid and Class::Date::Rel to their own files in 
lib/Class/Date/
+     - Require Scalar::Util and remove work-around lack of Scalar::Util
+     - Require Env::C
+ 
+ 1.1.13 Fri May  2 08:32:15 2014
+     - Use Test::More for testing
+ 
+ 1.1.12 Wed Apr 30 08:44:29 2014
+     - Fixing MANIFEST.SKIP to include Makefile.PL and exclue MYMETA files.
+ 
+ 1.1.11 Wed Apr 30 06:56:24 2014
+     - Convert the pod to UTF8 and add =encoding RT #94657 
+     - Minumum version of perl is not 5.006
+     - Makefile updated
+     - New maintainer: Gabor Szabo
+- remove Class-Date-1.1.10.diff
+
+-------------------------------------------------------------------

Old:
----
  Class-Date-1.1.10.diff
  Class-Date-1.1.10.tar.gz

New:
----
  Class-Date-1.1.15.tar.gz

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

Other differences:
------------------
++++++ perl-Class-Date.spec ++++++
--- /var/tmp/diff_new_pack.J1QAqR/_old  2014-09-17 17:26:27.000000000 +0200
+++ /var/tmp/diff_new_pack.J1QAqR/_new  2014-09-17 17:26:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Date
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,44 +17,36 @@
 
 
 Name:           perl-Class-Date
+Version:        1.1.15
+Release:        0
 %define cpan_name Class-Date
 Summary:        Class for easy date and time manipulation
-License:        Artistic-1.0 or GPL-2.0+
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Version:        1.1.10
-Release:        0
-Url:            http://search.cpan.org/dist/Class-Date
-Source:         %{cpan_name}-%{version}.tar.gz
-Patch:          %{cpan_name}-%{version}.diff
+Url:            http://search.cpan.org/dist/Class-Date/
+Source:         
http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-Requires:       perl(Date::Parse)
-Requires:       perl(Time::Local)
-## Env::C does not compile on perl 5.10.0
-#Requires:  perl(Env::C)
+BuildRequires:  perl(Scalar::Util) >= 1.38
+BuildRequires:  perl(Test::More) >= 1.001
+%{perl_requires}
+# MANUAL
+BuildRequires:  timezone
 
 %description
-This module is intended to provide a general-purpose date and datetime
-type for perl. You have a Class::Date class for absolute date and
-datetime and have a Class::Date::Rel class for relative dates.
+This module is intended to provide a general-purpose date and datetime type
+for perl. You have a Class::Date class for absolute date and datetime, and
+have a Class::Date::Rel class for relative dates.
 
-You can use "+", "-", "<" and ">" operators as with native perl data
-types.
-
-
-
-Authors:
---------
-    dLux (Szabo, Bal�zs) <d...@kapu.hu>
+You can use "+", "-", "<" and ">" operators as with native perl data types.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %{__make} %{?_smp_mflags}
 
 %check
@@ -65,11 +57,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(0644,root,root,0755)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes README success.txt
 
 %changelog

++++++ Class-Date-1.1.10.tar.gz -> Class-Date-1.1.15.tar.gz ++++++
++++ 5273 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to