commit perl-Date-Calc for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Date-Calc for openSUSE:Factory 
checked in at 2015-04-25 21:16:27

Comparing /work/SRC/openSUSE:Factory/perl-Date-Calc (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Date-Calc.new (New)


Package is perl-Date-Calc

Changes:

--- /work/SRC/openSUSE:Factory/perl-Date-Calc/perl-Date-Calc.changes
2015-01-05 04:44:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Date-Calc.new/perl-Date-Calc.changes   
2015-04-25 21:16:28.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 16 19:56:35 UTC 2015 - co...@suse.com
+
+- updated to 6.4
+   see /usr/share/doc/packages/perl-Date-Calc/CHANGES.txt
+- remove upstream Date-Calc-6.3.diff
+
+---

Old:

  Date-Calc-6.3.diff
  Date-Calc-6.3.tar.gz

New:

  Date-Calc-6.4.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Date-Calc.spec ++
--- /var/tmp/diff_new_pack.02Eo7q/_old  2015-04-25 21:16:29.0 +0200
+++ /var/tmp/diff_new_pack.02Eo7q/_new  2015-04-25 21:16:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Date-Calc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,81 +17,50 @@
 
 
 Name:   perl-Date-Calc
-BuildRequires:  perl(Bit::Vector) = 7.1
-BuildRequires:  perl(Carp::Clan) = 6.04
-Requires:   perl(Bit::Vector) = 7.1
-Requires:   perl(Carp::Clan) = 6.04
-BuildRequires:  perl-macros
-Version:6.3
+Version:6.4
 Release:0
-Provides:   DateCalc
-Provides:   perl_dc
-Obsoletes:  perl_dc
-Url:http://search.cpan.org/perldoc?Date::Calc
-Summary:Perl Date-Calc Module
-License:Artistic-1.0 or GPL-2.0+
+%define cpan_name Date-Calc
+Summary:Gregorian calendar date calculations
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Date-Calc-%{version}.tar.gz
-Patch:  Date-Calc-%{version}.diff
+Url:http://search.cpan.org/dist/Date-Calc/
+Source0:
http://www.cpan.org/authors/id/S/ST/STBEY/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(Bit::Vector) = 7.4
+BuildRequires:  perl(Carp::Clan) = 6.04
+Requires:   perl(Bit::Vector) = 7.4
+Requires:   perl(Carp::Clan) = 6.04
+Recommends: perl(Date::Calc::XS) = 6.4
 %{perl_requires}
 
 %description
-This package consists of a C library and a Perl module (which uses the
-C library, internally) for all kinds of date calculations based on the
-Gregorian calendar (the one used in all western countries today),
-thereby complying with all relevant norms and standards: ISO/R
-2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable).
-
-(See also http://www.engelschall.com/u/sb/download/Date-Calc/DIN1355/
-for a scan of part of the DIN 1355 document (in German)).
-
-The module of course handles year numbers of 2000 and above correctly
-(Year 2000 or Y2K compliance) -- actually all year numbers from 1
-to the largest positive integer representable on your system (which is
-at least 32767) can be dealt with.
-
-Note that this package EXTRAPOLATES the Gregorian calendar BACK until
-the year 1 A.D. -- even though the Gregorian calendar was only adopted
-in 1582 by most (not all) European countries, in obedience to the
-corresponding decree of catholic pope Gregor I in that year.
-
-Some (mainly protestant) countries continued to use the Julian calendar
-(used until then) until as late as the beginning of the 20th century.
-
-Finally, note that this package is not intended to do everything you
-could ever imagine automagically for you; it is rather intended to
-serve as a toolbox (in the best of UNIX spirit and traditions) which
-should, however, always get you where you want to go.
+* *
+
+  'use Date::Calc qw( Days_in_Year Days_in_Month ... );'
+
+* *
 
 %prep
-%setup -n Date-Calc-%{version} -q
-%patch -p1
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
-chmod -R u+w *.txt
-for i in `ls *.txt`; do mv $i `basename $i .txt`; done
-rm -rf 

commit perl-Date-Calc for openSUSE:Factory

2015-01-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Date-Calc for openSUSE:Factory 
checked in at 2015-01-05 04:44:27

Comparing /work/SRC/openSUSE:Factory/perl-Date-Calc (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Date-Calc.new (New)


Package is perl-Date-Calc

Changes:

--- /work/SRC/openSUSE:Factory/perl-Date-Calc/perl-Date-Calc.changes
2013-04-16 06:51:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Date-Calc.new/perl-Date-Calc.changes   
2015-01-05 04:44:29.0 +0100
@@ -1,0 +2,8 @@
+Sun Jan  4 13:16:20 UTC 2015 - co...@suse.com
+
+- Date::Calc's parse logic puts 3.1.64 into 2064 if it's closer to
+  $NOW than 1964, which is the case since 1.1.2015
+  updated Date-Calc-6.3.diff for 
+  https://rt.cpan.org/Public/Bug/Display.html?id=101232
+
+---



Other differences:
--
++ perl-Date-Calc.spec ++
--- /var/tmp/diff_new_pack.hGDLxl/_old  2015-01-05 04:44:30.0 +0100
+++ /var/tmp/diff_new_pack.hGDLxl/_new  2015-01-05 04:44:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Date-Calc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,14 +17,16 @@
 
 
 Name:   perl-Date-Calc
-BuildRequires:  perl-Bit-Vector
+BuildRequires:  perl(Bit::Vector) = 7.1
+BuildRequires:  perl(Carp::Clan) = 6.04
+Requires:   perl(Bit::Vector) = 7.1
+Requires:   perl(Carp::Clan) = 6.04
 BuildRequires:  perl-macros
 Version:6.3
 Release:0
 Provides:   DateCalc
 Provides:   perl_dc
 Obsoletes:  perl_dc
-Requires:   perl-Bit-Vector
 Url:http://search.cpan.org/perldoc?Date::Calc
 Summary:Perl Date-Calc Module
 License:Artistic-1.0 or GPL-2.0+
@@ -62,15 +64,9 @@
 serve as a toolbox (in the best of UNIX spirit and traditions) which
 should, however, always get you where you want to go.
 
-
-
-Authors:
-
-Steffen Beyer s...@engelschall.com
-
 %prep
 %setup -n Date-Calc-%{version} -q
-#%patch
+%patch -p1
 
 %build
 perl Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall

++ Date-Calc-6.3.diff ++
 741 lines (skipped)
 between /work/SRC/openSUSE:Factory/perl-Date-Calc/Date-Calc-6.3.diff
 and /work/SRC/openSUSE:Factory/.perl-Date-Calc.new/Date-Calc-6.3.diff

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



commit perl-Date-Calc for openSUSE:Factory

2013-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Date-Calc for openSUSE:Factory 
checked in at 2013-04-16 06:51:45

Comparing /work/SRC/openSUSE:Factory/perl-Date-Calc (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Date-Calc.new (New)


Package is perl-Date-Calc, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Date-Calc/perl-Date-Calc.changes
2013-03-01 08:03:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Date-Calc.new/perl-Date-Calc.changes   
2013-04-16 06:51:46.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 15 11:02:18 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls 
+
+---



Other differences:
--
++ perl-Date-Calc.spec ++
--- /var/tmp/diff_new_pack.wN50Ng/_old  2013-04-16 06:51:49.0 +0200
+++ /var/tmp/diff_new_pack.wN50Ng/_new  2013-04-16 06:51:49.0 +0200
@@ -25,11 +25,11 @@
 Provides:   perl_dc
 Obsoletes:  perl_dc
 Requires:   perl-Bit-Vector
-Url:http://cpan.org/modules/by-module/Date
+Url:http://search.cpan.org/perldoc?Date::Calc
 Summary:Perl Date-Calc Module
 License:Artistic-1.0 or GPL-2.0+
 Group:  Development/Libraries/Perl
-Source: Date-Calc-%{version}.tar.gz
+Source: 
http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Date-Calc-%{version}.tar.gz
 Patch:  Date-Calc-%{version}.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

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



commit perl-Date-Calc for openSUSE:Factory

2013-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Date-Calc for openSUSE:Factory 
checked in at 2013-03-01 07:41:12

Comparing /work/SRC/openSUSE:Factory/perl-Date-Calc (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Date-Calc.new (New)


Package is perl-Date-Calc, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Date-Calc/perl-Date-Calc.changes
2011-11-21 12:38:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Date-Calc.new/perl-Date-Calc.changes   
2013-03-01 07:41:13.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 27 06:46:33 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ perl-Date-Calc.spec ++
--- /var/tmp/diff_new_pack.MEFw9A/_old  2013-03-01 07:41:14.0 +0100
+++ /var/tmp/diff_new_pack.MEFw9A/_new  2013-03-01 07:41:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Date-Calc
 #
-# Copyright (c) 2011 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,22 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Date-Calc
 BuildRequires:  perl-Bit-Vector
 BuildRequires:  perl-macros
 Version:6.3
-Release:6
-Provides:   DateCalc perl_dc
+Release:0
+Provides:   DateCalc
+Provides:   perl_dc
 Obsoletes:  perl_dc
 Requires:   perl-Bit-Vector
-AutoReqProv:on
-Group:  Development/Libraries/Perl
-License:Artistic-1.0 ; GPL-2.0+
 Url:http://cpan.org/modules/by-module/Date
 Summary:Perl Date-Calc Module
+License:Artistic-1.0 or GPL-2.0+
+Group:  Development/Libraries/Perl
 Source: Date-Calc-%{version}.tar.gz
 Patch:  Date-Calc-%{version}.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit perl-Date-Calc for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Date-Calc for openSUSE:Factory 
checked in at 2011-12-06 18:39:59

Comparing /work/SRC/openSUSE:Factory/perl-Date-Calc (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Date-Calc.new (New)


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

Changes:




Other differences:
--
++ perl-Date-Calc.spec ++
--- /var/tmp/diff_new_pack.rkMnPs/_old  2011-12-06 19:07:02.0 +0100
+++ /var/tmp/diff_new_pack.rkMnPs/_new  2011-12-06 19:07:02.0 +0100
@@ -28,7 +28,7 @@
 Requires:   perl-Bit-Vector
 AutoReqProv:on
 Group:  Development/Libraries/Perl
-License:Artistic License .. ; GPLv2+
+License:Artistic-1.0 ; GPL-2.0+
 Url:http://cpan.org/modules/by-module/Date
 Summary:Perl Date-Calc Module
 Source: Date-Calc-%{version}.tar.gz

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



commit perl-Date-Calc for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Date-Calc for openSUSE:Factory 
checked in at 2011-11-21 12:38:02

Comparing /work/SRC/openSUSE:Factory/perl-Date-Calc (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Date-Calc.new (New)


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

Changes:

--- /work/SRC/openSUSE:Factory/perl-Date-Calc/perl-Date-Calc.changes
2011-09-23 12:36:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Date-Calc.new/perl-Date-Calc.changes   
2011-11-21 12:38:38.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:09:21 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Date-Calc-6.3.tar.bz2

New:

  Date-Calc-6.3.tar.gz



Other differences:
--
++ perl-Date-Calc.spec ++
--- /var/tmp/diff_new_pack.1Zhi1Z/_old  2011-11-21 12:38:39.0 +0100
+++ /var/tmp/diff_new_pack.1Zhi1Z/_new  2011-11-21 12:38:39.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Date-Calc (Version 6.3)
+# spec file for package perl-Date-Calc
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -31,7 +31,7 @@
 License:Artistic License .. ; GPLv2+
 Url:http://cpan.org/modules/by-module/Date
 Summary:Perl Date-Calc Module
-Source: Date-Calc-%{version}.tar.bz2
+Source: Date-Calc-%{version}.tar.gz
 Patch:  Date-Calc-%{version}.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

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