Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libasn1c for openSUSE:Factory checked in at 2022-08-03 21:17:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libasn1c (Old) and /work/SRC/openSUSE:Factory/.libasn1c.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libasn1c" Wed Aug 3 21:17:08 2022 rev:9 rq:992619 version:0.9.34 Changes: -------- --- /work/SRC/openSUSE:Factory/libasn1c/libasn1c.changes 2021-03-15 10:56:02.469322824 +0100 +++ /work/SRC/openSUSE:Factory/.libasn1c.new.1533/libasn1c.changes 2022-08-03 21:17:27.071560673 +0200 @@ -1,0 +2,6 @@ +Wed Aug 3 17:02:05 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 0.9.34 + * Build system change only with regard to ASan + +------------------------------------------------------------------- Old: ---- 0.9.33.tar.gz New: ---- 0.9.34.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libasn1c.spec ++++++ --- /var/tmp/diff_new_pack.hXnmr3/_old 2022-08-03 21:17:27.587562028 +0200 +++ /var/tmp/diff_new_pack.hXnmr3/_new 2022-08-03 21:17:27.591562038 +0200 @@ -1,7 +1,7 @@ # # spec file for package libasn1c # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # 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.33 +Version: 0.9.34 Release: 0 Summary: Osmocon ASN.1 decoder and encoder library License: BSD-2-Clause @@ -86,7 +86,7 @@ %postun -n libasn1c1 -p /sbin/ldconfig %files -n libasn1c1 -%_libdir/libasn1c.so.1* +%_libdir/libasn1c.so.* %files -n libasn1c-devel %license COPYING ++++++ 0.9.33.tar.gz -> 0.9.34.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libasn1c-0.9.33/configure.ac new/libasn1c-0.9.34/configure.ac --- old/libasn1c-0.9.33/configure.ac 2021-02-23 16:52:29.000000000 +0100 +++ new/libasn1c-0.9.34/configure.ac 2022-06-28 16:03:31.000000000 +0200 @@ -20,6 +20,11 @@ AC_CONFIG_MACRO_DIR([m4]) +dnl patching ${archive_cmds} to affect generation of file "libtool" to fix linking with clang +AS_CASE(["$LD"],[*clang*], + [AS_CASE(["${host_os}"], + [*linux*],[archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'])]) + PKG_CHECK_MODULES(LIBTALLOC, talloc) AC_ARG_ENABLE(sanitize, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libasn1c-0.9.33/debian/changelog new/libasn1c-0.9.34/debian/changelog --- old/libasn1c-0.9.33/debian/changelog 2021-02-23 16:52:29.000000000 +0100 +++ new/libasn1c-0.9.34/debian/changelog 2022-06-28 16:03:31.000000000 +0200 @@ -1,3 +1,10 @@ +libasn1c (0.9.34) unstable; urgency=medium + + [ Eric ] + * configure.ac: fix libtool issue with clang and sanitizer + + -- Pau Espin Pedrol <pes...@sysmocom.de> Tue, 28 Jun 2022 16:03:31 +0200 + libasn1c (0.9.33) unstable; urgency=medium [ Oliver Smith ]