diff --git a/_service b/_service
index e43515f..81332d3 100644
--- a/_service
+++ b/_service
@@ -3,8 +3,8 @@
git
git://git.osmocom.org/libasn1c
master
- 0.9.31
- 0.9.31
+ 0.9.32
+ 0.9.32
*.tar
diff --git a/libasn1c-0.9.31.tar.xz b/libasn1c-0.9.31.tar.xz
deleted file mode 100644
index faf897a..0000000
--- a/libasn1c-0.9.31.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b9a64d108860462ef2b641cc0d14a986d1d9d6872eeaaac8d456f97e4298ece4
-size 100312
diff --git a/libasn1c-0.9.32.tar.xz b/libasn1c-0.9.32.tar.xz
new file mode 100644
index 0000000..f9c745c
--- /dev/null
+++ b/libasn1c-0.9.32.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:27bad201d7b86a55578a02acf8f6766627ec40c945f08450e32b4426601f538a
+size 100364
diff --git a/libasn1c.changes b/libasn1c.changes
index 34b9779..9d64379 100644
--- a/libasn1c.changes
+++ b/libasn1c.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Thu Aug 15 04:54:16 UTC 2019 - Jan Engelhardt
+
+- Update to new upstream release 0.32
+ * Fix misapplication of library SO version
+
-------------------------------------------------------------------
Tue Dec 11 13:29:56 UTC 2018 - Jan Engelhardt
diff --git a/libasn1c.spec b/libasn1c.spec
index 9488edc..aa44a95 100644
--- a/libasn1c.spec
+++ b/libasn1c.spec
@@ -1,7 +1,7 @@
#
# spec file for package libasn1c
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: libasn1c
-Version: 0.9.31
+Version: 0.9.32
Release: 0
Summary: Osmocon ASN.1 decoder and encoder library
License: BSD-2-Clause
@@ -39,11 +39,11 @@ Compiles ASN.1 data structures into C source structures that can be
simply (un)marshalled from and to: BER, DER, CER, BASIC-XER, CXER,
EXTENDED-XER, PER.
-%package -n libasn1c0
+%package -n libasn1c1
Summary: Osmocon ASN.1 decoder and encoder library
Group: System/Libraries
-%description -n libasn1c0
+%description -n libasn1c1
Lev Walkins's asn1c runtime, as a shared library and with
modifications for Osmocom.
@@ -54,7 +54,7 @@ EXTENDED-XER, PER.
%package -n libasn1c-devel
Summary: Development files for libasn1c, Osmocom's ASN.1 decoder and encoder library
Group: Development/Libraries/C and C++
-Requires: libasn1c0 = %version
+Requires: libasn1c1 = %version
Requires: pkgconfig(talloc)
%description -n libasn1c-devel
@@ -83,12 +83,12 @@ if ! make check %{?_smp_mflags}; then
find . -name testsuite.log -exec cat "{}" "+"
fi
-%post -n libasn1c0 -p /sbin/ldconfig
-%postun -n libasn1c0 -p /sbin/ldconfig
+%post -n libasn1c1 -p /sbin/ldconfig
+%postun -n libasn1c1 -p /sbin/ldconfig
-%files -n libasn1c0
+%files -n libasn1c1
%defattr(-,root,root)
-%_libdir/libasn1c.so.0*
+%_libdir/libasn1c.so.1*
%files -n libasn1c-devel
%defattr(-,root,root)