]> git.pld-linux.org Git - packages/libeXosip2.git/commitdiff
- updated to 5.1.3 auto/th/libeXosip2-5.1.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 24 Sep 2020 17:04:19 +0000 (19:04 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 24 Sep 2020 17:04:19 +0000 (19:04 +0200)
- removed outdated soname patch

libeXosip2-soname.patch [deleted file]
libeXosip2.spec

diff --git a/libeXosip2-soname.patch b/libeXosip2-soname.patch
deleted file mode 100644 (file)
index 6a33cbe..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-libexosip 5.1.0 had 12:0:0 (libexosip.so.12.0.0), so bump to 12.1.1 (not 11.1.1)
---- libexosip2-5.1.1/configure.ac.orig 2020-03-28 15:20:02.452104649 +0100
-+++ libexosip2-5.1.1/configure.ac      2020-03-28 15:31:23.698414021 +0100
-@@ -5,7 +5,7 @@
- AC_MSG_NOTICE([libeXosip2              The Extended Open SIP library.])
- AC_MSG_NOTICE([Copyright (C) 2002-2020 Aymeric MOIZARD - <amoizard@antisip.com>])
--AC_SUBST(LIBEXOSIP_SO_VERSION, 12:1:1)
-+AC_SUBST(LIBEXOSIP_SO_VERSION, 13:1:1)
- AC_SUBST(EXOSIP_VERSION, $VERSION)
- AC_MSG_RESULT([Configuring ${PACKAGE} ${EXOSIP_VERSION}])
index 0b53475c340bc13dad06e34f8cbc479809bcd4a8..a873de7bca19fdf1988da21ae73f633723b8948c 100644 (file)
@@ -1,14 +1,13 @@
 Summary:       The eXtended osip library
 Summary(pl.UTF-8):     Rozszerzona biblioteka osip
 Name:          libeXosip2
-Version:       5.1.1
+Version:       5.1.3
 Release:       1
 License:       GPL v2+
 Group:         Libraries
 Source0:       http://download.savannah.gnu.org/releases/exosip/libexosip2-%{version}.tar.gz
-# Source0-md5: 7bd432cfefb5356fd1c3424e4c0923e5
+# Source0-md5: 9a088539e5b83c66fec628ca9d80b323
 Patch0:                %{name}-link.patch
-Patch1:                %{name}-soname.patch
 URL:           http://savannah.nongnu.org/projects/exosip
 BuildRequires: autoconf >= 2.69
 BuildRequires: automake
@@ -66,7 +65,6 @@ Statyczna biblioteka libeXosip2.
 %prep
 %setup -q -n libexosip2-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -94,9 +92,10 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/sip_monitor
 %attr(755,root,root) %{_bindir}/sip_reg
 %attr(755,root,root) %{_libdir}/libeXosip2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libeXosip2.so.12
+%attr(755,root,root) %ghost %{_libdir}/libeXosip2.so.13
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.162249 seconds and 4 git commands to generate.