rpms/perl-Text-MultiMarkdown/devel .cvsignore, 1.3, 1.4 perl-Text-MultiMarkdown.spec, 1.2, 1.3 sources, 1.3, 1.4

2010-03-27 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Text-MultiMarkdown/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4973

Modified Files:
.cvsignore perl-Text-MultiMarkdown.spec sources 
Log Message:
* Sat Mar 27 2010 Iain Arnell iarn...@gmail.com 1.33-1
- update to latest upstream version
- use perl_default_filter and DESTDIR
- add MultiMarkdown script to files



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Text-MultiMarkdown/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore  22 Jan 2010 04:54:18 -  1.3
+++ .cvsignore  27 Mar 2010 06:16:51 -  1.4
@@ -1 +1 @@
-Text-MultiMarkdown-1.32.tar.gz
+Text-MultiMarkdown-1.33.tar.gz


Index: perl-Text-MultiMarkdown.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Text-MultiMarkdown/devel/perl-Text-MultiMarkdown.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Text-MultiMarkdown.spec22 Jan 2010 04:54:18 -  1.2
+++ perl-Text-MultiMarkdown.spec27 Mar 2010 06:16:51 -  1.3
@@ -1,5 +1,5 @@
 Name:   perl-Text-MultiMarkdown
-Version:1.32
+Version:1.33
 Release:1%{?dist}
 Summary:Convert MultiMarkdown syntax to (X)HTML
 License:BSD
@@ -21,6 +21,8 @@ BuildRequires:  perl(Text::Markdown) = 
 Requires:   perl(Text::Markdown) = 1.26
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
+%{?perl_default_filter}
+
 %description
 Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-
 write structured text format into HTML. Markdown's text format is most
@@ -37,7 +39,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make pure_install PERL_INSTALL_ROOT=$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 \;
@@ -54,9 +56,16 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc Changes License.text MANIFEST.skip README Readme.text Todo
 %{perl_vendorlib}/*
+%{_bindir}/*
+%{_mandir}/man1/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Mar 27 2010 Iain Arnell iarn...@gmail.com 1.33-1
+- update to latest upstream version
+- use perl_default_filter and DESTDIR
+- add MultiMarkdown script to files
+
 * Fri Jan 22 2010 Iain Arnell iarn...@gmail.com 1.32-1
 - update to latest upstream
 - remove BR perl(File::Slurp)


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Text-MultiMarkdown/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 22 Jan 2010 04:54:18 -  1.3
+++ sources 27 Mar 2010 06:16:51 -  1.4
@@ -1 +1 @@
-aae27ec056cf9bc3ab6a922bcf27ace3  Text-MultiMarkdown-1.32.tar.gz
+ae2f473762803a8593d2bdd2ebec77a5  Text-MultiMarkdown-1.33.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


rpms/perl-parent/devel perl-parent.spec,1.6,1.7

2010-03-27 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-parent/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8938

Modified Files:
perl-parent.spec 
Log Message:
* Sat Mar 27 2010 Iain Arnell iarn...@gmail.com 1:0.223-3
- dual-life module
- add epoch to match that of parent in core
- use core macros, not vendor



Index: perl-parent.spec
===
RCS file: /cvs/pkgs/rpms/perl-parent/devel/perl-parent.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-parent.spec7 Dec 2009 15:20:56 -   1.6
+++ perl-parent.spec27 Mar 2010 06:58:31 -  1.7
@@ -1,6 +1,7 @@
 Name:   perl-parent
+Epoch:  1
 Version:0.223
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Establish an ISA relationship with base classes at compile time
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -36,7 +37,7 @@ find . -type f -exec chmod -c -x {} +
 # sed -e '/perl([DFR].*)/d'
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=perl
 make %{?_smp_mflags}
 
 %install
@@ -58,10 +59,15 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc Changes t/
-%{perl_vendorlib}/*
+%{perl_privlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Mar 27 2010 Iain Arnell iarn...@gmail.com 1:0.223-3
+- dual-life module
+- add epoch to match that of parent in core
+- use core macros, not vendor
+
 * Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 0.223-2
 - rebuild against perl 5.10.1
 

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


rpms/perl-parent/F-13 perl-parent.spec,1.6,1.7

2010-03-27 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-parent/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9131

Modified Files:
perl-parent.spec 
Log Message:
* Sat Mar 27 2010 Iain Arnell iarn...@gmail.com 1:0.223-3
- dual-life module
- add epoch to match that of parent in core
- use core macros, not vendor



Index: perl-parent.spec
===
RCS file: /cvs/pkgs/rpms/perl-parent/F-13/perl-parent.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-parent.spec7 Dec 2009 15:20:56 -   1.6
+++ perl-parent.spec27 Mar 2010 06:59:39 -  1.7
@@ -1,6 +1,7 @@
 Name:   perl-parent
+Epoch:  1
 Version:0.223
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Establish an ISA relationship with base classes at compile time
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -36,7 +37,7 @@ find . -type f -exec chmod -c -x {} +
 # sed -e '/perl([DFR].*)/d'
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=perl
 make %{?_smp_mflags}
 
 %install
@@ -58,10 +59,15 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc Changes t/
-%{perl_vendorlib}/*
+%{perl_privlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Mar 27 2010 Iain Arnell iarn...@gmail.com 1:0.223-3
+- dual-life module
+- add epoch to match that of parent in core
+- use core macros, not vendor
+
 * Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 0.223-2
 - rebuild against perl 5.10.1
 

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Catalyst-View-Email-0.27.tar.gz uploaded to lookaside cache by iarnell

2010-03-27 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Catalyst-View-Email:

963b505c849d835e12428460ab61c232  Catalyst-View-Email-0.27.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies with Fedora 12 + updates-testing - 2010-03-27

2010-03-27 Thread Michael Schwendt
The following packages in the repository suffer from broken dependencies:

==
The results in this summary consider Test Updates!
==

package: perl-CGI-Application-Plugin-DBIProfile-0.07-1.fc12.noarch from 
fedora-updates-testing-12-i386
  unresolved deps:
 perl(HTML::BarGraph)
 perl(SVG::TT::Graph::Bar)

package: perl-CGI-Application-Plugin-DBIProfile-0.07-1.fc12.noarch from 
fedora-updates-testing-12-ppc
  unresolved deps:
 perl(HTML::BarGraph)
 perl(SVG::TT::Graph::Bar)

package: perl-CGI-Application-Plugin-DBIProfile-0.07-1.fc12.noarch from 
fedora-updates-testing-12-ppc64
  unresolved deps:
 perl(HTML::BarGraph)
 perl(SVG::TT::Graph::Bar)

package: perl-CGI-Application-Plugin-DBIProfile-0.07-1.fc12.noarch from 
fedora-updates-testing-12-x86_64
  unresolved deps:
 perl(HTML::BarGraph)
 perl(SVG::TT::Graph::Bar)

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel