diff --git a/Text-Textile-2.12.tar.gz b/Text-Textile-2.12.tar.gz deleted file mode 100644 index a8f003c..0000000 --- a/Text-Textile-2.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65bc896bc2000a5ac6c61068aa619a4771037928e44546c9c34ed20f13fd3a4a -size 34418 diff --git a/Text-Textile-2.13.tar.gz b/Text-Textile-2.13.tar.gz new file mode 100644 index 0000000..e339bc8 --- /dev/null +++ b/Text-Textile-2.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4065c3a83c8dec000f0756b5d8346eeb56af310e7c9bff8dca0bc97bb9cb7b94 +size 35956 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..b369e7c --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +license: Perl License +#skip_noarch: 1 +#custom_build: - +#./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-Text-Textile.changes b/perl-Text-Textile.changes index a73958b..bb8694b 100644 --- a/perl-Text-Textile.changes +++ b/perl-Text-Textile.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Apr 17 07:47:37 UTC 2015 - coolo@suse.com + +- updated to 2.13 + see /usr/share/doc/packages/perl-Text-Textile/Changes + + + 2.13 - + + - Added textile command-line tool submitted by Amir Karger. + + - Applied a patch submitted by Serap Kadam for issues with parsing + whitespace around '!' characters. + + - Applied a patch submitted by Andy Yacomink for handling mixed-case + HTML entity names. + + - Applied a patch submitted by Andy Yacomink for running some of + the inline modifier code as a separate method to allow for a + subclass to override/prevent them. + ------------------------------------------------------------------- Fri Apr 22 06:54:51 UTC 2011 - coolo@opensuse.org diff --git a/perl-Text-Textile.spec b/perl-Text-Textile.spec index 0056e23..d58378e 100644 --- a/perl-Text-Textile.spec +++ b/perl-Text-Textile.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Text-Textile (Version 2.12) +# spec file for package perl-Text-Textile # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,26 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Text-Textile -Version: 2.12 -Release: 1 -License: GPL+ or Artistic +Version: 2.13 +Release: 0 +#Upstream: This program is free software; you can redistribute it and/or modify it under the terms of either: * * the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or * * the Artistic License version 2.0. Text::Textile is an adaptation of Textile, developed by Dean Allen of Textism.com. %define cpan_name Text-Textile -Summary: A humane web text generator. -Url: http://search.cpan.org/dist/Text-Textile/ +Summary: Humane Web Text Generator +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/B/BC/BCHOATE/%{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/Text-Textile/ +Source0: http://www.cpan.org/authors/id/B/BC/BCHOATE/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Exporter) -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::Harness) >= 2.5 -BuildRequires: perl(Test::More) -Requires: perl(Exporter) -Requires: perl(Test::Harness) >= 2.5 -Requires: perl(Test::More) %{perl_requires} %description @@ -55,11 +51,8 @@ A humane web text generator. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) -%doc ARTISTIC Changes README tags +%doc ARTISTIC Changes README.textile %changelog