[perl-DBD-ODBC] Enabled Unicode support

Jan Holcapek holcapek at fedoraproject.org
Mon Aug 4 14:51:12 UTC 2014


commit 3943b93649396a22c959c95686caa65cc41ee5ae
Author: Jan Holcapek <holcapek at gmail.com>
Date:   Mon Aug 4 16:51:00 2014 +0200

    Enabled Unicode support

 perl-DBD-ODBC.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-DBD-ODBC.spec b/perl-DBD-ODBC.spec
index 731c34e..c1390c1 100644
--- a/perl-DBD-ODBC.spec
+++ b/perl-DBD-ODBC.spec
@@ -1,6 +1,6 @@
 Name:           perl-DBD-ODBC
 Version:        1.50
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        ODBC Driver for DBI
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -29,7 +29,7 @@ module uses the unixODBC manager to connect to the database.
 %patch0 -p1
 
 %build
-PERL_MM_USE_DEFAULT=1 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+PERL_MM_USE_DEFAULT=1 %{__perl} Makefile.PL -u INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 %install
@@ -48,6 +48,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 4 2014 Jan Holcapek <holcapek at gmail.com> 1.50-3
+- Enabled Unicode support.
+- Fixed release in changelog.
+
 * Mon Jul 28 2014 Jan Holcapek <holcapek at gmail.com> 1.50-1
 - Updated to upstream version 1.50.
 



More information about the perl-devel mailing list