From 8fc8423a43e5e0cd69ed7f6c7d270f31d3643142 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 24 Sep 2020 18:30:32 +0200 Subject: [PATCH] - updated to 5.1.2 (new soname) - removed outdated soname patch --- libosip2-soname.patch | 12 ------------ libosip2.spec | 10 ++++------ 2 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 libosip2-soname.patch diff --git a/libosip2-soname.patch b/libosip2-soname.patch deleted file mode 100644 index 9e4e768..0000000 --- a/libosip2-soname.patch +++ /dev/null @@ -1,12 +0,0 @@ -soname change 12:0:0 (.so.12.0.0) -> 12:0:1 (.so.11.1.0) looks like mistake... it was meant to be 12:1:0 (.so.12.0.1) or 13:0:1 (.so.12.1.0) ---- libosip2-5.1.1/configure.ac.orig 2020-01-21 17:42:22.616484653 +0100 -+++ libosip2-5.1.1/configure.ac 2020-01-21 17:47:55.654680430 +0100 -@@ -5,7 +5,7 @@ - AC_MSG_NOTICE([libosip2 The GNU Open SIP library.]) - AC_MSG_NOTICE([Copyright (C) 2001-2020 Aymeric MOIZARD - ]) - --AC_SUBST(LIBOSIP_SO_VERSION, 12:0:1) -+AC_SUBST(LIBOSIP_SO_VERSION, 12:1:0) - AC_SUBST(OSIP_VERSION, $VERSION) - - AC_MSG_RESULT([Configuring ${PACKAGE} ${VERSION}]) diff --git a/libosip2.spec b/libosip2.spec index 87b5521..4ce109c 100644 --- a/libosip2.spec +++ b/libosip2.spec @@ -5,15 +5,14 @@ Summary: The GNU oSIP library Summary(pl.UTF-8): Biblioteka GNU oSIP Name: libosip2 -Version: 5.1.1 +Version: 5.1.2 Release: 1 License: LGPL v2.1+ Group: Libraries Source0: https://ftp.gnu.org/gnu/osip/%{name}-%{version}.tar.gz -# Source0-md5: 8527fb56a7414df0a04ca19f3cc6eadd +# Source0-md5: 92f6b505a7ef82f597e50697b8e12ded Patch0: %{name}-nolibs.patch Patch1: %{name}-link.patch -Patch2: %{name}-soname.patch URL: http://www.gnu.org/software/osip/ BuildRequires: autoconf >= 2.69 BuildRequires: automake @@ -65,7 +64,6 @@ Statyczna wersja biblioteki GNU oSIP. %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build %{__libtoolize} @@ -103,9 +101,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS BUGS ChangeLog FEATURES HISTORY NEWS README TODO %attr(755,root,root) %{_libdir}/libosip2.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libosip2.so.12 +%attr(755,root,root) %ghost %{_libdir}/libosip2.so.13 %attr(755,root,root) %{_libdir}/libosipparser2.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libosipparser2.so.12 +%attr(755,root,root) %ghost %{_libdir}/libosipparser2.so.13 %files devel %defattr(644,root,root,755) -- 2.44.0