Hello community,

here is the log from the commit of package perl-DateTime-Locale for 
openSUSE:Factory checked in at 2015-06-15 17:50:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DateTime-Locale (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DateTime-Locale.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DateTime-Locale"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-DateTime-Locale/perl-DateTime-Locale.changes    
    2014-02-12 20:55:18.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-Locale.new/perl-DateTime-Locale.changes
   2015-06-15 17:50:31.000000000 +0200
@@ -1,0 +2,13 @@
+Sun Jun 14 08:04:17 UTC 2015 - [email protected]
+
+- updated to 0.46
+   see /usr/share/doc/packages/perl-DateTime-Locale/Changes
+
+  0.46     2015-05-21
+  
+  - Fixed handling of C locales like "C.UTF-8". Passing these to
+    DateTime::Locale->load would cause a warning followed by an exception, ubt
+    all "C" locales should be special-cased as an alias of en-US-POSIX. 
Reported
+    by David Wheeler. RT #104574.
+
+-------------------------------------------------------------------

Old:
----
  DateTime-Locale-0.45.tar.gz

New:
----
  DateTime-Locale-0.46.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-DateTime-Locale.spec ++++++
--- /var/tmp/diff_new_pack.isI0T5/_old  2015-06-15 17:50:32.000000000 +0200
+++ /var/tmp/diff_new_pack.isI0T5/_new  2015-06-15 17:50:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime-Locale
 #
-# Copyright (c) 2014 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
@@ -16,73 +16,54 @@
 #
 
 
-%bcond_with test
-
 Name:           perl-DateTime-Locale
+Version:        0.46
+Release:        0
 %define cpan_name DateTime-Locale
 Summary:        Localization support for DateTime.pm
-License:        GPL-1.0+ or Artistic-1.0
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Version:        0.45
-Release:        0
 Url:            http://search.cpan.org/dist/DateTime-Locale/
-#Source:         
http://www.cpan.org/modules/by-module/DateTime/DateTime-Locale-%{version}.tar.gz
-Source:         %{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
-%if %{with test}
-BuildRequires:  perl(Test::Output)
-#BuildRequires:  perl(Test::Pod)
-#BuildRequires:  perl(Test::Pod::Coverage)
-%endif
+BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
 BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(Params::Validate) >= 0.91
-#
+BuildRequires:  perl(Params::Validate)
+BuildRequires:  perl(Test::More) >= 0.96
+Requires:       perl(Dist::CheckConflicts) >= 0.02
 Requires:       perl(List::MoreUtils)
-Requires:       perl(Params::Validate) >= 0.91
-# MANUAL
-Provides:       perl(DateTime::Locale) = %{version}00
+Requires:       perl(Params::Validate)
+%{perl_requires}
 
 %description
 DateTime::Locale is primarily a factory for the various locale subclasses.
 It also provides some functions for getting information on all the
 available locales.
 
-If you want to know what methods are available for locale objects,
-then please read the DateTime::Locale::Base documentation.
+If you want to know what methods are available for locale objects, then
+please read the 'DateTime::Locale::Base' documentation.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# rpmlint: spurious-executable-perm
-find . -type f -print0 | xargs -0 chmod 644
-%if 0%{?rhel_version} || 0%{?centos_version}
-%{__rm} -rf tools
-%endif
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%if 0%{suse_version}
-%doc Changes LICENSE README SIGNATURE tools
-%else
-%doc Changes LICENSE README SIGNATURE
-%endif
+%defattr(-,root,root,755)
+%doc Changes LICENSE LICENSE.cldr MANIFEST.base README README.md
 
 %changelog

++++++ DateTime-Locale-0.45.tar.gz -> DateTime-Locale-0.46.tar.gz ++++++
++++ 348646 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to