From b27dd82c6574427118cd36efb41a0a717da791006653ee0116879e290f53ba8c Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 6 Jan 2020 09:33:33 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/antlr?expand=0&rev=72 --- antlr-bootstrap.spec | 2 +- antlr.changes | 5 +++++ antlr.spec | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/antlr-bootstrap.spec b/antlr-bootstrap.spec index 041b880..0010c61 100644 --- a/antlr-bootstrap.spec +++ b/antlr-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package antlr-bootstrap # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/antlr.changes b/antlr.changes index 14d1968..17ba12e 100644 --- a/antlr.changes +++ b/antlr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 6 09:32:44 UTC 2020 - Fridrich Strba + +- Not only provide python-antlr, but also obsolete it + ------------------------------------------------------------------- Wed Jul 31 08:51:20 UTC 2019 - Martin Liška diff --git a/antlr.spec b/antlr.spec index c13afdb..ba4c3f5 100644 --- a/antlr.spec +++ b/antlr.spec @@ -1,7 +1,7 @@ # # spec file for package antlr # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -98,6 +98,7 @@ Summary: ANother Tool for Language Recognition (python runtime) Group: Development/Tools/Other Requires: antlr Provides: python-%{name} +Obsoletes: python-%{name} %description -n python2-%{name} Python support for generating your Lexers, Parsers and TreeParsers in Python.