Hello community, here is the log from the commit of package cglib for openSUSE:Factory checked in at 2017-05-22 10:47:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cglib (Old) and /work/SRC/openSUSE:Factory/.cglib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cglib" Mon May 22 10:47:02 2017 rev:17 rq:496524 version:2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cglib/cglib.changes 2015-04-02 15:54:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cglib.new/cglib.changes 2017-05-22 10:48:27.340692513 +0200 @@ -1,0 +2,5 @@ +Fri May 19 08:51:39 UTC 2017 - [email protected] + +- Update package dependencies + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cglib.spec ++++++ --- /var/tmp/diff_new_pack.MdyOMJ/_old 2017-05-22 10:48:27.996600067 +0200 +++ /var/tmp/diff_new_pack.MdyOMJ/_new 2017-05-22 10:48:28.000599502 +0200 @@ -1,7 +1,7 @@ # # spec file for package cglib # -# 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 @@ -17,28 +17,27 @@ Name: cglib +Version: 2.2 +Release: 0 Summary: Code Generation Library License: Apache-2.0 Group: Development/Libraries/Java -Version: 2.2 -Release: 0 Url: http://cglib.sourceforge.net/ Source0: %{name}-src-%{version}.jar Source1: /%{name}-%{version}.pom # Remove the repackaging step that includes other jars into the final thing Patch0: %{name}-build_xml.patch -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build - BuildRequires: ant >= 1.6 BuildRequires: java-devel BuildRequires: java-devel >= 1.6.0 +# Needed for maven conversions +BuildRequires: javapackages-local BuildRequires: javapackages-tools BuildRequires: objectweb-asm BuildRequires: unzip - Provides: %{name}-nohook = %{version}-%{release} Obsoletes: %{name}-nohook < %{version}-%{release} +BuildArch: noarch %description cglib is a powerful, high performance and quality Code Generation @@ -55,7 +54,7 @@ runtime. %prep -%setup -T -c -n %{name} +%setup -q -T -c -n %{name} unzip -q %{SOURCE0} rm lib/*.jar %patch0 -p1 @@ -70,8 +69,8 @@ cp -p dist/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar # javadoc -mkdir -p ${RPM_BUILD_ROOT}%{_javadocdir}/ -cp -r docs ${RPM_BUILD_ROOT}%{_javadocdir}/%{name} +mkdir -p %{buildroot}%{_javadocdir}/ +cp -r docs %{buildroot}%{_javadocdir}/%{name} #maven pom mkdir -p %{buildroot}%{_mavenpomdir}
