[perl-MIME-EncWords] update to 1.012.2
by xavierb
commit 2ba3ef26b09a92c0bcc49f8db6641d434f9e6b60
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Wed Jun 1 21:38:12 2011 +0200
update to 1.012.2
.gitignore | 1 +
perl-MIME-EncWords.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fc63bfb..8923351 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
MIME-EncWords-1.010.101.tar.gz
/MIME-EncWords-1.012.tar.gz
/MIME-EncWords-1.012.1.tar.gz
+/MIME-EncWords-1.012.2.tar.gz
diff --git a/perl-MIME-EncWords.spec b/perl-MIME-EncWords.spec
index 8caded1..424e5f2 100644
--- a/perl-MIME-EncWords.spec
+++ b/perl-MIME-EncWords.spec
@@ -1,5 +1,5 @@
Name: perl-MIME-EncWords
-Version: 1.012.1
+Version: 1.012.2
Release: 1%{?dist}
Summary: Deal with RFC 2047 encoded words (improved)
License: GPL+ or Artistic
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Jun 01 2011 Xavier Bachelot <xavier(a)bachelot.org> 1.012.2-1
+- Update to 1.012.2.
+
* Mon May 30 2011 Xavier Bachelot <xavier(a)bachelot.org> 1.012.1-1
- Update to 1.012.1.
diff --git a/sources b/sources
index d07ce66..a5fb278 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6946c79212148102b1ca9440883bf523 MIME-EncWords-1.012.1.tar.gz
+af4f75ddac63198bcaf92a117b06910c MIME-EncWords-1.012.2.tar.gz
12 years, 6 months
[perl-Chart/el5] Update to 2.4.2. Improve Summary and description. Use PERL_INSTALL_ROOT instead of DESTDIR while ins
by Paul Howarth
commit bd6c00bd339e677b5c9208d469d03ddd4b9ded68
Author: Steven Pritchard <steven.pritchard(a)gmail.com>
Date: Sun Dec 12 14:51:47 2010 -0600
Update to 2.4.2.
Improve Summary and description.
Use PERL_INSTALL_ROOT instead of DESTDIR while installing.
.gitignore | 1 +
perl-Chart.spec | 22 ++++++++++++++--------
sources | 2 +-
3 files changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d00acc3..bc598c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
Chart-2.4.1.tar.gz
+/Chart-2.4.2.tar.gz
diff --git a/perl-Chart.spec b/perl-Chart.spec
index 2e1ef1a..883ef1c 100644
--- a/perl-Chart.spec
+++ b/perl-Chart.spec
@@ -1,20 +1,21 @@
Name: perl-Chart
-Version: 2.4.1
-Release: 5%{?dist}
-Summary: Perl module for producing many types of charts
-License: GPL or Artistic
+Version: 2.4.2
+Release: 1%{?dist}
+Summary: Series of charting modules
+License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Chart/
Source0: http://www.cpan.org/authors/id/C/CH/CHARTGRP/Chart-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
-#BuildRequires: perl(GD) >= 1.20
-BuildRequires: perl(GD)
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires: perl(GD) >= 1.20
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
-%{summary}.
+This module is an attempt to build a general purpose graphing module that
+is easily modified and expanded. Chart uses Lincoln Stein's GD module for
+all of its graphics primitives calls.
%prep
%setup -q -n Chart-%{version}
@@ -48,6 +49,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Chart.3*
%changelog
+* Sun Dec 12 2010 Steven Pritchard <steve(a)kspei.com> 2.4.2-1
+- Update to 2.4.2.
+- Improve Summary and description.
+- Use PERL_INSTALL_ROOT instead of DESTDIR while installing.
+
* Mon Apr 09 2007 Steven Pritchard <steve(a)kspei.com> 2.4.1-5
- Fix find option order.
- Use fixperms macro instead of our own chmod incantation.
diff --git a/sources b/sources
index e866e60..1b823dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e7a80badfb8bf6e29b21879689bcc2f Chart-2.4.1.tar.gz
+a75183d33b58f77e2e717165b93dbf79 Chart-2.4.2.tar.gz
12 years, 6 months
[perl-Chart/el5] Fix find option order. Use fixperms macro instead of our own chmod incantation. BR ExtUtils::Mak
by Paul Howarth
commit 4acc21887e0feb9028b7272a540774cea291de08
Author: Steven Pritchard <steve(a)fedoraproject.org>
Date: Thu Apr 12 22:57:50 2007 +0000
Fix find option order. Use fixperms macro instead of our own chmod
incantation. BR ExtUtils::MakeMaker. Minor spec cleanup to more closely
resemble cpanspec output.
perl-Chart.spec | 37 ++++++++++++++++++++-----------------
1 files changed, 20 insertions(+), 17 deletions(-)
---
diff --git a/perl-Chart.spec b/perl-Chart.spec
index ce4187e..2e1ef1a 100644
--- a/perl-Chart.spec
+++ b/perl-Chart.spec
@@ -1,47 +1,45 @@
Name: perl-Chart
Version: 2.4.1
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Perl module for producing many types of charts
-
-Group: Development/Libraries
License: GPL or Artistic
+Group: Development/Libraries
URL: http://search.cpan.org/dist/Chart/
Source0: http://www.cpan.org/authors/id/C/CH/CHARTGRP/Chart-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
BuildArch: noarch
-BuildRequires: perl(GD) >= 1.20
+BuildRequires: perl(ExtUtils::MakeMaker)
+#BuildRequires: perl(GD) >= 1.20
+BuildRequires: perl(GD)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
%{summary}.
-
%prep
%setup -q -n Chart-%{version}
chmod -c 644 Chart/*.pm TODO Documentation.pdf
-
+rm -f pm_to_blib
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
-
%install
-rm -rf %{buildroot}
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w %{buildroot}/*
+rm -rf $RPM_BUILD_ROOT
+make pure_install PERL_INSTALL_ROOT=$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/*
%check
make test
-
%clean
-rm -rf %{buildroot}
-
+rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
@@ -49,8 +47,13 @@ rm -rf %{buildroot}
%{perl_vendorlib}/Chart*
%{_mandir}/man3/Chart.3*
-
%changelog
+* Mon Apr 09 2007 Steven Pritchard <steve(a)kspei.com> 2.4.1-5
+- Fix find option order.
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+- Minor spec cleanup to more closely resemble cpanspec output.
+
* Mon Aug 27 2006 Michael J. Knox <michael[AT]knox.net.nz> - 2.4.1-4
- Rebuild for FC6
12 years, 6 months
[perl-Net-SSLGlue] update to 0.7
by Remi Collet
commit 7b57fb9b856bcf5f6ff18858f1f724f13263150d
Author: remi <fedora(a)famillecollet.com>
Date: Wed Jun 1 18:31:48 2011 +0200
update to 0.7
.gitignore | 1 +
perl-Net-SSLGlue.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d7e5bf5..2ef3a31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*~
/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 c328c5b..1c58427 100644
--- a/perl-Net-SSLGlue.spec
+++ b/perl-Net-SSLGlue.spec
@@ -1,5 +1,5 @@
Name: perl-Net-SSLGlue
-Version: 0.6
+Version: 0.7
Release: 1%{?dist}
Summary: Add/extend SSL support for common perl modules
License: GPL+ or Artistic
@@ -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 May 10 2011 Remi Collet <Fedora(a)famillecollet.com> - 0.6-1
- update to 0.6 (doc fix only)
diff --git a/sources b/sources
index 2b72e61..bbb7e46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe8bfbd47776d7a48258c1d62191f80b Net-SSLGlue-0.6.tar.gz
+c30d3f7ed486eff0d7c0bef9421cebbe Net-SSLGlue-0.7.tar.gz
12 years, 6 months
[perl-Chart/el6] (10 commits) ...Merge branch 'el6'
by Paul Howarth
Summary of changes:
a206114... Fix typo that causes a failure to update the common directo (*)
d688ada... - rebuild against perl 5.10.1 (*)
78fb8a7... - Mass rebuild with perl-5.12.0 (*)
418ca95... Fix failure. (*)
201457c... dist-git conversion (*)
56a6f21... Update to 2.4.2. Improve Summary and description. Use PERL_ (*)
1dd4d64... - 661697 rebuild for fixing problems with vendorach/lib (*)
b606ea1... - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass (*)
f103aa5... Update to 2.4.2 (merge with master) (*)
9d8648f... Merge branch 'el6' (*)
(*) This commit already existed in another branch; no separate mail sent
12 years, 6 months
[perl-Chart: 5/5] Merge branch 'el6'
by Paul Howarth
commit 9d8648f7897af0c9e50f1a8d71fafe4b10bcb95b
Merge: b606ea1 f103aa5
Author: Paul Howarth <paul(a)city-fan.org>
Date: Wed Jun 1 16:37:39 2011 +0100
Merge branch 'el6'
---
12 years, 6 months
[perl-Chart: 4/5] Update to 2.4.2 (merge with master)
by Paul Howarth
commit f103aa5e931fcc5435cb1b2fea156886e00a8eea
Author: Paul Howarth <paul(a)city-fan.org>
Date: Wed Jun 1 16:36:34 2011 +0100
Update to 2.4.2 (merge with master)
.gitignore | 1 +
perl-Chart.spec | 30 +++++++++++++++++++++++++-----
sources | 2 +-
3 files changed, 27 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d00acc3..bc598c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
Chart-2.4.1.tar.gz
+/Chart-2.4.2.tar.gz
diff --git a/perl-Chart.spec b/perl-Chart.spec
index e9e4af1..9a61f4b 100644
--- a/perl-Chart.spec
+++ b/perl-Chart.spec
@@ -1,7 +1,7 @@
Name: perl-Chart
-Version: 2.4.1
-Release: 8%{?dist}
-Summary: Perl module for producing many types of charts
+Version: 2.4.2
+Release: 3%{?dist}
+Summary: Series of charting modules
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Chart/
@@ -9,12 +9,13 @@ Source0: http://www.cpan.org/authors/id/C/CH/CHARTGRP/Chart-%{version}.ta
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
-#BuildRequires: perl(GD) >= 1.20
BuildRequires: perl(GD)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
-%{summary}.
+This module is an attempt to build a general purpose graphing module that
+is easily modified and expanded. Chart uses Lincoln Stein's GD module for
+all of its graphics primitives calls.
%prep
%setup -q -n Chart-%{version}
@@ -36,6 +37,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
+rm -rf t/{mountain.t,mountain_2.t}
make test
%clean
@@ -48,6 +50,24 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Chart.3*
%changelog
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.4.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Wed Dec 15 2010 Marcela Maslanova <mmaslano(a)redhat.com> - 2.4.2-2
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Sun Dec 12 2010 Steven Pritchard <steve(a)kspei.com> 2.4.2-1
+- Update to 2.4.2.
+- Improve Summary and description.
+- Use PERL_INSTALL_ROOT instead of DESTDIR while installing.
+
+* Fri Apr 30 2010 Marcela Maslanova <mmaslano(a)redhat.com> - 2.4.1-10
+- Mass rebuild with perl-5.12.0
+- remove two tests failing
+
+* Mon Dec 7 2009 Stepan Kasal <skasal(a)redhat.com> - 2.4.1-9
+- rebuild against perl 5.10.1
+
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.4.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
diff --git a/sources b/sources
index e866e60..1b823dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e7a80badfb8bf6e29b21879689bcc2f Chart-2.4.1.tar.gz
+a75183d33b58f77e2e717165b93dbf79 Chart-2.4.2.tar.gz
12 years, 6 months
[perl-Chart] (5 commits) ...Merge branch 'el6'
by Paul Howarth
Summary of changes:
e58f339... Fix typo that causes a failure to update the common directo (*)
2c5eaeb... Initialize branch EL-6 for perl-Chart (*)
d695411... dist-git conversion (*)
f103aa5... Update to 2.4.2 (merge with master)
9d8648f... Merge branch 'el6'
(*) This commit already existed in another branch; no separate mail sent
12 years, 6 months