Hello community,

here is the log from the commit of package antlr for openSUSE:Factory checked 
in at 2013-07-16 16:33:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2012-11-02 
16:11:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.antlr.new/antlr.changes 2013-07-16 
16:33:08.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul 11 13:04:14 UTC 2013 - [email protected]
+
+- drop antlr-cshap, entirely unused and removes mono dependency 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ antlr-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.pxI8Mr/_old  2013-07-16 16:33:08.000000000 +0200
+++ /var/tmp/diff_new_pack.pxI8Mr/_new  2013-07-16 16:33:08.000000000 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package antlr-bootstrap
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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.pxI8Mr/_old  2013-07-16 16:33:08.000000000 +0200
+++ /var/tmp/diff_new_pack.pxI8Mr/_new  2013-07-16 16:33:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package antlr
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -39,9 +39,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  java-devel
 BuildRequires:  libstdc++-devel
-BuildRequires:  mono-core
-BuildRequires:  mono-data
-BuildRequires:  mono-devel
 BuildRequires:  python-devel
 BuildRequires:  unzip
 BuildRequires:  xml-commons-apis
@@ -130,23 +127,6 @@
 ANTLR Python support was contributed (and is to be maintained) by Wolfgang
 Haefelinger and Marq Kole.
 
-%package        csharp
-Summary:        ANother Tool for Language Recognition (python runtime)
-Group:          Development/Tools/Other
-Requires:       antlr
-Requires:       mono-core
-
-%description    csharp
-To be able to build and use the C# language Lexers, Parsers and TreeParsers,
-you will need to link to the ANTLR C# runtime library. The C# runtime model is
-based on the existing runtime models for Java and C++ and is thus immediately
-familiar. The C# runtime and the Java runtime in particular are very similar
-although there a number of subtle (and not so subtle) differences. Some of
-these result from differences in the respective runtime environments.
-
-ANTLR C# support was contributed (and is maintained) by Kunle Odutola, Micheal
-Jordan and Anthony Oguntimehin.
-
 %prep
 %setup -q
 # remove all binary libs
@@ -195,13 +175,6 @@
 ln -s -f %{py_sitedir}/%{name}/*.py %{buildroot}%{_datadir}/%{name}-%{version}/
 ln -s -f %{py_sitedir}/%{name}/*.pyc 
%{buildroot}%{_datadir}/%{name}-%{version}/
 
-### csharp runtime ###
-install -d -m 0755 %{buildroot}%{_libdir}
-install -m 0755 lib/*dll %{buildroot}%{_libdir}
-# compat symlink
-ln -s -f %{_libdir}/%{name}.astframe.dll 
%{buildroot}%{_datadir}/%{name}-%{version}/
-ln -s -f %{_libdir}/%{name}.runtime.dll  
%{buildroot}%{_datadir}/%{name}-%{version}/
-
 ### cpp runtime ###
 install -m 0644 lib/cpp/src/lib%{name}.a %{buildroot}%{_libdir}
 install -d -m 0755 %{buildroot}%{_includedir}/%{name}
@@ -255,10 +228,4 @@
 %{_datadir}/%{name}-%{version}/*pyc
 %py_sitedir/%{name}
 
-%files csharp
-%defattr(0644,root,root)
-%dir %{_datadir}/%{name}-%{version}
-%attr(755,root,root) %{_datadir}/%{name}-%{version}/*dll
-%attr(755,root,root) %{_libdir}/*.dll
-
 %changelog

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

Reply via email to