Hello community,

here is the log from the commit of package jogl2 for openSUSE:Factory checked 
in at 2015-10-19 22:50:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jogl2 (Old)
 and      /work/SRC/openSUSE:Factory/.jogl2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jogl2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jogl2/jogl2.changes      2015-04-12 
00:10:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jogl2.new/jogl2.changes 2015-10-20 
00:04:21.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Oct 11 19:35:16 UTC 2015 - badshah...@gmail.com
+
+- Update to version 2.3.2:
+  + See 
http://jogamp.org/deployment/v2.3.2/archive/ChangeLogs/jogl-ShortLog-v2.3.2.txt
+    for a list of changes.
+- Upstream switched to using tar.xz for source tarballs; adapt
+  %setup acordingly, drop p7zip BuildRequires.
+
+-------------------------------------------------------------------

Old:
----
  jogl-v2.3.1.tar.7z

New:
----
  jogl-v2.3.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jogl2.spec ++++++
--- /var/tmp/diff_new_pack.Dt5RkE/_old  2015-10-20 00:04:23.000000000 +0200
+++ /var/tmp/diff_new_pack.Dt5RkE/_new  2015-10-20 00:04:23.000000000 +0200
@@ -18,13 +18,13 @@
 
 %define src_name jogl-v%{version}
 Name:           jogl2
-Version:        2.3.1
+Version:        2.3.2
 Release:        0
 Summary:        Java bindings for the OpenGL API
 License:        BSD-2-Clause
 Group:          Development/Libraries/Java
 Url:            http://jogamp.org/jogl/www/
-Source0:        
http://jogamp.org/deployment/v%{version}/archive/Sources/%{src_name}.tar.7z
+Source0:        
http://jogamp.org/deployment/v%{version}/archive/Sources/%{src_name}.tar.xz
 Patch0:         %{name}-0000-update-antlr-ant-contrib-jars.patch
 Patch1:         %{name}-0001-update-ant-contrib-tasks.patch
 Patch2:         jogl2-disable-tests.patch
@@ -39,7 +39,6 @@
 BuildRequires:  libXrender-devel
 BuildRequires:  libXt-devel
 BuildRequires:  libXxf86vm-devel
-BuildRequires:  p7zip
 Requires:       gluegen2 = %{version}
 Requires:       java
 Requires:       jpackage-utils
@@ -56,14 +55,7 @@
 of OpenGL, its profiles and how we map them to JOGL.
 
 %prep
-# Upstream tarball is a .7z archive, which extracts to a .tar, which has to be 
further extracted to get the full source
-%setup -q -c -T -n %{src_name}
-cd ..
-%{_bindir}/7za e -y %{SOURCE0}
-tar -xf %{src_name}.tar
-rm %{src_name}.tar
-cd %{src_name}
-chmod -Rf a+rX,u+w,g-w,o-w .
+%setup -q -n %{src_name}
 
 # Remove bundled dependencies
 find -name "*.jar" -type f -print -exec rm {} \;


Reply via email to