Hello community,

here is the log from the commit of package perl-Date-Manip for openSUSE:Factory 
checked in at 2012-02-14 13:08:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Date-Manip (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Date-Manip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Date-Manip", Maintainer is "vci...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Date-Manip/perl-Date-Manip.changes  
2011-11-21 12:38:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Date-Manip.new/perl-Date-Manip.changes     
2012-02-14 13:08:39.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Jan 13 02:39:05 UTC 2012 - vci...@suse.com
+
+- update to 6.30
+  * Removed some deprecated config variables
+  * Reworked deltas
+  * Modified Delta_Format
+  * Time zone fixes
+  * Better handling of undef in DM6
+  * Bug fixes
+
+-------------------------------------------------------------------

Old:
----
  Date-Manip-6.25.tar.gz

New:
----
  Date-Manip-6.30.tar.gz

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

Other differences:
------------------
++++++ perl-Date-Manip.spec ++++++
--- /var/tmp/diff_new_pack.ACIz5S/_old  2012-02-14 13:08:41.000000000 +0100
+++ /var/tmp/diff_new_pack.ACIz5S/_new  2012-02-14 13:08:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Date-Manip
 #
-# 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
@@ -15,25 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %bcond_with pod
 
 Name:           perl-Date-Manip
+Version:        6.30
+Release:        0
 %define cpan_name Date-Manip
 Summary:        Date manipulation routines
-Version:        6.25
-Release:        1
 License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Date-Manip/
 Source:         %{cpan_name}-%{version}.tar.gz
-BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl >= 5.10
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
+%{perl_requires}
 %if %{with pod}
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
@@ -62,26 +61,22 @@
 DATE::MANIP in the Date::Manip::Misc document before deciding which of the
 Date and Time modules from CPAN is for you.
 
-Authors:
---------
-    Sullivan Beck <sb...@cpan.org>
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %check
 ./Build test
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

++++++ Date-Manip-6.25.tar.gz -> Date-Manip-6.30.tar.gz ++++++
++++ 109783 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