From de84cedfa99775e8d419c503f305db913e48b7bf6db748206a22f841d9d4c9d1 Mon Sep 17 00:00:00 2001 From: Mariusz Fik Date: Sun, 11 Jan 2015 22:12:50 +0000 Subject: [PATCH] Accepting request 280451 from home:jengelh:branches:network:telephony - Fixup shlib package name (libantlr3c3_4 should be libantlr3c-3_4, since the filename *is* libantlr3c-3.4.so) OBS-URL: https://build.opensuse.org/request/show/280451 OBS-URL: https://build.opensuse.org/package/show/network:telephony/antlr3c?expand=0&rev=5 --- antlr3c.changes | 6 ++++++ antlr3c.spec | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/antlr3c.changes b/antlr3c.changes index 019f763..8112723 100644 --- a/antlr3c.changes +++ b/antlr3c.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 8 19:31:55 UTC 2015 - jengelh@inai.de + +- Fixup shlib package name (libantlr3c3_4 should be libantlr3c-3_4, + since the filename *is* libantlr3c-3.4.so) + ------------------------------------------------------------------- Tue Sep 9 14:49:09 UTC 2014 - tchvatal@suse.com diff --git a/antlr3c.spec b/antlr3c.spec index 398a676..3424fb9 100644 --- a/antlr3c.spec +++ b/antlr3c.spec @@ -1,7 +1,7 @@ # # spec file for package antlr3c # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 Mariusz Fik . # # All modifications and additions to the file contributed by third parties @@ -17,7 +17,7 @@ # -%define soname libantlr3c3_4 +%define soname libantlr3c-3_4 Name: antlr3c Version: 3.4 Release: 0 @@ -45,6 +45,9 @@ translation, error recovery, and error reporting. %package -n %{soname} Summary: C runtime for the ANTLR parsing library Group: System/Libraries +# From 13.3/TW201501 onwards +Obsoletes: libantlr3c3_4 +Provides: libantlr3c3_4 %description -n %{soname} ANTLR, ANother Tool for Language Recognition, is a language tool that provides a