Hello community,

here is the log from the commit of package bsh2 for openSUSE:Factory checked in 
at 2014-05-27 11:50:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bsh2 (Old)
 and      /work/SRC/openSUSE:Factory/.bsh2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bsh2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bsh2/bsh2.changes        2014-02-19 
14:01:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bsh2.new/bsh2.changes   2014-05-27 
11:51:00.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 15 15:39:22 UTC 2014 - [email protected]
+
+- disable bytecode check on sle_11
+- disable post-build-check on SLE_11 due to FHS 2.2 errors
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bsh2.spec ++++++
--- /var/tmp/diff_new_pack.WveOIM/_old  2014-05-27 11:51:01.000000000 +0200
+++ /var/tmp/diff_new_pack.WveOIM/_new  2014-05-27 11:51:01.000000000 +0200
@@ -65,6 +65,9 @@
 BuildRequires:  fdupes
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} == 1110
+BuildRequires:  -post-build-checks
+%endif
 
 %description
 BeanShell is a small, free, embeddable, Java source interpreter with
@@ -198,6 +201,10 @@
 %fdupes -s docs/
 
 %install
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
+
 # jars
 mkdir -p %{buildroot}%{_javadir}/%{name}
 #rap#%__rm -f dist/%{orig_name}-%{fversion}.jar










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

Reply via email to