[java-sig-commits] [jogl2] Update to the stable 2.0.2 version

Clément David davidcl at fedoraproject.org
Mon Sep 9 14:09:06 UTC 2013


commit 88f6e168238284126a2922846db9cbc95fbc5e19
Author: Clément DAVID <clement.david at scilab-enterprises.com>
Date:   Mon Sep 9 16:08:31 2013 +0200

    Update to the stable 2.0.2 version

 jogl2.spec |   13 ++++++++-----
 sources    |    2 +-
 2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/jogl2.spec b/jogl2.spec
index 20ca924..78306db 100644
--- a/jogl2.spec
+++ b/jogl2.spec
@@ -1,13 +1,13 @@
 # baserelease defines which build revision of this version we're building.
 # The magical name baserelease is matched by the rpmdev-bumpspec tool, which
 # you should use.
-%global baserelease 11
+%global baserelease 1
 
 %global pkg_name jogl
-%global pkg_version 2.0
-%global pkg_rc rc12
+%global pkg_version 2.0.2
+#%global pkg_rc rc12
 
-%if 0%{?pkg_rc:1}
+%if 0%{?pkg_rc:0}
 %global pkg_release 0.%{baserelease}.%{pkg_rc}
 %global src_name %{pkg_name}-v%{pkg_version}-%{pkg_rc}
 %else
@@ -96,7 +96,7 @@ find -name "*.apk" -type f -exec rm {} \;
 rm -fr make/lib
 
 # Restore the gluegen2 source code from gluegen2-devel
-cp -r %{_datadir}/gluegen2 ../gluegen
+cp -rdf %{_datadir}/gluegen2 ../gluegen
 
 # Fix file-not-utf8
 for file in README.txt; do
@@ -181,6 +181,9 @@ find %{buildroot}%{_docdir}/%{name} -name '*.html' \
 %{_docdir}/%{name}
 
 %changelog
+* Mon Sep 09 2013 Clément David <c.david86 at gmail.com> - 2.0.2-1
+- Update to the stable 2.0.2 version
+
 * Tue Aug 13 2013 Clément David <c.david86 at gmail.com> - 2.0-0.11.rc12
 - Force the SDK root to / to pass the ARM build
 
diff --git a/sources b/sources
index 562d997..73a2727 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de76414ce6b65dda58524e8cad3fa893  jogl-v2.0-rc12.tar.7z
+92594fb4b998ed2380bd0e598f3d1ad3  jogl-v2.0.2.tar.7z


More information about the java-sig-commits mailing list