Commit Graph

12 Commits

Author SHA1 Message Date
Pau Espin e394d9dc58 Bump version: 1.4.0.54-9f17-dirty → 1.5.0
Change-Id: I3a850a19d842227577a6fb247b5681998d759c2c
2023-09-12 13:39:09 +02:00
Pau Espin 656f135ed0 Bump version: 1.3.0.31-1950-dirty → 1.4.0
Change-Id: Ib6738f44e8a7495ac7eddc10b0a68b76c33dc0dd
2023-02-07 13:15:26 +01:00
Pau Espin 59a0c91904 Bump version: 1.2.0.14-dcbc-dirty → 1.3.0
Change-Id: I14b709d38d655d9c6f5238462da2f7b21c103898
2022-06-28 17:59:38 +02:00
Pau Espin a6eda5ae01 Bump version: 1.1.1.14-57ff-dirty → 1.2.0
Change-Id: I0536137e6221fd322536111dfda6e19d3c57de6c
2021-11-16 14:18:45 +01:00
Harald Welte 956656452d attempt to fix RPM spec file after recent soversion bump
In Ic66eb67254d35f02ec8cdea4d79fa4b1899e8230 the soversion was
chhanged (e.g. libosmoabis.so.9 to libosmoabis.so.10) but the
spec.in file was not adjusted accordingly.

Change-Id: I0ca9eb5a60557a1bc8e3611fdd2668469ac19031
2021-02-24 09:29:59 +01:00
Pau Espin de169199b9 Bump version: 1.0.0.34-2163-dirty → 1.1.0
Change-Id: Ic66eb67254d35f02ec8cdea4d79fa4b1899e8230
2021-02-23 16:21:49 +01:00
Harald Welte ca28856d74 Fix RPM spec file (.so.6 -> .so.9)
Change-Id: I987757d8b8fa3908b5b9d690ce7a5a67e2254546
2020-08-14 05:36:44 +00:00
Harald Welte 072ec6f133 Merge branch '1.0.0' into master
We tagged 1.0.0 off a non-master version in the commit history in order
to keep the new TRAU frame handling out of the 1.0.0 release, but to
have all of the other fixes in a tagged release.  This merge brings
master in sync with those changes.

Change-Id: If8fc996f385f4127204ad773b991c49d853dfc5b
2020-08-13 12:14:36 +02:00
Harald Welte 2a8a34cd01 Bump version: 0.8.0.59-1f92-dirty → 1.0.0
Change-Id: Iffbb96739f53c7e005f440bc1615f158f7c661eb
2020-08-13 12:09:39 +02:00
Harald Welte dbb429cfd3 Add missing build dependency to libosmocodec-dev
Since I0190872dd282bcfe0f97bb4f8ab8d09023f9f06b we are using a header
file provided by libosmocodec, which means we need to add it to our
dependencies (and include path).  Linking against the library is
not required, as we don't use any symbols at this point.

Change-Id: Ie4524165d8873f6c801e07d9f03c94f43c66110d
2020-08-04 09:51:37 +02:00
Pau Espin 5196cd5641 e1_input: Use osmo_use_count in e1inp_line
osmo_use_count is available since libosmocore 1.1.0 release, so bump
required libosmocore version in autotools and packages.

struct e1inp_line field refcnt is kept in order to keep ABI
compatibility accessing struct fields. The new use_count is added at the
end. Size of struct changing is fine since it is allocated through
an API and a pointer should be used by clients.

e1inp_line_clone API is changed but it's not used by anyone outside
libosmo-abis, so it's fine.

Related: OS#4624
Change-Id: I0658b2e9c452598025cc0f1d0b060076171767cc
2020-07-15 15:39:33 +02:00
Oliver Smith 85887b2eee contrib: integrate RPM spec
Remove OpenSUSE bug report link, set version to @VERSION@, make it build with
CentOS 8 etc.

Related: OS#4550
Change-Id: I3e135e5e7807688366598a24e121550d6292906c
2020-05-19 17:08:23 +02:00