Hello community,

here is the log from the commit of package perl-MIME-Charset for 
openSUSE:Factory checked in at 2013-06-05 19:32:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MIME-Charset (Old)
 and      /work/SRC/openSUSE:Factory/.perl-MIME-Charset.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MIME-Charset"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MIME-Charset/perl-MIME-Charset.changes      
2011-09-23 12:37:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MIME-Charset.new/perl-MIME-Charset.changes 
2013-06-05 19:32:50.000000000 +0200
@@ -1,0 +2,17 @@
+Wed Jun  5 12:30:31 UTC 2013 - [email protected]
+
+- updated to 1.010
+       * Fix: UTF-16 & UTF-32 encoders are died by the texts without BOM.
+       * Added a test #6 and some cases to test #4.
+       * Changed layout of distribution.
+
+       * No new features.
+       * CPAN RT #77715: Spelling mistake in documentation.
+       * Bug on CPAN site: cannot render PODs including "=item" with
+         non-ASCII.
+
+       * Fix: detect_7bit_charset(): if charset was unknown, returns undef
+         instead of "US-ASCII".
+       * COPYING: Updated the address of FSF.
+
+-------------------------------------------------------------------

Old:
----
  MIME-Charset-1.009.1.tar.gz

New:
----
  MIME-Charset-1.010.tar.gz

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

Other differences:
------------------
++++++ perl-MIME-Charset.spec ++++++
--- /var/tmp/diff_new_pack.3SJftR/_old  2013-06-05 19:32:50.000000000 +0200
+++ /var/tmp/diff_new_pack.3SJftR/_new  2013-06-05 19:32:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MIME-Charset
 #
-# 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
@@ -16,55 +16,52 @@
 #
 
 
-
 Name:           perl-MIME-Charset
-Version:        1.009.1
-Release:        1
-Summary:        Charset Informations for MIME
-Source:         
http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/MIME-Charset-%{version}.tar.gz
-Url:            http://search.cpan.org/dist/MIME-Charset
-Group:          Development/Libraries/Perl
+Version:        1.010
+Release:        0
+%define cpan_name MIME-Charset
+Summary:        Charset Information for MIME
 License:        Artistic-1.0 or GPL-1.0+
+Group:          Development/Libraries/Perl
+Url:            http://search.cpan.org/dist/MIME-Charset/
+Source:         
http://www.cpan.org/authors/id/N/NE/NEZUMI/%{cpan_name}-%{version}.tar.gz
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  make
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Encode) >= 1.98
-Requires:       perl(Encode) >= 1.98
-%if 0%{?suse_version} >= 1120
-BuildArch:      noarch
-%endif
+#BuildRequires: perl(CPANPLUS::Backend)
+#BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(MIME::Charset)
+#BuildRequires: perl(MIME::Charset::_Compat)
+#BuildRequires: perl(MIME::Charset::Defaults)
+#BuildRequires: perl(Module::AutoInstall)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(YAML::Tiny)
+%{perl_requires}
 
 %description
-MIME::Charset provides informations about character sets used for MIME messages
-on Internet.
+MIME::Charset provides information about character sets used for MIME
+messages on Internet.
 
 %prep
-%setup -q -n "MIME-Charset-%{version}"
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL PREFIX="%{_prefix}"
-%__make %{?jobs:-j%{jobs}}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%check
-%__make test
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc ARTISTIC Changes COPYING README
 
-%files
-%defattr(-,root,root)
-%doc Changes README GPL ARTISTIC
-%dir %{perl_vendorlib}/MIME
-%{perl_vendorlib}/MIME/Charset.pm
-%{perl_vendorlib}/MIME/Charset
-%doc %{perl_man3dir}/MIME::Charset.%{perl_man3ext}%{ext_man}
-%doc %{perl_man3dir}/MIME::Charset::*.%{perl_man3ext}%{ext_man}
 %changelog

++++++ MIME-Charset-1.009.1.tar.gz -> MIME-Charset-1.010.tar.gz ++++++
++++ 4932 lines of diff (skipped)

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

Reply via email to