Hello community,

here is the log from the commit of package perl-Text-Markdown for 
openSUSE:Factory
checked in at Thu Sep 1 17:14:32 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Text-Markdown/perl-Text-Markdown.changes  
2011-09-01 13:11:30.000000000 +0200
@@ -0,0 +1,26 @@
+-------------------------------------------------------------------
+Thu Sep  1 10:35:54 UTC 2011 - [email protected]
+
+- updated to 1.000031, tons of changes
+
+-------------------------------------------------------------------
+Wed Dec  1 13:35:46 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Tue May  4 12:49:22 UTC 2010 - [email protected]
+
+- recreated by cpanspec 1.78
+- added Authors
+
+-------------------------------------------------------------------
+Mon May  3 08:15:45 UTC 2010 - [email protected]
+
+- make noarch
+
+-------------------------------------------------------------------
+Thu Feb  7 15:13:51 CET 2008 - [email protected]
+
+- initial version 1.0.3
+

calling whatdependson for head-i586


New:
----
  Text-Markdown-1.000031.tar.gz
  perl-Text-Markdown.changes
  perl-Text-Markdown.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Text-Markdown.spec ++++++
#
# spec file for package perl-Text-Markdown
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           perl-Text-Markdown
Version:        1.000031
Release:        1
License:        BSD
%define cpan_name Text-Markdown
Summary:        Convert Markdown syntax to (X)HTML
Url:            http://search.cpan.org/dist/Text-Markdown/
Group:          Development/Libraries/Perl
Source:         
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(inc::Module::Install)
BuildRequires:  perl(JSON)
BuildRequires:  perl(List::MoreUtils)
BuildRequires:  perl(LWP::Simple)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Parse::CPAN::Meta)
BuildRequires:  perl(Test::Differences)
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Text::Diff)
BuildRequires:  perl(YAML::Tiny)
%{perl_requires}

%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 similar to that of plain text email, and supports features such as
headers, *emphasis*, code blocks, blockquotes, and links.

Markdown's syntax is designed not as a generic markup language, but
specifically to serve as a front-end to (X)HTML. You can use span-level
HTML tags anywhere in a Markdown document, and you can use block level HTML
tags (like <div> and <table> as well).

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes License.text README Readme.text Todo

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to