[opencsv] fix Bug 1033676 - Incorrect directory for jar file

Patrick Huang pahuang at fedoraproject.org
Tue Nov 26 04:16:43 UTC 2013


commit 109090688860a3565e4c50ca5e581126ff1713de
Author: Patrick Huang <pahuang at redhat.com>
Date:   Mon Nov 25 23:16:09 2013 -0500

    fix Bug 1033676 - Incorrect directory for jar file

 opencsv.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/opencsv.spec b/opencsv.spec
index a54eee4..de26fe9 100644
--- a/opencsv.spec
+++ b/opencsv.spec
@@ -1,6 +1,6 @@
 Name:           opencsv
 Version:        2.3
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        A very simple CSV (comma-separated values) parser library for Java
 License:        ASL 2.0
 URL:            http://opencsv.sourceforge.net/
@@ -65,6 +65,9 @@ sed -i 's/\r//' LICENSE-2.0.txt
 %doc LICENSE-2.0.txt
 
 %changelog
+* Tue Nov 26 2013 Patrick Huang <pahuang at redhat.com> 2.3-9
+- fix Bug 1033676 - Incorrect directory for jar file
+
 * Wed Oct 16 2013 gil cattaneo <puntogil at libero.it> 2.3-8
 - fix javadoc sub package
 - adapt to current guildeine


More information about the scm-commits mailing list