From 1b915f7b0095db912819f21636c117ae070d9a3ed7e4cd4d405b0beb6f5879ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Fri, 25 Feb 2011 09:42:55 +0000 Subject: [PATCH] - update to 0.09 * Compiled documentation fixes (collected by Tom Hukins from fixes on rt.cpan) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Glob?expand=0&rev=7 --- Text-Glob-0.08.tar.bz2 | 3 --- Text-Glob-0.09.tar.bz2 | 3 +++ perl-Text-Glob.changes | 7 +++++++ perl-Text-Glob.spec | 6 ++++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 Text-Glob-0.08.tar.bz2 create mode 100644 Text-Glob-0.09.tar.bz2 diff --git a/Text-Glob-0.08.tar.bz2 b/Text-Glob-0.08.tar.bz2 deleted file mode 100644 index dc829ef..0000000 --- a/Text-Glob-0.08.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f5633e9e5e79213c73028f943ec2f7daad6f032a493b6b4c6b51509da51f68e -size 3842 diff --git a/Text-Glob-0.09.tar.bz2 b/Text-Glob-0.09.tar.bz2 new file mode 100644 index 0000000..b60d118 --- /dev/null +++ b/Text-Glob-0.09.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f272cfa5090e04a81110d9ab92029a14a9920a5ab1db4c5584829db796ec6661 +size 3782 diff --git a/perl-Text-Glob.changes b/perl-Text-Glob.changes index 4a7e481..49527fd 100644 --- a/perl-Text-Glob.changes +++ b/perl-Text-Glob.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 25 09:40:03 UTC 2011 - vcizek@novell.com + +- update to 0.09 + * Compiled documentation fixes + (collected by Tom Hukins from fixes on rt.cpan) + ------------------------------------------------------------------- Wed Feb 2 13:41:46 UTC 2011 - vcizek@novell.com diff --git a/perl-Text-Glob.spec b/perl-Text-Glob.spec index bd23afe..e202ade 100644 --- a/perl-Text-Glob.spec +++ b/perl-Text-Glob.spec @@ -1,7 +1,7 @@ %define cpan_name Text-Glob Name: perl-%cpan_name -Version: 0.08 +Version: 0.09 Release: 1 Provides: %cpan_name Group: Development/Libraries/Perl @@ -23,6 +23,8 @@ Text::Glob implements glob(3) style matching that can be used to match against t %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" make + +%check make test %install @@ -38,7 +40,7 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man?/* %{perl_vendorlib}/Text %{perl_vendorarch}/auto/Text -%doc Changes MANIFEST README +%doc Changes MANIFEST %changelog -n %{name} * Sun Jun 08 2008 - gerrit.beine@gmx.de