From 7157e6bf2c6f6011998eadac52e2d4b1fd4ddad898fe48a1ca902bdcdcb859ed Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 5 Jul 2011 10:44:33 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/perl-File-Find-Rule revision 4.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Rule?expand=0&rev=22f39fc7fb7b68a0caf2889d05dd7991 --- perl-File-Find-Rule.spec | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/perl-File-Find-Rule.spec b/perl-File-Find-Rule.spec index def03e4..0e77d65 100644 --- a/perl-File-Find-Rule.spec +++ b/perl-File-Find-Rule.spec @@ -20,7 +20,7 @@ Name: perl-%cpan_name Version: 0.32 -Release: 1 +Release: 3 Provides: %cpan_name Requires: perl-Number-Compare perl-Text-Glob Group: Development/Libraries/Perl @@ -33,33 +33,27 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl-Number-Compare perl-Text-Glob BuildRequires: perl-macros - %description File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories. %prep %setup -q -n %cpan_name-%{version} - %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" make - %check make test - %install make DESTDIR=$RPM_BUILD_ROOT install_vendor %perl_process_packlist - %clean # clean up the hard disc after build rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root) %{_bindir}/findrule* @@ -68,6 +62,4 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/auto/File %doc Changes MANIFEST README - - %changelog From a0c8ac6eeea9bd2525513898d26c2cce57213beeb2e022a5cf6393a40b8c71e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Wed, 21 Sep 2011 10:11:19 +0000 Subject: [PATCH 2/2] - update to 0.33 Fixes the case where name("foo(*") hits an error with mismatched parentheis. Reported by Jan Engelhardt. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Rule?expand=0&rev=12 --- File-Find-Rule-0.32.tar.bz2 | 3 --- File-Find-Rule-0.33.tar.gz | 3 +++ perl-File-Find-Rule.changes | 9 ++++++++- perl-File-Find-Rule.spec | 26 ++++++++++++++------------ 4 files changed, 25 insertions(+), 16 deletions(-) delete mode 100644 File-Find-Rule-0.32.tar.bz2 create mode 100644 File-Find-Rule-0.33.tar.gz diff --git a/File-Find-Rule-0.32.tar.bz2 b/File-Find-Rule-0.32.tar.bz2 deleted file mode 100644 index deeca9c..0000000 --- a/File-Find-Rule-0.32.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d2daf474902fa318135a5cfa00b61ed8b174cd001fb00ebe5bc5974839fc5c8 -size 14812 diff --git a/File-Find-Rule-0.33.tar.gz b/File-Find-Rule-0.33.tar.gz new file mode 100644 index 0000000..1d9e512 --- /dev/null +++ b/File-Find-Rule-0.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2417752b1eb61774938a67d6f211fbb80eecb3146bf0a0c8699939912559e370 +size 15207 diff --git a/perl-File-Find-Rule.changes b/perl-File-Find-Rule.changes index ca7c60b..f03dc9b 100644 --- a/perl-File-Find-Rule.changes +++ b/perl-File-Find-Rule.changes @@ -1,7 +1,14 @@ +------------------------------------------------------------------- +Wed Sep 21 01:33:36 UTC 2011 - vcizek@suse.com + +- update to 0.33 + Fixes the case where name("foo(*") hits an error with mismatched + parentheis. Reported by Jan Engelhardt. + ------------------------------------------------------------------- Fri Jun 17 07:24:19 UTC 2011 - vcizek@novell.com -- license correction (same as Perl) +- license correction (same as Perl) ------------------------------------------------------------------- Tue Jan 11 13:24:55 UTC 2011 - vcizek@novell.com diff --git a/perl-File-Find-Rule.spec b/perl-File-Find-Rule.spec index 0e77d65..321b1dd 100644 --- a/perl-File-Find-Rule.spec +++ b/perl-File-Find-Rule.spec @@ -19,19 +19,21 @@ %define cpan_name File-Find-Rule Name: perl-%cpan_name -Version: 0.32 +Version: 0.33 Release: 3 -Provides: %cpan_name -Requires: perl-Number-Compare perl-Text-Glob -Group: Development/Libraries/Perl License: GPL-1.0+ or Artistic -Url: http://search.cpan.org/dist/File-Find-Rule/ Summary: Alternative interface to File::Find -Source: %cpan_name-%{version}.tar.bz2 +Url: http://search.cpan.org/dist/File-Find-Rule/ +Group: Development/Libraries/Perl +Source: %cpan_name-%{version}.tar.gz +BuildRequires: perl-Number-Compare +BuildRequires: perl-Text-Glob +BuildRequires: perl-macros +Requires: perl-Number-Compare +Requires: perl-Text-Glob +Provides: %cpan_name BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} -BuildRequires: perl-Number-Compare perl-Text-Glob -BuildRequires: perl-macros %description File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories. @@ -40,19 +42,19 @@ File::Find::Rule is a friendlier interface to File::Find. It allows you to build %setup -q -n %cpan_name-%{version} %build -perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" +perl Makefile.PL OPTIMIZE="%{optflags} -Wall" make %check make test %install -make DESTDIR=$RPM_BUILD_ROOT install_vendor +make DESTDIR=%{buildroot} install_vendor %perl_process_packlist %clean # clean up the hard disc after build -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files %defattr(-,root,root) @@ -60,6 +62,6 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man?/* %{perl_vendorlib}/File %{perl_vendorarch}/auto/File -%doc Changes MANIFEST README +%doc Changes MANIFEST %changelog