Hello community,

here is the log from the commit of package javassist for openSUSE:Factory 
checked in at 2015-01-30 06:03:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/javassist (Old)
 and      /work/SRC/openSUSE:Factory/.javassist.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "javassist"

Changes:
--------
--- /work/SRC/openSUSE:Factory/javassist/javassist.changes      2014-09-05 
13:00:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.javassist.new/javassist.changes 2015-01-30 
06:03:37.000000000 +0100
@@ -1,0 +2,11 @@
+Sat Jan 24 16:40:33 UTC 2015 - [email protected]
+
+- Update to version 3.19.0
+  * Including a number of bug fixes and Java 8 supports.
+- Clean up specfile
+- Remove redundant %clean section
+- Build for java API 1.5
+- Remove unzip requirement
+- Update home page and download source Urls
+
+-------------------------------------------------------------------

Old:
----
  javassist-3.5.CR1-src.tar.gz

New:
----
  rel_3_19_0_ga.tar.gz

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

Other differences:
------------------
++++++ javassist.spec ++++++
--- /var/tmp/diff_new_pack.OOO6gg/_old  2015-01-30 06:03:39.000000000 +0100
+++ /var/tmp/diff_new_pack.OOO6gg/_new  2015-01-30 06:03:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package javassist
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2005, JPackage Project
 # All rights reserved.
 #
@@ -18,25 +18,19 @@
 #
 
 
-%define section free
 
 Summary:        Java Programming Assistant: bytecode manipulation
 License:        LGPL-2.1+ or MPL-1.1
 Group:          Development/Libraries/Java
-
 Name:           javassist
-Version:        3.5
+%define tar_version rel_3_19_0_ga
+Version:        3.19.0
 Release:        0
-Url:            http://www.csg.is.titech.ac.jp/~chiba/javassist/
-Source0:        javassist-3.5.CR1-src.tar.gz
-# cvs -d:pserver:[email protected]:/cvsroot/jboss export -r 
Javassist_3_5_CR1 javassist
-
+Url:            http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/
+Source0:        
https://github.com/jboss-javassist/javassist/archive/%{tar_version}.tar.gz
 BuildRequires:  ant >= 1.6
 BuildRequires:  javapackages-tools
-%if %defined suse_version
 BuildRequires:  java-devel
-BuildRequires:  unzip
-%endif
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -53,8 +47,6 @@
 compiles it on the fly. On the other hand, the bytecode-level API
 allows the users to directly edit a class file as other editors.
 
-
-
 %package demo
 Summary:        Samples for javassist
 Group:          Documentation/Other
@@ -63,8 +55,6 @@
 %description demo
 Samples for javassist.
 
-
-
 %{summary}.
 
 %package javadoc
@@ -74,8 +64,6 @@
 %description javadoc
 Javadoc for javassist.
 
-
-
 %{summary}.
 
 %package manual
@@ -85,26 +73,18 @@
 %description manual
 Tutorial for javassist.
 
-
-
 %{summary}.
 
 %prep
-%setup -q -n %{name}-%{version}.CR1-src
+%setup -q -n %{name}-%{tar_version}
 for j in $(find . -name "*.jar"); do
         mv $j $j.no
 done
 
 %build
-%if %defined suse_version
-ant -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 dist
-%else
-ant dist
-%endif
+ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 dist
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 # jars
 mkdir -p $RPM_BUILD_ROOT%{_javadir}
 cp -p %{name}.jar \
@@ -125,9 +105,6 @@
 cp -pr tutorial/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/tutorial
 cp -p License.html $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post javadoc
 rm -f %{_javadocdir}/%{name}
 ln -s %{name}-%{version} %{_javadocdir}/%{name}

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to