Hello community,

here is the log from the commit of package antlr for openSUSE:Factory checked 
in at 2014-05-02 13:54:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/antlr (Old)
 and      /work/SRC/openSUSE:Factory/.antlr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "antlr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/antlr/antlr.changes      2013-09-11 
13:39:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.antlr.new/antlr.changes 2014-05-02 
13:54:04.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Apr 30 13:58:14 UTC 2014 - [email protected]
+
+- Set buildarch on SLE_11 or the python subpackage is packaged
+  as noarch when they need be arch specific.
+  http://lists.opensuse.org/opensuse-packaging/2014-04/msg00055.html
+
+-------------------------------------------------------------------
+Tue Apr 29 12:54:39 UTC 2014 - [email protected]
+
+- supporess bytecode version check on SLE 
+- fix perms for SLES
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ antlr-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.hjGNBy/_old  2014-05-02 13:54:05.000000000 +0200
+++ /var/tmp/diff_new_pack.hjGNBy/_new  2014-05-02 13:54:05.000000000 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package antlr-bootstrap
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ antlr.spec ++++++
--- /var/tmp/diff_new_pack.hjGNBy/_old  2014-05-02 13:54:05.000000000 +0200
+++ /var/tmp/diff_new_pack.hjGNBy/_new  2014-05-02 13:54:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package antlr
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,6 +49,11 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %py_requires
 
+# force package arch for SLE_11
+%if 0%{?suse_version} == 1110
+BuildArch:      %{_arch}
+%endif
+
 %description
 ANTLR, Another Tool for Language Recognition, (formerly PCCTS) is a
 language tool that provides a framework for constructing recognizers,
@@ -113,7 +118,6 @@
 of antlr
 
 %package -n     python-%{name}
-
 Summary:        ANother Tool for Language Recognition (python runtime)
 Group:          Development/Tools/Other
 Requires:       antlr
@@ -150,6 +154,9 @@
 # % {makeinstall}
 # The upstream make install just installs a files to more or less random 
location
 # instead of fixing it, let's install it in %%install section
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
 
 #### jars ###
 install -d -m 0755 %{buildroot}%{_javadir}
@@ -196,7 +203,7 @@
 
 %files
 %defattr(0644,root,root,0755)
-%doc %attr(644,-,-) LICENSE.txt README.txt  CHANGES.txt
+%doc LICENSE.txt README.txt  CHANGES.txt
 %dir %{_datadir}/%{name}-%{version}
 %defattr(0755,root,root,0755)
 %{_bindir}/antlr
@@ -217,7 +224,7 @@
 %doc %{_javadocdir}/%{name}
 
 %files devel
-%defattr(0644,root,root)
+%defattr(0644,root,root,0755)
 %attr(755,root,root) %{_libdir}/libantlr.a
 %{_includedir}/%{name}
 

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

Reply via email to