Logoj0ke.net Open Build Service > Projects > devel > perl-DBD-Oracle > Changes
Sign Up | Log In

Changes of Revision 5

[-] Changed perl-DBD-Oracle.spec
x
 
1
@@ -1,17 +1,17 @@
2
 
3
-Summary: Oracle database driver for the DBI module
4
-Name: perl-DBD-Oracle
5
-Version: 1.19
6
-Release: 1%{?dist}
7
-License: Artistic or GPL
8
-Group: Development/Languages
9
-URL: http://search.cpan.org/dist/DBD-Oracle/
10
-Source0: http://www.cpan.org/modules/by-module/DBD/DBD-Oracle-%{version}.tar.gz
11
-Source1: http://jeanchristophe.duber.free.fr/dbd_oracle_instantclient_linux/Makefile-instantclient.PL
12
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13
-BuildRequires: perl(DBI)
14
-BuildRequires: oracle-instantclient-devel oracle-instantclient-config
15
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
+Summary:       Oracle database driver for the DBI module
17
+Name:          perl-DBD-Oracle
18
+Version:       1.22
19
+Release:       1
20
+License:       Artistic or GPL
21
+Group:         Development/Languages
22
+URL:           http://search.cpan.org/dist/DBD-Oracle/
23
+Source0:       http://www.cpan.org/modules/by-module/DBD/DBD-Oracle-%{version}.tar.gz
24
+Source1:       http://jeanchristophe.duber.free.fr/dbd_oracle_instantclient_linux/Makefile-instantclient.PL
25
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
26
+BuildRequires:     perl(DBI)
27
+BuildRequires:     oracle-instantclient-devel oracle-instantclient-config
28
+Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
29
 
30
 %description
31
 Oracle database driver for the DBI module.
32
@@ -19,7 +19,7 @@
33
 
34
 %prep
35
 %setup -q -n DBD-Oracle-%{version}
36
-# All files in the archive are executable... (still as of 1.19)
37
+# All files in the archive are executable... (still as of 1.22)
38
 find . -type f -exec chmod -x {} \;
39
 %{__cp} -a %{SOURCE1} .
40
 
41
Added DBD-Oracle-1.22.tar.gz ^