[apache-poi] Update to 3.8 final

Orion Poplawski orion at fedoraproject.org
Fri May 11 04:13:27 UTC 2012


commit 2e7badfcb0ae0c1745aa078eef7d05c5acdb11e6
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu May 10 21:53:20 2012 -0600

    Update to 3.8 final

 .gitignore                     |    1 +
 apache-poi.spec                |   15 +++++++++------
 poi-3.7.pom.xml => poi-3.8.pom |    7 ++++++-
 sources                        |    2 +-
 4 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 22fffe6..e7e9827 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Office%20Open%20XML%201st%20edition%20Part%204%20(PDF).zip
 /poi-src-3.8-beta3-20110606.tar.gz
 /poi-src-3.8-beta5-20111217.tar.gz
+/poi-src-3.8-20120326.tar.gz
diff --git a/apache-poi.spec b/apache-poi.spec
index 79b282a..e03b277 100644
--- a/apache-poi.spec
+++ b/apache-poi.spec
@@ -1,18 +1,18 @@
-%global reldate 20111217
-%global rcver -beta5
+%global reldate 20120326
+%global rcver %{nil}
 
 Name:           apache-poi
 Version:        3.8
-Release:        0.3.beta5%{?dist}
+Release:        1%{?dist}
 Summary:        The Java API for Microsoft Documents
 
 Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://poi.apache.org/
-#Source0:        http://www.apache.org/dist/poi/release/src/poi-src-%{version}-%{reldate}.tar.gz
-Source0:        http://www.apache.org/dist/poi/dev/src/poi-src-%{version}%{?rcver}-%{reldate}.tar.gz
+Source0:        http://www.apache.org/dist/poi/release/src/poi-src-%{version}-%{reldate}.tar.gz
+#Source0:        http://www.apache.org/dist/poi/dev/src/poi-src-%{version}%{?rcver}-%{reldate}.tar.gz
 Source1:        http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%204%20(PDF).zip
-Source2:        http://repo2.maven.org/maven2/org/apache/poi/poi/3.7/poi-3.7.pom.xml
+Source2:        http://repo2.maven.org/maven2/org/apache/poi/poi/%{version}/poi-%{version}.pom
 #Force compile of xsds if disconnected
 Patch1:         %{name}-3.7-compile-xsds.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -174,6 +174,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu May 10 2012 Orion Poplawski <orion at cora.nwra.com> - 3.8-1
+- Update to 3.8 final
+
 * Thu Jan 5 2012 Orion Poplawski <orion at cora.nwra.com> - 3.8-0.3.beta5
 - Update to 3.8-beta5
 
diff --git a/poi-3.7.pom.xml b/poi-3.8.pom
similarity index 93%
rename from poi-3.7.pom.xml
rename to poi-3.8.pom
index 0252246..41a277e 100644
--- a/poi-3.7.pom.xml
+++ b/poi-3.8.pom
@@ -25,7 +25,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.poi</groupId>
 	<artifactId>poi</artifactId>
-	<version>3.7</version>
+	<version>3.8</version>
 	<packaging>jar</packaging>
 	<name>Apache POI</name>
 	<url>http://poi.apache.org/</url>
@@ -73,6 +73,11 @@
       <scope>runtime</scope>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.5</version>
+    </dependency>
   </dependencies>
 
 </project>
diff --git a/sources b/sources
index 3dfe5eb..9517341 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 abe6bb6e7799e854934b3c634e8bcf7b  Office%20Open%20XML%201st%20edition%20Part%204%20(PDF).zip
-ee3e6dc3d0ff9f7b20da8068b7bf8a65  poi-src-3.8-beta5-20111217.tar.gz
+95df053d6a9f71292f2689a0170c28f6  poi-src-3.8-20120326.tar.gz


More information about the scm-commits mailing list