rpms/perl-Text-Markdown/EL-6 import.log, NONE, 1.1 .cvsignore, 1.3, 1.4 perl-Text-Markdown.spec, 1.5, 1.6 sources, 1.3, 1.4

Lubomir Rintel lkundrak at fedoraproject.org
Thu Jul 8 20:50:01 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/perl-Text-Markdown/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16111/EL-6

Modified Files:
	.cvsignore perl-Text-Markdown.spec sources 
Added Files:
	import.log 
Log Message:
Pull from devel


--- NEW FILE import.log ---
perl-Text-Markdown-1_000029-2_fc14:EL-6:perl-Text-Markdown-1.000029-2.fc14.src.rpm:1278622179


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Markdown/EL-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	18 Feb 2009 05:27:56 -0000	1.3
+++ .cvsignore	8 Jul 2010 20:50:01 -0000	1.4
@@ -1 +1 @@
-Text-Markdown-1.0.24.tar.gz
+Text-Markdown-1.000029.tar.gz


Index: perl-Text-Markdown.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Markdown/EL-6/perl-Text-Markdown.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-Text-Markdown.spec	26 Jul 2009 17:08:17 -0000	1.5
+++ perl-Text-Markdown.spec	8 Jul 2010 20:50:01 -0000	1.6
@@ -1,22 +1,28 @@
 Name:           perl-Text-Markdown
-Version:        1.0.24
-Release:        3%{?dist}
-Summary:        A text-to-HTML filter
+Version:        1.000029
+Release:        2%{?dist}
+Summary:        Convert Markdown syntax to (X)HTML
 
 Group:          Development/Libraries
 License:        BSD
 URL:            http://search.cpan.org/dist/Text-Markdown/
-Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Text-Markdown-%{version}.tar.gz
+Source0:        http://www.cpan.org/modules/by-module/Text/Text-Markdown-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Digest::MD5)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Slurp) >= 9999.08
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(HTML::Tidy)
+BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(Test::Differences)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More) >= 0.42
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
-BuildRequires:  perl(File::Slurp)
-BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(Text::Balanced)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -43,13 +49,16 @@ make %{?_smp_mflags}
 
 %install
 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 ';'
-chmod -R u+w $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
+TEST_POD=1 make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -59,9 +68,19 @@ rm -rf $RPM_BUILD_ROOT
 %doc Changes License.text README Readme.text Todo
 # For noarch packages: vendorlib
 %{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*
 
 %changelog
+* Fri May 07 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.000029-2
+- Mass rebuild with perl-5.12.0
+
+* Fri Dec 04 2009 Iain Arnell <iarnell at gmail.com> 1.000029-1
+- update to latest upstream version
+- perl-Text-MultiMarkdown split into separate package
+
+* Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 1.0.24-4
+- rebuild against perl 5.10.1
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.24-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Markdown/EL-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	18 Feb 2009 05:27:56 -0000	1.3
+++ sources	8 Jul 2010 20:50:01 -0000	1.4
@@ -1 +1 @@
-471d61df7fdf66a791d66ad37074bd7b  Text-Markdown-1.0.24.tar.gz
+d994947eb12d15bd628905497b965828  Text-Markdown-1.000029.tar.gz



More information about the scm-commits mailing list