Hello community,

here is the log from the commit of package objectweb-asm for openSUSE:Factory 
checked in at 2017-05-31 13:29:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/objectweb-asm (Old)
 and      /work/SRC/openSUSE:Factory/.objectweb-asm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "objectweb-asm"

Wed May 31 13:29:47 2017 rev:17 rq:496735 version:3.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/objectweb-asm/objectweb-asm.changes      
2015-04-02 15:58:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new/objectweb-asm.changes 
2017-05-31 13:29:48.807757990 +0200
@@ -1,0 +2,8 @@
+Fri May 19 12:01:04 UTC 2017 - dziolkow...@suse.com
+
+- New build dependency: javapackages-local
+- cleaned spec using spec-cleaner 
+- remove "section free" macro
+- get rid of %if 0 blocks
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ objectweb-asm.spec ++++++
--- /var/tmp/diff_new_pack.TMd3kE/_old  2017-05-31 13:29:49.495661028 +0200
+++ /var/tmp/diff_new_pack.TMd3kE/_new  2017-05-31 13:29:49.499660464 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package objectweb-asm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,6 @@
 #
 
 
-%define section free
-
 Name:           objectweb-asm
 Version:        3.3.1
 Release:        0
@@ -36,17 +34,17 @@
 Source8:        
http://repo1.maven.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
 Source9:        asm-MANIFEST.MF
 Patch0:         objectweb-asm-no-classpath-in-manifest.patch
-# Needed by asm-xml.jar
-Requires:       xml-commons-apis
-PreReq:         javapackages-tools
 BuildRequires:  ant >= 1.6.5
 BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  objectweb-anttask
 BuildRequires:  xml-commons-apis
 BuildRequires:  zip
-BuildArch:      noarch
+# Needed by asm-xml.jar
+Requires:       xml-commons-apis
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 ASM is a Java bytecode manipulation framework.
@@ -59,23 +57,6 @@
 ASM offers similar functionalities as BCEL or SERP, but is much
 smaller.
 
-%if 0
-%package        javadoc
-Summary:        Javadoc for %{name}
-Group:          Development/Libraries/Java
-
-%description    javadoc
-ASM is a Java bytecode manipulation framework.
-
-It can be used to dynamically generate stub classes or other proxy
-classes, directly in binary form, or to dynamically modify classes at
-load time, i.e., just before they are loaded into the Java Virtual
-Machine.
-
-ASM offers similar functionalities as BCEL or SERP, but is much
-smaller.
-%endif
-
 %prep
 %setup -q -n asm-%{version}
 %patch0 -p1
@@ -125,12 +106,6 @@
 install -m 644 %{SOURCE8} 
%{buildroot}%{_mavenpomdir}/JPP.objectweb-asm-asm-parent.pom
 %add_maven_depmap  JPP.objectweb-asm-asm-all.pom %{name}/asm-all.jar
 
-%if 0
-# javadoc
-install -p -d -m 755 %{buildroot}%{_javadocdir}/%{name}
-cp -pr output/dist/doc/javadoc/user/* %{buildroot}%{_javadocdir}/%{name}
-%endif
-
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE.txt README.txt
@@ -139,10 +114,4 @@
 %{_mavenpomdir}/*
 %{_datadir}/maven-metadata/%{name}.xml*
 
-%if 0
-%files javadoc
-%defattr(0644,root,root,0755)
-%{_javadocdir}/%{name}
-%endif
-
 %changelog


Reply via email to