[perl-Test-Fatal] Update to 0.006
by Paul Howarth
commit f2c0251ccb16d3000efc66194fc229aa50d09f0b
Author: Paul Howarth <paul(a)city-fan.org>
Date: Thu Jun 2 10:21:36 2011 +0100
Update to 0.006
- New upstream release 0.006:
- Crank back the Test::More and Exporter requirements (CPAN RT#62699)
- Add lives_ok and dies_ok emulation (CPAN RT#67598)
- Versions patch replaced by workaround for old ExtUtils::MakeMaker
- BR: perl(Test::Builder::Tester)
.gitignore | 2 +-
Test-Fatal-0.005-versions.patch | 57 -------------------------------------
Test-Fatal-0.006-old-EU::MM.patch | 30 +++++++++++++++++++
perl-Test-Fatal.spec | 18 ++++++++---
sources | 2 +-
5 files changed, 45 insertions(+), 64 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 26854cc..b3c0991 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-Fatal-0.005.tar.gz
+/Test-Fatal-[0-9.]*.tar.gz
diff --git a/Test-Fatal-0.006-old-EU::MM.patch b/Test-Fatal-0.006-old-EU::MM.patch
new file mode 100644
index 0000000..b040df5
--- /dev/null
+++ b/Test-Fatal-0.006-old-EU::MM.patch
@@ -0,0 +1,30 @@
+--- Test-Fatal/Makefile.PL
++++ Test-Fatal/Makefile.PL
+@@ -4,7 +4,7 @@
+
+
+
+-use ExtUtils::MakeMaker 6.30;
++use ExtUtils::MakeMaker;
+
+
+
+@@ -17,7 +17,7 @@
+ 'overload' => '0'
+ },
+ 'CONFIGURE_REQUIRES' => {
+- 'ExtUtils::MakeMaker' => '6.30'
++ 'ExtUtils::MakeMaker' => '0'
+ },
+ 'DISTNAME' => 'Test-Fatal',
+ 'EXE_FILES' => [],
+@@ -52,6 +52,9 @@
+ delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
+ unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
+
++delete $WriteMakefileArgs{LICENSE}
++ unless eval { ExtUtils::MakeMaker->VERSION(6.31) };
++
+ WriteMakefile(%WriteMakefileArgs);
+
+
diff --git a/perl-Test-Fatal.spec b/perl-Test-Fatal.spec
index 3484e13..1419b0b 100644
--- a/perl-Test-Fatal.spec
+++ b/perl-Test-Fatal.spec
@@ -1,16 +1,17 @@
Summary: Incredibly simple helpers for testing code with exceptions
Name: perl-Test-Fatal
-Version: 0.005
+Version: 0.006
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Url: http://search.cpan.org/dist/Test-Fatal/
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-%{version}.ta...
-Patch0: Test-Fatal-0.005-versions.patch
+Patch0: Test-Fatal-0.006-old-EU::MM.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
BuildRequires: perl(Exporter) >= 5.57
BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Try::Tiny) >= 0.07
@@ -21,13 +22,13 @@ Test::Fatal is an alternative to the popular Test::Exception. It does much
less, but should allow greater flexibility in testing exception-throwing code
with about the same amount of typing.
-It exports one routine by default: exception.
-
%prep
%setup -q -n Test-Fatal-%{version}
-# No need to have bleeding edge versions of modules really
+# We don't really need ExtUtils::MakeMaker ≥ 6.30
+%if "%{?rhel}" == "4"
%patch0 -p1
+%endif
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -53,6 +54,13 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::Fatal.3pm*
%changelog
+* Thu Jun 2 2011 Paul Howarth <paul(a)city-fan.org> 0.006-1
+- Update to 0.006
+ - Crank back the Test::More and Exporter requirements (CPAN RT#62699)
+ - Add lives_ok and dies_ok emulation (CPAN RT#67598)
+- Versions patch replaced by workaround for old ExtUtils::MakeMaker
+- BR: perl(Test::Builder::Tester)
+
* Tue Apr 26 2011 Paul Howarth <paul(a)city-fan.org> 0.005-1
- Update to 0.005
- Fix the logic that picks tests for 5.13.1+
diff --git a/sources b/sources
index f8918a0..bbb6fdd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8fd91391e82ea4290eb0cf8409393485 Test-Fatal-0.005.tar.gz
+a984aa4d4088892c0454cbfce35e54d9 Test-Fatal-0.006.tar.gz
12 years, 6 months
[perl-ORLite] 1.49 bump
by Petr Sabata
commit ab3b67dd82e5f3aa667f28b9b4a285368061a414
Author: Petr Sabata <contyk(a)redhat.com>
Date: Thu Jun 2 10:29:24 2011 +0200
1.49 bump
.gitignore | 1 +
perl-ORLite.spec | 30 ++++++++++++------------------
sources | 2 +-
3 files changed, 14 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8eb0e7..94e9666 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ ORLite-1.44.tar.gz
/ORLite-1.46.tar.gz
/ORLite-1.47.tar.gz
/ORLite-1.48.tar.gz
+/ORLite-1.49.tar.gz
diff --git a/perl-ORLite.spec b/perl-ORLite.spec
index 01e362d..a5db1ea 100644
--- a/perl-ORLite.spec
+++ b/perl-ORLite.spec
@@ -1,15 +1,13 @@
Name: perl-ORLite
Summary: Extremely light weight SQLite-specific ORM
-Version: 1.48
-Release: 3%{?dist}
+Version: 1.49
+Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/ORLite-%{version}.tar.gz
URL: http://search.cpan.org/dist/ORLite/
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
-
BuildRequires: perl(DBD::SQLite) >= 1.27
BuildRequires: perl(DBI) >= 1.607
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
@@ -21,10 +19,10 @@ BuildRequires: perl(File::Temp) >= 0.20
BuildRequires: perl(Params::Util) >= 0.33
BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(Test::Script) >= 1.06
+BuildRequires: perl(vars)
# Soft dependency, test it while building
BuildRequires: perl(Class::XSAccessor) >= 1.05
BuildRequires: perl(Class::XSAccessor::Array) >= 1.05
-
Requires: perl(DBD::SQLite) >= 1.27
Requires: perl(DBI) >= 1.607
Requires: perl(File::Basename)
@@ -34,7 +32,6 @@ Requires: perl(File::Spec) >= 0.80
Requires: perl(File::Temp) >= 0.20
Requires: perl(Params::Util) >= 0.33
-
%{?perl_default_filter}
%{?perl_default_subpackage_tests}
@@ -64,28 +61,25 @@ of SQLite.
make %{?_smp_mflags}
%install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} %{buildroot}/*
%check
make test
-%clean
-rm -rf $RPM_BUILD_ROOT
-
%files
-%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
+* Wed Jun 01 2011 Petr Sabata <contyk(a)redhat.com> - 1.49-1
+- 1.49 bump
+- BuildRoot and defattr cleanup
+- BR vars
+
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.48-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
diff --git a/sources b/sources
index e423540..339dc9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-801594baee11f55c5608d5434ba2b044 ORLite-1.48.tar.gz
+92ee3dc784d13a1b6d612b43b047c49e ORLite-1.49.tar.gz
12 years, 6 months
[Bug 709697] New: Please upgrade to MailTools 2.08
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Please upgrade to MailTools 2.08
https://bugzilla.redhat.com/show_bug.cgi?id=709697
Summary: Please upgrade to MailTools 2.08
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: perl-MailTools
AssignedTo: paul(a)city-fan.org
ReportedBy: jik(a)kamens.brookline.ma.us
QAContact: extras-qa(a)fedoraproject.org
CC: paul(a)city-fan.org, fedora-perl-devel-list(a)redhat.com
Classification: Fedora
Story Points: ---
The author of MailTools just uploaded 2.08 to CPAN. It should show up their
publicly soon. Please upgrade. It's got a bug fix to allow messages to be sent
from a Mail::Internet object using Net::SMTP::SSL.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
12 years, 6 months
[perl-Net-SSLGlue/f15] update to 0.7
by Remi Collet
commit b33edcbae50234977a70e06af0f7038398df84ec
Author: remi <fedora(a)famillecollet.com>
Date: Thu Jun 2 07:50:18 2011 +0200
update to 0.7
.gitignore | 5 +++--
perl-Net-SSLGlue.spec | 7 +++++--
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5049d1e..2ef3a31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
-Net-SSLGlue-0.4.tar.gz
-/Net-SSLGlue-0.5.tar.gz
+*~
+/Net-SSLGlue-0.6.tar.gz
+/Net-SSLGlue-0.7.tar.gz
diff --git a/perl-Net-SSLGlue.spec b/perl-Net-SSLGlue.spec
index d8d8009..5d20ba2 100644
--- a/perl-Net-SSLGlue.spec
+++ b/perl-Net-SSLGlue.spec
@@ -1,6 +1,6 @@
Name: perl-Net-SSLGlue
-Version: 0.5
-Release: 2%{?dist}
+Version: 0.7
+Release: 1%{?dist}
Summary: Add/extend SSL support for common perl modules
License: GPL+ or Artistic
Group: Development/Libraries
@@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Jun 01 2011 Remi Collet <Fedora(a)famillecollet.com> - 0.7-1
+- update to 0.7
+
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
diff --git a/sources b/sources
index 004df5c..bbb7e46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aad39c1ddf23e8fa659d60036de2a1cd Net-SSLGlue-0.5.tar.gz
+c30d3f7ed486eff0d7c0bef9421cebbe Net-SSLGlue-0.7.tar.gz
12 years, 6 months