[orafce/f14/master] Update to the new upstream version

Jean-Francois Saucier jfsaucier at fedoraproject.org
Mon Dec 27 01:56:09 UTC 2010


commit c4a508d7e3b481366704baa7defbcd1c30a7a50b
Author: Jean-Francois Saucier <jsaucier at gmail.com>
Date:   Sun Dec 26 20:56:02 2010 -0500

    Update to the new upstream version

 .gitignore  |    1 +
 orafce.spec |   12 +++++++-----
 sources     |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 140ccb1..ba71f57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 orafce-3.0.1.tar.gz
+/orafce-3.0.3.tar.gz
diff --git a/orafce.spec b/orafce.spec
index c973138..4b59cbc 100644
--- a/orafce.spec
+++ b/orafce.spec
@@ -1,6 +1,6 @@
 Name:           orafce
-Version:        3.0.1
-Release:        3%{?dist}
+Version:        3.0.3
+Release:        1%{?dist}
 Summary:        Implementation of some Oracle functions into PostgreSQL
 Group:          Applications/Databases
 License:        BSD
@@ -18,7 +18,6 @@ for production work.
 
 %prep
 %setup -q -n %{name}
-sed -i 's/\r//' doc/style.css
 
 %build
 make USE_PGXS=1 %{?_smp_mflags}
@@ -32,14 +31,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYRIGHT.orafunc INSTALL.orafunc README.orafunc doc/index.html doc/index-ja.html doc/style.css
+%doc COPYRIGHT.orafunc INSTALL.orafunc README.orafunc
 %{_libdir}/pgsql/
 %{_datadir}/pgsql/
 %exclude %{_docdir}/pgsql/
 
 %changelog
+* Thu Dec 24 2010 - Jean-Francois Saucier <jsaucier at gmail.com> - 3.0.3-1
+- Update to the new upstream version
+
 * Wed Apr 28 2010 - Jean-Francois Saucier <jfsaucier at infoglobe.ca> - 3.0.1-3
-* Rename back the package to orafce after discussion on devel list
+- Rename back the package to orafce after discussion on devel list
 
 * Mon Apr 19 2010 - Jean-Francois Saucier <jfsaucier at infoglobe.ca> - 3.0.1-2
 - Make some cleanup as described in #251805
diff --git a/sources b/sources
index 2d32d6e..ee5c88b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0952ccfbe082d9273a5e56e31df00b4  orafce-3.0.1.tar.gz
+02afb73f76cc9a084c53cea7b5117b8a  orafce-3.0.3.tar.gz


More information about the scm-commits mailing list