Hello community,

here is the log from the commit of package perl-File-Find-Rule for 
openSUSE:Factory
checked in at Wed Sep 21 17:17:04 CEST 2011.



--------
--- perl-File-Find-Rule/perl-File-Find-Rule.changes     2011-06-17 
09:24:55.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/perl-File-Find-Rule/perl-File-Find-Rule.changes    
    2011-09-21 12:11:18.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Sep 21 01:33:36 UTC 2011 - vci...@suse.com
+
+- update to 0.33
+    Fixes the case where name("foo(*") hits an error with mismatched
+    parentheis.  Reported by Jan Engelhardt.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  File-Find-Rule-0.32.tar.bz2

New:
----
  File-Find-Rule-0.33.tar.gz

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

Other differences:
------------------
++++++ perl-File-Find-Rule.spec ++++++
--- /var/tmp/diff_new_pack.IJM4DQ/_old  2011-09-21 17:16:58.000000000 +0200
+++ /var/tmp/diff_new_pack.IJM4DQ/_new  2011-09-21 17:16:58.000000000 +0200
@@ -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 @@
 %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 @@
 %doc %{_mandir}/man?/*
 %{perl_vendorlib}/File
 %{perl_vendorarch}/auto/File
-%doc Changes MANIFEST README 
+%doc Changes MANIFEST
 
 %changelog


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to