Changes of Revision 5
[-] | Changed | perl-DBD-Oracle.spec |
x 1
2 3 Summary: Oracle database driver for the DBI module 4 Name: perl-DBD-Oracle 5 -Version: 1.22 6 +Version: 1.19 7 Release: 1 8 License: Artistic or GPL 9 Group: Development/Languages 10
11 %prep 12 %setup -q -n DBD-Oracle-%{version} 13 %patch0 14 -# All files in the archive are executable... (still as of 1.22) 15 +# All files in the archive are executable... (still as of 1.19) 16 find . -type f -exec chmod -x {} \; 17 %{__cp} -a %{SOURCE1} . 18 19 |