- update to 0.81:
+ Add the 'nofollow_extended' option to add rel="nofollow" to extended links. Thanks to Ian McEwen for this patch. + Automatic absolute links now work when at the very start of some text Fixes bug #27850. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-WikiFormat?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
7ad5e34de1
commit
ee2aff1260
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06fbc53818d764e04b3b26c39a325e074776d08dbc166c6043c4ec4b1b6bddb2
|
||||
size 28883
|
3
Text-WikiFormat-0.81.tar.gz
Normal file
3
Text-WikiFormat-0.81.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e43cd995ad9157a7e839d993ee7b6c4d1854947e557d096d9d5aaf74507fab33
|
||||
size 34409
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 4 12:54:14 UTC 2014 - lars@linux-schulserver.de
|
||||
|
||||
- update to 0.81:
|
||||
+ Add the 'nofollow_extended' option to add rel="nofollow" to
|
||||
extended links. Thanks to Ian McEwen for this patch.
|
||||
+ Automatic absolute links now work when at the very start of
|
||||
some text Fixes bug #27850.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 13:35:50 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Text-WikiFormat
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 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
|
||||
@@ -15,17 +15,15 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-Text-WikiFormat
|
||||
Version: 0.81
|
||||
Release: 0
|
||||
%define real_name Text-WikiFormat
|
||||
Summary: A module for translating Wiki formatted text into other formats
|
||||
Url: http://search.cpan.org/perldoc?Text::WikiFormat
|
||||
License: Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License
|
||||
Version: 0.79
|
||||
Release: 1
|
||||
Url: http://search.cpan.org/perldoc?Text::WikiFormat
|
||||
Source: %{real_name}-%{version}.tar.gz
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(URI)
|
||||
@@ -42,17 +40,12 @@ format imaginable.
|
||||
|
||||
The most important function is format(). It is not exported by default.
|
||||
|
||||
Author:
|
||||
-------
|
||||
chromatic, chromatic@wgz.org
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{real_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make %{?jobs:-j%jobs}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
Reference in New Issue
Block a user