pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-asn1-tcap/+/41585?usp=email )
Change subject: Bump version: 0.2.0.2-e355-dirty → 0.2.1 ......................................................................
Bump version: 0.2.0.2-e355-dirty → 0.2.1
Change-Id: I9e5ee23df1fd51d8957d58bd7b50aefa95699c8d --- M debian/changelog M debian/control R debian/libosmo-asn1-tcap1.install M src/Makefile.am 4 files changed, 11 insertions(+), 4 deletions(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/debian/changelog b/debian/changelog index 50eaafe..12a88ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libosmo-asn1-tcap (0.2.1) unstable; urgency=medium + + * Remove unneeded asn1c-fixup.patch + * Only export needed wrapper API + + -- Pau Espin Pedrol pespin@sysmocom.de Thu, 04 Dec 2025 18:51:04 +0100 + libosmo-asn1-tcap (0.2.0) unstable; urgency=medium
[ Oliver Smith ] diff --git a/debian/control b/debian/control index 3d3a5a9..2dee434 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Vcs-Git: https://gitea.osmocom.org/ss7-in-c/libosmo-asn1-tcap Homepage: https://gitea.osmocom.org/ss7-in-c/libosmo-asn1-tcap
-Package: libosmo-asn1-tcap0 +Package: libosmo-asn1-tcap1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -25,7 +25,7 @@ Package: libosmo-asn1-tcap-dev Section: libdevel Architecture: any -Depends: libosmo-asn1-tcap0 (= ${binary:Version}), ${misc:Depends} +Depends: libosmo-asn1-tcap1 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: Development headers for utility library for ASN.1 of TCAP (SS7)
@@ -33,6 +33,6 @@ Section: debug Architecture: any Priority: extra -Depends: libosmo-asn1-tcap0 (= ${binary:Version}), ${misc:Depends} +Depends: libosmo-asn1-tcap1 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: Debug symbols for utility library for ASN.1 of TCAP (SS7) diff --git a/debian/libosmo-asn1-tcap0.install b/debian/libosmo-asn1-tcap1.install similarity index 100% rename from debian/libosmo-asn1-tcap0.install rename to debian/libosmo-asn1-tcap1.install diff --git a/src/Makefile.am b/src/Makefile.am index de48e4a..ef91d4b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -197,7 +197,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool # documentation before making any modification -LIBVERSION=0:0:0 +LIBVERSION=1:0:0
libosmo_asn1_tcap_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined -export-symbols-regex '^osmo_'