Change in libosmocore[master]: attempt to fix PRM spec file after recent soversion bump

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Feb 24 08:07:36 UTC 2021


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/23082 )


Change subject: attempt to fix PRM spec file after recent soversion bump
......................................................................

attempt to fix PRM spec file after recent soversion bump

In I3bc0826c0000be4d76235ed6b5be86d216ea2e4d the soversion was
chhanged (e.g. libosmocore.so.16 to libosmocore.so.17) but the
spec.in file was not adjusted accordingly.

Change-Id: Id7e1e3feef6bda1a2d2a615a61635e22d550b5a3
---
M contrib/libosmocore.spec.in
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/82/23082/1

diff --git a/contrib/libosmocore.spec.in b/contrib/libosmocore.spec.in
index b6791eb..4661e0c 100644
--- a/contrib/libosmocore.spec.in
+++ b/contrib/libosmocore.spec.in
@@ -367,7 +367,7 @@
 
 %files -n libosmocore17
 %defattr(-,root,root)
-%_libdir/libosmocore.so.16*
+%_libdir/libosmocore.so.17*
 
 %files -n libosmocore-devel
 %defattr(-,root,root)
@@ -393,7 +393,7 @@
 
 %files -n libosmogb12
 %defattr(-,root,root)
-%_libdir/libosmogb.so.11*
+%_libdir/libosmogb.so.12*
 
 %files -n libosmogb-devel
 %defattr(-,root,root)
@@ -405,7 +405,7 @@
 
 %files -n libosmogsm16
 %defattr(-,root,root)
-%_libdir/libosmogsm.so.15*
+%_libdir/libosmogsm.so.16*
 
 %files -n libosmogsm-devel
 %defattr(-,root,root)

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/23082
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Id7e1e3feef6bda1a2d2a615a61635e22d550b5a3
Gerrit-Change-Number: 23082
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210224/f6126aac/attachment.htm>


More information about the gerrit-log mailing list