[perl-MIME-tools] Update to 5.504
by Paul Howarth
commit 794a9ea7b6382a9e1cb4c0f23f7a7ddb26384765
Author: Paul Howarth <paul(a)city-fan.org>
Date: Thu Jan 31 10:03:08 2013 +0000
Update to 5.504
- New upstream release 5.504
- Fix encoding of MIME parameters that contain a quoted string: "like \"this"
(CPAN RT#80433)
- Suppress useless warnings from tests (CPAN RT#80679)
- Fix long-standing bug in encode_mimewords that can break multi-byte
encodings such as UTF-8 (CPAN RT#5462)
perl-MIME-tools.spec | 14 +++++++++++---
sources | 2 +-
2 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec
index d85ab14..5f2d251 100644
--- a/perl-MIME-tools.spec
+++ b/perl-MIME-tools.spec
@@ -1,7 +1,7 @@
Summary: Modules for parsing and creating MIME entities in Perl
Name: perl-MIME-tools
-Version: 5.503
-Release: 3%{?dist}
+Version: 5.504
+Release: 1%{?dist}
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/MIME-tools/
@@ -114,6 +114,14 @@ rm -rf %{buildroot}
%{_mandir}/man3/MIME::Words.3pm*
%changelog
+* Thu Jan 31 2013 Paul Howarth <paul(a)city-fan.org> - 5.504-1
+- Update to 5.504
+ - Fix encoding of MIME parameters that contain a quoted string: "like \"this"
+ (CPAN RT#80433)
+ - Suppress useless warnings from tests (CPAN RT#80679)
+ - Fix long-standing bug in encode_mimewords that can break multi-byte
+ encodings such as UTF-8 (CPAN RT#5462)
+
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 5.503-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
@@ -278,7 +286,7 @@ rm -rf %{buildroot}
- 5.418.
- Cosmetic specfile cleanups.
-* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 5.417-2
+* Wed Apr 6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 5.417-2
- rebuilt
* Sat Jan 22 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:5.417-1
diff --git a/sources b/sources
index 8b0940c..9658553 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f86b968e9405318224b7a9f4574505d0 MIME-tools-5.503.tar.gz
+8e055aab88552710377b4727b23bfb70 MIME-tools-5.504.tar.gz
10 years, 4 months
[perl/f17] Mark perl-IO-Compress as noarch
by Petr Pisar
commit 5ccf12aabce2eed4b0216d42c75ff87953265169
Author: Petr Písař <ppisar(a)redhat.com>
Date: Thu Jan 31 09:12:32 2013 +0100
Mark perl-IO-Compress as noarch
<https://bugzilla.redhat.com/show_bug.cgi?id=906095>
perl.spec | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index fa04952..6608277 100644
--- a/perl.spec
+++ b/perl.spec
@@ -624,6 +624,7 @@ Version: 2.033
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
Obsoletes: perl-Compress-Zlib <= 2.020
Provides: perl(IO::Uncompress::Bunzip2)
+BuildArch: noarch
%description IO-Compress
This module is the base class for all IO::Compress and IO::Uncompress modules.
10 years, 4 months
[Bug 906095] New: perl-IO-Compress confusion
by Red Hat Bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=906095
Bug ID: 906095
Summary: perl-IO-Compress confusion
Product: Fedora
Version: 18
Component: perl
Severity: unspecified
Priority: unspecified
Reporter: michal(a)harddata.com
Description of problem:
perl comes with perl-IO-Compress.<arch> module (after current updates this is
perl-IO-Compress-2.048-237.fc18) and "IO::Compress wrapper for modules"
summary.
Nothing wrong with that except that in a distro there is also
perl-IO-Compress-2.058-1.fc18.noarch, dated "Tue 13 Nov 2012" which says:
The following modules used to be distributed separately, but are now
included with the IO-Compress distribution:
* Compress-Zlib
* IO-Compress-Zlib
* IO-Compress-Bzip2
* IO-Compress-Base
Due to versions the later is currently installed but quite possibly this
ordering may "flip" in the future. So which of these should be there? It is
not likely that a presence of all variations was really intended.
Version-Release number of selected component (if applicable):
perl-5.16.2-237.fc18
perl-IO-Compress-2.058-1.fc18
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=9ePLq2BT7y&a=cc_unsubscribe
10 years, 4 months
[perl/f18] Mark perl-IO-Compress as noarch
by Petr Pisar
commit ccec4bac925ffcd6432a6fba57d963faeb06ec37
Author: Petr Písař <ppisar(a)redhat.com>
Date: Thu Jan 31 09:12:32 2013 +0100
Mark perl-IO-Compress as noarch
<https://bugzilla.redhat.com/show_bug.cgi?id=906095>
perl.spec | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 42e79e9..bb06c9c 100644
--- a/perl.spec
+++ b/perl.spec
@@ -650,6 +650,7 @@ Version: 2.048
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
Obsoletes: perl-Compress-Zlib <= 2.020
Provides: perl(IO::Uncompress::Bunzip2)
+BuildArch: noarch
%description IO-Compress
This module is the base class for all IO::Compress and IO::Uncompress modules.
10 years, 4 months
[perl] Mark perl-IO-Compress as noarch
by Petr Pisar
commit 939bc0fb666014ac629ad7e616940851aa1b212e
Author: Petr Písař <ppisar(a)redhat.com>
Date: Thu Jan 31 09:12:32 2013 +0100
Mark perl-IO-Compress as noarch
<https://bugzilla.redhat.com/show_bug.cgi?id=906095>
perl.spec | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index e3e5b91..eca363c 100644
--- a/perl.spec
+++ b/perl.spec
@@ -680,6 +680,7 @@ Version: 2.048
Requires: %perl_compat
Obsoletes: perl-Compress-Zlib <= 2.020
Provides: perl(IO::Uncompress::Bunzip2)
+BuildArch: noarch
%description IO-Compress
This module is the base class for all IO::Compress and IO::Uncompress modules.
10 years, 4 months
[perl] Sub-package B-Lint
by Petr Pisar
commit c68375d963cb969402071887e266fcf1d2901579
Author: Petr Písař <ppisar(a)redhat.com>
Date: Wed Jan 30 17:16:05 2013 +0100
Sub-package B-Lint
perl.spec | 32 ++++++++++++++++++++++++++++++--
1 files changed, 30 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 0e9bfbd..e3e5b91 100644
--- a/perl.spec
+++ b/perl.spec
@@ -29,7 +29,7 @@
Name: perl
Version: %{perl_version}
# release number must be even higher, because dual-lived modules will be broken otherwise
-Release: 250%{?dist}
+Release: 251%{?dist}
Epoch: %{perl_epoch}
Summary: Practical Extraction and Report Language
Group: Development/Languages
@@ -295,6 +295,22 @@ IO::Zlib module installed, Archive::Tar will also support compressed or
gzipped tar files.
%endif
+%package B-Lint
+Summary: Perl lint
+Group: Development/Libraries
+License: GPL+ or Artistic
+Epoch: 0
+Version: 1.14
+Requires: %perl_compat
+Requires: perl(constant)
+BuildArch: noarch
+Conflicts: perl < 4:5.16.2-251
+
+%description B-Lint
+The B::Lint module is equivalent to an extended version of the -w option of
+perl. It is named after the program lint which carries out a similar process
+for C programs.
+
%if %{dual_life} || %{rebuild_from_scratch}
%package Carp
Summary: Alternative warn and die for modules
@@ -1377,7 +1393,8 @@ Requires: perl-libs = %{perl_epoch}:%{perl_version}-%{release}
Requires: perl-devel = %{perl_epoch}:%{perl_version}-%{release}
Requires: perl-macros
-Requires: perl-Archive-Extract, perl-Archive-Tar, perl-Compress-Raw-Bzip2
+Requires: perl-Archive-Extract, perl-Archive-Tar, perl-B-Lint,
+Requires: perl-Compress-Raw-Bzip2,
Requires: perl-Carp, perl-Compress-Raw-Zlib, perl-CGI, perl-CPAN,
Requires: perl-CPAN-Meta, perl-CPAN-Meta-YAML, perl-CPANPLUS,
Requires: perl-Data-Dumper, perl-Digest, perl-Digest-MD5, perl-Digest-SHA,
@@ -1747,6 +1764,10 @@ sed \
%exclude %{_mandir}/man1/ptargrep.1*
%exclude %{_mandir}/man3/Archive::Tar*
+# B-Lint
+%exclude %{privlib}/B/Lint*
+%exclude %{_mandir}/man3/B::Lint*
+
# Carp
%exclude %{privlib}/Carp
%exclude %{privlib}/Carp.*
@@ -2265,6 +2286,10 @@ sed \
%{_mandir}/man3/Archive::Tar*
%endif
+%files B-Lint
+%{privlib}/B/Lint*
+%{_mandir}/man3/B::Lint*
+
%if %{dual_life} || %{rebuild_from_scratch}
%files Carp
%{privlib}/Carp
@@ -2817,6 +2842,9 @@ sed \
# Old changelog entries are preserved in CVS.
%changelog
+* Wed Jan 30 2013 Petr Pisar <ppisar(a)redhat.com> - 4:5.16.2-251
+- Sub-package B-Lint (bug #906015)
+
* Wed Jan 30 2013 Petr Pisar <ppisar(a)redhat.com> - 4:5.16.2-250
- Sub-package Text-Soundex (bug #905889)
- Fix conflict declaration at perl-Pod-LaTeX (bug #904085)
10 years, 4 months
[perl-Image-Info] Don't BR: perl(Image::TIFF); it's provided by this package
by Paul Howarth
commit b1a6842f575394b62e0e43bbd682a7b2cb9b4521
Author: Paul Howarth <paul(a)city-fan.org>
Date: Wed Jan 30 16:39:59 2013 +0000
Don't BR: perl(Image::TIFF); it's provided by this package
perl-Image-Info.spec | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/perl-Image-Info.spec b/perl-Image-Info.spec
index 754f74a..5fe7086 100644
--- a/perl-Image-Info.spec
+++ b/perl-Image-Info.spec
@@ -1,6 +1,6 @@
Name: perl-Image-Info
Version: 1.33
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Image meta information extraction module for Perl
Group: Development/Libraries
License: GPL+ or Artistic
@@ -14,7 +14,6 @@ BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Getopt::Long)
-BuildRequires: perl(Image::TIFF)
BuildRequires: perl(Image::Xbm)
BuildRequires: perl(Image::Xpm)
BuildRequires: perl(IO::String)
@@ -55,6 +54,9 @@ make test
%{_mandir}/man3/*.3pm*
%changelog
+* Wed Jan 30 2013 Paul Howarth <paul(a)city-fan.org> - 1.33-2
+- Don't BR: perl(Image::TIFF); it's provided by this package
+
* Wed Nov 14 2012 Petr Šabata <contyk(a)redhat.com> - 1.33-1
- 1.33 bump
- Get rid of the old cruft
@@ -154,7 +156,7 @@ make test
- Add dependency on rgb.txt, adjust its location for FC5.
- Specfile cleanups.
-* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.16-4
+* Wed Apr 6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.16-4
- rebuilt
* Thu Jul 1 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.16-0.fdr.3
10 years, 4 months