Hello community,

here is the log from the commit of package jakarta-commons-fileupload for 
openSUSE:Factory checked in at 2014-05-16 18:09:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jakarta-commons-fileupload (Old)
 and      /work/SRC/openSUSE:Factory/.jakarta-commons-fileupload.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jakarta-commons-fileupload"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/jakarta-commons-fileupload/jakarta-commons-fileupload.changes
    2014-04-03 17:07:32.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-fileupload.new/jakarta-commons-fileupload.changes
       2014-05-16 18:09:11.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 15 15:18:30 UTC 2014 - [email protected]
+
+- disable bytecode check on sle_11
+- remove removal of buildroot in %install 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jakarta-commons-fileupload.spec ++++++
--- /var/tmp/diff_new_pack.mG2ToR/_old  2014-05-16 18:09:11.000000000 +0200
+++ /var/tmp/diff_new_pack.mG2ToR/_new  2014-05-16 18:09:11.000000000 +0200
@@ -99,7 +99,10 @@
 # -----------------------------------------------------------------------------
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
+
 # jars
 %{__mkdir} -p $RPM_BUILD_ROOT%{_javadir}
 %{__cp} -p dist/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}

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

Reply via email to